📄 routemanagerjpanel.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"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="1" attributes="0"> <Component id="newButton" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="deleteButton" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="updateButton" min="-2" max="-2" attributes="0"/> <EmptySpace type="unrelated" max="-2" attributes="0"/> <Component id="saveButton" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="idLabel" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="startPointLabel" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="endPointLabel" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="fareLabel" 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="455" max="32767" attributes="0"/> <Component id="startPointField" alignment="0" pref="455" max="32767" attributes="0"/> <Component id="endPointField" alignment="0" pref="455" max="32767" attributes="0"/> <Component id="fareField" alignment="0" pref="455" max="32767" attributes="0"/> </Group> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" max="-2" attributes="0"/> <Component id="masterScrollPane" pref="567" max="32767" attributes="0"/> </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"> <EmptySpace min="-2" max="-2" attributes="0"/> <Component id="masterScrollPane" pref="258" 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="startPointLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="startPointField" 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="endPointLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="endPointField" 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="fareLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="fareField" 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="deleteButton" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="newButton" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="updateButton" linkSize="1" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <Component id="saveButton" linkSize="1" 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="desktopapplication3.DesktopApplication3View" id="newRecord" methodName="newRecord"/> </Property> <Property name="font" type="java.awt.Font" resourceKey="endPointLabel.font"/> <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="desktopapplication3.DesktopApplication3View" id="deleteRecord" methodName="deleteRecord"/> </Property> <Property name="font" type="java.awt.Font" resourceKey="endPointLabel.font"/> <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="desktopapplication3.RouteManagerJPanel" id="update" methodName="update"/> </Property> <Property name="font" type="java.awt.Font" resourceKey="endPointLabel.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="endPointLabel.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="startPointLabel"> <Properties> <Property name="font" type="java.awt.Font" resourceKey="endPointLabel.font"/> <Property name="text" type="java.lang.String" resourceKey="startPointLabel.text"/> <Property name="name" type="java.lang.String" value="startPointLabel" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="endPointLabel"> <Properties> <Property name="font" type="java.awt.Font" resourceKey="endPointLabel.font"/> <Property name="text" type="java.lang.String" resourceKey="endPointLabel.text"/> <Property name="name" type="java.lang.String" value="endPointLabel" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="fareLabel"> <Properties> <Property name="font" type="java.awt.Font" resourceKey="endPointLabel.font"/> <Property name="text" type="java.lang.String" resourceKey="fareLabel.text"/> <Property name="name" type="java.lang.String" value="fareLabel" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="idField"> <Properties> <Property name="font" type="java.awt.Font" resourceKey="endPointLabel.font"/> <Property name="name" type="java.lang.String" value="idField" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="startPointField"> <Properties> <Property name="font" type="java.awt.Font" resourceKey="endPointLabel.font"/> <Property name="name" type="java.lang.String" value="startPointField" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="endPointField"> <Properties> <Property name="font" type="java.awt.Font" resourceKey="endPointLabel.font"/> <Property name="name" type="java.lang.String" value="endPointField" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="fareField"> <Properties> <Property name="font" type="java.awt.Font" resourceKey="endPointLabel.font"/> <Property name="name" type="java.lang.String" value="fareField" 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> </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.RouteManagerJPanel" 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 + -