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

家庭/个人应用

开发平台:

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.   <Events>
  10.     <EventHandler event="windowClosed" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="formWindowClosed"/>
  11.   </Events>
  12.   <AuxValues>
  13.     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
  14.     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
  15.     <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  16.     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  17.     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
  18.     <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  19.     <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  20.     <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  21.     <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  22.   </AuxValues>
  23.   <Layout>
  24.     <DimensionLayout dim="0">
  25.       <Group type="103" groupAlignment="0" attributes="0">
  26.           <Group type="102" attributes="0">
  27.               <EmptySpace max="-2" attributes="0"/>
  28.               <Group type="103" groupAlignment="0" attributes="0">
  29.                   <Group type="102" alignment="0" attributes="0">
  30.                       <Component id="jScrollPane1" min="-2" pref="259" max="-2" attributes="0"/>
  31.                       <EmptySpace pref="32" max="32767" attributes="0"/>
  32.                   </Group>
  33.                   <Group type="102" alignment="0" attributes="0">
  34.                       <Component id="bAdd" min="-2" max="-2" attributes="0"/>
  35.                       <EmptySpace min="-2" pref="36" max="-2" attributes="0"/>
  36.                       <Component id="bUpdate" min="-2" max="-2" attributes="0"/>
  37.                       <EmptySpace pref="36" max="32767" attributes="0"/>
  38.                       <Component id="bDelete" min="-2" max="-2" attributes="0"/>
  39.                       <EmptySpace min="-2" pref="48" max="-2" attributes="0"/>
  40.                   </Group>
  41.               </Group>
  42.           </Group>
  43.       </Group>
  44.     </DimensionLayout>
  45.     <DimensionLayout dim="1">
  46.       <Group type="103" groupAlignment="0" attributes="0">
  47.           <Group type="102" alignment="0" attributes="0">
  48.               <EmptySpace max="-2" attributes="0"/>
  49.               <Component id="jScrollPane1" min="-2" pref="243" max="-2" attributes="0"/>
  50.               <EmptySpace type="separate" max="-2" attributes="0"/>
  51.               <Group type="103" groupAlignment="0" attributes="0">
  52.                   <Component id="bAdd" alignment="1" min="-2" max="-2" attributes="0"/>
  53.                   <Component id="bUpdate" alignment="1" min="-2" max="-2" attributes="0"/>
  54.                   <Component id="bDelete" alignment="1" min="-2" max="-2" attributes="0"/>
  55.               </Group>
  56.               <EmptySpace pref="36" max="32767" attributes="0"/>
  57.           </Group>
  58.       </Group>
  59.     </DimensionLayout>
  60.   </Layout>
  61.   <SubComponents>
  62.     <Container class="javax.swing.JScrollPane" name="jScrollPane1">
  63.       <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  64.       <SubComponents>
  65.         <Component class="javax.swing.JList" name="jList1">
  66.           <Properties>
  67.             <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.editors2.ListModelEditor">
  68.               <StringArray count="0"/>
  69.             </Property>
  70.             <Property name="selectionMode" type="int" value="1"/>
  71.           </Properties>
  72.           <Events>
  73.             <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jList1MouseClicked"/>
  74.           </Events>
  75.         </Component>
  76.       </SubComponents>
  77.     </Container>
  78.     <Component class="javax.swing.JButton" name="bAdd">
  79.       <Properties>
  80.         <Property name="text" type="java.lang.String" value="&#x6dfb;&#x52a0;"/>
  81.       </Properties>
  82.       <Events>
  83.         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="bAddActionPerformed"/>
  84.       </Events>
  85.     </Component>
  86.     <Component class="javax.swing.JButton" name="bUpdate">
  87.       <Properties>
  88.         <Property name="text" type="java.lang.String" value="&#x4fee;&#x6539;"/>
  89.       </Properties>
  90.       <Events>
  91.         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="bUpdateActionPerformed"/>
  92.       </Events>
  93.     </Component>
  94.     <Component class="javax.swing.JButton" name="bDelete">
  95.       <Properties>
  96.         <Property name="text" type="java.lang.String" value="&#x5220;&#x9664;"/>
  97.       </Properties>
  98.       <Events>
  99.         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="bDeleteActionPerformed"/>
  100.       </Events>
  101.     </Component>
  102.   </SubComponents>
  103. </Form>