📄 viewlogjpanel.form
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> <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_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 min="-2" pref="28" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Component id="beginDateSpinner" linkSize="2" min="-2" pref="144" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel1" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jSpinner2" linkSize="2" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="viewButton" min="-2" max="-2" attributes="0"/> </Group> <Component id="jScrollPane1" alignment="0" pref="656" max="32767" attributes="1"/> </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 min="-2" pref="22" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="beginDateSpinner" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel1" linkSize="1" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jSpinner2" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="viewButton" linkSize="1" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="28" max="-2" attributes="0"/> <Component id="jScrollPane1" min="-2" pref="338" max="-2" attributes="0"/> <EmptySpace pref="23" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JButton" name="viewButton"> <Properties> <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor"> <action class="passengertransportmis.ViewLogJPanel" id="view" methodName="view"/> </Property> <Property name="font" type="java.awt.Font" resourceKey="logInfoTextArea.font"/> <Property name="text" type="java.lang.String" resourceKey="viewButton.text"/> <Property name="name" type="java.lang.String" value="viewButton" noResource="true"/> </Properties> </Component> <Container class="javax.swing.JScrollPane" name="jScrollPane1"> <Properties> <Property name="name" type="java.lang.String" value="jScrollPane1" noResource="true"/> </Properties> <AuxValues> <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> </AuxValues> <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> <SubComponents> <Component class="javax.swing.JTextArea" name="logInfoTextArea"> <Properties> <Property name="columns" type="int" value="20"/> <Property name="font" type="java.awt.Font" resourceKey="logInfoTextArea.font"/> <Property name="rows" type="int" value="5"/> <Property name="text" type="java.lang.String" resourceKey="logInfoTextArea.text"/> <Property name="enabled" type="boolean" value="false"/> <Property name="name" type="java.lang.String" value="logInfoTextArea" noResource="true"/> </Properties> </Component> </SubComponents> </Container> <Component class="javax.swing.JLabel" name="jLabel1"> <Properties> <Property name="font" type="java.awt.Font" resourceKey="logInfoTextArea.font"/> <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.JSpinner" name="beginDateSpinner"> <Properties> <Property name="font" type="java.awt.Font" resourceKey="logInfoTextArea.font"/> <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor"> <SpinnerModel initial="now" minimum="1199162160000" stepSize="6" type="date"/> </Property> <Property name="name" type="java.lang.String" value="beginDateSpinner" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JSpinner" name="jSpinner2"> <Properties> <Property name="font" type="java.awt.Font" resourceKey="logInfoTextArea.font"/> <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor"> <SpinnerModel initial="now" stepSize="6" type="date"/> </Property> <Property name="name" type="java.lang.String" value="jSpinner2" noResource="true"/> </Properties> </Component> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -