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.

GrafikMenuView.form 4.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. <Component class="javax.swing.JFileChooser" name="jFileChooser1">
  5. </Component>
  6. <Menu class="javax.swing.JMenuBar" name="jMenuBar1">
  7. <SubComponents>
  8. <Menu class="javax.swing.JMenu" name="jMenu1">
  9. <Properties>
  10. <Property name="text" type="java.lang.String" value="File"/>
  11. </Properties>
  12. <SubComponents>
  13. <MenuItem class="javax.swing.JMenuItem" name="btnOpen">
  14. <Properties>
  15. <Property name="text" type="java.lang.String" value="Open"/>
  16. </Properties>
  17. <Events>
  18. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnOpenActionPerformed"/>
  19. </Events>
  20. </MenuItem>
  21. <MenuItem class="javax.swing.JMenuItem" name="btnSafe">
  22. <Properties>
  23. <Property name="text" type="java.lang.String" value="Safe"/>
  24. </Properties>
  25. <Events>
  26. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnSafeActionPerformed"/>
  27. </Events>
  28. </MenuItem>
  29. </SubComponents>
  30. </Menu>
  31. <Menu class="javax.swing.JMenu" name="jMenu2">
  32. <Properties>
  33. <Property name="text" type="java.lang.String" value="Edit"/>
  34. </Properties>
  35. </Menu>
  36. </SubComponents>
  37. </Menu>
  38. </NonVisualComponents>
  39. <Properties>
  40. <Property name="defaultCloseOperation" type="int" value="3"/>
  41. <Property name="title" type="java.lang.String" value="Zeichentool"/>
  42. </Properties>
  43. <SyntheticProperties>
  44. <SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/>
  45. <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
  46. <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
  47. </SyntheticProperties>
  48. <AuxValues>
  49. <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
  50. <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
  51. <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  52. <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  53. <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
  54. <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  55. <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  56. <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  57. <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  58. <AuxValue name="designerSize" 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,44,0,0,1,-112"/>
  59. </AuxValues>
  60. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
  61. <SubComponents>
  62. <Container class="javax.swing.JPanel" name="jPanel1">
  63. <Constraints>
  64. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  65. <BorderConstraints direction="Center"/>
  66. </Constraint>
  67. </Constraints>
  68. <Layout>
  69. <DimensionLayout dim="0">
  70. <Group type="103" groupAlignment="0" attributes="0">
  71. <Component id="grafikView1" alignment="0" pref="400" max="32767" attributes="0"/>
  72. </Group>
  73. </DimensionLayout>
  74. <DimensionLayout dim="1">
  75. <Group type="103" groupAlignment="0" attributes="0">
  76. <Component id="grafikView1" alignment="1" pref="279" max="32767" attributes="0"/>
  77. </Group>
  78. </DimensionLayout>
  79. </Layout>
  80. <SubComponents>
  81. <Container class="mvcgrafik.view.GrafikView" name="grafikView1">
  82. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
  83. <Property name="useNullLayout" type="boolean" value="true"/>
  84. </Layout>
  85. </Container>
  86. </SubComponents>
  87. </Container>
  88. </SubComponents>
  89. </Form>