📄 usermanagerjpanel.form
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> <Properties> <Property name="name" type="java.lang.String" value="Form" noResource="true"/> </Properties> <AuxValues> <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="2"/> <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/> <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> <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" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="1" attributes="0"> <Component id="newButton" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="14" max="-2" attributes="0"/> <Component id="deleteButton" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="updateButton" linkSize="1" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="saveButton" linkSize="1" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="8" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="idLabel" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="nameLabel" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="passwordLabel" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="sexLabel" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="roleLabel" alignment="0" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="idField" alignment="0" pref="571" max="32767" attributes="0"/> <Component id="nameField" alignment="0" pref="571" max="32767" attributes="0"/> <Component id="passwordField" alignment="0" pref="571" max="32767" attributes="0"/> <Component id="sexField" alignment="0" pref="571" max="32767" attributes="0"/> <Component id="roleField" alignment="0" pref="571" max="32767" attributes="0"/> </Group> </Group> <Component id="masterScrollPane" alignment="0" pref="656" max="32767" attributes="0"/> </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"> <EmptySpace min="-2" max="-2" attributes="0"/> <Component id="masterScrollPane" pref="221" max="32767" attributes="0"/> <EmptySpace min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="idLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="idField" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="nameLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="nameField" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="passwordLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="passwordField" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="sexLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="sexField" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="roleLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="roleField" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="103" groupAlignment="3" attributes="0"> <Component id="newButton" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="deleteButton" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="updateButton" linkSize="2" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <Component id="saveButton" linkSize="2" alignment="0" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JButton" name="newButton"> <Properties> <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor"> <action class="desktopapplication1.UserManagerJPanel" id="newRecord" methodName="newRecord"/> </Property> <Property name="font" type="java.awt.Font" resourceKey="nameField.font"/> <Property name="text" type="java.lang.String" resourceKey="newButton.text"/> <Property name="name" type="java.lang.String" value="newButton" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JButton" name="deleteButton"> <Properties> <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor"> <action class="desktopapplication1.UserManagerJPanel" id="deleteRecord" methodName="deleteRecord"/> </Property> <Property name="font" type="java.awt.Font" resourceKey="nameField.font"/> <Property name="text" type="java.lang.String" resourceKey="deleteButton.text"/> <Property name="name" type="java.lang.String" value="deleteButton" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JButton" name="updateButton"> <Properties> <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor"> <action class="desktopapplication1.UserManagerJPanel" id="update" methodName="update"/> </Property> <Property name="font" type="java.awt.Font" resourceKey="nameField.font"/> <Property name="text" type="java.lang.String" resourceKey="updateButton.text"/> <Property name="name" type="java.lang.String" value="updateButton" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="idLabel"> <Properties> <Property name="font" type="java.awt.Font" resourceKey="nameField.font"/> <Property name="text" type="java.lang.String" resourceKey="idLabel.text"/> <Property name="name" type="java.lang.String" value="idLabel" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="nameLabel"> <Properties> <Property name="font" type="java.awt.Font" resourceKey="nameField.font"/> <Property name="text" type="java.lang.String" resourceKey="nameLabel.text"/> <Property name="name" type="java.lang.String" value="nameLabel" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="passwordLabel"> <Properties> <Property name="font" type="java.awt.Font" resourceKey="nameField.font"/> <Property name="text" type="java.lang.String" resourceKey="passwordLabel.text"/> <Property name="name" type="java.lang.String" value="passwordLabel" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="sexLabel"> <Properties> <Property name="font" type="java.awt.Font" resourceKey="nameField.font"/> <Property name="text" type="java.lang.String" resourceKey="sexLabel.text"/> <Property name="name" type="java.lang.String" value="sexLabel" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="roleLabel"> <Properties> <Property name="font" type="java.awt.Font" resourceKey="nameField.font"/> <Property name="text" type="java.lang.String" resourceKey="roleLabel.text"/> <Property name="name" type="java.lang.String" value="roleLabel" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="idField"> <Properties> <Property name="font" type="java.awt.Font" resourceKey="nameField.font"/> <Property name="enabled" type="boolean" value="false"/> <Property name="name" type="java.lang.String" value="idField" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="nameField"> <Properties> <Property name="font" type="java.awt.Font" resourceKey="nameField.font"/> <Property name="enabled" type="boolean" value="false"/> <Property name="name" type="java.lang.String" value="nameField" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="passwordField"> <Properties> <Property name="font" type="java.awt.Font" resourceKey="nameField.font"/> <Property name="enabled" type="boolean" value="false"/> <Property name="name" type="java.lang.String" value="passwordField" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="sexField"> <Properties> <Property name="font" type="java.awt.Font" resourceKey="nameField.font"/> <Property name="enabled" type="boolean" value="false"/> <Property name="name" type="java.lang.String" value="sexField" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="roleField"> <Properties> <Property name="font" type="java.awt.Font" resourceKey="nameField.font"/> <Property name="enabled" type="boolean" value="false"/> <Property name="name" type="java.lang.String" value="roleField" noResource="true"/> </Properties> </Component> <Container class="javax.swing.JScrollPane" name="masterScrollPane"> <Properties> <Property name="name" type="java.lang.String" value="masterScrollPane" noResource="true"/> </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="masterTable"> <Properties> <Property name="name" type="java.lang.String" value="masterTable" noResource="true"/> </Properties> </Component> </SubComponents> </Container> <Component class="javax.swing.JButton" name="saveButton"> <Properties> <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor"> <action class="passengertransportmis.UserManagerJPanel" id="save" methodName="save"/> </Property> <Property name="font" type="java.awt.Font" resourceKey="saveButton.font"/> <Property name="text" type="java.lang.String" resourceKey="saveButton.text"/> <Property name="name" type="java.lang.String" value="saveButton" noResource="true"/> </Properties> </Component> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -