1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2*cdf0e10cSrcweir<!-- This is a template. i18n translation is not performed in-place; 3*cdf0e10cSrcweir i18n translated xml files are generated from this template by 4*cdf0e10cSrcweir transex3/layout/tralay. !--> 5*cdf0e10cSrcweir 6*cdf0e10cSrcweir<modaldialog xmlns="http://openoffice.org/2007/layout" 7*cdf0e10cSrcweir xmlns:cnt="http://openoffice.org/2007/layout/container" 8*cdf0e10cSrcweir id="RID_DLG_PLUGIN" _title="Plugin Test" optimumsize="true" 9*cdf0e10cSrcweir help-id="SID_ATTR_PLUGIN" 10*cdf0e10cSrcweir has_border="true" sizeable="true" moveable="true"> 11*cdf0e10cSrcweir <vbox spacing="5" border="5"> 12*cdf0e10cSrcweir <hbox spacing="5" cnt:expand="false"> 13*cdf0e10cSrcweir <fixedimage id="FI_HEADER" cnt:expand="false" graphic="res/commandimagelist/sc_apply.png" /> 14*cdf0e10cSrcweir <fixedtext id="FT_HEADER" _label="Plugin Test"/> 15*cdf0e10cSrcweir </hbox> 16*cdf0e10cSrcweir <fixedline id="FL_HEADER"/> 17*cdf0e10cSrcweir <hbox> 18*cdf0e10cSrcweir <flow cnt:padding="80"/> 19*cdf0e10cSrcweir <plugin id="PL_DIAL" width="80" height="80"/> 20*cdf0e10cSrcweir </hbox> 21*cdf0e10cSrcweir <dialogbuttonhbox border="5" spacing="5"> 22*cdf0e10cSrcweir <flow/> 23*cdf0e10cSrcweir <okbutton defbutton="true" id="BTN_OK"/> 24*cdf0e10cSrcweir <cancelbutton id="BTN_CANCEL" /> 25*cdf0e10cSrcweir <helpbutton id="BTN_HELP"/> 26*cdf0e10cSrcweir </dialogbuttonhbox> 27*cdf0e10cSrcweir </vbox> 28*cdf0e10cSrcweir</modaldialog> 29*cdf0e10cSrcweir 30