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

📄 mainpanel.form

📁 学籍管理系统
💻 FORM
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">  <AuxValues>    <AuxValue name="FormSettings_generateMnemonicsCode" 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="1" max="-2" attributes="0">                  <Component id="jScrollPane1" alignment="0" min="0" pref="0" max="32767" attributes="1"/>                  <Group type="102" alignment="0" attributes="0">                      <Component id="jComboBox1" min="-2" max="-2" attributes="0"/>                      <EmptySpace max="-2" attributes="0"/>                      <Component id="btnNew" min="-2" pref="58" max="-2" attributes="0"/>                      <EmptySpace max="-2" attributes="0"/>                      <Component id="jButton3" min="-2" max="-2" attributes="0"/>                      <EmptySpace max="-2" attributes="0"/>                      <Group type="103" groupAlignment="1" attributes="0">                          <Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="0"/>                          <Group type="102" alignment="0" attributes="0">                              <EmptySpace min="-2" pref="2" max="-2" attributes="0"/>                              <Component id="jButton4" min="-2" max="-2" attributes="0"/>                              <EmptySpace max="-2" attributes="0"/>                              <Component id="jButton1" min="-2" max="-2" attributes="0"/>                              <EmptySpace min="6" pref="6" max="-2" attributes="0"/>                              <Component id="jButton2" min="-2" max="-2" attributes="0"/>                          </Group>                      </Group>                  </Group>              </Group>              <EmptySpace max="32767" attributes="0"/>          </Group>      </Group>    </DimensionLayout>    <DimensionLayout dim="1">      <Group type="103" groupAlignment="0" attributes="0">          <Group type="102" alignment="0" attributes="0">              <Component id="jLabel1" min="-2" pref="26" max="-2" attributes="0"/>              <EmptySpace max="-2" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="jComboBox1" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="btnNew" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="jButton3" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="jButton4" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="jButton1" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="jButton2" alignment="3" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace min="-2" pref="19" max="-2" attributes="0"/>              <Component id="jScrollPane1" pref="265" max="32767" attributes="0"/>              <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.JTable" name="studentTable">          <Properties>            <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">              <Table columnCount="6" rowCount="4">                <Column editable="true" title="&#x59d3;&#x540d;" type="java.lang.String">                  <Data value="&#x5fd8;"/>                  <Data value="null"/>                  <Data value="null"/>                  <Data value="null"/>                </Column>                <Column editable="true" title="&#x5b66;&#x53f7;" type="java.lang.String"/>                <Column editable="true" title="&#x6027;&#x522b;" type="java.lang.String"/>                <Column editable="true" title="&#x5e74;&#x9f84;" type="java.lang.String"/>                <Column editable="true" title="&#x4e13;&#x4e1a;" type="java.lang.String"/>                <Column editable="true" title="&#x603b;&#x8bc4;&#x6210;&#x7ee9;" type="java.lang.Integer"/>              </Table>            </Property>          </Properties>        </Component>      </SubComponents>    </Container>    <Component class="javax.swing.JLabel" name="jLabel1">      <Properties>        <Property name="text" type="java.lang.String" value="&#x5b66;&#x751f;&#x6210;&#x7ee9;&#x7ba1;&#x7406;"/>      </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="2">            <StringItem index="0" value="&#x4e00;&#x5e74;&#x7ea7;"/>            <StringItem index="1" value="&#x4e8c;&#x5e74;&#x7ea7;"/>          </StringArray>        </Property>      </Properties>      <Events>        <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="jComboBox1ItemStateChanged"/>      </Events>    </Component>    <Component class="javax.swing.JButton" name="jButton1">      <Properties>        <Property name="text" type="java.lang.String" value="&#x4ece;&#x4f4e;&#x5230;&#x9ad8;"/>      </Properties>      <Events>        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton1MouseClicked"/>      </Events>    </Component>    <Component class="javax.swing.JButton" name="jButton2">      <Properties>        <Property name="text" type="java.lang.String" value="&#x4ece;&#x9ad8;&#x5230;&#x4f4e;"/>      </Properties>      <Events>        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton2MouseClicked"/>      </Events>    </Component>    <Component class="javax.swing.JButton" name="jButton4">      <Properties>        <Property name="text" type="java.lang.String" value="&#x5220;&#x9664;"/>      </Properties>      <Events>        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton4MouseClicked"/>      </Events>    </Component>    <Component class="javax.swing.JButton" name="btnNew">      <Properties>        <Property name="text" type="java.lang.String" value="&#x65b0;&#x5efa;"/>      </Properties>      <Events>        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="btnNewMouseClicked"/>      </Events>    </Component>    <Component class="javax.swing.JButton" name="jButton3">      <Properties>        <Property name="text" type="java.lang.String" value="&#x7f16;&#x8f91;"/>      </Properties>      <Events>        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton3MouseClicked"/>      </Events>    </Component>  </SubComponents></Form>

⌨️ 快捷键说明

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