⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainframe.form

📁 java做的个人通讯录 仅供初学者参考!
💻 FORM
📖 第 1 页 / 共 2 页
字号:
        </DimensionLayout>      </Layout>      <SubComponents>        <Component class="javax.swing.JLabel" name="jLabel2">          <Properties>            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">              <Font name="&#x5b8b;&#x4f53;" size="18" style="1"/>            </Property>            <Property name="text" type="java.lang.String" value="&#x59d3;&#x540d;&#xff1a;"/>          </Properties>        </Component>        <Component class="javax.swing.JLabel" name="jLabel3">          <Properties>            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">              <Font name="&#x5b8b;&#x4f53;" size="18" style="1"/>            </Property>            <Property name="text" type="java.lang.String" value="&#x79fb;&#x52a8;&#x7535;&#x8bdd;&#xff1a;"/>          </Properties>        </Component>        <Component class="javax.swing.JLabel" name="jLabel4">          <Properties>            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">              <Font name="&#x5b8b;&#x4f53;" size="18" style="1"/>            </Property>            <Property name="text" type="java.lang.String" value="&#x56fa;&#x5b9a;&#x7535;&#x8bdd;&#xff1a;"/>          </Properties>        </Component>        <Component class="javax.swing.JLabel" name="jLabel5">          <Properties>            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">              <Font name="&#x5b8b;&#x4f53;" size="18" style="1"/>            </Property>            <Property name="text" type="java.lang.String" value="&#x7535;&#x5b50;&#x90ae;&#x4ef6;&#xff1a;"/>          </Properties>        </Component>        <Component class="javax.swing.JTextField" name="txtName">        </Component>        <Component class="javax.swing.JTextField" name="txtMobile">        </Component>        <Component class="javax.swing.JTextField" name="txtPhone">        </Component>        <Component class="javax.swing.JTextField" name="txtEmail">        </Component>        <Component class="javax.swing.JButton" name="btnRemake">          <Properties>            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">              <Font name="&#x5b8b;&#x4f53;" size="18" style="0"/>            </Property>            <Property name="text" type="java.lang.String" value="&#x6e05;&#x7a7a;"/>          </Properties>          <Events>            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnRemakeActionPerformed"/>          </Events>        </Component>        <Component class="javax.swing.JButton" name="btnAdd">          <Properties>            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">              <Font name="&#x5b8b;&#x4f53;" size="18" style="0"/>            </Property>            <Property name="text" type="java.lang.String" value="&#x6dfb;&#x52a0;"/>          </Properties>          <Events>            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnAddActionPerformed"/>          </Events>        </Component>      </SubComponents>    </Container>    <Container class="javax.swing.JPanel" name="jPanel2">      <Properties>        <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">          <Color type="null"/>        </Property>        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">            <TitledBorder title="&#x67e5;&#x8be2;&#x8054;&#x7cfb;&#x4eba;"/>          </Border>        </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" attributes="0">                      <Component id="jScrollPane1" alignment="0" pref="305" max="32767" attributes="0"/>                      <Group type="102" alignment="0" attributes="0">                          <Component id="txtselectName" min="-2" pref="204" max="-2" attributes="0"/>                          <EmptySpace type="separate" max="-2" attributes="0"/>                          <Component id="btnSelect" min="-2" 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 min="-2" pref="24" max="-2" attributes="0"/>                  <Group type="103" groupAlignment="3" attributes="0">                      <Component id="txtselectName" alignment="3" min="-2" pref="33" max="-2" attributes="0"/>                      <Component id="btnSelect" alignment="3" min="-2" pref="31" max="-2" attributes="0"/>                  </Group>                  <EmptySpace pref="13" max="32767" attributes="0"/>                  <Component id="jScrollPane1" min="-2" max="-2" attributes="0"/>                  <EmptySpace max="-2" attributes="0"/>              </Group>          </Group>        </DimensionLayout>      </Layout>      <SubComponents>        <Component class="javax.swing.JTextField" name="txtselectName">        </Component>        <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="txaSelect">              <Properties>                <Property name="columns" type="int" value="20"/>                <Property name="rows" type="int" value="6"/>              </Properties>            </Component>          </SubComponents>        </Container>        <Component class="javax.swing.JButton" name="btnSelect">          <Properties>            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">              <Font name="&#x5b8b;&#x4f53;" size="18" style="0"/>            </Property>            <Property name="text" type="java.lang.String" value="&#x67e5;&#x8be2;"/>          </Properties>          <Events>            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnSelectActionPerformed"/>          </Events>        </Component>      </SubComponents>    </Container>  </SubComponents></Form>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -