📄 promulgatenewsjpanel.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="1" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Component id="jScrollPane1" alignment="0" pref="674" max="32767" attributes="0"/> <Component id="jLabel1" alignment="0" pref="674" max="32767" attributes="0"/> <Component id="newsTypeComboBox" alignment="0" min="-2" max="-2" attributes="0"/> <Group type="102" alignment="1" attributes="0"> <Component id="confirmButton" linkSize="1" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="29" max="-2" attributes="0"/> <Component id="cancelButton" linkSize="1" min="-2" max="-2" attributes="0"/> </Group> </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"/> <Component id="newsTypeComboBox" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel1" min="-2" pref="26" max="-2" attributes="0"/> <EmptySpace type="unrelated" max="-2" attributes="0"/> <Component id="jScrollPane1" pref="290" max="32767" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="confirmButton" linkSize="2" alignment="3" min="-2" pref="31" max="-2" attributes="0"/> <Component id="cancelButton" linkSize="2" 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.JComboBox" name="newsTypeComboBox"> <Properties> <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> <StringArray count="2"> <StringItem index="0" value="Dialy"/> <StringItem index="1" value="Insurance"/> </StringArray> </Property> <Property name="name" type="java.lang.String" value="newsTypeComboBox" 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="jTextArea1"> <Properties> <Property name="columns" type="int" value="20"/> <Property name="rows" type="int" value="5"/> <Property name="name" type="java.lang.String" value="jTextArea1" noResource="true"/> </Properties> </Component> </SubComponents> </Container> <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.JButton" name="confirmButton"> <Properties> <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor"> <action class="passengertransportmis.PromulgateNewsJPanel" id="confirm" methodName="confirm"/> </Property> <Property name="font" type="java.awt.Font" resourceKey="confirmButton.font"/> <Property name="text" type="java.lang.String" resourceKey="confirmButton.text"/> <Property name="name" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor" preCode="
"> <Connection code=""confirmButton"" type="code"/> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="confirmButtonActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="cancelButton"> <Properties> <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor"> <action class="passengertransportmis.PromulgateNewsJPanel" id="cancel" methodName="cancel"/> </Property> <Property name="font" type="java.awt.Font" resourceKey="cancelButton.font"/> <Property name="text" type="java.lang.String" resourceKey="cancelButton.text"/> <Property name="name" type="java.lang.String" value="cancelButton" noResource="true"/> </Properties> </Component> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -