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.

ChatView.form 4.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. <Property name="title" type="java.lang.String" value="ChatTool"/>
  6. </Properties>
  7. <SyntheticProperties>
  8. <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
  9. <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
  10. </SyntheticProperties>
  11. <AuxValues>
  12. <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
  13. <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
  14. <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  15. <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  16. <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
  17. <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  18. <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  19. <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  20. <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  21. <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"/>
  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.DesignGridLayout">
  32. <Property name="columns" type="int" value="0"/>
  33. <Property name="rows" type="int" value="1"/>
  34. </Layout>
  35. <SubComponents>
  36. <Component class="javax.swing.JLabel" name="lblType">
  37. <Properties>
  38. <Property name="text" type="java.lang.String" value="Client"/>
  39. </Properties>
  40. </Component>
  41. <Component class="javax.swing.JButton" name="btnSetClient">
  42. <Properties>
  43. <Property name="text" type="java.lang.String" value="Client"/>
  44. </Properties>
  45. </Component>
  46. <Component class="javax.swing.JButton" name="btnSetServer">
  47. <Properties>
  48. <Property name="text" type="java.lang.String" value="Server"/>
  49. </Properties>
  50. </Component>
  51. </SubComponents>
  52. </Container>
  53. <Component class="javax.swing.JTextField" name="txtField">
  54. <Properties>
  55. <Property name="text" type="java.lang.String" value="jTextField1"/>
  56. </Properties>
  57. <Constraints>
  58. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  59. <BorderConstraints direction="Center"/>
  60. </Constraint>
  61. </Constraints>
  62. </Component>
  63. <Component class="javax.swing.JButton" name="btnSend">
  64. <Properties>
  65. <Property name="text" type="java.lang.String" value="Send"/>
  66. </Properties>
  67. <Constraints>
  68. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  69. <BorderConstraints direction="After"/>
  70. </Constraint>
  71. </Constraints>
  72. </Component>
  73. <Component class="javax.swing.JLabel" name="lblStatusDialog">
  74. <Properties>
  75. <Property name="text" type="java.lang.String" value="&quot;&quot;"/>
  76. </Properties>
  77. <Constraints>
  78. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  79. <BorderConstraints direction="Last"/>
  80. </Constraint>
  81. </Constraints>
  82. </Component>
  83. </SubComponents>
  84. </Form>