You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

gui.form 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
  3. <NonVisualComponents>
  4. <Container class="javax.swing.JPopupMenu" name="jPopupMenu1">
  5. <Properties>
  6. <Property name="componentPopupMenu" type="javax.swing.JPopupMenu" editor="org.netbeans.modules.form.ComponentChooserEditor">
  7. <ComponentRef name="jPopupMenu1"/>
  8. </Property>
  9. </Properties>
  10. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
  11. <Property name="useNullLayout" type="boolean" value="true"/>
  12. </Layout>
  13. <SubComponents>
  14. <MenuItem class="javax.swing.JMenuItem" name="miSave_popup">
  15. <Properties>
  16. <Property name="mnemonic" type="int" value="115"/>
  17. <Property name="text" type="java.lang.String" value="save"/>
  18. <Property name="toolTipText" type="java.lang.String" value="save this file"/>
  19. </Properties>
  20. </MenuItem>
  21. <MenuItem class="javax.swing.JMenuItem" name="miOpen_popup">
  22. <Properties>
  23. <Property name="mnemonic" type="int" value="111"/>
  24. <Property name="text" type="java.lang.String" value="open"/>
  25. <Property name="toolTipText" type="java.lang.String" value="open a file"/>
  26. </Properties>
  27. </MenuItem>
  28. </SubComponents>
  29. </Container>
  30. <Container class="javax.swing.JDialog" name="FileDialog">
  31. <Layout>
  32. <DimensionLayout dim="0">
  33. <Group type="103" groupAlignment="0" attributes="0">
  34. <EmptySpace min="0" pref="400" max="32767" attributes="0"/>
  35. <Group type="103" rootIndex="1" groupAlignment="0" attributes="0">
  36. <Group type="102" attributes="0">
  37. <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
  38. <Component id="FileDialogP1" min="-2" max="-2" attributes="0"/>
  39. <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
  40. </Group>
  41. </Group>
  42. </Group>
  43. </DimensionLayout>
  44. <DimensionLayout dim="1">
  45. <Group type="103" groupAlignment="0" attributes="0">
  46. <EmptySpace min="0" pref="300" max="32767" attributes="0"/>
  47. <Group type="103" rootIndex="1" groupAlignment="0" attributes="0">
  48. <Group type="102" attributes="0">
  49. <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
  50. <Component id="FileDialogP1" min="-2" max="-2" attributes="0"/>
  51. <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
  52. </Group>
  53. </Group>
  54. </Group>
  55. </DimensionLayout>
  56. </Layout>
  57. <SubComponents>
  58. <Container class="javax.swing.JPanel" name="FileDialogP1">
  59. <Layout>
  60. <DimensionLayout dim="0">
  61. <Group type="103" groupAlignment="0" attributes="0">
  62. <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
  63. <Group type="103" rootIndex="1" groupAlignment="0" attributes="0">
  64. <Group type="102" attributes="0">
  65. <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
  66. <Component id="FileChooser" min="-2" max="-2" attributes="0"/>
  67. <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
  68. </Group>
  69. </Group>
  70. </Group>
  71. </DimensionLayout>
  72. <DimensionLayout dim="1">
  73. <Group type="103" groupAlignment="0" attributes="0">
  74. <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
  75. <Group type="103" rootIndex="1" groupAlignment="0" attributes="0">
  76. <Group type="102" attributes="0">
  77. <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
  78. <Component id="FileChooser" min="-2" max="-2" attributes="0"/>
  79. <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
  80. </Group>
  81. </Group>
  82. </Group>
  83. </DimensionLayout>
  84. </Layout>
  85. <SubComponents>
  86. <Component class="javax.swing.JFileChooser" name="FileChooser">
  87. </Component>
  88. </SubComponents>
  89. </Container>
  90. </SubComponents>
  91. </Container>
  92. <Menu class="javax.swing.JMenuBar" name="jMenuBar1">
  93. <SubComponents>
  94. <Menu class="javax.swing.JMenu" name="jmFile">
  95. <Properties>
  96. <Property name="text" type="java.lang.String" value="File"/>
  97. </Properties>
  98. <SubComponents>
  99. <MenuItem class="javax.swing.JMenuItem" name="miSave">
  100. <Properties>
  101. <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
  102. <KeyStroke key="Ctrl+S"/>
  103. </Property>
  104. <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
  105. <Image iconType="3" name="/view/icons/Save24.gif"/>
  106. </Property>
  107. <Property name="mnemonic" type="int" value="115"/>
  108. <Property name="text" type="java.lang.String" value="Save"/>
  109. <Property name="toolTipText" type="java.lang.String" value="Save current file"/>
  110. </Properties>
  111. </MenuItem>
  112. <Menu class="javax.swing.JMenu" name="jmOpenPU">
  113. <Properties>
  114. <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
  115. <Image iconType="3" name="/view/icons/Open24.gif"/>
  116. </Property>
  117. <Property name="mnemonic" type="int" value="79"/>
  118. <Property name="text" type="java.lang.String" value="Open"/>
  119. </Properties>
  120. <SubComponents>
  121. <MenuItem class="javax.swing.JMenuItem" name="miNewFile">
  122. <Properties>
  123. <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
  124. <KeyStroke key="Ctrl+N"/>
  125. </Property>
  126. <Property name="mnemonic" type="int" value="110"/>
  127. <Property name="text" type="java.lang.String" value="new"/>
  128. <Property name="toolTipText" type="java.lang.String" value="create a new file"/>
  129. </Properties>
  130. </MenuItem>
  131. <MenuItem class="javax.swing.JMenuItem" name="miOpen">
  132. <Properties>
  133. <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
  134. <KeyStroke key="Ctrl+O"/>
  135. </Property>
  136. <Property name="mnemonic" type="int" value="111"/>
  137. <Property name="text" type="java.lang.String" value="open"/>
  138. <Property name="toolTipText" type="java.lang.String" value="open a existing file"/>
  139. </Properties>
  140. </MenuItem>
  141. </SubComponents>
  142. </Menu>
  143. </SubComponents>
  144. </Menu>
  145. <Menu class="javax.swing.JMenu" name="jmEdit">
  146. <Properties>
  147. <Property name="text" type="java.lang.String" value="Edit"/>
  148. </Properties>
  149. </Menu>
  150. </SubComponents>
  151. </Menu>
  152. </NonVisualComponents>
  153. <Properties>
  154. <Property name="defaultCloseOperation" type="int" value="3"/>
  155. <Property name="title" type="java.lang.String" value="Adressverwalter"/>
  156. <Property name="size" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  157. <Dimension value="[600, 600]"/>
  158. </Property>
  159. </Properties>
  160. <SyntheticProperties>
  161. <SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/>
  162. <SyntheticProperty name="formSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,-87,0,0,2,52"/>
  163. <SyntheticProperty name="formSizePolicy" type="int" value="0"/>
  164. <SyntheticProperty name="generateSize" type="boolean" value="true"/>
  165. <SyntheticProperty name="generateCenter" type="boolean" value="true"/>
  166. </SyntheticProperties>
  167. <AuxValues>
  168. <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
  169. <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
  170. <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  171. <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  172. <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
  173. <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  174. <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  175. <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  176. <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  177. </AuxValues>
  178. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
  179. <SubComponents>
  180. <Container class="javax.swing.JToolBar" name="jToolBar1">
  181. <Properties>
  182. <Property name="rollover" type="boolean" value="true"/>
  183. </Properties>
  184. <Constraints>
  185. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  186. <BorderConstraints direction="First"/>
  187. </Constraint>
  188. </Constraints>
  189. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/>
  190. <SubComponents>
  191. <Component class="javax.swing.JButton" name="btnOpen">
  192. <Properties>
  193. <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
  194. <Image iconType="3" name="/view/icons/Open24.gif"/>
  195. </Property>
  196. <Property name="mnemonic" type="int" value="79"/>
  197. <Property name="toolTipText" type="java.lang.String" value="Open a file"/>
  198. <Property name="focusable" type="boolean" value="false"/>
  199. <Property name="horizontalTextPosition" type="int" value="0"/>
  200. <Property name="verticalTextPosition" type="int" value="3"/>
  201. </Properties>
  202. </Component>
  203. <Component class="javax.swing.JButton" name="btnSave">
  204. <Properties>
  205. <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
  206. <Image iconType="3" name="/view/icons/Save24.gif"/>
  207. </Property>
  208. <Property name="mnemonic" type="int" value="83"/>
  209. <Property name="toolTipText" type="java.lang.String" value="Save this file"/>
  210. <Property name="focusable" type="boolean" value="false"/>
  211. <Property name="horizontalTextPosition" type="int" value="0"/>
  212. <Property name="verticalTextPosition" type="int" value="3"/>
  213. </Properties>
  214. </Component>
  215. <Component class="javax.swing.JButton" name="btnUndo">
  216. <Properties>
  217. <Property name="text" type="java.lang.String" value="undo"/>
  218. <Property name="focusable" type="boolean" value="false"/>
  219. <Property name="horizontalTextPosition" type="int" value="0"/>
  220. <Property name="verticalTextPosition" type="int" value="3"/>
  221. </Properties>
  222. </Component>
  223. </SubComponents>
  224. </Container>
  225. <Component class="javax.swing.JLabel" name="lblFilePath">
  226. <Properties>
  227. <Property name="text" type="java.lang.String" value="/"/>
  228. <Property name="toolTipText" type="java.lang.String" value="File location"/>
  229. </Properties>
  230. <Constraints>
  231. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  232. <BorderConstraints direction="Last"/>
  233. </Constraint>
  234. </Constraints>
  235. </Component>
  236. <Component class="view.ContentTable" name="contentTable1">
  237. <Properties>
  238. <Property name="componentPopupMenu" type="javax.swing.JPopupMenu" editor="org.netbeans.modules.form.ComponentChooserEditor">
  239. <ComponentRef name="jPopupMenu1"/>
  240. </Property>
  241. </Properties>
  242. <Constraints>
  243. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  244. <BorderConstraints direction="Center"/>
  245. </Constraint>
  246. </Constraints>
  247. </Component>
  248. </SubComponents>
  249. </Form>