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

📄 mainjframe.form.netbeans-base

📁 Store Manager
💻 NETBEANS-BASE
📖 第 1 页 / 共 5 页
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">  <Properties>    <Property name="defaultCloseOperation" type="int" value="0"/>    <Property name="title" type="java.lang.String" value="&#x5e97;&#x94fa;&#x4fe1;&#x606f;&#x7ba1;&#x7406;&#x7cfb;&#x7edf;"/>  </Properties>  <SyntheticProperties>    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>  </SyntheticProperties>  <Events>    <EventHandler event="windowClosed" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="formWindowClosed"/>    <EventHandler event="windowClosing" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="formWindowClosing"/>  </Events>  <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="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" alignment="0" attributes="0">              <EmptySpace max="-2" attributes="0"/>              <Group type="103" groupAlignment="0" attributes="0">                  <Component id="jTabbedPane1" alignment="0" pref="932" max="32767" attributes="0"/>                  <Component id="toolsPanel" alignment="0" max="32767" attributes="0"/>                  <Component id="statePanel" alignment="0" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace max="-2" attributes="0"/>          </Group>      </Group>    </DimensionLayout>    <DimensionLayout dim="1">      <Group type="103" groupAlignment="0" attributes="0">          <Group type="102" attributes="0">              <EmptySpace min="-2" max="-2" attributes="0"/>              <Component id="toolsPanel" min="-2" max="-2" attributes="0"/>              <EmptySpace min="-2" max="-2" attributes="0"/>              <Component id="jTabbedPane1" pref="520" max="32767" attributes="0"/>              <EmptySpace min="-2" max="-2" attributes="0"/>              <Component id="statePanel" min="-2" max="-2" attributes="0"/>          </Group>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <Container class="javax.swing.JPanel" name="toolsPanel">      <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" alignment="0" attributes="0">                  <EmptySpace max="-2" attributes="0"/>                  <Component id="reloginButton" min="-2" max="-2" attributes="0"/>                  <EmptySpace max="-2" attributes="0"/>                  <Component id="ordersButton" min="-2" max="-2" attributes="0"/>                  <EmptySpace max="-2" attributes="0"/>                  <Component id="calculatetButton" min="-2" pref="87" max="-2" attributes="0"/>                  <EmptySpace max="-2" attributes="0"/>                  <Component id="accountButton" min="-2" max="-2" attributes="0"/>                  <EmptySpace max="-2" attributes="0"/>                  <Component id="helpButton" min="-2" max="-2" attributes="0"/>                  <EmptySpace max="-2" attributes="0"/>                  <Component id="exitButton" min="-2" pref="86" max="-2" attributes="0"/>                  <EmptySpace pref="337" 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="3" attributes="0">                      <Component id="reloginButton" alignment="3" min="-2" pref="77" max="-2" attributes="0"/>                      <Component id="ordersButton" alignment="3" min="-2" pref="77" max="-2" attributes="0"/>                      <Component id="calculatetButton" alignment="3" min="-2" pref="77" max="-2" attributes="0"/>                      <Component id="accountButton" alignment="3" min="-2" pref="77" max="-2" attributes="0"/>                      <Component id="helpButton" alignment="3" min="-2" pref="77" max="-2" attributes="0"/>                      <Component id="exitButton" alignment="3" min="-2" pref="77" max="-2" attributes="0"/>                  </Group>                  <EmptySpace max="32767" attributes="0"/>              </Group>          </Group>        </DimensionLayout>      </Layout>      <SubComponents>        <Component class="javax.swing.JButton" name="reloginButton">          <Properties>            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">              <Font name="Dialog" size="14" style="1"/>            </Property>            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">              <Image iconType="3" name="/com/studio009/store/ui/resources/toolbar.relogin.png"/>            </Property>            <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">              <ResourceString bundle="com/studio009/store/language.properties" key="Relogin" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>            </Property>            <Property name="horizontalTextPosition" type="int" value="0"/>            <Property name="verticalTextPosition" type="int" value="3"/>          </Properties>          <Events>            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="reloginButtonActionPerformed"/>          </Events>        </Component>        <Component class="javax.swing.JButton" name="ordersButton">          <Properties>            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">              <Font name="Dialog" size="14" style="1"/>            </Property>            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">              <Image iconType="3" name="/com/studio009/store/ui/resources/toolbar.orders.png"/>            </Property>            <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">              <ResourceString bundle="com/studio009/store/language.properties" key="Orders" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>            </Property>            <Property name="horizontalTextPosition" type="int" value="0"/>            <Property name="verticalTextPosition" type="int" value="3"/>          </Properties>          <Events>            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="ordersButtonActionPerformed"/>          </Events>        </Component>        <Component class="javax.swing.JButton" name="helpButton">          <Properties>            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">              <Font name="Dialog" size="14" style="1"/>            </Property>            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">              <Image iconType="3" name="/com/studio009/store/ui/resources/toolbar.help.png"/>            </Property>            <Property name="text" type="java.lang.String" value="&#x83b7;&#x53d6;&#x5e2e;&#x52a9;"/>            <Property name="horizontalTextPosition" type="int" value="0"/>            <Property name="verticalTextPosition" type="int" value="3"/>          </Properties>          <Events>            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="helpButtonActionPerformed"/>          </Events>        </Component>        <Component class="javax.swing.JButton" name="exitButton">          <Properties>            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">              <Font name="Dialog" size="14" style="1"/>            </Property>            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">              <Image iconType="3" name="/com/studio009/store/ui/resources/toolbar.exit.png"/>            </Property>            <Property name="text" type="java.lang.String" value="&#x9000;&#x51fa;"/>            <Property name="horizontalTextPosition" type="int" value="0"/>            <Property name="verticalTextPosition" type="int" value="3"/>          </Properties>          <Events>            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="exitButtonActionPerformed"/>          </Events>        </Component>        <Component class="javax.swing.JButton" name="calculatetButton">          <Properties>            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">              <Font name="Dialog" size="14" style="1"/>            </Property>            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">              <Image iconType="3" name="/com/studio009/store/ui/resources/toolbar.calculate.png"/>            </Property>            <Property name="text" type="java.lang.String" value="&#x8ba1;&#x7b97;&#x5668; "/>            <Property name="horizontalTextPosition" type="int" value="0"/>            <Property name="verticalTextPosition" type="int" value="3"/>          </Properties>          <Events>            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="calculatetButtonActionPerformed"/>          </Events>        </Component>        <Component class="javax.swing.JButton" name="accountButton">          <Properties>            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">              <Font name="Dialog" size="14" style="1"/>            </Property>            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">              <Image iconType="3" name="/com/studio009/store/ui/resources/toolbar.account.png"/>            </Property>            <Property name="text" type="java.lang.String" value="&#x6536;&#x652f;&#x67e5;&#x8be2;"/>            <Property name="horizontalTextPosition" type="int" value="0"/>            <Property name="verticalTextPosition" type="int" value="3"/>          </Properties>          <Events>            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="accountButtonActionPerformed"/>          </Events>        </Component>      </SubComponents>    </Container>    <Container class="javax.swing.JTabbedPane" name="jTabbedPane1">      <Properties>        <Property name="tabPlacement" type="int" value="2"/>        <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">          <Font name="Dialog" size="18" style="1"/>        </Property>      </Properties>      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/>      <SubComponents>        <Container class="javax.swing.JPanel" name="jPanel1">          <Constraints>            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">              <JTabbedPaneConstraints tabName="&#x8fdb;&#x8d27;&#x7ba1;&#x7406;">                <Property name="tabTitle" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

⌨️ 快捷键说明

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