📄 addstudentframe.form
字号:
</Property> </Properties> <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 min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Component id="jLabelEmailAddress" min="-2" max="-2" attributes="0"/> <EmptySpace min="5" pref="5" max="-2" attributes="0"/> <Component id="jTextFieldEmailAddress" pref="608" max="32767" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="27" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Component id="jRadioButtonHTML" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="38" max="-2" attributes="0"/> <Component id="jRadioButtonPlain" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="46" max="-2" attributes="0"/> <Component id="jRadioButtonCustom" min="-2" max="-2" attributes="0"/> </Group> <Component id="jLabelMailForm" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="jScrollPane1" alignment="0" pref="544" max="32767" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="jLabelActionMessage" min="-2" pref="127" max="-2" attributes="0"/> </Group> </Group> </Group> <Group type="103" alignment="1" groupAlignment="0" attributes="0"> <Component id="jButtonAsDefault" alignment="0" min="-2" pref="91" max="-2" attributes="0"/> <Group type="103" alignment="0" groupAlignment="0" max="-2" attributes="0"> <Component id="jButtonRemove" alignment="1" max="32767" attributes="1"/> <Component id="jButtonEdit" alignment="1" max="32767" attributes="1"/> <Component id="jButtonAdd" alignment="1" min="-2" pref="91" max="-2" attributes="1"/> </Group> </Group> </Group> <EmptySpace min="-2" 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="jLabelEmailAddress" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jTextFieldEmailAddress" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="9" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Component id="jButtonAdd" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="21" max="-2" attributes="0"/> <Component id="jButtonEdit" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="29" max="-2" attributes="0"/> <Component id="jButtonRemove" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="27" max="-2" attributes="0"/> <Component id="jButtonAsDefault" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="31" max="-2" attributes="0"/> <Component id="jLabelActionMessage" min="-2" pref="86" max="-2" attributes="0"/> </Group> <Component id="jScrollPane1" alignment="1" pref="382" max="32767" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="jLabelMailForm" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jRadioButtonHTML" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jRadioButtonPlain" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jRadioButtonCustom" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabelEmailAddress"> <Properties> <Property name="text" type="java.lang.String" value="Email Address:"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="jTextFieldEmailAddress"> </Component> <Component class="javax.swing.JRadioButton" name="jRadioButtonPlain"> <Properties> <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> <ComponentRef name="buttonGroupGender"/> </Property> <Property name="text" type="java.lang.String" value="Plain"/> <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="jRadioButtonHTML"> <Properties> <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> <ComponentRef name="buttonGroupGender"/> </Property> <Property name="selected" type="boolean" value="true"/> <Property name="text" type="java.lang.String" value="HTML"/> <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.JButton" name="jButtonAdd"> <Properties> <Property name="text" type="java.lang.String" value="ADD"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonAddActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButtonEdit"> <Properties> <Property name="text" type="java.lang.String" value="Edit"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonEditActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButtonRemove"> <Properties> <Property name="text" type="java.lang.String" value="Remove"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonRemoveActionPerformed"/> </Events> </Component> <Component class="javax.swing.JLabel" name="jLabelMailForm"> <Properties> <Property name="text" type="java.lang.String" value="Mail From:"/> </Properties> </Component> <Component class="javax.swing.JRadioButton" name="jRadioButtonCustom"> <Properties> <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> <ComponentRef name="buttonGroupGender"/> </Property> <Property name="text" type="java.lang.String" value="Custom"/> <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.JButton" name="jButtonAsDefault"> <Properties> <Property name="text" type="java.lang.String" value="As Default"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonAsDefaultActionPerformed"/> </Events> </Component> <Container class="javax.swing.JScrollPane" name="jScrollPane1"> <AuxValues> <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> </AuxValues> <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> <SubComponents> <Component class="javax.swing.JList" name="jListEmail"> <Properties> <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.editors2.ListModelEditor"> <StringArray count="0"/> </Property> </Properties> <Events> <EventHandler event="valueChanged" listener="javax.swing.event.ListSelectionListener" parameters="javax.swing.event.ListSelectionEvent" handler="jListEmailValueChanged"/> </Events> </Component> </SubComponents> </Container> <Component class="javax.swing.JLabel" name="jLabelActionMessage"> </Component> </SubComponents> </Container> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -