deliveryframe.form
来自「基于mvc的java进销存系统」· FORM 代码 · 共 338 行 · 第 1/2 页
FORM
338 行
<Component id="deleteButton" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="35" max="-2" attributes="0"/> <Component id="saveButton" min="-2" max="-2" attributes="0"/> <EmptySpace pref="250" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="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 max="-2" attributes="0"/> <Component id="jLabel1" min="-2" pref="26" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="cmbCustomerID" alignment="3" min="-2" max="-2" attributes="0"/> </Group> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="82" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="dateChooserJButton1" alignment="3" min="-2" max="-2" attributes="0"/> </Group> </Group> </Group> <EmptySpace min="-2" pref="15" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="txtAmount" alignment="3" min="-2" max="-2" attributes="0"/> </Group> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="44" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="txtDeliveryID" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="18" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel6" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="txtDeliveryAddress" alignment="3" min="-2" max="-2" attributes="0"/> </Group> </Group> </Group> <EmptySpace pref="22" max="32767" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="addButton" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="deleteButton" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="saveButton" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace 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.JLabel" name="jLabel2"> <Properties> <Property name="text" type="java.lang.String" value="客户编号:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel3"> <Properties> <Property name="text" type="java.lang.String" value="销售日期:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel4"> <Properties> <Property name="text" type="java.lang.String" value="总价值:"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="txtAmount"> </Component> <Component class="javax.swing.JLabel" name="jLabel5"> <Properties> <Property name="text" type="java.lang.String" value="手工编号:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel6"> <Properties> <Property name="text" type="java.lang.String" value="送货地址:"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="txtDeliveryID"> </Component> <Component class="javax.swing.JTextField" name="txtDeliveryAddress"> </Component> <Component class="javax.swing.JComboBox" name="cmbCustomerID"> <Properties> <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> <StringArray count="0"/> </Property> </Properties> </Component> <Component class="been.DateChooserJButton" name="dateChooserJButton1"> </Component> <Component class="javax.swing.JButton" name="addButton"> <Properties> <Property name="text" type="java.lang.String" value="增加"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="addButtonActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="deleteButton"> <Properties> <Property name="text" type="java.lang.String" value="删除"/> </Properties> </Component> <Component class="javax.swing.JButton" name="saveButton"> <Properties> <Property name="text" type="java.lang.String" value="保存"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="saveButtonActionPerformed"/> </Events> </Component> </SubComponents> </Container> <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="4" 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"/> </Table> </Property> </Properties> </Component> </SubComponents> </Container> <Component class="javax.swing.JButton" name="jButton7"> <Properties> <Property name="text" type="java.lang.String" value="添加商品"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton7ActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButton8"> <Properties> <Property name="text" type="java.lang.String" value="删除商品"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton8ActionPerformed"/> </Events> </Component> </SubComponents></Form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?