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.

Hauptfenster.form 3.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
  3. <Properties>
  4. <Property name="defaultCloseOperation" type="int" value="3"/>
  5. </Properties>
  6. <SyntheticProperties>
  7. <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
  8. <SyntheticProperty name="generateCenter" type="boolean" value="true"/>
  9. </SyntheticProperties>
  10. <AuxValues>
  11. <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
  12. <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
  13. <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  14. <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  15. <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
  16. <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  17. <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  18. <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  19. <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  20. </AuxValues>
  21. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
  22. <SubComponents>
  23. <Container class="javax.swing.JScrollPane" name="jScrollPane1">
  24. <AuxValues>
  25. <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
  26. </AuxValues>
  27. <Constraints>
  28. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  29. <BorderConstraints direction="Center"/>
  30. </Constraint>
  31. </Constraints>
  32. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  33. <SubComponents>
  34. <Component class="javax.swing.JTextArea" name="txtArea">
  35. <Properties>
  36. <Property name="columns" type="int" value="20"/>
  37. <Property name="rows" type="int" value="5"/>
  38. </Properties>
  39. </Component>
  40. </SubComponents>
  41. </Container>
  42. <Component class="javax.swing.JTextField" name="textField">
  43. <Constraints>
  44. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  45. <BorderConstraints direction="First"/>
  46. </Constraint>
  47. </Constraints>
  48. </Component>
  49. <Container class="javax.swing.JPanel" name="jPanel1">
  50. <Constraints>
  51. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  52. <BorderConstraints direction="Last"/>
  53. </Constraint>
  54. </Constraints>
  55. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout"/>
  56. <SubComponents>
  57. <Component class="javax.swing.JButton" name="btn1">
  58. <Properties>
  59. <Property name="text" type="java.lang.String" value="btn1"/>
  60. </Properties>
  61. </Component>
  62. <Component class="javax.swing.JButton" name="btn2">
  63. <Properties>
  64. <Property name="text" type="java.lang.String" value="btn2"/>
  65. </Properties>
  66. </Component>
  67. </SubComponents>
  68. </Container>
  69. </SubComponents>
  70. </Form>