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

📄 login.form

📁 本工程模拟网上社区,其中包括银行,软件销售公司,软件投资公司,茶餐馆,和多个服务器.
💻 FORM
字号:
<?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"/>    <Property name="title" type="java.lang.String" value="&#x671d;&#x9633;&#x793e;&#x533a;&#x767b;&#x9646;"/>  </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 max="-2" attributes="0"/>              <Component id="jPanel1" min="-2" 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" alignment="0" attributes="0">              <EmptySpace max="-2" attributes="0"/>              <Component id="jPanel1" min="-2" pref="189" max="-2" attributes="0"/>              <EmptySpace max="32767" attributes="0"/>          </Group>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <Container class="javax.swing.JPanel" name="jPanel1">      <Properties>        <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">          <Color blue="cc" green="cc" red="cc" type="rgb"/>        </Property>        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">          <Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">            <EtchetBorder/>          </Border>        </Property>      </Properties>      <Layout>        <DimensionLayout dim="0">          <Group type="103" groupAlignment="0" attributes="0">              <Group type="102" alignment="0" attributes="0">                  <EmptySpace max="-2" attributes="0"/>                  <Group type="103" groupAlignment="0" attributes="0">                      <Component id="jLabel2" alignment="0" min="-2" pref="55" max="-2" attributes="1"/>                      <Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="1"/>                      <Component id="jButton_Login" min="-2" max="-2" attributes="0"/>                  </Group>                  <Group type="103" groupAlignment="1" attributes="0">                      <Group type="102" alignment="0" attributes="0">                          <EmptySpace min="-2" pref="38" max="-2" attributes="0"/>                          <Component id="jButton_Register" min="-2" max="-2" attributes="0"/>                          <EmptySpace min="-2" pref="32" max="-2" attributes="0"/>                          <Component id="jButton_Canel" min="-2" max="-2" attributes="0"/>                      </Group>                      <Group type="102" alignment="0" attributes="0">                          <EmptySpace min="-2" max="-2" attributes="0"/>                          <Group type="103" groupAlignment="0" attributes="0">                              <Component id="jTextField_Name" alignment="0" pref="178" max="32767" attributes="1"/>                              <Component id="jPasswordField" alignment="0" pref="178" max="32767" attributes="1"/>                          </Group>                      </Group>                  </Group>                  <EmptySpace min="-2" pref="34" max="-2" attributes="0"/>              </Group>          </Group>        </DimensionLayout>        <DimensionLayout dim="1">          <Group type="103" groupAlignment="0" attributes="0">              <Group type="102" alignment="1" attributes="0">                  <EmptySpace min="-2" pref="33" max="-2" attributes="0"/>                  <Group type="103" groupAlignment="3" attributes="0">                      <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="jTextField_Name" alignment="3" min="-2" max="-2" attributes="0"/>                  </Group>                  <EmptySpace min="-2" pref="41" max="-2" attributes="0"/>                  <Group type="103" groupAlignment="3" attributes="0">                      <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="jPasswordField" alignment="3" min="-2" max="-2" attributes="0"/>                  </Group>                  <EmptySpace min="-2" pref="34" max="-2" attributes="0"/>                  <Group type="103" groupAlignment="3" attributes="0">                      <Component id="jButton_Login" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="jButton_Register" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="jButton_Canel" alignment="3" min="-2" max="-2" attributes="0"/>                  </Group>                  <EmptySpace max="-2" attributes="0"/>              </Group>          </Group>        </DimensionLayout>      </Layout>      <SubComponents>        <Component class="javax.swing.JButton" name="jButton_Login">          <Properties>            <Property name="text" type="java.lang.String" value="&#x767b;&#x9646;"/>          </Properties>          <Events>            <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton_LoginMouseClicked"/>          </Events>        </Component>        <Component class="javax.swing.JButton" name="jButton_Register">          <Properties>            <Property name="text" type="java.lang.String" value="&#x6ce8;&#x518c;"/>          </Properties>          <Events>            <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton_RegisterMouseClicked"/>          </Events>        </Component>        <Component class="javax.swing.JButton" name="jButton_Canel">          <Properties>            <Property name="text" type="java.lang.String" value="&#x9000;&#x51fa;"/>          </Properties>          <Events>            <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton_CanelMouseClicked"/>          </Events>        </Component>        <Component class="javax.swing.JLabel" name="jLabel2">          <Properties>            <Property name="text" type="java.lang.String" value="&#x5bc6;  &#x7801;&#xff1a;"/>            <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">              <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">                <EmptyBorder/>              </Border>            </Property>          </Properties>        </Component>        <Component class="javax.swing.JPasswordField" name="jPasswordField">          <Events>            <EventHandler event="keyPressed" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="jPasswordFieldKeyPressed"/>          </Events>        </Component>        <Component class="javax.swing.JLabel" name="jLabel1">          <Properties>            <Property name="text" type="java.lang.String" value="&#x7528;&#x6237;&#x540d;&#xff1a;"/>            <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">              <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">                <EmptyBorder/>              </Border>            </Property>          </Properties>        </Component>        <Component class="javax.swing.JTextField" name="jTextField_Name">        </Component>      </SubComponents>    </Container>  </SubComponents></Form>

⌨️ 快捷键说明

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