📄 salejdialog.form.svn-base
字号:
<Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jButton4" min="-2" pref="34" max="-2" attributes="0"/> <EmptySpace type="unrelated" max="-2" attributes="0"/> <Component id="jLabel5" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jTextField2" min="-2" pref="167" max="-2" attributes="0"/> <EmptySpace min="-2" pref="27" max="-2" attributes="0"/> <Component id="jLabel6" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="2" max="-2" attributes="0"/> <Component id="jNumberField1" min="-2" pref="108" max="-2" attributes="0"/> <EmptySpace min="-2" pref="42" max="-2" attributes="0"/> <Component id="jLabel7" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jNumberField2" min="-2" pref="124" max="-2" attributes="0"/> <EmptySpace pref="34" max="32767" 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"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="103" alignment="0" groupAlignment="3" attributes="0"> <Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jTextField2" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel6" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jNumberField1" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel7" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jNumberField2" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <Component id="jButton4" alignment="0" min="-2" pref="30" max="-2" attributes="0"/> </Group> <EmptySpace max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabel5"> <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="请输入商品编号:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel6"> <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="数量:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel7"> <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="总计:"/> </Properties> </Component> <Component class="com.sunking.swing.JNumberField" name="jNumberField1"> <Properties> <Property name="text" type="java.lang.String" value="1.00"/> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Dialog" size="24" style="0"/> </Property> <Property name="nextFocusableComponent" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor"> <ComponentRef name="jTextField2"/> </Property> </Properties> <Events> <EventHandler event="keyPressed" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="KeyPressed"/> </Events> <AuxValues> <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new com.sunking.swing.JNumberField(12, 4)"/> </AuxValues> </Component> <Component class="com.sunking.swing.JNumberField" name="jNumberField2"> <Properties> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.MatteColorBorderInfo"> <MatteColorBorder bottom="1" left="0" right="0" top="0"/> </Border> </Property> <Property name="editable" type="boolean" value="false"/> <Property name="text" type="java.lang.String" value="0.00"/> <Property name="focusable" type="boolean" value="false"/> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Dialog" size="24" style="0"/> </Property> </Properties> <AuxValues> <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new com.sunking.swing.JNumberField(12, 2)"/> </AuxValues> </Component> <Component class="javax.swing.JTextField" name="jTextField2"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Dialog" size="18" style="0"/> </Property> </Properties> <Events> <EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="jTextField2FocusLost"/> <EventHandler event="keyPressed" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="KeyPressed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButton4"> <Properties> <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> <Image iconType="3" name="/com/studio009/store/ui/resources/magnifier.gif"/> </Property> <Property name="toolTipText" type="java.lang.String" value="点击查看所以商品"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton4ActionPerformed"/> </Events> </Component> </SubComponents> </Container> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="jPanel3"> <Properties> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo"> <EtchetBorder/> </Border> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="customerJComboBox" min="-2" pref="147" max="-2" attributes="0"/> <EmptySpace type="unrelated" max="-2" attributes="0"/> <Component id="jButton5" min="-2" pref="29" max="-2" attributes="0"/> <EmptySpace pref="70" max="32767" attributes="0"/> <Component id="jLabel3" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="storeJComboBox" min="-2" pref="157" max="-2" attributes="0"/> <EmptySpace type="unrelated" max="-2" attributes="0"/> <Component id="jButton6" min="-2" pref="29" max="-2" attributes="0"/> <EmptySpace min="-2" pref="23" max="-2" attributes="0"/> <Component id="jLabel4" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jTextField1" min="-2" pref="115" max="-2" attributes="0"/> <EmptySpace min="-2" pref="26" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="103" alignment="0" groupAlignment="3" attributes="0"> <Component id="jLabel3" min="-2" max="-2" attributes="0"/> <Component id="storeJComboBox" alignment="3" min="-2" pref="28" max="-2" attributes="0"/> <Component id="jTextField1" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <Group type="103" alignment="0" groupAlignment="3" attributes="0"> <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="customerJComboBox" alignment="3" min="-2" pref="28" max="-2" attributes="0"/> </Group> <Component id="jButton5" min="-2" pref="29" max="-2" attributes="0"/> <Component id="jButton6" alignment="0" min="-2" pref="29" max="-2" attributes="0"/> </Group> <EmptySpace max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabel2"> <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="客户:"/> </Properties> </Component> <Component class="javax.swing.JComboBox" name="customerJComboBox"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Dialog" size="18" style="1"/> </Property> <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> <Connection code="getCustomerComboBoxModel()" type="code"/> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="customerJComboBoxActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButton5"> <Properties> <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> <Image iconType="3" name="/com/studio009/store/ui/resources/magnifier.gif"/> </Property> <Property name="toolTipText" type="java.lang.String" value="点击编辑客户"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton5ActionPerformed"/> </Events> </Component> <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="仓库:"/> </Properties> </Component> <Component class="javax.swing.JComboBox" name="storeJComboBox"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Dialog" size="18" style="1"/> </Property> <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> <Connection code="getStoreComboBoxModel()" type="code"/> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="storeJComboBoxActionPerformed"/> </Events> </Component> <Component class="javax.swing.JLabel" name="jLabel4"> <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="操作员:"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="jTextField1"> <Properties> <Property name="editable" type="boolean" value="false"/> <Property name="focusable" type="boolean" value="false"/> </Properties> <BindingProperties> <BindingProperty name="text" source="operator" sourcePath="${operatorName}" target="jTextField1" targetPath="text" updateStrategy="0" immediately="false"/> </BindingProperties> </Component> <Component class="javax.swing.JButton" name="jButton6"> <Properties> <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> <Image iconType="3" name="/com/studio009/store/ui/resources/magnifier.gif"/> </Property> <Property name="toolTipText" type="java.lang.String" value="点击编辑仓库"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton6ActionPerformed"/> </Events> </Component> </SubComponents> </Container> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -