Main.form
上传用户:xinkaifrp
上传日期:2021-05-08
资源大小:372k
文件大小:7k
源码类别:

家庭/个人应用

开发平台:

Java

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
  3.   <Properties>
  4.     <Property name="defaultCloseOperation" type="int" value="3"/>
  5.   </Properties>
  6.   <SyntheticProperties>
  7.     <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
  8.   </SyntheticProperties>
  9.   <AuxValues>
  10.     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
  11.     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
  12.     <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  13.     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  14.     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
  15.     <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  16.     <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  17.     <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  18.     <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  19.   </AuxValues>
  20.   <Layout>
  21.     <DimensionLayout dim="0">
  22.       <Group type="103" groupAlignment="0" attributes="0">
  23.           <Group type="102" alignment="0" attributes="0">
  24.               <EmptySpace min="-2" pref="200" max="-2" attributes="0"/>
  25.               <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
  26.               <EmptySpace pref="192" max="32767" attributes="0"/>
  27.           </Group>
  28.           <Group type="102" alignment="0" attributes="0">
  29.               <EmptySpace min="-2" pref="141" max="-2" attributes="0"/>
  30.               <Group type="103" groupAlignment="0" attributes="0">
  31.                   <Group type="102" alignment="0" attributes="0">
  32.                       <Component id="jButton1" min="-2" max="-2" attributes="0"/>
  33.                       <EmptySpace pref="99" max="32767" attributes="0"/>
  34.                       <Component id="jButton2" min="-2" max="-2" attributes="0"/>
  35.                   </Group>
  36.                   <Group type="102" alignment="0" attributes="0">
  37.                       <Group type="103" groupAlignment="0" attributes="0">
  38.                           <Component id="jLabel2" alignment="0" max="32767" attributes="0"/>
  39.                           <Group type="102" alignment="0" attributes="0">
  40.                               <Component id="jLabel3" max="32767" attributes="0"/>
  41.                               <EmptySpace min="12" pref="12" max="12" attributes="0"/>
  42.                           </Group>
  43.                       </Group>
  44.                       <EmptySpace min="-2" pref="47" max="-2" attributes="0"/>
  45.                       <Group type="103" groupAlignment="0" attributes="0">
  46.                           <Component id="jPasswordField1" min="0" pref="0" max="32767" attributes="2"/>
  47.                           <Component id="jTextField1" alignment="0" pref="130" max="32767" attributes="2"/>
  48.                       </Group>
  49.                   </Group>
  50.               </Group>
  51.               <EmptySpace min="-2" pref="110" max="-2" attributes="0"/>
  52.           </Group>
  53.       </Group>
  54.     </DimensionLayout>
  55.     <DimensionLayout dim="1">
  56.       <Group type="103" groupAlignment="0" attributes="0">
  57.           <Group type="102" alignment="0" attributes="0">
  58.               <EmptySpace min="-2" pref="27" max="-2" attributes="0"/>
  59.               <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
  60.               <EmptySpace min="-2" pref="30" max="-2" attributes="0"/>
  61.               <Group type="103" groupAlignment="3" attributes="0">
  62.                   <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
  63.                   <Component id="jTextField1" alignment="3" min="-2" max="-2" attributes="0"/>
  64.               </Group>
  65.               <EmptySpace type="separate" max="-2" attributes="0"/>
  66.               <Group type="103" groupAlignment="3" attributes="0">
  67.                   <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
  68.                   <Component id="jPasswordField1" alignment="3" min="-2" max="-2" attributes="0"/>
  69.               </Group>
  70.               <EmptySpace min="-2" pref="66" max="-2" attributes="0"/>
  71.               <Group type="103" groupAlignment="3" attributes="0">
  72.                   <Component id="jButton1" alignment="3" min="-2" max="-2" attributes="0"/>
  73.                   <Component id="jButton2" alignment="3" min="-2" max="-2" attributes="0"/>
  74.               </Group>
  75.               <EmptySpace pref="41" max="32767" attributes="0"/>
  76.           </Group>
  77.       </Group>
  78.     </DimensionLayout>
  79.   </Layout>
  80.   <SubComponents>
  81.     <Component class="javax.swing.JLabel" name="jLabel1">
  82.       <Properties>
  83.         <Property name="text" type="java.lang.String" value="&#x4e2a;&#x4eba;&#x7406;&#x8d22;&#x767b;&#x5f55;"/>
  84.       </Properties>
  85.     </Component>
  86.     <Component class="javax.swing.JLabel" name="jLabel2">
  87.       <Properties>
  88.         <Property name="text" type="java.lang.String" value="&#x7528;&#x6237;&#x540d;"/>
  89.       </Properties>
  90.     </Component>
  91.     <Component class="javax.swing.JLabel" name="jLabel3">
  92.       <Properties>
  93.         <Property name="text" type="java.lang.String" value="&#x5bc6;&#x7801;"/>
  94.       </Properties>
  95.     </Component>
  96.     <Component class="javax.swing.JTextField" name="jTextField1">
  97.       <Events>
  98.         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jTextField1ActionPerformed"/>
  99.       </Events>
  100.     </Component>
  101.     <Component class="javax.swing.JPasswordField" name="jPasswordField1">
  102.       <Events>
  103.         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jPasswordField1ActionPerformed"/>
  104.         <EventHandler event="keyPressed" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="jPasswordField1KeyPressed"/>
  105.       </Events>
  106.     </Component>
  107.     <Component class="javax.swing.JButton" name="jButton1">
  108.       <Properties>
  109.         <Property name="text" type="java.lang.String" value="&#x767b;&#x5f55;"/>
  110.       </Properties>
  111.       <Events>
  112.         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
  113.       </Events>
  114.     </Component>
  115.     <Component class="javax.swing.JButton" name="jButton2">
  116.       <Properties>
  117.         <Property name="text" type="java.lang.String" value="&#x6ce8;&#x518c;"/>
  118.       </Properties>
  119.       <Events>
  120.         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/>
  121.       </Events>
  122.     </Component>
  123.   </SubComponents>
  124. </Form>