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.

SubscriberView.form 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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,1,38,0,0,1,109"/>
  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="jPanel1">
  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="Stopp"/>
  41. </Properties>
  42. </Component>
  43. </SubComponents>
  44. </Container>
  45. <Component class="javax.swing.JLabel" name="lblZahl">
  46. <Properties>
  47. <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
  48. <Font name="Ubuntu" size="60" style="0"/>
  49. </Property>
  50. <Property name="horizontalAlignment" type="int" value="0"/>
  51. <Property name="text" type="java.lang.String" value="1"/>
  52. </Properties>
  53. <Constraints>
  54. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  55. <BorderConstraints direction="Center"/>
  56. </Constraint>
  57. </Constraints>
  58. </Component>
  59. </SubComponents>
  60. </Form>