addstockitemjdialog.form.svn-base

来自「Store Manager」· SVN-BASE 代码 · 共 152 行

SVN-BASE
152
字号
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">  <NonVisualComponents>    <Component class="com.studio009.store.entity.StockItem" name="stockItem">      <AuxValues>        <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="stockItem"/>      </AuxValues>    </Component>  </NonVisualComponents>  <Properties>    <Property name="defaultCloseOperation" type="int" value="0"/>    <Property name="title" type="java.lang.String" value="&#x6dfb;&#x52a0;&#x5df2;&#x6709;&#x5546;&#x54c1;"/>  </Properties>  <SyntheticProperties>    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>  </SyntheticProperties>  <Events>    <EventHandler event="windowClosing" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="formWindowClosing"/>  </Events>  <AuxValues>    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>  </AuxValues>  <Layout>    <DimensionLayout dim="0">      <Group type="103" groupAlignment="0" attributes="0">          <Group type="102" attributes="0">              <Group type="103" groupAlignment="0" attributes="0">                  <Group type="102" alignment="0" attributes="0">                      <EmptySpace min="-2" pref="64" max="-2" attributes="0"/>                      <Component id="jLabel3" min="-2" max="-2" attributes="0"/>                      <EmptySpace max="-2" attributes="0"/>                      <Component id="jNumberField1" min="-2" max="-2" attributes="0"/>                      <EmptySpace min="-2" pref="34" max="-2" attributes="0"/>                      <Component id="jLabel12" min="-2" max="-2" attributes="0"/>                      <EmptySpace max="-2" attributes="0"/>                      <Component id="jNumberField2" min="-2" max="-2" attributes="0"/>                  </Group>                  <Group type="102" alignment="0" attributes="0">                      <EmptySpace max="-2" attributes="0"/>                      <Component id="jScrollPane1" min="-2" pref="563" max="-2" attributes="0"/>                  </Group>              </Group>              <EmptySpace max="32767" attributes="0"/>          </Group>          <Group type="102" alignment="1" attributes="0">              <EmptySpace pref="259" max="32767" attributes="0"/>              <Component id="okButton" min="-2" pref="101" max="-2" attributes="1"/>              <EmptySpace min="-2" pref="68" max="-2" attributes="0"/>              <Component id="cancelButton" min="-2" pref="99" max="-2" attributes="1"/>              <EmptySpace min="-2" pref="60" max="-2" attributes="0"/>          </Group>      </Group>    </DimensionLayout>    <DimensionLayout dim="1">      <Group type="103" groupAlignment="0" attributes="0">          <Group type="102" alignment="0" attributes="0">              <EmptySpace max="-2" attributes="0"/>              <Component id="jScrollPane1" min="-2" pref="256" max="-2" attributes="0"/>              <EmptySpace min="-2" pref="32" max="-2" attributes="0"/>              <Group type="103" groupAlignment="0" attributes="0">                  <Group type="103" alignment="0" groupAlignment="3" attributes="0">                      <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="jNumberField1" alignment="3" min="-2" max="-2" attributes="0"/>                  </Group>                  <Group type="103" alignment="0" groupAlignment="3" attributes="0">                      <Component id="jLabel12" alignment="3" min="-2" max="-2" attributes="1"/>                      <Component id="jNumberField2" alignment="3" min="-2" max="-2" attributes="0"/>                  </Group>              </Group>              <EmptySpace min="-2" pref="33" max="-2" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="cancelButton" alignment="3" min="-2" pref="35" max="-2" attributes="0"/>                  <Component id="okButton" alignment="3" min="-2" pref="36" max="-2" attributes="0"/>              </Group>              <EmptySpace max="-2" attributes="0"/>          </Group>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <Container class="javax.swing.JScrollPane" name="jScrollPane1">      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>      <SubComponents>        <Component class="javax.swing.JTable" name="jTable1">          <Properties>            <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">              <Connection code="getGoodsTableModel()" type="code"/>            </Property>          </Properties>        </Component>      </SubComponents>    </Container>    <Component class="javax.swing.JLabel" name="jLabel3">      <Properties>        <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">          <Font name="Dialog" size="18" style="1"/>        </Property>        <Property name="text" type="java.lang.String" value="&#x8fdb;&#x4ef7;:"/>      </Properties>    </Component>    <Component class="javax.swing.JLabel" name="jLabel12">      <Properties>        <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">          <Font name="Dialog" size="18" style="1"/>        </Property>        <Property name="text" type="java.lang.String" value="&#x6570;&#x91cf;:"/>      </Properties>    </Component>    <Component class="javax.swing.JButton" name="okButton">      <Properties>        <Property name="text" type="java.lang.String" value="&#x786e;&#x5b9a;"/>      </Properties>      <Events>        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="okButtonActionPerformed"/>      </Events>    </Component>    <Component class="javax.swing.JButton" name="cancelButton">      <Properties>        <Property name="text" type="java.lang.String" value="&#x53d6;&#x6d88;"/>      </Properties>      <Events>        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cancelButtonActionPerformed"/>      </Events>    </Component>    <Component class="com.sunking.swing.JNumberField" name="jNumberField1">      <Properties>        <Property name="text" type="java.lang.String" value="jNumberField1"/>      </Properties>      <AuxValues>        <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new com.sunking.swing.JNumberField(12,2)"/>      </AuxValues>    </Component>    <Component class="com.sunking.swing.JNumberField" name="jNumberField2">      <Properties>        <Property name="text" type="java.lang.String" value="jNumberField2"/>      </Properties>      <AuxValues>        <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new com.sunking.swing.JNumberField(12,2)"/>      </AuxValues>    </Component>  </SubComponents></Form>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?