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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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. </Properties>
  10. <SyntheticProperties>
  11. <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
  12. <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
  13. </SyntheticProperties>
  14. <AuxValues>
  15. <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
  16. <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
  17. <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  18. <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  19. <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
  20. <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  21. <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  22. <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  23. <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  24. </AuxValues>
  25. <Layout>
  26. <DimensionLayout dim="0">
  27. <Group type="103" groupAlignment="0" attributes="0">
  28. <Group type="102" alignment="0" attributes="0">
  29. <EmptySpace max="-2" attributes="0"/>
  30. <Group type="103" groupAlignment="0" attributes="0">
  31. <Component id="gvDrawPane" max="32767" attributes="0"/>
  32. <Group type="102" alignment="0" attributes="0">
  33. <Component id="rbClient" max="32767" attributes="0"/>
  34. <EmptySpace min="-2" pref="215" max="-2" attributes="0"/>
  35. </Group>
  36. <Component id="jSeparator1" alignment="0" max="32767" attributes="0"/>
  37. <Group type="102" alignment="0" attributes="0">
  38. <Component id="lbPort" min="-2" max="-2" attributes="0"/>
  39. <EmptySpace max="-2" attributes="0"/>
  40. <Component id="tfPort" min="-2" pref="61" max="-2" attributes="0"/>
  41. <EmptySpace max="-2" attributes="0"/>
  42. <Component id="lbIP" min="-2" max="-2" attributes="0"/>
  43. <EmptySpace max="-2" attributes="0"/>
  44. <Component id="tfIP" pref="164" max="32767" attributes="0"/>
  45. <EmptySpace max="-2" attributes="0"/>
  46. <Component id="btConnect" min="-2" max="-2" attributes="0"/>
  47. </Group>
  48. <Group type="102" attributes="0">
  49. <Component id="rbServer" min="-2" max="-2" attributes="0"/>
  50. <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
  51. </Group>
  52. </Group>
  53. <EmptySpace max="-2" attributes="0"/>
  54. </Group>
  55. </Group>
  56. </DimensionLayout>
  57. <DimensionLayout dim="1">
  58. <Group type="103" groupAlignment="0" attributes="0">
  59. <Group type="102" alignment="0" attributes="0">
  60. <EmptySpace max="-2" attributes="0"/>
  61. <Component id="rbClient" min="-2" max="-2" attributes="0"/>
  62. <EmptySpace max="-2" attributes="0"/>
  63. <Component id="rbServer" min="-2" max="-2" attributes="0"/>
  64. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  65. <Group type="103" groupAlignment="3" attributes="0">
  66. <Component id="lbPort" alignment="3" min="-2" max="-2" attributes="0"/>
  67. <Component id="tfPort" alignment="3" min="-2" max="-2" attributes="0"/>
  68. <Component id="tfIP" alignment="3" min="-2" max="-2" attributes="0"/>
  69. <Component id="lbIP" alignment="3" min="-2" max="-2" attributes="0"/>
  70. <Component id="btConnect" alignment="3" min="-2" max="-2" attributes="0"/>
  71. </Group>
  72. <EmptySpace max="-2" attributes="0"/>
  73. <Component id="jSeparator1" min="-2" pref="10" max="-2" attributes="0"/>
  74. <EmptySpace max="-2" attributes="0"/>
  75. <Component id="gvDrawPane" pref="205" max="32767" attributes="0"/>
  76. <EmptySpace max="-2" attributes="0"/>
  77. </Group>
  78. </Group>
  79. </DimensionLayout>
  80. </Layout>
  81. <SubComponents>
  82. <Component class="javax.swing.JTextField" name="tfPort">
  83. <Properties>
  84. <Property name="text" type="java.lang.String" value="3210"/>
  85. <Property name="toolTipText" type="java.lang.String" value=""/>
  86. </Properties>
  87. </Component>
  88. <Component class="javax.swing.JLabel" name="lbPort">
  89. <Properties>
  90. <Property name="text" type="java.lang.String" value="Port:"/>
  91. <Property name="toolTipText" type="java.lang.String" value=""/>
  92. </Properties>
  93. </Component>
  94. <Component class="javax.swing.JLabel" name="lbIP">
  95. <Properties>
  96. <Property name="text" type="java.lang.String" value="IP:"/>
  97. </Properties>
  98. </Component>
  99. <Component class="javax.swing.JTextField" name="tfIP">
  100. <Properties>
  101. <Property name="text" type="java.lang.String" value="127.0.0.1"/>
  102. </Properties>
  103. </Component>
  104. <Component class="javax.swing.JButton" name="btConnect">
  105. <Properties>
  106. <Property name="text" type="java.lang.String" value="connect"/>
  107. <Property name="toolTipText" type="java.lang.String" value=""/>
  108. </Properties>
  109. </Component>
  110. <Component class="javax.swing.JSeparator" name="jSeparator1">
  111. </Component>
  112. <Component class="javax.swing.JRadioButton" name="rbClient">
  113. <Properties>
  114. <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
  115. <ComponentRef name="bgSelect"/>
  116. </Property>
  117. <Property name="selected" type="boolean" value="true"/>
  118. <Property name="text" type="java.lang.String" value="Client"/>
  119. </Properties>
  120. </Component>
  121. <Component class="javax.swing.JRadioButton" name="rbServer">
  122. <Properties>
  123. <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
  124. <ComponentRef name="bgSelect"/>
  125. </Property>
  126. <Property name="text" type="java.lang.String" value="Server"/>
  127. </Properties>
  128. </Component>
  129. <Container class="grafikchat.view.GrafikView" name="gvDrawPane">
  130. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
  131. <Property name="useNullLayout" type="boolean" value="true"/>
  132. </Layout>
  133. </Container>
  134. </SubComponents>
  135. </Form>