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.

WuerfelView.form 3.9KB

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="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,2,27,0,0,3,48"/>
  8. <SyntheticProperty name="formSizePolicy" type="int" value="0"/>
  9. <SyntheticProperty name="generateSize" type="boolean" value="true"/>
  10. <SyntheticProperty name="generateCenter" type="boolean" value="true"/>
  11. </SyntheticProperties>
  12. <AuxValues>
  13. <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
  14. <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
  15. <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  16. <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  17. <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
  18. <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  19. <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  20. <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  21. <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  22. </AuxValues>
  23. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
  24. <SubComponents>
  25. <Container class="javax.swing.JPanel" name="pnlTop">
  26. <Constraints>
  27. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  28. <BorderConstraints direction="First"/>
  29. </Constraint>
  30. </Constraints>
  31. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout"/>
  32. <SubComponents>
  33. <Component class="javax.swing.JButton" name="btnStart">
  34. <Properties>
  35. <Property name="text" type="java.lang.String" value="Start"/>
  36. </Properties>
  37. </Component>
  38. <Component class="javax.swing.JButton" name="btnStop">
  39. <Properties>
  40. <Property name="text" type="java.lang.String" value="Stop"/>
  41. </Properties>
  42. </Component>
  43. </SubComponents>
  44. </Container>
  45. <Container class="javax.swing.JPanel" name="pnlMain">
  46. <Constraints>
  47. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  48. <BorderConstraints direction="Center"/>
  49. </Constraint>
  50. </Constraints>
  51. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
  52. <SubComponents>
  53. <Component class="javax.swing.JLabel" name="lblWert">
  54. <Properties>
  55. <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
  56. <Font name="Tahoma" size="48" style="0"/>
  57. </Property>
  58. <Property name="horizontalAlignment" type="int" value="0"/>
  59. <Property name="text" type="java.lang.String" value="1"/>
  60. </Properties>
  61. <Constraints>
  62. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  63. <BorderConstraints direction="Center"/>
  64. </Constraint>
  65. </Constraints>
  66. </Component>
  67. </SubComponents>
  68. </Container>
  69. </SubComponents>
  70. </Form>