📄 bankmanager.form
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> <NonVisualComponents> <Menu class="javax.swing.JMenuBar" name="jMenuBar1"> <SubComponents> <Menu class="javax.swing.JMenu" name="jMenu1"> <Properties> <Property name="text" type="java.lang.String" value="操作"/> </Properties> <SubComponents> <MenuItem class="javax.swing.JMenuItem" name="customer"> <Properties> <Property name="text" type="java.lang.String" value="用户反馈"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="customerActionPerformed"/> <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="customerMousePressed"/> </Events> </MenuItem> <MenuItem class="javax.swing.JMenuItem" name="loanItem"> <Properties> <Property name="text" type="java.lang.String" value="查看贷款"/> </Properties> <Events> <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="loanItemMousePressed"/> </Events> </MenuItem> <MenuItem class="javax.swing.JMenuItem" name="applyLoanItem"> <Properties> <Property name="text" type="java.lang.String" value="审批贷款"/> </Properties> <Events> <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="applyLoanItemMousePressed"/> </Events> </MenuItem> <MenuItem class="javax.swing.JMenuItem" name="staffItem"> <Properties> <Property name="text" type="java.lang.String" value="职工管理"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="staffItemActionPerformed"/> </Events> </MenuItem> <MenuItem class="javax.swing.JMenuItem" name="exitItem"> <Properties> <Property name="text" type="java.lang.String" value="退出"/> </Properties> <Events> <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="exitItemMousePressed"/> </Events> </MenuItem> </SubComponents> </Menu> </SubComponents> </Menu> </NonVisualComponents> <Properties> <Property name="defaultCloseOperation" type="int" value="0"/> <Property name="title" type="java.lang.String" value="中国银行管理系统"/> </Properties> <SyntheticProperties> <SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/> <SyntheticProperty name="formSizePolicy" type="int" value="1"/> </SyntheticProperties> <AuxValues> <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/> <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" attributes="0"> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Component id="exitBtn" max="32767" attributes="1"/> <Component id="staffBtn" alignment="0" max="32767" attributes="1"/> <Component id="loanBtn" alignment="0" max="32767" attributes="1"/> <Component id="customerBtn" alignment="0" pref="95" max="32767" attributes="1"/> <Component id="applyLoanBtn" alignment="0" max="32767" attributes="1"/> </Group> <EmptySpace min="-2" pref="27" max="-2" attributes="0"/> <Component id="jScrollPane" pref="594" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="38" pref="38" max="38" attributes="0"/> <Component id="customerBtn" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="35" max="-2" attributes="0"/> <Component id="loanBtn" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="applyLoanBtn" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="41" max="-2" attributes="0"/> <Component id="staffBtn" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="44" max="-2" attributes="0"/> <Component id="exitBtn" min="-2" max="-2" attributes="0"/> </Group> <Component id="jScrollPane" alignment="0" pref="541" max="32767" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JButton" name="exitBtn"> <Properties> <Property name="text" type="java.lang.String" value="回到大厅"/> </Properties> <Events> <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="exitBtnMouseClicked"/> </Events> </Component> <Component class="javax.swing.JButton" name="loanBtn"> <Properties> <Property name="text" type="java.lang.String" value="查看贷款"/> </Properties> <Events> <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="loanBtnMouseClicked"/> </Events> </Component> <Component class="javax.swing.JButton" name="customerBtn"> <Properties> <Property name="text" type="java.lang.String" value="用户反馈"/> </Properties> <Events> <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="customerBtnMouseClicked"/> </Events> </Component> <Component class="javax.swing.JButton" name="staffBtn"> <Properties> <Property name="text" type="java.lang.String" value="职工管理"/> </Properties> <Events> <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="staffBtnMouseClicked"/> </Events> </Component> <Container class="javax.swing.JScrollPane" name="jScrollPane"> <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> <SubComponents> <Container class="javax.swing.JPanel" name="firstPanel"> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jScrollPane3" alignment="0" pref="592" max="32767" attributes="0"/> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jScrollPane3" alignment="0" pref="539" max="32767" attributes="0"/> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JScrollPane" name="jScrollPane3"> <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.JTextArea" name="firstArea"> <Properties> <Property name="columns" type="int" value="20"/> <Property name="editable" type="boolean" value="false"/> <Property name="rows" type="int" value="5"/> <Property name="text" type="java.lang.String" value="中国银行介绍:"/> </Properties> </Component> </SubComponents> </Container> </SubComponents>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -