📄 mainframe.form
字号:
<Component id="jSeparator4" pref="93" max="32767" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jButton1" pref="93" max="32767" attributes="1"/> </Group> </Group> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jToolBar1" min="-2" max="-2" attributes="0"/> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="19" max="-2" attributes="0"/> <Component id="jLabel12" min="-2" pref="27" max="-2" attributes="0"/> </Group> </Group> <EmptySpace min="-2" pref="23" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Component id="jButtonSave" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jButtonOpen" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jSeparator2" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jButtonDelete" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jButtonAdd" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jSeparator3" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jButtonSort" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jButtonSortName" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jSeparator4" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jButton1" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Component id="jScrollPane1" min="-2" pref="284" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jButton8" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jButtonPageUp" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jButtonPageDown" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jButton7" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabelPage" alignment="3" min="-2" pref="30" max="-2" attributes="0"/> </Group> </Group> </Group> <EmptySpace pref="14" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JScrollPane" name="jScrollPane1"> <Properties> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.LineBorderInfo"> <LineBorder roundedCorners="true"/> </Border> </Property> <Property name="toolTipText" type="java.lang.String" value="xinxi"/> </Properties> <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="jTable1"> <Properties> <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> <Table columnCount="6" rowCount="16"> <Column editable="false" title="id" type="java.lang.String"/> <Column editable="false" title="姓名" type="java.lang.String"/> <Column editable="false" title="性别" type="java.lang.String"/> <Column editable="false" title="年龄" type="java.lang.Integer"/> <Column editable="false" title="专业" type="java.lang.String"/> <Column editable="false" title="班级" type="java.lang.String"/> </Table> </Property> <Property name="selectionBackground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="99" green="99" red="99" type="rgb"/> </Property> </Properties> <Events> <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jTable1MouseClicked"/> <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jTable1MouseReleased"/> </Events> </Component> </SubComponents> </Container> <Component class="javax.swing.JLabel" name="jLabel1"> <Properties> <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.EtchedBorderInfo"> <EtchetBorder/> </Border> </Property> </Properties> </Component> <Container class="javax.swing.JToolBar" name="jToolBar1"> <Properties> <Property name="floatable" type="boolean" value="false"/> </Properties> <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/> </Container> <Component class="javax.swing.JButton" name="jButtonSort"> <Properties> <Property name="text" type="java.lang.String" value="按id排序"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonSortActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButtonPageUp"> <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="jButtonPageUpActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButtonPageDown"> <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="jButtonPageDownActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButtonSave"> <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="jButtonSaveActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButtonOpen"> <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="jButtonOpenActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButtonSortName"> <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="jButtonSortNameActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButton1"> <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="jButton1ActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButtonAdd"> <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="jButtonAddActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButtonDelete"> <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="jButtonDeleteActionPerformed"/> </Events> </Component> <Component class="javax.swing.JLabel" name="jLabel12"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="宋体" size="24" style="1"/> </Property> <Property name="text" type="java.lang.String" value="电信系学生信息系统"/> </Properties> </Component> <Component class="javax.swing.JSeparator" name="jSeparator2"> </Component> <Component class="javax.swing.JSeparator" name="jSeparator3"> </Component> <Component class="javax.swing.JSeparator" name="jSeparator4"> </Component> <Component class="javax.swing.JButton" name="jButton7"> <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="jButton7ActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButton8"> <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="jButton8ActionPerformed"/> </Events> </Component> <Component class="javax.swing.JLabel" name="jLabelPage"> <Properties> <Property name="text" type="java.lang.String" value="1/1"/> <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> <Dimension value="[120, 15]"/> </Property> </Properties> </Component> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -