UpdatePass.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="2"/>
  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" max="-2" attributes="0"/>
  25.               <Group type="103" groupAlignment="0" attributes="0">
  26.                   <Group type="102" alignment="0" attributes="0">
  27.                       <Component id="bConfirm" min="-2" max="-2" attributes="0"/>
  28.                       <EmptySpace min="-2" pref="68" max="-2" attributes="0"/>
  29.                       <Component id="bCancel" min="-2" max="-2" attributes="0"/>
  30.                       <EmptySpace max="-2" attributes="0"/>
  31.                   </Group>
  32.                   <Group type="102" alignment="0" attributes="0">
  33.                       <Group type="103" groupAlignment="1" attributes="0">
  34.                           <Group type="102" alignment="0" attributes="0">
  35.                               <Component id="jLabel3" min="-2" max="-2" attributes="0"/>
  36.                               <EmptySpace max="32767" attributes="0"/>
  37.                               <Component id="tconfirm" min="-2" pref="123" max="-2" attributes="0"/>
  38.                           </Group>
  39.                           <Group type="102" alignment="0" attributes="0">
  40.                               <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
  41.                               <EmptySpace pref="28" max="32767" attributes="0"/>
  42.                               <Component id="toldpass" min="-2" pref="123" max="-2" attributes="0"/>
  43.                           </Group>
  44.                           <Group type="102" alignment="1" attributes="0">
  45.                               <Component id="jLabel2" min="-2" max="-2" attributes="0"/>
  46.                               <EmptySpace pref="28" max="32767" attributes="0"/>
  47.                               <Component id="tnewPass" min="-2" pref="123" max="-2" attributes="0"/>
  48.                           </Group>
  49.                       </Group>
  50.                       <EmptySpace min="-2" pref="146" max="-2" attributes="0"/>
  51.                   </Group>
  52.               </Group>
  53.           </Group>
  54.       </Group>
  55.     </DimensionLayout>
  56.     <DimensionLayout dim="1">
  57.       <Group type="103" groupAlignment="0" attributes="0">
  58.           <Group type="102" alignment="0" attributes="0">
  59.               <EmptySpace min="-2" pref="42" max="-2" attributes="0"/>
  60.               <Group type="103" groupAlignment="3" attributes="0">
  61.                   <Component id="toldpass" alignment="3" min="-2" max="-2" attributes="0"/>
  62.                   <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
  63.               </Group>
  64.               <EmptySpace min="-2" pref="37" max="-2" attributes="0"/>
  65.               <Group type="103" groupAlignment="3" attributes="0">
  66.                   <Component id="tnewPass" alignment="3" min="-2" max="-2" attributes="0"/>
  67.                   <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
  68.               </Group>
  69.               <EmptySpace min="-2" pref="35" max="-2" attributes="0"/>
  70.               <Group type="103" groupAlignment="1" attributes="0">
  71.                   <Component id="jLabel3" min="-2" max="-2" attributes="0"/>
  72.                   <Component id="tconfirm" min="-2" max="-2" attributes="0"/>
  73.               </Group>
  74.               <EmptySpace min="-2" pref="47" max="-2" attributes="0"/>
  75.               <Group type="103" groupAlignment="3" attributes="0">
  76.                   <Component id="bCancel" alignment="3" min="-2" max="-2" attributes="0"/>
  77.                   <Component id="bConfirm" alignment="3" min="-2" max="-2" attributes="0"/>
  78.               </Group>
  79.               <EmptySpace max="32767" attributes="0"/>
  80.           </Group>
  81.       </Group>
  82.     </DimensionLayout>
  83.   </Layout>
  84.   <SubComponents>
  85.     <Component class="javax.swing.JPasswordField" name="toldpass">
  86.       <Events>
  87.         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="toldpassActionPerformed"/>
  88.       </Events>
  89.     </Component>
  90.     <Component class="javax.swing.JPasswordField" name="tnewPass">
  91.     </Component>
  92.     <Component class="javax.swing.JPasswordField" name="tconfirm">
  93.     </Component>
  94.     <Component class="javax.swing.JButton" name="bConfirm">
  95.       <Properties>
  96.         <Property name="text" type="java.lang.String" value="&#x786e;&#x8ba4;"/>
  97.       </Properties>
  98.       <Events>
  99.         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="bConfirmActionPerformed"/>
  100.       </Events>
  101.     </Component>
  102.     <Component class="javax.swing.JButton" name="bCancel">
  103.       <Properties>
  104.         <Property name="text" type="java.lang.String" value="&#x53d6;&#x6d88;"/>
  105.       </Properties>
  106.       <Events>
  107.         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="bCancelActionPerformed"/>
  108.       </Events>
  109.     </Component>
  110.     <Component class="javax.swing.JLabel" name="jLabel1">
  111.       <Properties>
  112.         <Property name="text" type="java.lang.String" value="&#x539f;&#x5bc6;&#x7801;"/>
  113.       </Properties>
  114.     </Component>
  115.     <Component class="javax.swing.JLabel" name="jLabel2">
  116.       <Properties>
  117.         <Property name="text" type="java.lang.String" value="&#x65b0;&#x5bc6;&#x7801;"/>
  118.       </Properties>
  119.     </Component>
  120.     <Component class="javax.swing.JLabel" name="jLabel3">
  121.       <Properties>
  122.         <Property name="text" type="java.lang.String" value="&#x65b0;&#x5bc6;&#x7801;&#x786e;&#x8ba4;"/>
  123.       </Properties>
  124.     </Component>
  125.   </SubComponents>
  126. </Form>