⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 viewticketjpanel.form

📁 客运售票管理信息系统
💻 FORM
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">  <Properties>    <Property name="name" type="java.lang.String" value="Form" noResource="true"/>  </Properties>  <AuxValues>    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="2"/>    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/>    <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="1"/>    <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">          <Group type="102" attributes="0">              <EmptySpace max="-2" attributes="0"/>              <Group type="103" groupAlignment="0" attributes="0">                  <Group type="102" alignment="0" attributes="0">                      <Component id="ticketTypeComboBox" min="-2" max="-2" attributes="0"/>                      <EmptySpace pref="362" max="32767" attributes="0"/>                  </Group>                  <Group type="102" alignment="0" attributes="0">                      <Component id="beginDateSpinner" linkSize="1" min="-2" pref="140" max="-2" attributes="0"/>                      <EmptySpace type="separate" max="-2" attributes="0"/>                      <Component id="jLabel1" min="-2" max="-2" attributes="0"/>                      <EmptySpace type="separate" max="-2" attributes="0"/>                      <Component id="endDateSpinner" linkSize="1" min="-2" max="-2" attributes="0"/>                      <EmptySpace type="separate" max="-2" attributes="0"/>                      <Component id="viewButton" min="-2" max="-2" attributes="0"/>                      <EmptySpace max="-2" attributes="0"/>                  </Group>                  <Group type="102" alignment="0" attributes="0">                      <Component id="jScrollPane1" pref="405" max="32767" attributes="0"/>                      <EmptySpace min="-2" pref="18" max="-2" attributes="0"/>                  </Group>              </Group>          </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"/>              <Component id="ticketTypeComboBox" min="-2" max="-2" attributes="0"/>              <EmptySpace type="unrelated" max="-2" attributes="0"/>              <Group type="103" groupAlignment="0" attributes="0">                  <Component id="beginDateSpinner" linkSize="2" alignment="0" min="-2" max="-2" attributes="0"/>                  <Component id="jLabel1" linkSize="2" alignment="0" min="-2" max="-2" attributes="0"/>                  <Component id="endDateSpinner" linkSize="2" alignment="0" min="-2" max="-2" attributes="0"/>                  <Component id="viewButton" linkSize="2" alignment="0" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace type="separate" max="-2" attributes="0"/>              <Component id="jScrollPane1" pref="173" max="32767" attributes="0"/>              <EmptySpace min="-2" pref="33" max="-2" attributes="0"/>          </Group>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <Component class="javax.swing.JComboBox" name="ticketTypeComboBox">      <Properties>        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">          <StringArray count="2">            <StringItem index="0" value="Sell"/>            <StringItem index="1" value="Return"/>          </StringArray>        </Property>        <Property name="name" type="java.lang.String" value="ticketTypeComboBox" noResource="true"/>      </Properties>    </Component>    <Component class="javax.swing.JSpinner" name="beginDateSpinner">      <Properties>        <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">          <SpinnerModel initial="now" minimum="1199165280000" stepSize="6" type="date"/>        </Property>        <Property name="name" type="java.lang.String" value="beginDateSpinner" noResource="true"/>      </Properties>    </Component>    <Component class="javax.swing.JSpinner" name="endDateSpinner">      <Properties>        <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">          <SpinnerModel initial="now" stepSize="6" type="date"/>        </Property>        <Property name="name" type="java.lang.String" value="endDateSpinner" noResource="true"/>      </Properties>    </Component>    <Component class="javax.swing.JLabel" name="jLabel1">      <Properties>        <Property name="text" type="java.lang.String" resourceKey="jLabel1.text"/>        <Property name="name" type="java.lang.String" value="jLabel1" noResource="true"/>      </Properties>    </Component>    <Component class="javax.swing.JButton" name="viewButton">      <Properties>        <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor">          <action class="passengertransportmis.ViewTicketJPanel" id="view" methodName="view"/>        </Property>        <Property name="text" type="java.lang.String" resourceKey="viewButton.text"/>        <Property name="name" type="java.lang.String" value="viewButton" noResource="true"/>      </Properties>    </Component>    <Container class="javax.swing.JScrollPane" name="jScrollPane1">      <Properties>        <Property name="name" type="java.lang.String" value="jScrollPane1" noResource="true"/>      </Properties>      <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="ticketInfoTextArea">          <Properties>            <Property name="columns" type="int" value="20"/>            <Property name="rows" type="int" value="5"/>            <Property name="text" type="java.lang.String" resourceKey="ticketInfoTextArea.text"/>            <Property name="enabled" type="boolean" value="false"/>            <Property name="name" type="java.lang.String" value="ticketInfoTextArea" noResource="true"/>          </Properties>        </Component>      </SubComponents>    </Container>  </SubComponents></Form>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -