📄 enterframe.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="3"/> <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="1" attributes="0"> <Group type="103" groupAlignment="1" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="62" max="-2" attributes="0"/> <Component id="login" linkSize="3" min="-2" max="-2" attributes="0"/> <EmptySpace pref="55" max="32767" attributes="0"/> <Component id="cancel" linkSize="3" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="23" max="-2" attributes="0"/> </Group> <Group type="102" attributes="0"> <EmptySpace pref="43" max="32767" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="UserID" min="-2" max="-2" attributes="0"/> <Component id="password" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="1" max="-2" attributes="0"> <Component id="passwordText" max="32767" attributes="1"/> <Component id="userIDText" alignment="1" pref="125" max="32767" attributes="1"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="change" min="-2" max="-2" attributes="0"/> <Component id="register" min="-2" max="-2" attributes="0"/> </Group> </Group> </Group> <EmptySpace min="-2" pref="34" max="-2" attributes="0"/> </Group> <Group type="102" alignment="1" attributes="0"> <EmptySpace pref="60" max="32767" attributes="0"/> <Component id="Welecome" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="50" 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" pref="21" max="-2" attributes="0"/> <Component id="Welecome" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="register" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="UserID" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="userIDText" linkSize="1" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="22" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="change" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="password" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="passwordText" linkSize="1" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="28" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="login" linkSize="2" alignment="3" min="-2" pref="23" max="-2" attributes="0"/> <Component id="cancel" linkSize="2" alignment="3" min="-2" pref="23" max="-2" attributes="0"/> </Group> <EmptySpace pref="31" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="Welecome"> <Properties> <Property name="text" type="java.lang.String" value="<html><h2><font color = 'blue'>欢迎使用资产管理系统</font></h2></html>"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="UserID"> <Properties> <Property name="text" type="java.lang.String" value="用户ID:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="password"> <Properties> <Property name="text" type="java.lang.String" value="密 码:"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="userIDText"> </Component> <Component class="javax.swing.JPasswordField" name="passwordText"> </Component> <Component class="javax.swing.JButton" name="login"> <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="loginActionPerformed"/> </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> <Component class="javax.swing.JLabel" name="register"> <Properties> <Property name="text" type="java.lang.String" value="<html><font color = 'red'>点此注册</font></html>"/> </Properties> <Events> <EventHandler event="mouseMoved" listener="java.awt.event.MouseMotionListener" parameters="java.awt.event.MouseEvent" handler="registerMouseMoved"/> <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="registerMouseClicked"/> <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="registerMouseExited"/> </Events> </Component> <Component class="javax.swing.JLabel" name="change"> <Properties> <Property name="text" type="java.lang.String" value="<html><font color = 'red'>修改密码</font></html>"/> </Properties> <Events> <EventHandler event="mouseMoved" listener="java.awt.event.MouseMotionListener" parameters="java.awt.event.MouseEvent" handler="changeMouseMoved"/> <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="changeMouseClicked"/> <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="changeMouseExited"/> </Events> </Component> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -