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

📄 storegoodsjdialog.form.netbeans-base

📁 Store Manager
💻 NETBEANS-BASE
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">  <NonVisualComponents>    <Component class="javax.persistence.EntityManager" name="em">      <Properties>        <Property name="persistenceUnit" type="java.lang.String" value="storePU"/>      </Properties>      <AuxValues>        <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="StoreApp.getEntityManagerFactory().createEntityManager();"/>      </AuxValues>    </Component>    <Component class="javax.persistence.Query" name="storeQuery">      <Properties>        <Property name="query" type="java.lang.String" value="select s from Store s"/>        <Property name="entityManager" type="java.lang.Object" editor="org.netbeans.modules.form.j2ee.J2EEPropertyModifier$EMProperty$EntityManagerEditor">          <ComponentRef name="em"/>        </Property>      </Properties>    </Component>    <Component class="java.util.List" name="storeList">      <Properties>        <Property name="query" type="java.lang.Object" editor="org.netbeans.modules.form.j2ee.J2EEPropertyModifier$QueryBeanProperty$QueryEditor">          <ComponentRef name="storeQuery"/>        </Property>      </Properties>      <AuxValues>        <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;Store&gt;"/>      </AuxValues>    </Component>    <Component class="com.studio009.store.entity.Store" name="store">      <AuxValues>        <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="storeList.get(0)"/>      </AuxValues>    </Component>    <Component class="javax.persistence.Query" name="storeGoodsQuery">      <Properties>        <Property name="query" type="java.lang.String" value="select sg from StoreGoods sg"/>        <Property name="entityManager" type="java.lang.Object" editor="org.netbeans.modules.form.j2ee.J2EEPropertyModifier$EMProperty$EntityManagerEditor">          <ComponentRef name="em"/>        </Property>      </Properties>      <AuxValues>        <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="em.createQuery(&quot;select sg from StoreGoods sg where sg.storeName = :storeName&quot;)"/>        <AuxValue name="JavaCodeGenerator_CreateCodePost" type="java.lang.String" value="storeGoodsQuery.setParameter(&quot;storeName&quot;, store);"/>      </AuxValues>    </Component>    <Component class="java.util.List" name="storeGoodsList">      <Properties>        <Property name="query" type="java.lang.Object" editor="org.netbeans.modules.form.j2ee.J2EEPropertyModifier$QueryBeanProperty$QueryEditor">          <ComponentRef name="storeGoodsQuery"/>        </Property>      </Properties>      <AuxValues>        <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;StoreGoods&gt;"/>      </AuxValues>    </Component>  </NonVisualComponents>  <Properties>    <Property name="defaultCloseOperation" type="int" value="2"/>    <Property name="title" type="java.lang.String" value="&#x67e5;&#x770b;&#x4ed3;&#x5e93;&#x5546;&#x54c1;"/>  </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="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="1" attributes="0">              <EmptySpace max="-2" attributes="0"/>              <Group type="103" groupAlignment="1" attributes="0">                  <Component id="jScrollPane1" alignment="0" pref="720" max="32767" attributes="0"/>                  <Component id="jPanel1" alignment="0" max="32767" attributes="0"/>              </Group>              <EmptySpace max="-2" 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"/>              <Component id="jPanel1" min="-2" max="-2" attributes="0"/>              <EmptySpace max="-2" attributes="0"/>              <Component id="jScrollPane1" pref="306" max="32767" attributes="0"/>              <EmptySpace max="-2" attributes="0"/>          </Group>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <Container class="javax.swing.JPanel" name="jPanel1">      <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="jLabel1" min="-2" max="-2" attributes="0"/>                  <EmptySpace max="-2" attributes="0"/>                  <Component id="storeJComboBox" min="-2" pref="157" max="-2" attributes="0"/>                  <EmptySpace pref="490" 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="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="storeJComboBox" alignment="3" min="-2" pref="28" max="-2" attributes="0"/>                  </Group>                  <EmptySpace pref="20" 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="Dialog" size="18" style="1"/>            </Property>            <Property name="text" type="java.lang.String" value="&#x4ed3;&#x5e93;:"/>          </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>      </SubComponents>    </Container>    <Container class="javax.swing.JScrollPane" name="jScrollPane1">      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>      <SubComponents>        <Component class="javax.swing.JTable" name="jTable1">          <Properties>            <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">              <Connection code="getStoreGoodsTableModel()" type="code"/>            </Property>          </Properties>        </Component>      </SubComponents>    </Container>  </SubComponents></Form>

⌨️ 快捷键说明

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