⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bankadmin.form

📁 java书 java书 java书 java书 java书 java书
💻 FORM
📖 第 1 页 / 共 4 页
字号:
              <Properties>                <Property name="text" type="java.lang.String" value="New Account"/>              </Properties>              <Events>                <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="accountNewButtonMouseReleased"/>              </Events>            </Component>            <Component class="javax.swing.JButton" name="accountCreateButton">              <Properties>                <Property name="text" type="java.lang.String" value="Create Account"/>                <Property name="enabled" type="boolean" value="false"/>              </Properties>              <Events>                <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="accountCreateButtonMouseReleased"/>              </Events>            </Component>            <Component class="javax.swing.JButton" name="accountRemoveButton">              <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="accountRemoveButtonMouseReleased"/>              </Events>            </Component>            <Component class="javax.swing.JButton" name="accountCancelButton">              <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="accountCancelButtonMouseReleased"/>              </Events>            </Component>            <Component class="javax.swing.JTextField" name="accountIdTextField">            </Component>            <Component class="javax.swing.JTextField" name="accountDescriptionTextField">              <Properties>                <Property name="editable" type="boolean" value="false"/>              </Properties>            </Component>            <Component class="javax.swing.JComboBox" name="accountTypeComboBox">              <Properties>                <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">                  <StringArray count="4">                    <StringItem index="0" value="Savings"/>                    <StringItem index="1" value="Checking"/>                    <StringItem index="2" value="Money Market"/>                    <StringItem index="3" value="Credit"/>                  </StringArray>                </Property>                <Property name="enabled" type="boolean" value="false"/>              </Properties>            </Component>            <Component class="javax.swing.JTextField" name="balanceTextField">              <Properties>                <Property name="editable" type="boolean" value="false"/>              </Properties>            </Component>            <Component class="javax.swing.JTextField" name="creditTextField">              <Properties>                <Property name="editable" type="boolean" value="false"/>              </Properties>            </Component>            <Component class="javax.swing.JTextField" name="beginningBalanceTextField">              <Properties>                <Property name="editable" type="boolean" value="false"/>              </Properties>            </Component>            <Component class="javax.swing.JTextField" name="customersTextField">              <Properties>                <Property name="editable" type="boolean" value="false"/>              </Properties>            </Component>            <Component class="javax.swing.JTextField" name="timeTextField">              <Properties>                <Property name="editable" type="boolean" value="false"/>              </Properties>            </Component>            <Container class="javax.swing.JPanel" name="accountActionsPanel">              <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="Account 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" attributes="0">                          <EmptySpace max="-2" attributes="0"/>                          <Group type="103" groupAlignment="0" attributes="0">                              <Group type="102" alignment="1" attributes="0">                                  <Component id="addCustomerToAccountLabel" min="-2" max="-2" attributes="0"/>                                  <EmptySpace max="-2" attributes="0"/>                                  <Component id="addCustomerToAccountTextField" min="-2" pref="55" max="-2" attributes="0"/>                                  <EmptySpace pref="203" max="32767" attributes="0"/>                                  <Component id="addCustomerToAccountButton" min="-2" max="-2" attributes="0"/>                              </Group>                              <Component id="removeCustomerFromAccountButton" alignment="1" min="-2" max="-2" 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">                          <Group type="103" groupAlignment="3" attributes="0">                              <Component id="addCustomerToAccountButton" alignment="3" min="-2" max="-2" attributes="0"/>                              <Component id="addCustomerToAccountLabel" alignment="3" min="-2" max="-2" attributes="0"/>                              <Component id="addCustomerToAccountTextField" alignment="3" min="-2" max="-2" attributes="0"/>                          </Group>                          <EmptySpace max="-2" attributes="0"/>                          <Component id="removeCustomerFromAccountButton" min="-2" max="-2" attributes="0"/>                          <EmptySpace max="32767" attributes="0"/>                      </Group>                  </Group>                </DimensionLayout>              </Layout>              <SubComponents>                <Component class="javax.swing.JButton" name="addCustomerToAccountButton">                  <Properties>                    <Property name="text" type="java.lang.String" value="Add Customer to Account"/>                    <Property name="enabled" type="boolean" value="false"/>                  </Properties>                  <Events>                    <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="addCustomerToAccountButtonMouseReleased"/>                  </Events>                </Component>                <Component class="javax.swing.JLabel" name="addCustomerToAccountLabel">                  <Properties>                    <Property name="text" type="java.lang.String" value="Customer Id:"/>                  </Properties>                </Component>                <Component class="javax.swing.JTextField" name="addCustomerToAccountTextField">                  <Properties>                    <Property name="editable" type="boolean" value="false"/>                  </Properties>                </Component>                <Component class="javax.swing.JButton" name="removeCustomerFromAccountButton">                  <Properties>                    <Property name="text" type="java.lang.String" value="Remove Customer From Account"/>                    <Property name="enabled" type="boolean" value="false"/>                  </Properties>                  <Events>                    <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="removeCustomerFromAccountButtonMouseReleased"/>                  </Events>                </Component>              </SubComponents>            </Container>          </SubComponents>        </Container>      </SubComponents>    </Container>    <Container class="javax.swing.JPanel" name="messagePanel">      <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="Messages">              <Border PropertyName="innerBorder" info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">                <EtchetBorder/>              </Border>              <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" attributes="0">                  <Group type="103" groupAlignment="0" attributes="0">                      <Component id="messageLabel" min="-2" max="-2" attributes="0"/>                      <Group type="102" alignment="0" attributes="0">                          <EmptySpace min="10" pref="10" max="10" attributes="0"/>                          <Component id="messageTextLabel" pref="509" 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" attributes="0">                  <Component id="messageLabel" min="-2" max="-2" attributes="0"/>                  <EmptySpace min="-2" pref="14" max="-2" attributes="0"/>              </Group>              <Group type="102" alignment="0" attributes="0">                  <Component id="messageTextLabel" pref="23" max="32767" attributes="0"/>                  <EmptySpace max="-2" attributes="0"/>              </Group>          </Group>        </DimensionLayout>      </Layout>      <SubComponents>        <Component class="javax.swing.JLabel" name="messageLabel">        </Component>        <Component class="javax.swing.JLabel" name="messageTextLabel">        </Component>      </SubComponents>    </Container>  </SubComponents></Form>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -