📄 login.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="教务机管理系统登陆界面
"/> <Property name="resizable" type="boolean" value="false"/> </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" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Component id="jLabel1" min="-2" pref="90" max="-2" attributes="0"/> <EmptySpace min="50" pref="50" max="50" attributes="0"/> <Component id="tf_id" min="-2" pref="160" max="-2" attributes="0"/> </Group> <Group type="102" attributes="0"> <Component id="jLabel2" min="-2" pref="100" max="-2" attributes="0"/> <EmptySpace min="40" pref="40" max="40" attributes="0"/> <Component id="tf_psw" min="-2" pref="160" max="-2" attributes="0"/> </Group> <Group type="102" attributes="0"> <Component id="jLabel3" min="-2" pref="90" max="-2" attributes="0"/> <EmptySpace min="50" pref="50" max="50" attributes="0"/> <Component id="jComboBox1" min="-2" pref="160" max="-2" attributes="0"/> </Group> <Group type="102" attributes="0"> <EmptySpace min="40" pref="40" max="40" attributes="0"/> <Component id="B_OK" min="-2" pref="81" max="-2" attributes="0"/> <EmptySpace min="76" pref="76" max="76" attributes="0"/> <Component id="B_NO" min="-2" pref="81" max="-2" attributes="0"/> </Group> </Group> <EmptySpace pref="55" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="50" pref="50" max="50" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jLabel1" min="-2" max="-2" attributes="0"/> <Component id="tf_id" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="20" pref="20" max="20" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> <Component id="tf_psw" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="20" pref="20" max="20" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jLabel3" min="-2" max="-2" attributes="0"/> <Component id="jComboBox1" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="47" pref="47" max="47" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="B_OK" min="-2" max="-2" attributes="0"/> <Component id="B_NO" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace pref="65" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabel1"> <Properties> <Property name="text" type="java.lang.String" value=" 用户:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel2"> <Properties> <Property name="text" type="java.lang.String" value=" 密码:"/> </Properties> </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="tf_id"> </Component> <Component class="javax.swing.JTextField" name="tf_psw"> </Component> <Component class="javax.swing.JComboBox" name="jComboBox1"> <Properties> <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> <StringArray count="3"> <StringItem index="0" value="学生"/> <StringItem index="1" value="教师"/> <StringItem index="2" value="管理员"/> </StringArray> </Property> </Properties> </Component> <Component class="javax.swing.JButton" name="B_OK"> <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="B_OKActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="B_NO"> <Properties> <Property name="text" type="java.lang.String" value="取消"/> </Properties> </Component> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -