?? spinnerdatemodeleditor.form
字號:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> <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="Spinner Number Model"> <Border PropertyName="innerBorder" info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo"> <EtchetBorder/> </Border> <Color PropertyName="color" blue="0" green="0" id="black" palette="1" red="0" type="palette"/> </TitledBorder> </Border> </Property> </Properties> <AuxValues> <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> <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"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="cbMax" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="cbMin" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="cmbStepSize" linkSize="1" alignment="0" min="-2" pref="181" max="-2" attributes="0"/> <Component id="spMax" linkSize="1" alignment="0" pref="188" max="32767" attributes="1"/> <Component id="spMin" linkSize="1" alignment="0" pref="188" max="32767" attributes="1"/> <Component id="spInitValue" linkSize="1" alignment="0" pref="188" max="32767" attributes="1"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Component id="cbInitNow" min="-2" max="-2" attributes="0"/> <Component id="cbMinNow" alignment="1" min="-2" max="-2" attributes="0"/> <Component id="cbMaxNow" alignment="1" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace 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 max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="cbInitNow" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="spInitValue" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="cbMin" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="spMin" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="cbMinNow" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="cbMax" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="spMax" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="cbMaxNow" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="cmbStepSize" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabel2"> <Properties> <Property name="text" type="java.lang.String" value="Initial Value:"/> </Properties> </Component> <Component class="javax.swing.JSpinner" name="spInitValue"> <Properties> <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor"> <SpinnerModel initial="now" stepSize="5" type="date"/> </Property> <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> <Dimension value="[29, 24]"/> </Property> </Properties> </Component> <Component class="javax.swing.JCheckBox" name="cbMin"> <Properties> <Property name="text" type="java.lang.String" value="Minimum:"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cbMinActionPerformed"/> </Events> </Component> <Component class="javax.swing.JCheckBox" name="cbMax"> <Properties> <Property name="text" type="java.lang.String" value="Maximum:"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cbMaxActionPerformed"/> </Events> </Component> <Component class="javax.swing.JSpinner" name="spMin"> <Properties> <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor"> <SpinnerModel initial="now" stepSize="5" type="date"/> </Property> <Property name="enabled" type="boolean" value="false"/> <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> <Dimension value="[29, 24]"/> </Property> </Properties> </Component> <Component class="javax.swing.JSpinner" name="spMax"> <Properties> <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor"> <SpinnerModel initial="now" stepSize="5" type="date"/> </Property> <Property name="enabled" type="boolean" value="false"/> <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> <Dimension value="[29, 24]"/> </Property> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel3"> <Properties> <Property name="text" type="java.lang.String" value="Step Size:"/> </Properties> </Component> <Component class="javax.swing.JCheckBox" name="cbInitNow"> <Properties> <Property name="text" type="java.lang.String" value="Now"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cbInitNowActionPerformed"/> </Events> </Component> <Component class="javax.swing.JCheckBox" name="cbMinNow"> <Properties> <Property name="text" type="java.lang.String" value="Now"/> <Property name="enabled" type="boolean" value="false"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cbMinNowActionPerformed"/> </Events> </Component> <Component class="javax.swing.JCheckBox" name="cbMaxNow"> <Properties> <Property name="text" type="java.lang.String" value="Now"/> <Property name="enabled" type="boolean" value="false"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cbMaxNowActionPerformed"/> </Events> </Component> <Component class="javax.swing.JComboBox" name="cmbStepSize"> </Component> </SubComponents></Form>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -