📄 udpchatframe.form
字号:
</Menu> </SubComponents> </Menu> </NonVisualComponents> <Properties> <Property name="defaultCloseOperation" type="int" value="0"/> <Property name="title" type="java.lang.String" value="多点传送数据报聊天程序 - IP地址范围: 224.0.0.1 ~ 239.255.255.255"/> </Properties> <SyntheticProperties> <SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar"/> <SyntheticProperty name="formSizePolicy" type="int" value="1"/> </SyntheticProperties> <Events> <EventHandler event="windowClosing" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="formWindowClosing"/> </Events> <AuxValues> <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> <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="2"/> <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="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jScrollPane1" alignment="0" pref="380" max="32767" attributes="1"/> <Group type="102" alignment="0" attributes="0"> <Component id="jTextFieldMessage" min="-2" pref="279" max="-2" attributes="1"/> <EmptySpace max="32767" attributes="0"/> <Component id="jButtonSend" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Component id="jLabelIP" min="-2" max="-2" attributes="0"/> <EmptySpace type="unrelated" max="-2" attributes="0"/> <Component id="jTextFieldIP" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jLabelPort" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jTextFieldPort" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jLabelUsername" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jTextFieldUsername" min="-2" pref="66" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> </Group> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabelIP" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jTextFieldIP" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabelPort" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jTextFieldPort" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabelUsername" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jTextFieldUsername" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="28" max="-2" attributes="0"/> <Component id="jScrollPane1" pref="189" max="32767" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jTextFieldMessage" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jButtonSend" alignment="3" min="-2" max="-2" attributes="0"/> </Group> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabelIP"> <Properties> <Property name="text" type="java.lang.String" value="IP:"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="jTextFieldIP"> <Properties> <Property name="text" type="java.lang.String" value="225.0.0.1"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabelPort"> <Properties> <Property name="text" type="java.lang.String" value="端口:"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="jTextFieldPort"> <Properties> <Property name="text" type="java.lang.String" value="4000"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabelUsername"> <Properties> <Property name="text" type="java.lang.String" value="用户名:"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="jTextFieldUsername"> <Properties> <Property name="text" type="java.lang.String" value="无名"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="jTextFieldMessage"> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jTextFieldMessageActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButtonSend"> <Properties> <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> <Image iconType="3" name="/icons/send.gif"/> </Property> <Property name="mnemonic" type="int" value="83"/> <Property name="text" type="java.lang.String" value="发送(S)"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonSendActionPerformed"/> </Events> </Component> <Container class="javax.swing.JScrollPane" name="jScrollPane1"> <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> <SubComponents> <Component class="javax.swing.JTextArea" name="jTextAreaHistory"> <Properties> <Property name="columns" type="int" value="20"/> <Property name="rows" type="int" value="5"/> </Properties> </Component> </SubComponents> </Container> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -