📄 文本格式.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"/> </Properties> <SyntheticProperties> <SyntheticProperty name="formSizePolicy" type="int" value="1"/> </SyntheticProperties> <AuxValues> <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> <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"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabelMask" min="-2" max="-2" attributes="0"/> </Group> <Component id="jLabelNumber" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="59" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jFormattedTextFieldMask" pref="219" max="32767" attributes="1"/> <Component id="jFormattedTextFieldNumber" alignment="0" pref="219" max="32767" attributes="1"/> </Group> <EmptySpace max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="1" attributes="0"> <Component id="jLabelTextname" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="38" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Component id="jLabelValueName" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="45" max="-2" attributes="0"/> </Group> </Group> <Group type="103" groupAlignment="1" attributes="0"> <Component id="jLabelTextValue" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="jLabelValueValue" alignment="0" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="63" max="-2" attributes="0"/> </Group> </Group> <EmptySpace min="-2" pref="30" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="32" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabelTextname" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabelTextValue" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="28" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabelValueName" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabelValueValue" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace pref="53" max="32767" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jFormattedTextFieldNumber" alignment="3" min="-2" pref="36" max="-2" attributes="0"/> <Component id="jLabelNumber" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="34" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jFormattedTextFieldMask" alignment="3" min="-2" pref="41" max="-2" attributes="0"/> <Component id="jLabelMask" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="40" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JFormattedTextField" name="jFormattedTextFieldNumber"> <Events> <EventHandler event="propertyChange" listener="java.beans.PropertyChangeListener" parameters="java.beans.PropertyChangeEvent" handler="jFormattedTextFieldNumberPropertyChange"/> </Events> <AuxValues> <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value="new JFormattedTextField(java.text.NumberFormat.getInstance());"/> <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value="new JFormattedTextField(java.text.NumberFormat.getInstance());"/> <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/> <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/> </AuxValues> </Component> <Component class="javax.swing.JFormattedTextField" name="jFormattedTextFieldMask"> <AuxValues> <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value="new JFormattedTextField(this.getFormatter("HHHHHHHH"));"/> </AuxValues> </Component> <Component class="javax.swing.JLabel" name="jLabelTextname"> <Properties> <Property name="text" type="java.lang.String" value="当前text的值是:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabelTextValue"> <Properties> <Property name="text" type="java.lang.String" value="965325418"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabelValueName"> <Properties> <Property name="text" type="java.lang.String" value="当前value的值:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabelValueValue"> <Properties> <Property name="text" type="java.lang.String" value="965325418"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabelNumber"> <Properties> <Property name="text" type="java.lang.String" value="数字格式:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabelMask"> <Properties> <Property name="text" type="java.lang.String" value="掩码格式:"/> </Properties> </Component> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -