📄 mainwindow.form
字号:
</SyntheticProperties> <Events> <EventHandler event="windowClosing" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="windowClosingListener"/> </Events> <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" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jToolBarQuery" alignment="1" pref="613" max="32767" attributes="0"/> <Component id="jToolBarMenu" alignment="1" min="-2" pref="613" max="-2" attributes="0"/> <Component id="jToolBarAdd" alignment="0" min="-2" pref="603" max="-2" attributes="0"/> <Component id="jToolBarScoreAnasys" alignment="0" min="-2" pref="603" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jToolBarMenu" min="-2" pref="40" max="-2" attributes="0"/> <EmptySpace min="-2" pref="25" max="-2" attributes="0"/> <Component id="jToolBarQuery" min="-2" pref="37" max="-2" attributes="0"/> <EmptySpace min="-2" pref="12" max="-2" attributes="0"/> <Component id="jToolBarAdd" min="-2" pref="26" max="-2" attributes="0"/> <EmptySpace min="-2" pref="15" max="-2" attributes="0"/> <Component id="jToolBarScoreAnasys" min="-2" pref="30" max="-2" attributes="0"/> <EmptySpace min="-2" pref="245" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JToolBar" name="jToolBarMenu"> <Properties> <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="66" green="33" red="0" type="rgb"/> </Property> <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> <Dimension value="[161, 23]"/> </Property> </Properties> <AuxValues> <AuxValue name="JavaCodeGenerator_CreateCodePre" type="java.lang.String" value=" try{
 UIManager.setLookAndFeel(new com.sun.java.swing.plaf.windows.WindowsLookAndFeel());
 }catch(Exception e){
 System.out.println("设置失败");
 }"/> </AuxValues> <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/> <SubComponents> <Component class="javax.swing.JButton" name="jButtonQuery"> <Properties> <Property name="text" type="java.lang.String" value="查询"/> <Property name="toolTipText" type="java.lang.String" value="查询"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="queryButtonActionListener"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButtonAdd"> <Properties> <Property name="text" type="java.lang.String" value="增加"/> <Property name="toolTipText" type="java.lang.String" value="增加"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="addButtonActionListener"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButtonAnasys"> <Properties> <Property name="text" type="java.lang.String" value="成绩分析"/> <Property name="toolTipText" type="java.lang.String" value="成绩分析"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="scoreAnasysButtonActionListener"/> </Events> </Component> </SubComponents> </Container> <Container class="javax.swing.JToolBar" name="jToolBarQuery"> <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/> <SubComponents> <Component class="javax.swing.JButton" name="jButtonQueryStudent"> <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="queryStudentButtonActionListener"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButtonQueryClass"> <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="queryClassButtonActionListener"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButtonQueryCourse"> <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="queryCourseButtonActionListener"/> </Events> </Component> </SubComponents> </Container> <Container class="javax.swing.JToolBar" name="jToolBarAdd"> <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/> <SubComponents> <Component class="javax.swing.JButton" name="jButtonAddStudent"> <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="addStudentButtonActionListener"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButtonAddClass"> <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="addClassButtonActionListener"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButtonAddCourse"> <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="addCourseButtonActionListener"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButtonAddScore"> <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="addStudentScoreButtonActionListener"/> </Events> </Component> </SubComponents> </Container> <Container class="javax.swing.JToolBar" name="jToolBarScoreAnasys"> <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/> <SubComponents> <Component class="javax.swing.JButton" name="jButtonTextScore"> <Properties> <Property name="text" type="java.lang.String" value="成绩文字分析"/> </Properties> </Component> <Component class="javax.swing.JButton" name="jButtonColumnScore"> <Properties> <Property name="text" type="java.lang.String" value="成绩柱状分析"/> </Properties> </Component> <Component class="javax.swing.JButton" name="jButtonCircleScore"> <Properties> <Property name="text" type="java.lang.String" value="成绩饼状分析"/> </Properties> </Component> </SubComponents> </Container> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -