📄 mainfram.form
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> <Properties> <Property name="defaultCloseOperation" type="int" value="3"/> </Properties> <SyntheticProperties> <SyntheticProperty name="formSizePolicy" type="int" value="1"/> </SyntheticProperties> <AuxValues> <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/> <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"> <EmptySpace min="0" pref="553" max="32767" attributes="0"/> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="57" max="-2" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Component id="jLabel5" alignment="0" pref="145" max="32767" attributes="0"/> <Component id="jLabel4" alignment="0" pref="145" max="32767" attributes="1"/> <Group type="103" alignment="0" groupAlignment="1" max="-2" attributes="0"> <Component id="jLabel3" alignment="0" max="32767" attributes="1"/> <Component id="jLabel1" alignment="0" max="32767" attributes="1"/> <Component id="jLabel2" alignment="0" min="-2" pref="84" max="-2" attributes="0"/> </Group> </Group> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="txtPassword" alignment="0" pref="168" max="32767" attributes="1"/> <Component id="txtCard" alignment="0" min="-2" pref="143" max="-2" attributes="1"/> </Group> <EmptySpace pref="146" max="32767" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="1" max="-2" attributes="0"> <Component id="labPrice" alignment="0" max="32767" attributes="1"/> <Component id="cboCourt" alignment="0" pref="146" max="32767" attributes="1"/> <Component id="txtNum" alignment="0" max="32767" attributes="1"/> </Group> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </Group> <Group type="102" alignment="1" attributes="0"> <EmptySpace pref="381" max="32767" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Component id="btnPreper" alignment="1" min="-2" max="-2" attributes="0"/> <Component id="btnDism" alignment="1" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="67" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <EmptySpace min="0" pref="498" max="32767" attributes="0"/> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="42" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel1" alignment="3" min="-2" pref="32" max="-2" attributes="0"/> <Component id="txtCard" alignment="3" min="-2" pref="29" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="29" max="-2" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Component id="txtPassword" alignment="1" min="-2" pref="31" max="-2" attributes="0"/> <Component id="jLabel2" alignment="1" min="-2" pref="29" max="-2" attributes="0"/> </Group> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="btnDism" min="-2" pref="43" max="-2" attributes="0"/> <EmptySpace min="-2" pref="51" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel3" alignment="3" min="-2" pref="35" max="-2" attributes="0"/> <Component id="cboCourt" alignment="3" min="-2" pref="31" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jLabel4" alignment="0" min="-2" pref="31" max="-2" attributes="0"/> <Component id="labPrice" alignment="0" min="-2" pref="25" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="39" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel5" alignment="3" min="-2" pref="32" max="-2" attributes="0"/> <Component id="txtNum" alignment="3" min="-2" pref="29" max="-2" attributes="0"/> </Group> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="btnPreper" min="-2" pref="48" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabel1"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="宋体" size="18" style="1"/> </Property> <Property name="text" type="java.lang.String" value="会员卡号:"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="txtCard"> </Component> <Component class="javax.swing.JLabel" name="jLabel2"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="宋体" size="18" style="1"/> </Property> <Property name="text" type="java.lang.String" value="密码:"/> </Properties> </Component> <Component class="javax.swing.JPasswordField" name="txtPassword"> </Component> <Component class="javax.swing.JButton" name="btnDism"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="宋体" size="18" style="0"/> </Property> <Property name="text" type="java.lang.String" value="会员登录"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnDismActionPerformed"/> </Events> </Component> <Component class="javax.swing.JComboBox" name="cboCourt"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="宋体" size="18" style="1"/> </Property> <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> <StringArray count="5"> <StringItem index="0" value="东邪"/> <StringItem index="1" value="西毒"/> <StringItem index="2" value="南帝"/> <StringItem index="3" value="北丐"/> <StringItem index="4" value="中神通"/> </StringArray> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cboCourtActionPerformed"/> </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="宋体" size="18" style="1"/> </Property> <Property name="text" type="java.lang.String" value="可选球场:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel4"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="宋体" size="18" style="1"/> </Property> <Property name="text" type="java.lang.String" value="每场单价:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="labPrice"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="宋体" size="24" style="1"/> </Property> <Property name="text" type="java.lang.String" value="10000"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel5"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="宋体" size="18" style="1"/> </Property> <Property name="text" type="java.lang.String" value="预定场次:"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="txtNum"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="宋体" size="24" style="1"/> </Property> </Properties> </Component> <Component class="javax.swing.JButton" name="btnPreper"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="宋体" size="18" style="0"/> </Property> <Property name="text" type="java.lang.String" value="会员预定"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnPreperActionPerformed"/> </Events> </Component> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -