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 4.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <Form version="1.5" 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="false"/>
  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. <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"/>
  21. </AuxValues>
  22. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
  23. <SubComponents>
  24. <Container class="javax.swing.JPanel" name="jPanel1">
  25. <Constraints>
  26. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  27. <BorderConstraints direction="Last"/>
  28. </Constraint>
  29. </Constraints>
  30. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout"/>
  31. <SubComponents>
  32. <Component class="javax.swing.JButton" name="btnStart">
  33. <Properties>
  34. <Property name="text" type="java.lang.String" value="Start"/>
  35. </Properties>
  36. </Component>
  37. <Component class="javax.swing.JButton" name="btnStop">
  38. <Properties>
  39. <Property name="text" type="java.lang.String" value="Stop"/>
  40. </Properties>
  41. </Component>
  42. </SubComponents>
  43. </Container>
  44. <Container class="javax.swing.JPanel" name="jPanel2">
  45. <Constraints>
  46. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  47. <BorderConstraints direction="Center"/>
  48. </Constraint>
  49. </Constraints>
  50. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout"/>
  51. <SubComponents>
  52. <Component class="javax.swing.JLabel" name="lbZahl1">
  53. <Properties>
  54. <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
  55. <Font name="Tahoma" size="64" style="0"/>
  56. </Property>
  57. <Property name="horizontalAlignment" type="int" value="0"/>
  58. <Property name="text" type="java.lang.String" value="0"/>
  59. </Properties>
  60. </Component>
  61. <Component class="javax.swing.JLabel" name="lbZahl2">
  62. <Properties>
  63. <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
  64. <Font name="Tahoma" size="64" style="0"/>
  65. </Property>
  66. <Property name="horizontalAlignment" type="int" value="0"/>
  67. <Property name="text" type="java.lang.String" value="0"/>
  68. </Properties>
  69. </Component>
  70. <Component class="javax.swing.JLabel" name="lbZahl3">
  71. <Properties>
  72. <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
  73. <Font name="Tahoma" size="64" style="0"/>
  74. </Property>
  75. <Property name="horizontalAlignment" type="int" value="0"/>
  76. <Property name="text" type="java.lang.String" value="0"/>
  77. </Properties>
  78. </Component>
  79. </SubComponents>
  80. </Container>
  81. </SubComponents>
  82. </Form>