📄 messagerebuildserver.form
字号:
<Property name="text" type="java.lang.String" value="端口设置"/> <Property name="focusable" type="boolean" value="false"/> <Property name="horizontalTextPosition" type="int" value="0"/> <Property name="name" type="java.lang.String" value="configPortJButton" noResource="true"/> <Property name="verticalTextPosition" type="int" value="3"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="configPortJButtonActionPerformed"/> </Events> </Component> <Component class="javax.swing.JLabel" name="jLabel1"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="黑体" size="14" style="1"/> </Property> <Property name="text" type="java.lang.String" value=" 加密以后的密文:"/> <Property name="name" type="java.lang.String" value="jLabel1" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JButton" name="stopServicesJButton"> <Properties> <Property name="font" type="java.awt.Font" noResource="true" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="黑体" size="14" style="1"/> </Property> <Property name="text" type="java.lang.String" value="停止服务"/> <Property name="name" type="java.lang.String" value="stopServicesJButton" noResource="true"/> </Properties> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties> <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> <Dimension value="[850, 730]"/> </Property> <Property name="name" type="java.lang.String" value="jPanel1" noResource="true"/> <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> <Dimension value="[850, 730]"/> </Property> </Properties> <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" max="-2" attributes="0"> <Component id="jToolBar2" alignment="0" min="-2" max="-2" attributes="1"/> <Component id="jScrollPane1" alignment="0" pref="365" max="32767" attributes="1"/> <Component id="jScrollPane2" alignment="0" max="32767" attributes="1"/> </Group> <EmptySpace pref="30" max="32767" attributes="0"/> <Component id="jTextField2" min="-2" pref="303" max="-2" attributes="0"/> <EmptySpace min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="200" max="-2" attributes="0"/> <Component id="exitJButton" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="sendJButton" min="-2" pref="71" max="-2" attributes="0"/> <EmptySpace pref="370" max="32767" 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="1" max="-2" attributes="0"> <Component id="jTextField2" alignment="0" max="32767" attributes="1"/> <Group type="102" alignment="0" attributes="0"> <Component id="jScrollPane1" min="-2" pref="290" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jToolBar2" min="-2" pref="38" max="-2" attributes="0"/> <EmptySpace type="unrelated" max="-2" attributes="0"/> <Component id="jScrollPane2" min="-2" pref="192" max="-2" attributes="0"/> </Group> </Group> <EmptySpace type="separate" pref="23" max="32767" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="exitJButton" alignment="3" min="-2" pref="32" max="-2" attributes="1"/> <Component id="sendJButton" alignment="3" pref="32" max="32767" attributes="1"/> </Group> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JScrollPane" name="jScrollPane1"> <Properties> <Property name="name" type="java.lang.String" value="jScrollPane1" noResource="true"/> </Properties> <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> <SubComponents> <Component class="javax.swing.JTextField" name="jTextField1"> <Properties> <Property name="editable" type="boolean" value="false"/> <Property name="text" type="java.lang.String" value="明文显示区域"/> <Property name="name" type="java.lang.String" value="jTextField1" noResource="true"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jTextField1ActionPerformed"/> </Events> </Component> </SubComponents> </Container> <Container class="javax.swing.JToolBar" name="jToolBar2"> <Properties> <Property name="rollover" type="boolean" value="true"/> <Property name="name" type="java.lang.String" value="jToolBar2" noResource="true"/> </Properties> <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/> <SubComponents> <Component class="javax.swing.JLabel" name="sendToJLabel"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="黑体" size="14" style="1"/> </Property> <Property name="text" type="java.lang.String" value="发送至:"/> <Property name="name" type="java.lang.String" value="sendToJLabel" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JComboBox" name="jComboBox1"> <Properties> <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> <StringArray count="4"> <StringItem index="0" value="用户1"/> <StringItem index="1" value="用户2"/> <StringItem index="2" value="用户3"/> <StringItem index="3" value="用户 4"/> </StringArray> </Property> <Property name="name" type="java.lang.String" value="jComboBox1" noResource="true"/> </Properties> </Component> </SubComponents> </Container> <Component class="javax.swing.JButton" name="exitJButton"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="黑体" size="14" style="1"/> </Property> <Property name="text" type="java.lang.String" value="关闭 "/> <Property name="focusable" type="boolean" value="false"/> <Property name="horizontalTextPosition" type="int" value="0"/> <Property name="name" type="java.lang.String" value="exitJButton" noResource="true"/> <Property name="verticalTextPosition" type="int" value="3"/> </Properties> </Component> <Component class="javax.swing.JButton" name="sendJButton"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="黑体" size="14" style="1"/> </Property> <Property name="text" type="java.lang.String" value="发送"/> <Property name="name" type="java.lang.String" value="sendJButton" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="jTextField2"> <Properties> <Property name="editable" type="boolean" value="false"/> <Property name="text" type="java.lang.String" value="机密以后的密文在这里显示"/> <Property name="name" type="java.lang.String" value="jTextField2" noResource="true"/> </Properties> </Component> <Container class="javax.swing.JScrollPane" name="jScrollPane2"> <Properties> <Property name="name" type="java.lang.String" value="jScrollPane2" noResource="true"/> </Properties> <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="jTextArea1"> <Properties> <Property name="columns" type="int" value="20"/> <Property name="rows" type="int" value="5"/> <Property name="name" type="java.lang.String" value="jTextArea1" noResource="true"/> </Properties> </Component> </SubComponents> </Container> </SubComponents> </Container> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -