?? bpworkview.form
字號:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.5" maxVersion="1.5"> <NonVisualComponents> <Container class="javax.swing.JPanel" name="mainPanel"> <Properties> <Property name="name" type="java.lang.String" value="mainPanel" noResource="true"/> </Properties> <AuxValues> <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="1"/> </AuxValues> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jPanel1" max="32767" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace 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 max="-2" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Component id="jPanel1" alignment="0" max="32767" attributes="0"/> <Component id="jPanel2" alignment="0" max="32767" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties> <Property name="name" type="java.lang.String" value="jPanel1" noResource="true"/> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <EmptySpace min="0" pref="313" max="32767" attributes="0"/> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <EmptySpace min="0" pref="343" max="32767" attributes="0"/> </Group> </DimensionLayout> </Layout> </Container> <Container class="javax.swing.JPanel" name="jPanel2"> <Properties> <Property name="name" type="java.lang.String" value="jPanel2" noResource="true"/> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="1" attributes="0"> <Component id="jScrollPane1" pref="250" max="32767" attributes="0"/> <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"> <Component id="jScrollPane1" pref="333" max="32767" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <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="jresult"> <Properties> <Property name="columns" type="int" value="20"/> <Property name="rows" type="int" value="5"/> <Property name="name" type="java.lang.String" value="jresult" noResource="true"/> </Properties> </Component> </SubComponents> </Container> </SubComponents> </Container> </SubComponents> </Container> <Container class="javax.swing.JMenuBar" name="menuBar"> <Properties> <Property name="name" type="java.lang.String" value="menuBar" noResource="true"/> </Properties> <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout"> <Property name="useNullLayout" type="boolean" value="true"/> </Layout> <SubComponents> <Menu class="javax.swing.JMenu" name="fileMenu"> <Properties> <Property name="text" type="java.lang.String" resourceKey="fileMenu.text"/> <Property name="name" type="java.lang.String" value="fileMenu" noResource="true"/> </Properties> <AuxValues> <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/> <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/> </AuxValues> <SubComponents> <Menu class="javax.swing.JMenu" name="jMenu2"> <Properties> <Property name="text" type="java.lang.String" resourceKey="jMenu2.text"/> <Property name="name" type="java.lang.String" value="jMenu2" noResource="true"/> </Properties> <SubComponents> <MenuItem class="javax.swing.JRadioButtonMenuItem" name="jtranditional"> <Properties> <Property name="selected" type="boolean" value="true"/> <Property name="text" type="java.lang.String" resourceKey="jtranditional.text"/> <Property name="name" type="java.lang.String" value="jtranditional" noResource="true"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jtranditionalActionPerformed"/> </Events> </MenuItem> <MenuItem class="javax.swing.JRadioButtonMenuItem" name="jmodifyed"> <Properties> <Property name="selected" type="boolean" value="true"/> <Property name="text" type="java.lang.String" resourceKey="jmodifyed.text"/> <Property name="name" type="java.lang.String" value="jmodifyed" noResource="true"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jmodifyedActionPerformed"/> </Events> </MenuItem> </SubComponents> </Menu> <MenuItem class="javax.swing.JMenuItem" name="jMenuItem1"> <Properties> <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> <KeyStroke key="Ctrl+C"/> </Property> <Property name="text" type="java.lang.String" resourceKey="jMenuItem1.text"/> <Property name="name" type="java.lang.String" value="jMenuItem1" noResource="true"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem1ActionPerformed"/> </Events> </MenuItem> <MenuItem class="javax.swing.JMenuItem" name="jMenuItem3"> <Properties> <Property name="text" type="java.lang.String" resourceKey="jMenuItem3.text"/> <Property name="name" type="java.lang.String" value="jMenuItem3" noResource="true"/> </Properties>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -