Date.form
上传用户:liou020
上传日期:2017-07-13
资源大小:4458k
文件大小:3k
源码类别:

Applet

开发平台:

Java

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <Form version="1.3" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
  3.   <AuxValues>
  4.     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  5.     <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
  6.     <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  7.     <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  8.     <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  9.   </AuxValues>
  10.   <Layout>
  11.     <DimensionLayout dim="0">
  12.       <Group type="103" groupAlignment="0" attributes="0">
  13.           <Group type="102" alignment="0" attributes="0">
  14.               <EmptySpace min="-2" pref="280" max="-2" attributes="0"/>
  15.               <Component id="datechooser" min="-2" pref="101" max="-2" attributes="0"/>
  16.               <EmptySpace pref="106" max="32767" attributes="0"/>
  17.           </Group>
  18.           <Group type="102" alignment="1" attributes="0">
  19.               <EmptySpace pref="289" max="32767" attributes="0"/>
  20.               <Component id="jButton1" min="-2" max="-2" attributes="0"/>
  21.               <EmptySpace min="-2" pref="115" max="-2" attributes="0"/>
  22.           </Group>
  23.       </Group>
  24.     </DimensionLayout>
  25.     <DimensionLayout dim="1">
  26.       <Group type="103" groupAlignment="0" attributes="0">
  27.           <Group type="102" alignment="0" attributes="0">
  28.               <EmptySpace min="-2" pref="110" max="-2" attributes="0"/>
  29.               <Component id="datechooser" min="-2" pref="48" max="-2" attributes="0"/>
  30.               <EmptySpace min="-2" pref="90" max="-2" attributes="0"/>
  31.               <Component id="jButton1" min="-2" max="-2" attributes="0"/>
  32.               <EmptySpace pref="92" max="32767" attributes="0"/>
  33.           </Group>
  34.       </Group>
  35.     </DimensionLayout>
  36.   </Layout>
  37.   <SubComponents>
  38.     <Component class="javax.swing.JButton" name="datechooser">
  39.       <Properties>
  40.         <Property name="text" type="java.lang.String" value="jButton1"/>
  41.       </Properties>
  42.       <AuxValues>
  43.         <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value="DateChooserJButton datechooser=new DateChooserJButton();"/>
  44.       </AuxValues>
  45.     </Component>
  46.     <Component class="javax.swing.JButton" name="jButton1">
  47.       <Properties>
  48.         <Property name="text" type="java.lang.String" value="jButton1"/>
  49.       </Properties>
  50.       <Events>
  51.         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
  52.       </Events>
  53.     </Component>
  54.   </SubComponents>
  55. </Form>