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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. <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.JScrollPane" name="jScrollPane1">
  25. <AuxValues>
  26. <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
  27. </AuxValues>
  28. <Constraints>
  29. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  30. <BorderConstraints direction="Center"/>
  31. </Constraint>
  32. </Constraints>
  33. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  34. <SubComponents>
  35. <Component class="javax.swing.JTextArea" name="txtArea">
  36. <Properties>
  37. <Property name="columns" type="int" value="20"/>
  38. <Property name="rows" type="int" value="5"/>
  39. </Properties>
  40. </Component>
  41. </SubComponents>
  42. </Container>
  43. <Component class="javax.swing.JTextField" name="textField">
  44. <Constraints>
  45. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  46. <BorderConstraints direction="First"/>
  47. </Constraint>
  48. </Constraints>
  49. </Component>
  50. <Container class="javax.swing.JPanel" name="jPanel1">
  51. <Constraints>
  52. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  53. <BorderConstraints direction="Last"/>
  54. </Constraint>
  55. </Constraints>
  56. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout"/>
  57. <SubComponents>
  58. <Component class="javax.swing.JButton" name="btn1">
  59. <Properties>
  60. <Property name="text" type="java.lang.String" value="Register"/>
  61. <Property name="toolTipText" type="java.lang.String" value="Registrierung am Server"/>
  62. </Properties>
  63. </Component>
  64. <Component class="javax.swing.JButton" name="btn2">
  65. <Properties>
  66. <Property name="text" type="java.lang.String" value="Anrufen"/>
  67. </Properties>
  68. </Component>
  69. <Component class="javax.swing.JButton" name="jButton1">
  70. <Properties>
  71. <Property name="text" type="java.lang.String" value="Annehmen"/>
  72. </Properties>
  73. </Component>
  74. </SubComponents>
  75. </Container>
  76. </SubComponents>
  77. </Form>