|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- <?xml version="1.0" encoding="UTF-8" ?>
-
- <Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
- <NonVisualComponents>
- <Component class="javax.swing.ButtonGroup" name="bgSelect">
- </Component>
- </NonVisualComponents>
- <Properties>
- <Property name="defaultCloseOperation" type="int" value="3"/>
- </Properties>
- <SyntheticProperties>
- <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
- <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
- </SyntheticProperties>
- <AuxValues>
- <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
- <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
- <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
- <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
- <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
- <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
- <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
- <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
- <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
- </AuxValues>
-
- <Layout>
- <DimensionLayout dim="0">
- <Group type="103" groupAlignment="0" attributes="0">
- <Group type="102" alignment="1" attributes="0">
- <EmptySpace max="-2" attributes="0"/>
- <Group type="103" groupAlignment="1" attributes="0">
- <Group type="102" alignment="0" attributes="0">
- <Component id="lbPort" min="-2" max="-2" attributes="0"/>
- <EmptySpace max="-2" attributes="0"/>
- <Component id="tfPort" min="-2" pref="61" max="-2" attributes="0"/>
- <EmptySpace max="-2" attributes="0"/>
- <Component id="lbIP" min="-2" max="-2" attributes="0"/>
- <EmptySpace max="-2" attributes="0"/>
- <Component id="tfIP" min="-2" pref="191" max="-2" attributes="0"/>
- <EmptySpace pref="247" max="32767" attributes="0"/>
- <Component id="btConnect" min="-2" max="-2" attributes="0"/>
- </Group>
- <Group type="102" alignment="0" attributes="0">
- <Component id="rbClient" min="-2" pref="64" max="-2" attributes="0"/>
- <EmptySpace max="-2" attributes="0"/>
- <Component id="rbServer" min="-2" max="-2" attributes="0"/>
- <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
- </Group>
- <Component id="jScrollPane1" alignment="1" max="32767" attributes="0"/>
- <Group type="102" alignment="0" attributes="0">
- <Component id="tfMessage" max="32767" attributes="0"/>
- <EmptySpace type="separate" max="-2" attributes="0"/>
- <Component id="btSend" min="-2" max="-2" attributes="0"/>
- </Group>
- </Group>
- <EmptySpace max="-2" attributes="0"/>
- </Group>
- <Component id="jSeparator2" alignment="0" max="32767" attributes="0"/>
- </Group>
- </DimensionLayout>
- <DimensionLayout dim="1">
- <Group type="103" groupAlignment="0" attributes="0">
- <Group type="102" alignment="0" attributes="0">
- <EmptySpace max="-2" attributes="0"/>
- <Component id="jScrollPane1" pref="243" max="32767" attributes="0"/>
- <EmptySpace type="separate" max="-2" attributes="0"/>
- <Group type="103" groupAlignment="3" attributes="0">
- <Component id="tfMessage" alignment="3" min="-2" pref="25" max="-2" attributes="0"/>
- <Component id="btSend" alignment="3" min="-2" max="-2" attributes="0"/>
- </Group>
- <EmptySpace type="unrelated" max="-2" attributes="0"/>
- <Component id="jSeparator2" min="-2" pref="6" max="-2" attributes="0"/>
- <EmptySpace min="-2" pref="1" max="-2" attributes="0"/>
- <Group type="103" groupAlignment="3" attributes="0">
- <Component id="rbServer" alignment="3" min="-2" max="-2" attributes="0"/>
- <Component id="rbClient" alignment="3" min="-2" max="-2" attributes="0"/>
- </Group>
- <EmptySpace type="unrelated" max="-2" attributes="0"/>
- <Group type="103" groupAlignment="3" attributes="0">
- <Component id="lbPort" alignment="3" min="-2" max="-2" attributes="0"/>
- <Component id="tfPort" alignment="3" min="-2" max="-2" attributes="0"/>
- <Component id="tfIP" alignment="3" min="-2" max="-2" attributes="0"/>
- <Component id="lbIP" alignment="3" min="-2" max="-2" attributes="0"/>
- <Component id="btConnect" alignment="3" min="-2" max="-2" attributes="0"/>
- </Group>
- <EmptySpace max="-2" attributes="0"/>
- </Group>
- </Group>
- </DimensionLayout>
- </Layout>
- <SubComponents>
- <Container class="javax.swing.JScrollPane" name="jScrollPane1">
- <AuxValues>
- <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
- </AuxValues>
-
- <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
- <SubComponents>
- <Component class="javax.swing.JTextArea" name="taCommunication">
- <Properties>
- <Property name="columns" type="int" value="20"/>
- <Property name="rows" type="int" value="5"/>
- </Properties>
- </Component>
- </SubComponents>
- </Container>
- <Component class="javax.swing.JTextField" name="tfMessage">
- </Component>
- <Component class="javax.swing.JButton" name="btSend">
- <Properties>
- <Property name="text" type="java.lang.String" value="send"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JTextField" name="tfPort">
- <Properties>
- <Property name="text" type="java.lang.String" value="45000"/>
- <Property name="toolTipText" type="java.lang.String" value=""/>
- </Properties>
- </Component>
- <Component class="javax.swing.JLabel" name="lbPort">
- <Properties>
- <Property name="text" type="java.lang.String" value="Port:"/>
- <Property name="toolTipText" type="java.lang.String" value=""/>
- </Properties>
- </Component>
- <Component class="javax.swing.JLabel" name="lbIP">
- <Properties>
- <Property name="text" type="java.lang.String" value="IP:"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JTextField" name="tfIP">
- <Properties>
- <Property name="text" type="java.lang.String" value="127.0.0.1"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JButton" name="btConnect">
- <Properties>
- <Property name="text" type="java.lang.String" value="connect"/>
- <Property name="toolTipText" type="java.lang.String" value=""/>
- </Properties>
- </Component>
- <Component class="javax.swing.JRadioButton" name="rbClient">
- <Properties>
- <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
- <ComponentRef name="bgSelect"/>
- </Property>
- <Property name="selected" type="boolean" value="true"/>
- <Property name="text" type="java.lang.String" value="Client"/>
- </Properties>
- <Events>
- <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="rbClientActionPerformed"/>
- </Events>
- </Component>
- <Component class="javax.swing.JRadioButton" name="rbServer">
- <Properties>
- <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
- <ComponentRef name="bgSelect"/>
- </Property>
- <Property name="text" type="java.lang.String" value="Server"/>
- </Properties>
- <Events>
- <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="rbServerActionPerformed"/>
- </Events>
- </Component>
- <Component class="javax.swing.JSeparator" name="jSeparator2">
- </Component>
- </SubComponents>
- </Form>
|