📄 registerframe.form
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" type="org.netbeans.modules.form.forminfo.JDialogFormInfo"> <Properties> <Property name="defaultCloseOperation" type="int" value="2"/> <Property name="title" type="java.lang.String" value="注册"/> </Properties> <SyntheticProperties> <SyntheticProperty name="formSizePolicy" type="int" value="1"/> </SyntheticProperties> <AuxValues> <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/> <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 min="-2" pref="49" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Component id="password2" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> <Group type="103" alignment="0" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Component id="password1" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="username" min="-2" max="-2" attributes="0"/> <Component id="name" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="14" max="-2" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Component id="nameText" pref="151" max="32767" attributes="1"/> <Component id="usernameText" alignment="1" pref="151" max="32767" attributes="1"/> <Component id="passwordText1" alignment="0" pref="151" max="32767" attributes="1"/> <Component id="passwordText2" alignment="1" pref="151" max="32767" attributes="1"/> </Group> <EmptySpace min="58" pref="58" max="-2" attributes="0"/> </Group> </Group> </Group> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="65" max="-2" attributes="0"/> <Component id="enter" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="47" max="-2" attributes="0"/> <Component id="cancel" min="-2" max="-2" attributes="0"/> <EmptySpace pref="88" 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 min="-2" pref="34" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="username" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="usernameText" linkSize="1" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="14" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="name" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="nameText" linkSize="1" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="14" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="password1" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="passwordText1" linkSize="1" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="21" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="password2" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="passwordText2" linkSize="1" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="27" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="enter" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="cancel" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace pref="20" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="username"> <Properties> <Property name="text" type="java.lang.String" value="用 户 名:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="name"> <Properties> <Property name="text" type="java.lang.String" value="昵 称:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="password1"> <Properties> <Property name="text" type="java.lang.String" value="密 码:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="password2"> <Properties> <Property name="text" type="java.lang.String" value="确认密码:"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="usernameText"> </Component> <Component class="javax.swing.JTextField" name="nameText"> </Component> <Component class="javax.swing.JPasswordField" name="passwordText1"> </Component> <Component class="javax.swing.JPasswordField" name="passwordText2"> </Component> <Component class="javax.swing.JButton" name="enter"> <Properties> <Property name="text" type="java.lang.String" value="注 册"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="enterActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="cancel"> <Properties> <Property name="text" type="java.lang.String" value="取 消"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cancelActionPerformed"/> </Events> </Component> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -