📄 cardmanageframe.form
字号:
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout"/> <SubComponents> <Container class="javax.swing.JPanel" name="jPanelRightTop"> <Properties> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> <TitledBorder title=" 名片详细信息"/> </Border> </Property> </Properties> <Constraints> <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout$JSplitPaneConstraintsDescription"> <JSplitPaneConstraints position="top"/> </Constraint> </Constraints> <Layout> <DimensionLayout dim="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" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="name" min="-2" max="-2" attributes="0"/> <Component id="phone" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="address" alignment="0" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jTextFieldName" pref="89" max="32767" attributes="1"/> <Component id="jTextFieldAddress" alignment="1" pref="89" max="32767" attributes="1"/> <Component id="jTextFieldPhone" alignment="0" pref="89" max="32767" attributes="1"/> </Group> </Group> <Group type="102" alignment="0" attributes="0"> <Component id="email" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jTextFieldEmail" pref="89" max="32767" attributes="0"/> </Group> </Group> <EmptySpace min="-2" pref="110" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Component id="jRadioButtonFavor" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="15" max="-2" attributes="0"/> <Component id="jRadioButtonDegree" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jButtonAdd" min="-2" max="-2" attributes="0"/> <EmptySpace min="6" pref="6" max="-2" attributes="0"/> <Component id="jButtonDelete" min="-2" max="-2" attributes="0"/> </Group> </Group> <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" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="name" min="-2" max="-2" attributes="0"/> <Component id="jTextFieldName" min="-2" pref="21" max="-2" attributes="0"/> </Group> <EmptySpace max="32767" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="address" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jTextFieldAddress" alignment="3" min="-2" pref="21" max="-2" attributes="0"/> </Group> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="phone" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jTextFieldPhone" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="email" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jTextFieldEmail" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="39" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jButtonAdd" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jButtonDelete" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jRadioButtonFavor" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jRadioButtonDegree" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="52" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JRadioButton" name="jRadioButtonFavor"> <Properties> <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> <ComponentRef name="buttonGroup2"/> </Property> <Property name="text" type="java.lang.String" value="爱好"/> </Properties> <Events> <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="jRadioButtonFavorItemStateChanged"/> </Events> </Component> <Component class="javax.swing.JRadioButton" name="jRadioButtonDegree"> <Properties> <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> <ComponentRef name="buttonGroup2"/> </Property> <Property name="text" type="java.lang.String" value="学历"/> </Properties> <Events> <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="jRadioButtonDegreeItemStateChanged"/> </Events> </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="address"> <Properties> <Property name="text" type="java.lang.String" value="地址"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="phone"> <Properties> <Property name="text" type="java.lang.String" value="联系电话"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="email"> <Properties> <Property name="text" type="java.lang.String" value="邮件地址"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="jTextFieldAddress"> </Component> <Component class="javax.swing.JTextField" name="jTextFieldPhone"> <Properties> <Property name="text" type="java.lang.String" value="
"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="jTextFieldName"> </Component> <Component class="javax.swing.JTextField" name="jTextFieldEmail"> </Component> <Component class="javax.swing.JButton" name="jButtonAdd"> <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="jButtonAddActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButtonDelete"> <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="jButtonDeleteActionPerformed"/> </Events> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="jPanelRightBottom"> <Properties> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> <TitledBorder title="名片附加信息"/> </Border> </Property> </Properties> <Constraints> <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout$JSplitPaneConstraintsDescription"> <JSplitPaneConstraints position="right"/> </Constraint> </Constraints>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -