📄 checkbillframe.form
字号:
<Component class="javax.swing.JLabel" name="payModellabel"> <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="3"> <StringItem index="0" value="人民币"/> <StringItem index="1" value="刷卡"/> <StringItem index="2" value="其它方式"/> </StringArray> </Property> </Properties> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="baseInfoPanel"> <Properties> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> <TitledBorder title="基本信息"/> </Border> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Component id="menuNumLabel" alignment="1" min="-2" max="-2" attributes="0"/> <Component id="accoutlabel" alignment="1" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Component id="accoutText" min="-2" max="-2" attributes="0"/> <EmptySpace pref="184" max="32767" attributes="0"/> <Component id="tabelNumLabel" min="-2" max="-2" attributes="0"/> </Group> <Component id="menuNumText" pref="244" max="32767" attributes="1"/> </Group> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="tableNumText" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> <Group type="102" alignment="1" attributes="0"> <EmptySpace pref="131" max="32767" attributes="0"/> <Component id="query" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="50" max="-2" attributes="0"/> </Group> </Group> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="menuNumLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="query" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="menuNumText" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="32767" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="accoutlabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="accoutText" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="tabelNumLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="tableNumText" 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="accoutlabel"> <Properties> <Property name="text" type="java.lang.String" value="帐号:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="menuNumLabel"> <Properties> <Property name="text" type="java.lang.String" value="菜单号:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="accoutText"> <Properties> <Property name="text" type="java.lang.String" value="[]"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="tabelNumLabel"> <Properties> <Property name="text" type="java.lang.String" value="桌位号:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="tableNumText"> <Properties> <Property name="text" type="java.lang.String" value="[]"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="menuNumText"> </Component> <Component class="javax.swing.JButton" name="query"> <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="queryActionPerformed"/> </Events> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="remarkPanel"> <Properties> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> <TitledBorder title="备注"/> </Border> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace max="32767" attributes="0"/> <Component id="jScrollPane1" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jScrollPane1" alignment="0" pref="107" max="32767" attributes="0"/> </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.JTextArea" name="remarkText"> <Properties> <Property name="columns" type="int" value="20"/> <Property name="rows" type="int" value="5"/> </Properties> </Component> </SubComponents> </Container> </SubComponents> </Container> <Component class="javax.swing.JButton" name="checkoutBill"> <Properties> <Property name="text" type="java.lang.String" value="结帐"/> </Properties> </Component> <Component class="javax.swing.JButton" name="printButton"> <Properties> <Property name="text" type="java.lang.String" value="打印帐单"/> </Properties> </Component> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -