📄 padd.form
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> <NonVisualComponents> <Component class="javax.swing.ButtonGroup" name="buttonGroup1"> </Component> <Component class="javax.swing.ButtonGroup" name="buttonGroup2"> </Component> <Component class="javax.swing.ButtonGroup" name="buttonGroup3"> </Component> </NonVisualComponents> <Properties> <Property name="name" type="java.lang.String" value="Form" noResource="true"/> </Properties> <AuxValues> <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="2"/> <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/> <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> <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"> <Component id="jTabbedPane1" min="-2" pref="225" max="-2" attributes="0"/> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jTabbedPane1" min="-2" pref="100" max="-2" attributes="0"/> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JTabbedPane" name="jTabbedPane1"> <Properties> <Property name="name" type="java.lang.String" value="jTabbedPane1" noResource="true"/> </Properties> <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/> <SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties> <Property name="name" type="java.lang.String" value="jPanel1" noResource="true"/> </Properties> <Constraints> <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> <JTabbedPaneConstraints tabName="字符串"> <Property name="tabTitle" type="java.lang.String" resourceKey="jPanel1.TabConstraints.tabTitle"/> </JTabbedPaneConstraints> </Constraint> </Constraints> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel1" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="1" attributes="0"> <Component id="jRadioButton1" min="-2" max="-2" attributes="0"/> <EmptySpace pref="14" max="32767" attributes="0"/> <Component id="jRadioButton2" min="-2" max="-2" attributes="0"/> </Group> <Component id="jTextField1" alignment="0" pref="136" max="32767" attributes="0"/> </Group> <EmptySpace 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="3" attributes="0"> <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jTextField1" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace type="unrelated" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jRadioButton2" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jRadioButton1" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabel1"> <Properties> <Property name="text" type="java.lang.String" resourceKey="jLabel1.text"/> <Property name="name" type="java.lang.String" value="jLabel1" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="jTextField1"> <Properties> <Property name="text" type="java.lang.String" resourceKey="jTextField1.text"/> <Property name="name" type="java.lang.String" value="jTextField1" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JRadioButton" name="jRadioButton1"> <Properties> <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> <ComponentRef name="buttonGroup1"/> </Property> <Property name="selected" type="boolean" value="true"/> <Property name="text" type="java.lang.String" resourceKey="jRadioButton1.text"/> <Property name="name" type="java.lang.String" value="jRadioButton1" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JRadioButton" name="jRadioButton2"> <Properties> <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> <ComponentRef name="buttonGroup1"/> </Property> <Property name="text" type="java.lang.String" resourceKey="jRadioButton2.text"/> <Property name="name" type="java.lang.String" value="jRadioButton2" noResource="true"/> </Properties> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="jPanel2"> <Properties> <Property name="name" type="java.lang.String" value="jPanel2" noResource="true"/>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -