📄 register.form
字号:
<?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="2"/> <Property name="title" type="java.lang.String" value="新用户注册"/> <Property name="alwaysOnTop" type="boolean" value="true"/> </Properties> <SyntheticProperties> <SyntheticProperty name="formSizePolicy" type="int" value="1"/> </SyntheticProperties> <Events> <EventHandler event="mouseMoved" listener="java.awt.event.MouseMotionListener" parameters="java.awt.event.MouseEvent" handler="formMouseMoved"/> </Events> <AuxValues> <AuxValue name="FormSettings_generateMnemonicsCode" 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" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="usernameLabel" min="-2" max="-2" attributes="0"/> <Component id="passwordLabel" alignment="0" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Component id="usernameField" pref="148" max="32767" attributes="1"/> <Component id="passwordField" alignment="1" pref="148" max="32767" attributes="1"/> </Group> </Group> <Group type="102" alignment="1" attributes="0"> <Component id="jLabel6" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="telField" pref="148" max="32767" attributes="0"/> </Group> <Group type="102" alignment="1" attributes="0"> <Component id="jLabel5" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="34" max="-2" attributes="0"/> <Component id="favField" pref="148" max="32767" attributes="0"/> </Group> <Group type="102" alignment="1" attributes="0"> <Component id="jLabel4" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="countryField" pref="148" max="32767" attributes="0"/> </Group> <Group type="102" alignment="1" attributes="0"> <Component id="jLabel3" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="trueNameField" pref="148" max="32767" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Component id="confPasswordLabel" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="confPassword" pref="148" max="32767" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Component id="submitBtn" min="-2" pref="98" max="-2" attributes="1"/> <EmptySpace max="-2" attributes="0"/> <Component id="resetBtn" pref="102" max="32767" attributes="0"/> </Group> </Group> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="67" max="-2" attributes="0"/> <Component id="myWebLabel" min="-2" max="-2" attributes="1"/> </Group> </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 min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="usernameField" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="usernameLabel" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="passwordField" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="passwordLabel" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="confPasswordLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="confPassword" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="trueNameField" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="countryField" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="favField" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="telField" alignment="3" pref="24" max="32767" attributes="0"/> <Component id="jLabel6" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="submitBtn" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="resetBtn" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="myWebLabel" min="-2" pref="15" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="usernameLabel"> <Properties> <Property name="text" type="java.lang.String" value="用户昵称*"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="usernameField"> </Component> <Component class="javax.swing.JLabel" name="passwordLabel"> <Properties> <Property name="text" type="java.lang.String" value="密码*"/> </Properties> </Component> <Component class="javax.swing.JPasswordField" name="passwordField"> </Component> <Component class="javax.swing.JLabel" name="jLabel3"> <Properties> <Property name="text" type="java.lang.String" value="真实姓名"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="trueNameField"> <Properties> <Property name="text" type="java.lang.String" value="不愿透露"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel4"> <Properties> <Property name="text" type="java.lang.String" value="所属国家"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="countryField"> <Properties> <Property name="text" type="java.lang.String" value="中国"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel5"> <Properties> <Property name="text" type="java.lang.String" value="爱好"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="favField"> <Properties> <Property name="text" type="java.lang.String" value="保密"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel6"> <Properties> <Property name="text" type="java.lang.String" value="联系电话"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="telField"> <Properties> <Property name="text" type="java.lang.String" value="同上哈:)"/> </Properties> </Component> <Component class="javax.swing.JButton" name="submitBtn"> <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="submitBtnActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="resetBtn"> <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="resetBtnActionPerformed"/> </Events> </Component> <Component class="javax.swing.JLabel" name="confPasswordLabel"> <Properties> <Property name="text" type="java.lang.String" value="确认密码*"/> </Properties> </Component> <Component class="javax.swing.JPasswordField" name="confPassword"> </Component> <Component class="javax.swing.JLabel" name="myWebLabel"> <Properties> <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="ff" green="0" red="0" type="rgb"/> </Property> <Property name="text" type="java.lang.String" value="访问我们的网站"/> <Property name="toolTipText" type="java.lang.String" value="Http://club.gamvan.com"/> </Properties> <Events> <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="myWebLabelMouseClicked"/> <EventHandler event="mouseMoved" listener="java.awt.event.MouseMotionListener" parameters="java.awt.event.MouseEvent" handler="myWebLabelMouseMoved"/> </Events> </Component> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -