📄 mainframe.form
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" maxVersion="1.3" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> <NonVisualComponents> <Menu class="javax.swing.JMenuBar" name="jMenuBar1"> <SubComponents> <Menu class="javax.swing.JMenu" name="mFile"> <Properties> <Property name="mnemonic" type="int" value="70"/> <Property name="text" type="java.lang.String" value="文件(F)"/> </Properties> <SubComponents> <MenuItem class="javax.swing.JMenuItem" name="mNew"> <Properties> <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> <KeyStroke key="Ctrl+N"/> </Property> <Property name="mnemonic" type="int" value="78"/> <Property name="text" type="java.lang.String" value="新增(N)"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mNewActionPerformed"/> </Events> </MenuItem> <MenuItem class="javax.swing.JMenuItem" name="mOpen"> <Properties> <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> <KeyStroke key="Ctrl+O"/> </Property> <Property name="mnemonic" type="int" value="79"/> <Property name="text" type="java.lang.String" value="打开(O)"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mOpenActionPerformed"/> </Events> </MenuItem> <MenuItem class="javax.swing.JMenuItem" name="mSave"> <Properties> <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> <KeyStroke key="Ctrl+S"/> </Property> <Property name="mnemonic" type="int" value="83"/> <Property name="text" type="java.lang.String" value="保存(S)"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mSaveActionPerformed"/> </Events> </MenuItem> <MenuItem class="javax.swing.JMenuItem" name="mExit"> <Properties> <Property name="mnemonic" type="int" value="88"/> <Property name="text" type="java.lang.String" value="退出(X)"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mExitActionPerformed"/> </Events> </MenuItem> </SubComponents> </Menu> <Menu class="javax.swing.JMenu" name="mOpt"> <Properties> <Property name="mnemonic" type="int" value="69"/> <Property name="text" type="java.lang.String" value="操作(E)"/> </Properties> <SubComponents> <MenuItem class="javax.swing.JMenuItem" name="mDelete"> <Properties> <Property name="mnemonic" type="int" value="76"/> <Property name="text" type="java.lang.String" value="删除(L)"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mDeleteActionPerformed"/> </Events> </MenuItem> <MenuItem class="javax.swing.JMenuItem" name="mFind"> <Properties> <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> <KeyStroke key="Ctrl+F"/> </Property> <Property name="mnemonic" type="int" value="70"/> <Property name="text" type="java.lang.String" value="查找(F)..."/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mFindActionPerformed"/> </Events> </MenuItem> </SubComponents> </Menu> <Menu class="javax.swing.JMenu" name="mHelp"> <Properties> <Property name="mnemonic" type="int" value="72"/> <Property name="text" type="java.lang.String" value="帮助(H)"/> </Properties> <SubComponents> <MenuItem class="javax.swing.JMenuItem" name="mAbout"> <Properties> <Property name="mnemonic" type="int" value="65"/> <Property name="text" type="java.lang.String" value="关于(A)"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mAboutActionPerformed"/> </Events> </MenuItem> </SubComponents> </Menu> </SubComponents> </Menu> </NonVisualComponents> <Properties> <Property name="defaultCloseOperation" type="int" value="3"/> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Arial" size="18" style="1"/> </Property> </Properties> <SyntheticProperties> <SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/> <SyntheticProperty name="formSizePolicy" type="int" value="1"/> </SyntheticProperties> <AuxValues> <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> <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="2"/> <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"> <Component id="jScrollPane1" min="-2" pref="97" max="-2" attributes="0"/> <EmptySpace min="-2" pref="14" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="1" attributes="0"> <Component id="lblCellphone" alignment="1" min="-2" max="-2" attributes="0"/> <Component id="lblPhone" alignment="1" min="-2" max="-2" attributes="0"/> <Group type="102" alignment="1" attributes="0"> <Component id="lblEMail" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="7" max="-2" attributes="0"/> </Group> </Group> <EmptySpace max="-2" attributes="0"/> </Group> <Group type="102" alignment="1" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Component id="lblZip" alignment="1" min="-2" max="-2" attributes="0"/> <Component id="lblAdd" alignment="1" min="-2" max="-2" attributes="0"/> <Component id="lblName" alignment="1" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> </Group> </Group> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="1" attributes="0"> <Component id="txtAdd" alignment="0" pref="227" max="32767" attributes="3"/> <Component id="txtZip" alignment="0" pref="227" max="32767" attributes="2"/> <Component id="txtName" alignment="0" pref="227" max="32767" attributes="3"/> <Component id="txtPhone" alignment="0" pref="227" max="32767" attributes="2"/> </Group> <EmptySpace min="-2" pref="91" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="1" max="-2" attributes="0"> <Component id="txtCellphone" alignment="0" max="32767" attributes="3"/> <Component id="txtEmail" alignment="0" pref="221" max="32767" attributes="3"/> </Group> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="33" max="-2" attributes="0"/> <Component id="btnNew" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="42" max="-2" attributes="0"/> <Component id="btnDelete" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="btnFind" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="btnSave" min="-2" max="-2" attributes="0"/> <EmptySpace pref="83" max="32767" attributes="0"/> </Group> </Group>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -