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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
  3. <NonVisualComponents>
  4. <Component class="javax.swing.ButtonGroup" name="bgSelect">
  5. </Component>
  6. </NonVisualComponents>
  7. <Properties>
  8. <Property name="defaultCloseOperation" type="int" value="3"/>
  9. <Property name="title" type="java.lang.String" value="ICQ 0.1 xD"/>
  10. </Properties>
  11. <SyntheticProperties>
  12. <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
  13. <SyntheticProperty name="generateCenter" type="boolean" value="true"/>
  14. </SyntheticProperties>
  15. <AuxValues>
  16. <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
  17. <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
  18. <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  19. <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  20. <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
  21. <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  22. <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  23. <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  24. <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  25. </AuxValues>
  26. <Layout>
  27. <DimensionLayout dim="0">
  28. <Group type="103" groupAlignment="0" attributes="0">
  29. <Group type="102" alignment="1" attributes="0">
  30. <EmptySpace max="-2" attributes="0"/>
  31. <Group type="103" groupAlignment="1" attributes="0">
  32. <Group type="102" alignment="0" attributes="0">
  33. <Component id="lbPort" min="-2" max="-2" attributes="0"/>
  34. <EmptySpace max="-2" attributes="0"/>
  35. <Component id="tfPort" min="-2" pref="61" max="-2" attributes="0"/>
  36. <EmptySpace max="-2" attributes="0"/>
  37. <Component id="lbIP" min="-2" max="-2" attributes="0"/>
  38. <EmptySpace max="-2" attributes="0"/>
  39. <Component id="tfIP" min="-2" pref="191" max="-2" attributes="0"/>
  40. <EmptySpace pref="247" max="32767" attributes="0"/>
  41. <Component id="btConnect" min="-2" max="-2" attributes="0"/>
  42. </Group>
  43. <Group type="102" alignment="0" attributes="0">
  44. <Component id="rbClient" min="-2" pref="64" max="-2" attributes="0"/>
  45. <EmptySpace max="-2" attributes="0"/>
  46. <Component id="rbServer" min="-2" max="-2" attributes="0"/>
  47. <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
  48. </Group>
  49. <Component id="jScrollPane1" alignment="1" max="32767" attributes="0"/>
  50. <Group type="102" alignment="0" attributes="0">
  51. <Component id="tfMessage" max="32767" attributes="0"/>
  52. <EmptySpace type="separate" max="-2" attributes="0"/>
  53. <Component id="btSend" min="-2" max="-2" attributes="0"/>
  54. </Group>
  55. </Group>
  56. <EmptySpace max="-2" attributes="0"/>
  57. </Group>
  58. <Component id="jSeparator2" alignment="0" max="32767" attributes="0"/>
  59. </Group>
  60. </DimensionLayout>
  61. <DimensionLayout dim="1">
  62. <Group type="103" groupAlignment="0" attributes="0">
  63. <Group type="102" alignment="0" attributes="0">
  64. <EmptySpace max="-2" attributes="0"/>
  65. <Component id="jScrollPane1" pref="243" max="32767" attributes="0"/>
  66. <EmptySpace type="separate" max="-2" attributes="0"/>
  67. <Group type="103" groupAlignment="3" attributes="0">
  68. <Component id="tfMessage" alignment="3" min="-2" pref="25" max="-2" attributes="0"/>
  69. <Component id="btSend" alignment="3" min="-2" max="-2" attributes="0"/>
  70. </Group>
  71. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  72. <Component id="jSeparator2" min="-2" pref="6" max="-2" attributes="0"/>
  73. <EmptySpace min="-2" pref="1" max="-2" attributes="0"/>
  74. <Group type="103" groupAlignment="3" attributes="0">
  75. <Component id="rbServer" alignment="3" min="-2" max="-2" attributes="0"/>
  76. <Component id="rbClient" alignment="3" min="-2" max="-2" attributes="0"/>
  77. </Group>
  78. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  79. <Group type="103" groupAlignment="3" attributes="0">
  80. <Component id="lbPort" alignment="3" min="-2" max="-2" attributes="0"/>
  81. <Component id="tfPort" alignment="3" min="-2" max="-2" attributes="0"/>
  82. <Component id="tfIP" alignment="3" min="-2" max="-2" attributes="0"/>
  83. <Component id="lbIP" alignment="3" min="-2" max="-2" attributes="0"/>
  84. <Component id="btConnect" alignment="3" min="-2" max="-2" attributes="0"/>
  85. </Group>
  86. <EmptySpace max="-2" attributes="0"/>
  87. </Group>
  88. </Group>
  89. </DimensionLayout>
  90. </Layout>
  91. <SubComponents>
  92. <Container class="javax.swing.JScrollPane" name="jScrollPane1">
  93. <AuxValues>
  94. <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
  95. </AuxValues>
  96. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  97. <SubComponents>
  98. <Component class="javax.swing.JTextArea" name="taCommunication">
  99. <Properties>
  100. <Property name="columns" type="int" value="20"/>
  101. <Property name="rows" type="int" value="5"/>
  102. </Properties>
  103. </Component>
  104. </SubComponents>
  105. </Container>
  106. <Component class="javax.swing.JTextField" name="tfMessage">
  107. </Component>
  108. <Component class="javax.swing.JButton" name="btSend">
  109. <Properties>
  110. <Property name="text" type="java.lang.String" value="send"/>
  111. </Properties>
  112. </Component>
  113. <Component class="javax.swing.JTextField" name="tfPort">
  114. <Properties>
  115. <Property name="text" type="java.lang.String" value="45000"/>
  116. <Property name="toolTipText" type="java.lang.String" value=""/>
  117. </Properties>
  118. </Component>
  119. <Component class="javax.swing.JLabel" name="lbPort">
  120. <Properties>
  121. <Property name="text" type="java.lang.String" value="Port:"/>
  122. <Property name="toolTipText" type="java.lang.String" value=""/>
  123. </Properties>
  124. </Component>
  125. <Component class="javax.swing.JLabel" name="lbIP">
  126. <Properties>
  127. <Property name="text" type="java.lang.String" value="IP:"/>
  128. </Properties>
  129. </Component>
  130. <Component class="javax.swing.JTextField" name="tfIP">
  131. <Properties>
  132. <Property name="text" type="java.lang.String" value="127.0.0.1"/>
  133. </Properties>
  134. </Component>
  135. <Component class="javax.swing.JButton" name="btConnect">
  136. <Properties>
  137. <Property name="text" type="java.lang.String" value="connect"/>
  138. <Property name="toolTipText" type="java.lang.String" value=""/>
  139. </Properties>
  140. </Component>
  141. <Component class="javax.swing.JRadioButton" name="rbClient">
  142. <Properties>
  143. <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
  144. <ComponentRef name="bgSelect"/>
  145. </Property>
  146. <Property name="selected" type="boolean" value="true"/>
  147. <Property name="text" type="java.lang.String" value="Client"/>
  148. </Properties>
  149. <Events>
  150. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="rbClientActionPerformed"/>
  151. </Events>
  152. </Component>
  153. <Component class="javax.swing.JRadioButton" name="rbServer">
  154. <Properties>
  155. <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
  156. <ComponentRef name="bgSelect"/>
  157. </Property>
  158. <Property name="text" type="java.lang.String" value="Server"/>
  159. </Properties>
  160. <Events>
  161. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="rbServerActionPerformed"/>
  162. </Events>
  163. </Component>
  164. <Component class="javax.swing.JSeparator" name="jSeparator2">
  165. </Component>
  166. </SubComponents>
  167. </Form>