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="&#x9500;&#x552e;&#x51fa;&#x5e93;&#x5355;&#xff1a;"/>          </Properties>        </Component>        <Component class="javax.swing.JLabel" name="jLabel2">          <Properties>            <Property name="text" type="java.lang.String" value="&#x5ba2;&#x6237;&#x7f16;&#x53f7;:"/>          </Properties>        </Component>        <Component class="javax.swing.JLabel" name="jLabel3">          <Properties>            <Property name="text" type="java.lang.String" value="&#x9500;&#x552e;&#x65e5;&#x671f;:"/>          </Properties>        </Component>        <Component class="javax.swing.JLabel" name="jLabel4">          <Properties>            <Property name="text" type="java.lang.String" value="&#x603b;&#x4ef7;&#x503c;:"/>          </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="&#x624b;&#x5de5;&#x7f16;&#x53f7;:"/>          </Properties>        </Component>        <Component class="javax.swing.JLabel" name="jLabel6">          <Properties>            <Property name="text" type="java.lang.String" value="&#x9001;&#x8d27;&#x5730;&#x5740;:"/>          </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="&#x589e;&#x52a0;"/>          </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="&#x5220;&#x9664;"/>          </Properties>        </Component>        <Component class="javax.swing.JButton" name="saveButton">          <Properties>            <Property name="text" type="java.lang.String" value="&#x4fdd;&#x5b58;"/>          </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="&#x6807;&#x9898; 1" type="java.lang.Object"/>                <Column editable="true" title="&#x6807;&#x9898; 2" type="java.lang.Object"/>                <Column editable="true" title="&#x6807;&#x9898; 3" type="java.lang.Object"/>                <Column editable="true" title="&#x6807;&#x9898; 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="&#x6dfb;&#x52a0;&#x5546;&#x54c1;"/>      </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="&#x5220;&#x9664;&#x5546;&#x54c1;"/>      </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 + -
显示快捷键?