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

家庭/个人应用

开发平台:

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 max="-2" attributes="0"/>
  25.               <Component id="jScrollPane1" pref="323" max="32767" attributes="0"/>
  26.               <EmptySpace max="-2" attributes="0"/>
  27.           </Group>
  28.       </Group>
  29.     </DimensionLayout>
  30.     <DimensionLayout dim="1">
  31.       <Group type="103" groupAlignment="0" attributes="0">
  32.           <Group type="102" alignment="0" attributes="0">
  33.               <EmptySpace max="-2" attributes="0"/>
  34.               <Component id="jScrollPane1" min="-2" pref="301" max="-2" attributes="0"/>
  35.               <EmptySpace pref="99" max="32767" attributes="0"/>
  36.           </Group>
  37.       </Group>
  38.     </DimensionLayout>
  39.   </Layout>
  40.   <SubComponents>
  41.     <Container class="javax.swing.JScrollPane" name="jScrollPane1">
  42.       <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  43.       <SubComponents>
  44.         <Component class="javax.swing.JTable" name="jTable1">
  45.           <Properties>
  46.             <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
  47.               <Table columnCount="4" rowCount="2">
  48.                 <Column editable="false" title="Title 1" type="java.lang.Object"/>
  49.                 <Column editable="false" title="Title 2" type="java.lang.Object"/>
  50.                 <Column editable="false" title="Title 3" type="java.lang.Object"/>
  51.                 <Column editable="false" title="Title 4" type="java.lang.Object"/>
  52.               </Table>
  53.             </Property>
  54.           </Properties>
  55.         </Component>
  56.       </SubComponents>
  57.     </Container>
  58.   </SubComponents>
  59. </Form>