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

📄 addstudentframe.form

📁 基于netbeans的java桌面应用程序合集
💻 FORM
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">  <NonVisualComponents>    <Component class="javax.swing.ButtonGroup" name="buttonGroup1">    </Component>    <Component class="javax.swing.ButtonGroup" name="buttonGroup2">    </Component>  </NonVisualComponents>  <Properties>    <Property name="defaultCloseOperation" type="int" value="3"/>    <Property name="title" type="java.lang.String" value="&#x6dfb;&#x52a0;&#x5b66;&#x751f;&#x4fe1;&#x606f;"/>    <Property name="name" type="java.lang.String" value=""/>  </Properties>  <SyntheticProperties>    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>  </SyntheticProperties>  <AuxValues>    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>    <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 min="-2" pref="64" max="-2" attributes="0"/>              <Group type="103" groupAlignment="0" attributes="0">                  <Group type="102" alignment="0" attributes="0">                      <Component id="JButtonEnter" min="-2" max="-2" attributes="0"/>                      <EmptySpace min="-2" pref="63" max="-2" attributes="0"/>                      <Component id="JButtonCancel" min="-2" max="-2" attributes="0"/>                  </Group>                  <Group type="102" alignment="0" attributes="0">                      <Group type="103" groupAlignment="0" attributes="0">                          <Group type="103" alignment="0" groupAlignment="1" attributes="0">                              <Component id="jLabelStudentID" alignment="1" min="-2" max="-2" attributes="0"/>                              <Component id="jLabelStudentName" alignment="1" min="-2" max="-2" attributes="0"/>                              <Component id="jLabelGender" alignment="1" min="-2" max="-2" attributes="0"/>                              <Component id="jLabelGrade" alignment="1" min="-2" max="-2" attributes="0"/>                          </Group>                          <Component id="jLabelPhoneNum" alignment="0" min="-2" max="-2" attributes="0"/>                      </Group>                      <EmptySpace min="-2" pref="32" max="-2" attributes="0"/>                      <Group type="103" groupAlignment="0" max="-2" attributes="0">                          <Group type="102" attributes="0">                              <Component id="JRadioButtonMale" min="-2" max="-2" attributes="0"/>                              <EmptySpace max="-2" attributes="0"/>                              <Component id="JRadioButtonFemale" min="-2" max="-2" attributes="0"/>                          </Group>                          <Component id="jTextFieldStudentName" alignment="0" pref="106" max="32767" attributes="1"/>                          <Component id="jTextFieldStudentID" alignment="0" max="32767" attributes="1"/>                          <Component id="jTextFieldGrade" alignment="0" max="32767" attributes="1"/>                          <Component id="jTextFieldPhoneNum" alignment="0" max="32767" attributes="1"/>                      </Group>                  </Group>              </Group>              <EmptySpace pref="159" 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 min="-2" pref="23" max="-2" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="jLabelStudentName" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="jTextFieldStudentName" alignment="3" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace min="-2" pref="29" max="-2" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="jLabelStudentID" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="jTextFieldStudentID" alignment="3" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace min="-2" pref="28" max="-2" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="jLabelGender" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="JRadioButtonMale" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="JRadioButtonFemale" alignment="3" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace min="-2" pref="32" max="-2" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="jLabelGrade" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="jTextFieldGrade" alignment="3" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace min="-2" pref="30" max="-2" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="jLabelPhoneNum" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="jTextFieldPhoneNum" alignment="3" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace pref="26" max="32767" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="JButtonEnter" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="JButtonCancel" alignment="3" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace max="-2" attributes="0"/>          </Group>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <Component class="javax.swing.JLabel" name="jLabelStudentName">      <Properties>        <Property name="text" type="java.lang.String" value="&#x59d3;&#x540d;&#xff1a;"/>      </Properties>    </Component>    <Component class="javax.swing.JLabel" name="jLabelStudentID">      <Properties>        <Property name="text" type="java.lang.String" value="&#x5b66;&#x53f7;&#xff1a;"/>      </Properties>    </Component>    <Component class="javax.swing.JLabel" name="jLabelGender">      <Properties>        <Property name="text" type="java.lang.String" value="&#x6027;&#x522b;&#xff1a;"/>      </Properties>    </Component>    <Component class="javax.swing.JLabel" name="jLabelGrade">      <Properties>        <Property name="text" type="java.lang.String" value="&#x73ed;&#x7ea7;&#xff1a;"/>      </Properties>    </Component>    <Component class="javax.swing.JLabel" name="jLabelPhoneNum">      <Properties>        <Property name="text" type="java.lang.String" value="&#x8054;&#x7cfb;&#x7535;&#x8bdd;&#xff1a;"/>      </Properties>    </Component>    <Component class="javax.swing.JTextField" name="jTextFieldStudentName">    </Component>    <Component class="javax.swing.JTextField" name="jTextFieldStudentID">    </Component>    <Component class="javax.swing.JTextField" name="jTextFieldGrade">    </Component>    <Component class="javax.swing.JTextField" name="jTextFieldPhoneNum">    </Component>    <Component class="javax.swing.JRadioButton" name="JRadioButtonMale">      <Properties>        <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">          <ComponentRef name="buttonGroup1"/>        </Property>        <Property name="selected" type="boolean" value="true"/>        <Property name="text" type="java.lang.String" value="&#x7537;"/>        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">          <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">            <EmptyBorder bottom="0" left="0" right="0" top="0"/>          </Border>        </Property>        <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">          <Insets value="[0, 0, 0, 0]"/>        </Property>      </Properties>    </Component>    <Component class="javax.swing.JRadioButton" name="JRadioButtonFemale">      <Properties>        <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">          <ComponentRef name="buttonGroup1"/>        </Property>        <Property name="text" type="java.lang.String" value="&#x5973;"/>        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">          <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">            <EmptyBorder bottom="0" left="0" right="0" top="0"/>          </Border>        </Property>        <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">          <Insets value="[0, 0, 0, 0]"/>        </Property>      </Properties>    </Component>    <Component class="javax.swing.JButton" name="JButtonEnter">      <Properties>        <Property name="text" type="java.lang.String" value="&#x786e;&#x5b9a;"/>      </Properties>    </Component>    <Component class="javax.swing.JButton" name="JButtonCancel">      <Properties>        <Property name="text" type="java.lang.String" value="&#x53d6;&#x6d88;"/>      </Properties>    </Component>  </SubComponents></Form>

⌨️ 快捷键说明

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