📄 bankadmin.form
字号:
<Group type="103" groupAlignment="3" attributes="0"> <Component id="customerCancelButton" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="customerUpdateButton" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="customerNewButton" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="customerRemoveButton" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="customerSearchPanel" max="32767" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="customerIdLabel"> <Properties> <Property name="horizontalAlignment" type="int" value="4"/> <Property name="text" type="java.lang.String" value="Customer Id:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="firstNameLabel"> <Properties> <Property name="horizontalAlignment" type="int" value="4"/> <Property name="text" type="java.lang.String" value="First Name:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="lastNameLabel"> <Properties> <Property name="horizontalAlignment" type="int" value="4"/> <Property name="text" type="java.lang.String" value="Last Name:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="middleInitialLabel"> <Properties> <Property name="horizontalAlignment" type="int" value="4"/> <Property name="text" type="java.lang.String" value="Middle Initial:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="streetLabel"> <Properties> <Property name="horizontalAlignment" type="int" value="4"/> <Property name="text" type="java.lang.String" value="Street:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="cityLabel"> <Properties> <Property name="horizontalAlignment" type="int" value="4"/> <Property name="text" type="java.lang.String" value="City:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="stateLabel"> <Properties> <Property name="horizontalAlignment" type="int" value="4"/> <Property name="text" type="java.lang.String" value="State:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="zipLabel"> <Properties> <Property name="horizontalAlignment" type="int" value="4"/> <Property name="text" type="java.lang.String" value="Zip:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="phoneLabel"> <Properties> <Property name="horizontalAlignment" type="int" value="4"/> <Property name="text" type="java.lang.String" value="Phone:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="emailLabel"> <Properties> <Property name="horizontalAlignment" type="int" value="4"/> <Property name="text" type="java.lang.String" value="Email:"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="customerIdTextField"> </Component> <Component class="javax.swing.JTextField" name="firstNameTextField"> <Properties> <Property name="editable" type="boolean" value="false"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="lastNameTextField"> <Properties> <Property name="editable" type="boolean" value="false"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="middleInitialTextField"> <Properties> <Property name="editable" type="boolean" value="false"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="streetTextField"> <Properties> <Property name="editable" type="boolean" value="false"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="cityTextField"> <Properties> <Property name="editable" type="boolean" value="false"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="stateTextField"> <Properties> <Property name="editable" type="boolean" value="false"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="zipTextField"> <Properties> <Property name="editable" type="boolean" value="false"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="phoneTextField"> <Properties> <Property name="editable" type="boolean" value="false"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="emailTextField"> <Properties> <Property name="editable" type="boolean" value="false"/> </Properties> </Component> <Component class="javax.swing.JButton" name="customerOpenButton"> <Properties> <Property name="text" type="java.lang.String" value="Open"/> </Properties> <Events> <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="customerOpenButtonMouseReleased"/> </Events> </Component> <Component class="javax.swing.JButton" name="customerNewButton"> <Properties> <Property name="text" type="java.lang.String" value="New Customer"/> </Properties> <Events> <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="customerNewButtonMouseReleased"/> </Events> </Component> <Component class="javax.swing.JButton" name="customerUpdateButton"> <Properties> <Property name="text" type="java.lang.String" value="Update"/> <Property name="enabled" type="boolean" value="false"/> </Properties> <Events> <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="customerUpdateButtonMouseReleased"/> </Events> </Component> <Component class="javax.swing.JButton" name="customerRemoveButton"> <Properties> <Property name="text" type="java.lang.String" value="Remove"/> <Property name="enabled" type="boolean" value="false"/> </Properties> <Events> <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="customerRemoveButtonMouseReleased"/> </Events> </Component> <Component class="javax.swing.JButton" name="customerCancelButton"> <Properties> <Property name="text" type="java.lang.String" value="Cancel"/> </Properties> <Events> <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="customerCancelButtonMouseReleased"/> </Events> </Component> <Container class="javax.swing.JPanel" name="customerSearchPanel"> <Properties> <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="Customer Actions"> <Color PropertyName="color" blue="0" green="0" red="0" type="rgb"/> </TitledBorder> </Border> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Component id="customerSearchScrollPane" alignment="0" pref="409" max="32767" attributes="0"/> <Group type="102" alignment="1" attributes="0"> <Component id="customerSearchLabel" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="customerSearchTextField" pref="300" max="32767" attributes="0"/> </Group> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="customerSearchButton" min="-2" max="-2" attributes="0"/> <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" pref="11" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="customerSearchLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="customerSearchTextField" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="customerSearchButton" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="customerSearchScrollPane" pref="87" max="32767" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -