cardmanageframe.form
来自「精通NetBeans光盘源代码,很好很好的资料」· FORM 代码 · 共 634 行 · 第 1/3 页
FORM
634 行
<JSplitPaneConstraints position="top"/> </Constraint> </Constraints> <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" alignment="0" attributes="0"> <EmptySpace min="-2" pref="56" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jLabelName" min="-2" max="-2" attributes="0"/> <Component id="jLabelAddress" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="jLabelPhone" min="-2" max="-2" attributes="0"/> <Component id="jLabelEmail" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="38" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Component id="jTextFieldAddress" max="32767" attributes="1"/> <Component id="jTextFieldEmail" max="32767" attributes="1"/> <Component id="jTextFieldPhone" alignment="0" max="32767" attributes="1"/> <Component id="jTextFieldName" alignment="0" pref="158" max="32767" attributes="1"/> </Group> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="30" max="-2" attributes="0"/> <Component id="jRadioButtonFavor" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="34" max="-2" attributes="0"/> <Component id="jRadioButtonDegree" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="21" max="-2" attributes="0"/> <Component id="jButtonAdd" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="25" max="-2" attributes="0"/> <Component id="jButtonDelete" min="-2" max="-2" attributes="0"/> </Group> </Group> <EmptySpace min="-2" pref="268" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="33" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jLabelName" min="-2" max="-2" attributes="0"/> <Component id="jTextFieldName" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="12" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabelAddress" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jTextFieldAddress" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="19" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jLabelPhone" min="-2" max="-2" attributes="0"/> <Component id="jTextFieldPhone" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="14" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabelEmail" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jTextFieldEmail" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace pref="16" max="32767" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jRadioButtonFavor" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jRadioButtonDegree" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jButtonAdd" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jButtonDelete" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="21" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabelName"> <Properties> <Property name="text" type="java.lang.String" value="姓名:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabelAddress"> <Properties> <Property name="text" type="java.lang.String" value="地址:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabelPhone"> <Properties> <Property name="text" type="java.lang.String" value="联系电话:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabelEmail"> <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="jTextFieldPhone"> </Component> <Component class="javax.swing.JTextField" name="jTextFieldEmail"> </Component> <Component class="javax.swing.JRadioButton" name="jRadioButtonFavor"> <Properties> <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> <ComponentRef name="buttonGroupTwo"/> </Property> <Property name="selected" type="boolean" value="true"/> <Property name="text" type="java.lang.String" value="爱好"/> <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> <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="buttonGroupTwo"/> </Property> <Property name="text" type="java.lang.String" value="学历"/> <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> <Events> <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="jRadioButtonDegreeItemStateChanged"/> </Events> </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> <Component class="javax.swing.JTextField" name="jTextFieldAddress"> </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> <Layout class="org.netbeans.modules.form.compat2.layouts.DesignCardLayout"/> <SubComponents> <Container class="javax.swing.JPanel" name="jPanelFavor"> <Constraints> <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignCardLayout" value="org.netbeans.modules.form.compat2.layouts.DesignCardLayout$CardConstraintsDescription"> <CardConstraints cardName="favorcard"/> </Constraint> </Constraints> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="73" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jCheckBoxSing" min="-2" max="-2" attributes="0"/> <Component id="jCheckBoxFootBall" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="23" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jCheckBoxBasketBall" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="jCheckBoxDance" alignment="0" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="50" max="-2" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Component id="jCheckBoxChat" min="-2" max="-2" attributes="0"/> <Component id="jCheckBoxVolleyBall" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="311" 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="36" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0">
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?