checkstockframe.form
来自「基于mvc的java进销存系统」· FORM 代码 · 共 188 行
FORM
188 行
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" type="org.netbeans.modules.form.forminfo.JInternalFrameFormInfo"> <SyntheticProperties> <SyntheticProperty name="formSizePolicy" type="int" value="1"/> </SyntheticProperties> <AuxValues> <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> <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" alignment="0" attributes="0"> <Component id="jPanel1" max="32767" attributes="0"/> <EmptySpace min="-2" pref="20" max="-2" attributes="0"/> </Group> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="28" max="-2" attributes="0"/> <Component id="jScrollPane1" pref="539" max="32767" attributes="0"/> <EmptySpace 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="373" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jPanel1" max="32767" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JScrollPane" name="jScrollPane1"> <AuxValues> <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> </AuxValues> <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.editors2.TableModelEditor"> <Table columnCount="8" rowCount="4"> <Column editable="true" title="标题 1" type="java.lang.Object"/> <Column editable="true" title="标题 2" type="java.lang.Object"/> <Column editable="true" title="标题 3" type="java.lang.Object"/> <Column editable="true" title="标题 4" type="java.lang.Object"/> <Column editable="true" title="标题 5" type="java.lang.Object"/> <Column editable="true" title="标题 6" type="java.lang.Object"/> <Column editable="true" title="标题 7" type="java.lang.Object"/> <Column editable="true" title="标题 8" type="java.lang.Object"/> </Table> </Property> </Properties> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.LineBorderInfo"> <LineBorder/> </Border> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="22" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jLabel1" min="-2" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="18" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Component id="jComboBox1" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="28" max="-2" attributes="0"/> <Component id="jLabel4" min="-2" max="-2" attributes="0"/> </Group> <Component id="txtProductID" alignment="0" min="-2" pref="143" max="-2" attributes="0"/> </Group> <EmptySpace pref="57" max="32767" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="1" attributes="0"> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="15" max="-2" attributes="0"/> <Component id="txtProductName" min="-2" pref="145" max="-2" attributes="0"/> </Group> <Group type="102" alignment="1" attributes="0"> <Component id="btnCheck" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="58" max="-2" attributes="0"/> <Component id="btnexit" min="-2" max="-2" attributes="0"/> </Group> </Group> <EmptySpace min="-2" pref="35" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="txtProductName" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="txtProductID" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace pref="16" max="32767" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jComboBox1" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="btnCheck" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="btnexit" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="26" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabel1"> <Properties> <Property name="text" type="java.lang.String" value="商品编号:"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="txtProductID"> </Component> <Component class="javax.swing.JLabel" name="jLabel2"> <Properties> <Property name="text" type="java.lang.String" value="商品名称:"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="txtProductName"> </Component> <Component class="javax.swing.JLabel" name="jLabel3"> <Properties> <Property name="text" type="java.lang.String" value="安全库存量"/> </Properties> </Component> <Component class="javax.swing.JComboBox" name="jComboBox1"> <Properties> <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> <StringArray count="1"> <StringItem index="0" value=">"/> </StringArray> </Property> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel4"> <Properties> <Property name="text" type="java.lang.String" value="商品数量"/> </Properties> </Component> <Component class="javax.swing.JButton" name="btnCheck"> <Properties> <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> <Image iconType="3" name="/images/chazhao.gif"/> </Property> </Properties> </Component> <Component class="javax.swing.JButton" name="btnexit"> <Properties> <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> <Image iconType="3" name="/images/exit.gif"/> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnexitActionPerformed"/> </Events> </Component> </SubComponents> </Container> </SubComponents></Form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?