📄 bankmanager.form
字号:
</Container> <Container class="javax.swing.JPanel" name="applyLoanPanel"> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jScrollPane4" pref="0" max="32767" attributes="0"/> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="94" max="-2" attributes="0"/> <Component id="adoptBtn" min="-2" pref="103" max="-2" attributes="0"/> <EmptySpace min="-2" pref="94" max="-2" attributes="0"/> <Component id="refuseBtn" min="-2" pref="100" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Component id="jScrollPane4" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="adoptBtn" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="refuseBtn" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JScrollPane" name="jScrollPane4"> <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="applyLoanTable"> <Properties> <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> <Table columnCount="6" rowCount="30"> <Column editable="true" title="贷款人账号" type="java.lang.String"/> <Column editable="true" title="贷款人姓名" type="java.lang.String"/> <Column editable="true" title="贷款金额" type="java.lang.Double"/> <Column editable="true" title="申请时间" type="java.lang.String"/> <Column editable="true" title="贷款时间" type="java.lang.Integer"/> <Column editable="true" title="利率" type="java.lang.Double"/> </Table> </Property> </Properties> </Component> </SubComponents> </Container> <Component class="javax.swing.JButton" name="adoptBtn"> <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="adoptBtnMouseClicked"/> </Events> </Component> <Component class="javax.swing.JButton" name="refuseBtn"> <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="refuseBtnMouseClicked"/> </Events> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="customerPanel"> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jScrollPane1" alignment="0" min="-2" pref="577" max="-2" attributes="0"/> <Component id="loanPanel" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace 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"> <Component id="jScrollPane1" alignment="0" min="-2" pref="527" max="-2" attributes="0"/> <Component id="loanPanel" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JPanel" name="loanPanel"> <AccessibilityProperties> <Property name="AccessibleContext.accessibleParent" type="javax.accessibility.Accessible" editor="org.netbeans.modules.form.RADVisualComponent$AccessibleParentEditor"> <ComponentRef name="jScrollPane"/> </Property> </AccessibilityProperties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jScrollPane2" alignment="0" pref="0" max="32767" attributes="0"/> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Component id="jScrollPane2" min="-2" pref="454" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JScrollPane" name="jScrollPane2"> <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="loanTable"> <Properties> <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> <Table columnCount="9" rowCount="30"> <Column editable="true" title="编号" type="java.lang.Object"/> <Column editable="true" title="贷款人账号" type="java.lang.Object"/> <Column editable="true" title="贷款人姓名" type="java.lang.Object"/> <Column editable="true" title="贷款金额" type="java.lang.Object"/> <Column editable="true" title="贷款日期" type="java.lang.Object"/> <Column editable="true" title="还款日期" type="java.lang.Object"/> <Column editable="true" title="贷款时间" type="java.lang.Object"/> <Column editable="true" title="利率" type="java.lang.Object"/> <Column editable="true" title="是否还款" type="java.lang.Object"/> </Table> </Property> </Properties> </Component> </SubComponents> </Container> </SubComponents> </Container> <Container class="javax.swing.JScrollPane" name="jScrollPane1"> <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.JList" name="customerList"> <Properties> <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.editors2.ListModelEditor"> <StringArray count="0"/> </Property> </Properties> </Component> </SubComponents> </Container> </SubComponents> </Container> </SubComponents> </Container> <Component class="javax.swing.JButton" name="applyLoanBtn"> <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="applyLoanBtnMouseClicked"/> </Events> </Component> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -