d_deluser.form

来自「图书管理系统」· FORM 代码 · 共 106 行

FORM
106
字号
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">  <Properties>    <Property name="defaultCloseOperation" type="int" value="3"/>  </Properties>  <SyntheticProperties>    <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" alignment="0" attributes="0">              <EmptySpace min="-2" max="-2" attributes="0"/>              <Group type="103" groupAlignment="0" attributes="0">                  <Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="0"/>                  <Group type="103" alignment="0" groupAlignment="1" attributes="0">                      <Component id="B_deluser" alignment="1" min="-2" max="-2" attributes="0"/>                      <Component id="jLabel2" alignment="1" min="-2" max="-2" attributes="0"/>                  </Group>              </Group>              <EmptySpace min="-2" pref="31" max="-2" attributes="0"/>              <Group type="103" groupAlignment="0" attributes="0">                  <Group type="102" attributes="0">                      <Group type="103" groupAlignment="0" attributes="0">                          <Component id="PW_adminpw" pref="100" max="32767" attributes="1"/>                          <Component id="T_user" alignment="0" min="-2" pref="100" max="-2" attributes="1"/>                      </Group>                      <EmptySpace pref="38" max="32767" attributes="0"/>                  </Group>                  <Group type="102" attributes="0">                      <Component id="B_cancel" min="-2" max="-2" attributes="0"/>                      <EmptySpace max="-2" attributes="0"/>                  </Group>              </Group>          </Group>      </Group>    </DimensionLayout>    <DimensionLayout dim="1">      <Group type="103" groupAlignment="0" attributes="0">          <Group type="102" alignment="0" attributes="0">              <EmptySpace min="-2" pref="35" max="-2" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="T_user" alignment="3" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace min="-2" pref="24" max="-2" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="PW_adminpw" alignment="3" min="-2" pref="19" max="-2" attributes="0"/>              </Group>              <EmptySpace min="-2" pref="55" max="-2" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="B_deluser" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="B_cancel" alignment="3" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace pref="60" max="32767" attributes="0"/>          </Group>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <Component class="javax.swing.JLabel" name="jLabel1">      <Properties>        <Property name="text" type="java.lang.String" value="&#x8bf7;&#x8f93;&#x5165;&#x4f60;&#x6240;&#x8981;&#x5220;&#x9664;&#x7684;&#x7528;&#x6237;&#x540d;:"/>      </Properties>    </Component>    <Component class="javax.swing.JTextField" name="T_user">      <Properties>        <Property name="text" type="java.lang.String" value=" "/>      </Properties>    </Component>    <Component class="javax.swing.JLabel" name="jLabel2">      <Properties>        <Property name="text" type="java.lang.String" value="&#x8bf7;&#x8f93;&#x5165;&#x8d85;&#x7ea7;&#x7ba1;&#x7406;&#x5458;&#x5bc6;&#x7801;:"/>      </Properties>    </Component>    <Component class="javax.swing.JPasswordField" name="PW_adminpw">    </Component>    <Component class="javax.swing.JButton" name="B_deluser">      <Properties>        <Property name="text" type="java.lang.String" value="&#x5220;&#x9664;"/>      </Properties>      <Events>        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="B_deluserActionPerformed"/>      </Events>    </Component>    <Component class="javax.swing.JButton" name="B_cancel">      <Properties>        <Property name="text" type="java.lang.String" value="&#x53d6;&#x6d88;"/>      </Properties>      <Events>        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="B_cancelActionPerformed"/>      </Events>    </Component>  </SubComponents></Form>

⌨️ 快捷键说明

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