📄 updateemployeeframe.form
字号:
<Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="21" max="-2" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Component id="workStateLabel" alignment="1" min="-2" max="-2" attributes="0"/> <Group type="103" alignment="1" groupAlignment="0" attributes="0"> <Component id="deptLabel" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="jobLabel" alignment="0" min="-2" max="-2" attributes="0"/> </Group> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Component id="workStateCombo" max="32767" attributes="1"/> <Component id="jobCombo" max="32767" attributes="1"/> <Component id="deptCombo" alignment="0" min="-2" pref="96" max="-2" attributes="1"/> </Group> <EmptySpace min="-2" pref="58" max="-2" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Component id="joinTimeLabel" min="-2" max="-2" attributes="0"/> <Component id="startWorkTimeLabel" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Component id="startWorkTimeText" max="32767" attributes="1"/> <Component id="joinTimeText" alignment="0" pref="84" max="32767" attributes="1"/> </Group> <EmptySpace min="-2" pref="42" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Component id="rpButton" alignment="0" pref="142" max="32767" attributes="1"/> <Component id="salaryChangeButton" alignment="0" max="32767" attributes="1"/> <Component id="personnelChangeButton" alignment="0" max="32767" attributes="1"/> </Group> <EmptySpace pref="35" max="32767" 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"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="3" attributes="0"> <Component id="joinTimeLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="joinTimeText" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="personnelChangeButton" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="startWorkTimeLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="startWorkTimeText" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="salaryChangeButton" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="rpButton" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="3" attributes="0"> <Component id="deptLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="deptCombo" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jobLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jobCombo" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="workStateLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="workStateCombo" alignment="3" min="-2" max="-2" attributes="0"/> </Group> </Group> </Group> <EmptySpace pref="10" 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.JLabel" name="jobLabel"> <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.JLabel" name="workStateLabel"> <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.JLabel" name="joinTimeLabel"> <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.JLabel" name="startWorkTimeLabel"> <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.JTextField" name="joinTimeText"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="新宋体" size="12" style="0"/> </Property> </Properties> </Component> <Component class="javax.swing.JTextField" name="startWorkTimeText"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="新宋体" size="12" style="0"/> </Property> </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="0"/> </Property> </Properties> </Component> <Component class="javax.swing.JComboBox" name="jobCombo"> <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="0"/> </Property> </Properties> </Component> <Component class="javax.swing.JComboBox" name="workStateCombo"> <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="0"/> </Property> </Properties> </Component> <Component class="javax.swing.JButton" name="personnelChangeButton"> <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="80"/> <Property name="text" type="java.lang.String" value="查看人事变动情况(P)"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="personnelChangeButtonActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="salaryChangeButton"> <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="83"/> <Property name="text" type="java.lang.String" value="查看薪资变动情况(S)"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="salaryChangeButtonActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="rpButton"> <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="82"/> <Property name="text" type="java.lang.String" value="查看奖惩情况(R)"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="rpButtonActionPerformed"/> </Events> </Component> </SubComponents> </Container> <Component class="javax.swing.JButton" name="okButton"> <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="79"/> <Property name="text" type="java.lang.String" value="确定(O)"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="okButtonActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="cancelButton"> <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="67"/> <Property name="text" type="java.lang.String" value="取消(C)"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cancelButtonActionPerformed"/> </Events> </Component> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -