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

📄 adduser.form

📁 java netbeans 学习程序合集
💻 FORM
📖 第 1 页 / 共 2 页
字号:
              <Properties>                <Property name="text" type="java.lang.String" value="&#x7528;&#x6237;&#x540d;&#xff1a;"/>              </Properties>            </Component>            <Component class="javax.swing.JTextField" name="jTextFieldName">            </Component>            <Component class="javax.swing.JLabel" name="jLabel2">              <Properties>                <Property name="text" type="java.lang.String" value="&#x5bc6;&#x7801;&#xff1a;"/>              </Properties>            </Component>            <Component class="javax.swing.JPasswordField" name="jPasswordFieldPass">            </Component>            <Component class="javax.swing.JLabel" name="jLabel3">              <Properties>                <Property name="text" type="java.lang.String" value="&#x786e;&#x8ba4;&#x5bc6;&#x7801;&#xff1a;"/>              </Properties>            </Component>            <Component class="javax.swing.JPasswordField" name="jPasswordFieldEnterPass">            </Component>          </SubComponents>        </Container>        <Container class="javax.swing.JPanel" name="jPanel3">          <Properties>            <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">              <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">                <TitledBorder title="&#x9650;&#x5236;&#x4fe1;&#x606f;"/>              </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="jPanel4" max="32767" attributes="0"/>                      <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="jPanel4" max="32767" attributes="0"/>                      <EmptySpace max="-2" attributes="0"/>                  </Group>              </Group>            </DimensionLayout>          </Layout>          <SubComponents>            <Container class="javax.swing.JPanel" name="jPanel4">              <Properties>                <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">                  <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">                    <TitledBorder title="&#x7528;&#x6237;&#x7ea7;&#x522b;"/>                  </Border>                </Property>              </Properties>              <Layout>                <DimensionLayout dim="0">                  <Group type="103" groupAlignment="0" attributes="0">                      <Group type="102" alignment="0" attributes="0">                          <EmptySpace min="-2" pref="53" max="-2" attributes="0"/>                          <Group type="103" groupAlignment="0" attributes="0">                              <Component id="jRadioButtonCommon" alignment="0" min="-2" max="-2" attributes="0"/>                              <Component id="jRadioButtonSuper" alignment="0" min="-2" max="-2" attributes="0"/>                          </Group>                          <EmptySpace pref="219" 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"/>                          <Component id="jRadioButtonSuper" min="-2" max="-2" attributes="0"/>                          <EmptySpace pref="16" max="32767" attributes="0"/>                          <Component id="jRadioButtonCommon" min="-2" max="-2" attributes="0"/>                          <EmptySpace min="-2" pref="31" max="-2" attributes="0"/>                      </Group>                  </Group>                </DimensionLayout>              </Layout>              <SubComponents>                <Component class="javax.swing.JRadioButton" name="jRadioButtonSuper">                  <Properties>                    <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">                      <ComponentRef name="buttonGroup1"/>                    </Property>                    <Property name="text" type="java.lang.String" value="&#x8d85;&#x7ea7;&#x7528;&#x6237;"/>                    <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">                      <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">                        <EmptyBorder bottom="0" left="0" right="0" top="0"/>                      </Border>                    </Property>                    <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">                      <Insets value="[0, 0, 0, 0]"/>                    </Property>                  </Properties>                </Component>                <Component class="javax.swing.JRadioButton" name="jRadioButtonCommon">                  <Properties>                    <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">                      <ComponentRef name="buttonGroup1"/>                    </Property>                    <Property name="text" type="java.lang.String" value="&#x666e;&#x901a;&#x7528;&#x6237;"/>                    <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">                      <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">                        <EmptyBorder bottom="0" left="0" right="0" top="0"/>                      </Border>                    </Property>                    <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">                      <Insets value="[0, 0, 0, 0]"/>                    </Property>                  </Properties>                </Component>              </SubComponents>            </Container>          </SubComponents>        </Container>        <Component class="javax.swing.JButton" name="jButtonEnter">          <Properties>            <Property name="text" type="java.lang.String" value="&#x786e;&#x5b9a;"/>          </Properties>          <Events>            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonEnterActionPerformed"/>          </Events>        </Component>        <Component class="javax.swing.JButton" name="jButtonCancel">          <Properties>            <Property name="text" type="java.lang.String" value="&#x53d6;&#x6d88;"/>          </Properties>          <Events>            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonCancelActionPerformed"/>          </Events>        </Component>      </SubComponents>    </Container>  </SubComponents></Form>

⌨️ 快捷键说明

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