📄 addclassjpanel.form
字号:
<Group type="103" groupAlignment="1" max="-2" attributes="0"> <Component id="id" alignment="0" max="32767" attributes="1"/> <Component id="name" alignment="0" pref="119" max="32767" attributes="1"/> <Component id="input" alignment="0" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="32767" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="27" max="-2" attributes="0"/> <Component id="text" min="-2" pref="142" max="-2" attributes="1"/> </Group> </Group> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="68" max="-2" attributes="0"/> <Component id="confirm" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="40" max="-2" attributes="0"/> <Component id="cancel" min="-2" max="-2" attributes="0"/> </Group> </Group> <EmptySpace min="-2" pref="101" max="-2" attributes="0"/> </Group> <Group type="102" alignment="1" attributes="0"> <EmptySpace pref="153" max="32767" attributes="0"/> <Component id="jLabel1" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="276" 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="21" max="-2" attributes="0"/> <Component id="jLabel1" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="grade" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="text" alignment="3" min="-2" pref="20" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="26" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="major" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel11" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="id" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="21" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="classNumber" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel12" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="name" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="21" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="studentNumber" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel5" 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="confirm" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="cancel" alignment="3" min="-2" max="-2" attributes="0"/> </Group> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="47" max="-2" attributes="0"/> <Component id="input" min="-2" max="-2" attributes="0"/> </Group> </Group> <EmptySpace pref="36" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabel1"> <Properties> <Property name="text" type="java.lang.String" value="增加班级信息"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel2"> <Properties> <Property name="text" type="java.lang.String" value="年级:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel3"> <Properties> <Property name="text" type="java.lang.String" value="专业:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel4"> <Properties> <Property name="text" type="java.lang.String" value="班号:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel5"> <Properties> <Property name="text" type="java.lang.String" value="学生人数:"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="grade"> <Properties> <Property name="text" type="java.lang.String" value="2005"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="major"> <Properties> <Property name="text" type="java.lang.String" value="计算机科学与技术"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="classNumber"> <Properties> <Property name="text" type="java.lang.String" value="3"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="studentNumber"> </Component> <Component class="javax.swing.JButton" name="confirm"> <Properties> <Property name="text" type="java.lang.String" value="确定"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="confirmButtonActionListener"/> </Events> </Component> <Component class="javax.swing.JButton" name="cancel"> <Properties> <Property name="text" type="java.lang.String" value="取消"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cancelButtonActionListener"/> </Events> </Component> <Component class="javax.swing.JLabel" name="text"> </Component> <Component class="javax.swing.JTextField" name="id"> <Properties> <Property name="editable" type="boolean" value="false"/> </Properties> </Component> <Component class="javax.swing.JButton" name="input"> <Properties> <Property name="text" type="java.lang.String" value="输入"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="inputButtonActionListener"/> </Events> </Component> <Component class="javax.swing.JLabel" name="jLabel11"> <Properties> <Property name="text" type="java.lang.String" value="学号:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel12"> <Properties> <Property name="text" type="java.lang.String" value="姓名:"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="name"> <Properties> <Property name="editable" type="boolean" value="false"/> </Properties> </Component> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -