📄 addstudentframe.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="添加学生信息"/> <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="姓名:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabelStudentID"> <Properties> <Property name="text" type="java.lang.String" value="学号:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabelGender"> <Properties> <Property name="text" type="java.lang.String" value="性别:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabelGrade"> <Properties> <Property name="text" type="java.lang.String" value="班级:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabelPhoneNum"> <Properties> <Property name="text" type="java.lang.String" value="联系电话:"/> </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="男"/> <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="女"/> <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="确定"/> </Properties> </Component> <Component class="javax.swing.JButton" name="JButtonCancel"> <Properties> <Property name="text" type="java.lang.String" value="取消"/> </Properties> </Component> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -