📄 computesalaryframe.form
字号:
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> <TitledBorder title="过滤"> <Font PropertyName="font" name="新宋体" size="12" style="0"/> </TitledBorder> </Border> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="stateLabel" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jTextField1" min="-2" pref="93" max="-2" attributes="0"/> <EmptySpace min="-2" pref="36" max="-2" attributes="0"/> <Component id="deptLabel" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="deptCombo" min="-2" pref="119" max="-2" attributes="0"/> <EmptySpace min="-2" pref="30" max="-2" attributes="0"/> <Component id="sexLabel" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="sexCombo" min="-2" pref="72" max="-2" attributes="0"/> <EmptySpace min="-2" pref="51" max="-2" attributes="0"/> <Component id="queryButton" min="-2" pref="93" max="-2" attributes="0"/> <EmptySpace pref="20" max="32767" 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="3" attributes="0"> <Component id="stateLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="queryButton" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jTextField1" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="deptLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="deptCombo" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="sexLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="sexCombo" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="deptLabel"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="新宋体" size="12" style="0"/> </Property> <Property name="text" type="java.lang.String" value="部门:"/> </Properties> </Component> <Component class="javax.swing.JComboBox" name="deptCombo"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="新宋体" size="12" style="0"/> </Property> <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> <StringArray count="1"> <StringItem index="0" value="全部"/> </StringArray> </Property> </Properties> </Component> <Component class="javax.swing.JLabel" name="sexLabel"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="新宋体" size="12" style="0"/> </Property> <Property name="text" type="java.lang.String" value="性别:"/> </Properties> </Component> <Component class="javax.swing.JComboBox" name="sexCombo"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="新宋体" size="12" style="0"/> </Property> <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> <StringArray count="3"> <StringItem index="0" value="全部"/> <StringItem index="1" value="男"/> <StringItem index="2" value="女"/> </StringArray> </Property> </Properties> </Component> <Component class="javax.swing.JLabel" name="stateLabel"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="新宋体" size="12" style="0"/> </Property> <Property name="text" type="java.lang.String" value="员工Id:"/> </Properties> </Component> <Component class="javax.swing.JButton" name="queryButton"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="新宋体" size="12" style="0"/> </Property> <Property name="mnemonic" type="int" value="81"/> <Property name="text" type="java.lang.String" value="查询(Q)"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="queryButtonActionPerformed"/> </Events> </Component> <Component class="javax.swing.JTextField" name="jTextField1"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="新宋体" size="12" style="0"/> </Property> </Properties> </Component> </SubComponents> </Container> <Container class="javax.swing.JScrollPane" name="salaryScrollPane"> <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="salaryTable"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="新宋体" size="12" style="0"/> </Property> <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> <Table columnCount="14" rowCount="0"> <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.String"/> <Column editable="false" title="基本工资" type="java.lang.Double"/> <Column editable="false" title="岗位工资" type="java.lang.Double"/> <Column editable="false" title="住房津贴" type="java.lang.Double"/> <Column editable="false" title="交通津贴" type="java.lang.Double"/> <Column editable="false" title="电话津贴" type="java.lang.Double"/> <Column editable="false" title="月奖金" type="java.lang.Double"/> <Column editable="false" title="年度奖金" type="java.lang.Double"/> <Column editable="false" title="应扣工资" type="java.lang.Double"/> <Column editable="false" title="总工资" type="java.lang.Double"/> <Column editable="false" title="实发工资" type="java.lang.Double"/> </Table> </Property> <Property name="autoResizeMode" type="int" value="4"/> </Properties> </Component> </SubComponents> </Container> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -