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