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

📄 loginview.form

📁 Java Swing Application。涉及到 JPA, appframework, beansbinding.
💻 FORM
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">  <Properties>    <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">      <Dimension value="[300, 200]"/>    </Property>    <Property name="modal" type="boolean" value="true"/>    <Property name="name" type="java.lang.String" value="Form" noResource="true"/>    <Property name="resizable" type="boolean" value="false"/>  </Properties>  <SyntheticProperties>    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>  </SyntheticProperties>  <Events>    <EventHandler event="windowClosing" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="closeDialog"/>  </Events>  <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" alignment="1" attributes="0">              <EmptySpace max="-2" attributes="0"/>              <Group type="103" groupAlignment="1" attributes="0">                  <Group type="102" alignment="1" attributes="0">                      <Component id="okButton" linkSize="1" min="-2" pref="67" max="-2" attributes="0"/>                      <EmptySpace max="-2" attributes="0"/>                      <Component id="cancelButton" linkSize="1" min="-2" max="-2" attributes="0"/>                  </Group>                  <Component id="jTabbedPane1" alignment="1" pref="288" max="32767" attributes="0"/>              </Group>              <EmptySpace min="-2" 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="jTabbedPane1" min="-2" pref="143" max="-2" attributes="0"/>              <EmptySpace type="unrelated" max="-2" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="cancelButton" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="okButton" alignment="3" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace max="32767" attributes="0"/>          </Group>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <Component class="javax.swing.JButton" name="okButton">      <Properties>        <Property name="text" type="java.lang.String" resourceKey="okButton.text"/>        <Property name="name" type="java.lang.String" value="okButton" noResource="true"/>      </Properties>      <Events>        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="okButtonActionPerformed"/>      </Events>    </Component>    <Component class="javax.swing.JButton" name="cancelButton">      <Properties>        <Property name="text" type="java.lang.String" resourceKey="cancelButton.text"/>        <Property name="name" type="java.lang.String" value="cancelButton" noResource="true"/>      </Properties>      <Events>        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cancelButtonActionPerformed"/>      </Events>    </Component>    <Container class="javax.swing.JTabbedPane" name="jTabbedPane1">      <Properties>        <Property name="name" type="java.lang.String" value="jTabbedPane1" noResource="true"/>      </Properties>      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/>      <SubComponents>        <Container class="javax.swing.JPanel" name="ownerPanel">          <Properties>            <Property name="name" type="java.lang.String" value="ownerPanel" noResource="true"/>          </Properties>          <Constraints>            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">              <JTabbedPaneConstraints tabName="Owner">                <Property name="tabTitle" type="java.lang.String" value="Owner"/>              </JTabbedPaneConstraints>            </Constraint>          </Constraints>          <Layout>            <DimensionLayout dim="0">              <Group type="103" groupAlignment="0" attributes="0">                  <Group type="102" alignment="1" attributes="0">                      <EmptySpace min="-2" max="-2" attributes="0"/>                      <Component id="ownerPasswordField" pref="161" max="32767" attributes="2"/>                      <EmptySpace min="-2" max="-2" attributes="0"/>                      <Component id="regOwnerButton" min="-2" pref="96" max="-2" attributes="0"/>                      <EmptySpace min="-2" max="-2" attributes="0"/>                  </Group>                  <Group type="103" rootIndex="1" groupAlignment="0" attributes="0">                      <Group type="102" alignment="0" attributes="0">                          <EmptySpace min="-2" pref="14" max="-2" attributes="0"/>                          <Component id="passwordOwnerLabel" min="-2" max="-2" attributes="0"/>                          <EmptySpace pref="211" max="32767" attributes="0"/>                      </Group>                  </Group>              </Group>            </DimensionLayout>            <DimensionLayout dim="1">              <Group type="103" groupAlignment="0" attributes="0">                  <Group type="102" alignment="0" attributes="0">                      <EmptySpace min="-2" pref="34" max="-2" attributes="0"/>                      <Group type="103" groupAlignment="3" attributes="0">                          <Component id="regOwnerButton" alignment="3" min="-2" max="-2" attributes="0"/>                          <Component id="ownerPasswordField" alignment="3" min="-2" max="-2" attributes="0"/>                      </Group>                      <EmptySpace pref="57" max="32767" attributes="0"/>                  </Group>                  <Group type="103" rootIndex="1" groupAlignment="0" attributes="0">                      <Group type="102" alignment="0" attributes="0">                          <EmptySpace min="-2" pref="48" max="-2" attributes="0"/>                          <Component id="passwordOwnerLabel" min="-2" max="-2" attributes="0"/>                          <EmptySpace pref="48" max="32767" attributes="0"/>                      </Group>                  </Group>              </Group>            </DimensionLayout>          </Layout>          <SubComponents>            <Component class="javax.swing.JPasswordField" name="ownerPasswordField">              <Properties>                <Property name="name" type="java.lang.String" value="ownerPasswordField" noResource="true"/>              </Properties>            </Component>            <Component class="javax.swing.JLabel" name="passwordOwnerLabel">              <Properties>                <Property name="name" type="java.lang.String" value="passwordOwnerLabel" noResource="true"/>              </Properties>            </Component>            <Component class="javax.swing.JButton" name="regOwnerButton">              <Properties>                <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor">                  <action class="personalpetvet.ui.LoginView" id="showRegOwner" methodName="showRegOwner"/>                </Property>                <Property name="text" type="java.lang.String" resourceKey="regOwnerButton.text"/>                <Property name="name" type="java.lang.String" value="regOwnerButton" noResource="true"/>              </Properties>            </Component>          </SubComponents>        </Container>        <Container class="javax.swing.JPanel" name="serviceProviderPanel">          <Properties>            <Property name="name" type="java.lang.String" value="serviceProviderPanel" noResource="true"/>          </Properties>          <Constraints>            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">              <JTabbedPaneConstraints tabName="Service Provider">                <Property name="tabTitle" type="java.lang.String" value="Service Provider"/>              </JTabbedPaneConstraints>            </Constraint>          </Constraints>          <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="passwordSPLabel" min="-2" max="-2" attributes="0"/>                          <Component id="accountLabel" min="-2" max="-2" attributes="0"/>                      </Group>                      <EmptySpace max="-2" attributes="0"/>                      <Group type="103" groupAlignment="1" attributes="0">                          <Component id="spPasswordField" alignment="0" pref="162" max="32767" attributes="2"/>                          <Component id="accountComboBox" alignment="0" pref="162" max="32767" attributes="2"/>                      </Group>                      <EmptySpace max="-2" attributes="0"/>                      <Component id="NewSPButton" pref="87" max="32767" attributes="0"/>                      <EmptySpace min="-2" pref="14" max="-2" attributes="0"/>                  </Group>              </Group>            </DimensionLayout>            <DimensionLayout dim="1">              <Group type="103" groupAlignment="0" attributes="0">                  <Group type="102" alignment="1" attributes="0">                      <EmptySpace pref="38" max="32767" attributes="0"/>                      <Group type="103" groupAlignment="0" attributes="0">                          <Group type="103" alignment="0" groupAlignment="3" attributes="0">                              <Component id="NewSPButton" alignment="3" min="-2" max="-2" attributes="0"/>                              <Component id="accountComboBox" alignment="3" min="-2" max="-2" attributes="0"/>                          </Group>                          <Group type="102" alignment="0" attributes="0">                              <Component id="accountLabel" min="-2" max="-2" attributes="0"/>                              <EmptySpace max="-2" attributes="0"/>                              <Component id="passwordSPLabel" min="-2" max="-2" attributes="0"/>                          </Group>                      </Group>                      <EmptySpace max="-2" attributes="0"/>                      <Component id="spPasswordField" min="-2" max="-2" attributes="0"/>                      <EmptySpace min="-2" pref="26" max="-2" attributes="0"/>                  </Group>              </Group>            </DimensionLayout>          </Layout>          <SubComponents>            <Component class="javax.swing.JPasswordField" name="spPasswordField">              <Properties>                <Property name="name" type="java.lang.String" value="spPasswordField" noResource="true"/>              </Properties>            </Component>            <Component class="javax.swing.JLabel" name="passwordSPLabel">              <Properties>                <Property name="name" type="java.lang.String" value="passwordSPLabel" noResource="true"/>              </Properties>            </Component>            <Component class="javax.swing.JComboBox" name="accountComboBox">              <Properties>                <Property name="name" type="java.lang.String" value="accountComboBox" noResource="true"/>              </Properties>              <BindingProperties>                <BindingProperty name="elements" source="Form" sourcePath="${list}" target="accountComboBox" targetPath="elements" updateStrategy="1" immediately="false"/>              </BindingProperties>            </Component>            <Component class="javax.swing.JLabel" name="accountLabel">              <Properties>                <Property name="name" type="java.lang.String" value="accountLabel" noResource="true"/>              </Properties>            </Component>            <Component class="javax.swing.JButton" name="NewSPButton">              <Properties>                <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor">                  <action class="flashpetcare.LoginView" id="ShowSPView" methodName="ShowSPView"/>                </Property>                <Property name="text" type="java.lang.String" resourceKey="NewSPButton.text"/>                <Property name="name" type="java.lang.String" value="NewSPButton" noResource="true"/>              </Properties>            </Component>          </SubComponents>        </Container>      </SubComponents>    </Container>  </SubComponents></Form>

⌨️ 快捷键说明

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