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

📄 enterframe.form

📁 用java写的固定资产管理系统原代码 这可是自己小组做的哦
💻 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="&#x8bf7;&#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="1" attributes="0">              <Group type="103" groupAlignment="1" attributes="0">                  <Group type="102" alignment="0" attributes="0">                      <EmptySpace min="-2" pref="62" max="-2" attributes="0"/>                      <Component id="login" linkSize="3" min="-2" max="-2" attributes="0"/>                      <EmptySpace pref="55" max="32767" attributes="0"/>                      <Component id="cancel" linkSize="3" min="-2" max="-2" attributes="0"/>                      <EmptySpace min="-2" pref="23" max="-2" attributes="0"/>                  </Group>                  <Group type="102" attributes="0">                      <EmptySpace pref="43" max="32767" attributes="0"/>                      <Group type="103" groupAlignment="0" attributes="0">                          <Component id="UserID" min="-2" max="-2" attributes="0"/>                          <Component id="password" min="-2" max="-2" attributes="0"/>                      </Group>                      <EmptySpace max="-2" attributes="0"/>                      <Group type="103" groupAlignment="1" max="-2" attributes="0">                          <Component id="passwordText" max="32767" attributes="1"/>                          <Component id="userIDText" alignment="1" pref="125" max="32767" attributes="1"/>                      </Group>                      <EmptySpace max="-2" attributes="0"/>                      <Group type="103" groupAlignment="0" attributes="0">                          <Component id="change" min="-2" max="-2" attributes="0"/>                          <Component id="register" min="-2" max="-2" attributes="0"/>                      </Group>                  </Group>              </Group>              <EmptySpace min="-2" pref="34" max="-2" attributes="0"/>          </Group>          <Group type="102" alignment="1" attributes="0">              <EmptySpace pref="60" max="32767" attributes="0"/>              <Component id="Welecome" min="-2" max="-2" attributes="0"/>              <EmptySpace min="-2" pref="50" max="-2" attributes="0"/>          </Group>      </Group>    </DimensionLayout>    <DimensionLayout dim="1">      <Group type="103" groupAlignment="0" attributes="0">          <Group type="102" alignment="0" attributes="0">              <EmptySpace min="-2" pref="21" max="-2" attributes="0"/>              <Component id="Welecome" min="-2" max="-2" attributes="0"/>              <EmptySpace min="-2" pref="24" max="-2" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="register" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="UserID" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="userIDText" linkSize="1" alignment="3" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace min="-2" pref="22" max="-2" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="change" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="password" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="passwordText" linkSize="1" alignment="3" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace min="-2" pref="28" max="-2" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="login" linkSize="2" alignment="3" min="-2" pref="23" max="-2" attributes="0"/>                  <Component id="cancel" linkSize="2" alignment="3" min="-2" pref="23" max="-2" attributes="0"/>              </Group>              <EmptySpace pref="31" max="32767" attributes="0"/>          </Group>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <Component class="javax.swing.JLabel" name="Welecome">      <Properties>        <Property name="text" type="java.lang.String" value="&lt;html&gt;&lt;h2&gt;&lt;font color = &apos;blue&apos;&gt;&#x6b22;&#x8fce;&#x4f7f;&#x7528;&#x8d44;&#x4ea7;&#x7ba1;&#x7406;&#x7cfb;&#x7edf;&lt;/font&gt;&lt;/h2&gt;&lt;/html&gt;"/>      </Properties>    </Component>    <Component class="javax.swing.JLabel" name="UserID">      <Properties>        <Property name="text" type="java.lang.String" value="&#x7528;&#x6237;ID:"/>      </Properties>    </Component>    <Component class="javax.swing.JLabel" name="password">      <Properties>        <Property name="text" type="java.lang.String" value="&#x5bc6;  &#x7801;:"/>      </Properties>    </Component>    <Component class="javax.swing.JTextField" name="userIDText">    </Component>    <Component class="javax.swing.JPasswordField" name="passwordText">    </Component>    <Component class="javax.swing.JButton" name="login">      <Properties>        <Property name="text" type="java.lang.String" value="&#x767b; &#x9646;"/>      </Properties>      <Events>        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="loginActionPerformed"/>      </Events>    </Component>    <Component class="javax.swing.JButton" name="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="cancelActionPerformed"/>      </Events>    </Component>    <Component class="javax.swing.JLabel" name="register">      <Properties>        <Property name="text" type="java.lang.String" value="&lt;html&gt;&lt;font color = &apos;red&apos;&gt;&#x70b9;&#x6b64;&#x6ce8;&#x518c;&lt;/font&gt;&lt;/html&gt;"/>      </Properties>      <Events>        <EventHandler event="mouseMoved" listener="java.awt.event.MouseMotionListener" parameters="java.awt.event.MouseEvent" handler="registerMouseMoved"/>        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="registerMouseClicked"/>        <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="registerMouseExited"/>      </Events>    </Component>    <Component class="javax.swing.JLabel" name="change">      <Properties>        <Property name="text" type="java.lang.String" value="&lt;html&gt;&lt;font color = &apos;red&apos;&gt;&#x4fee;&#x6539;&#x5bc6;&#x7801;&lt;/font&gt;&lt;/html&gt;"/>      </Properties>      <Events>        <EventHandler event="mouseMoved" listener="java.awt.event.MouseMotionListener" parameters="java.awt.event.MouseEvent" handler="changeMouseMoved"/>        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="changeMouseClicked"/>        <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="changeMouseExited"/>      </Events>    </Component>  </SubComponents></Form>

⌨️ 快捷键说明

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