📄 help.form
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> <Properties> <Property name="defaultCloseOperation" type="int" value="3"/> <Property name="resizable" type="boolean" value="false"/> </Properties> <SyntheticProperties> <SyntheticProperty name="formSizePolicy" type="int" value="1"/> </SyntheticProperties> <AuxValues> <AuxValue name="FormSettings_generateMnemonicsCode" 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" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jScrollPane1" pref="380" max="32767" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="155" max="-2" attributes="0"/> <Component id="jButton1" 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 min="-2" pref="31" max="-2" attributes="0"/> <Component id="jScrollPane1" min="-2" pref="211" max="-2" attributes="0"/> <EmptySpace pref="23" max="32767" attributes="0"/> <Component id="jButton1" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JScrollPane" name="jScrollPane1"> <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="text" type="java.lang.String" value=" 快速拼写检查系统帮助文档

 本系统是用于检查单词正误的系统。采用NetBeans IDE 5.5作为开发工具。
注意事项:
 词典和被检查的文件用文本保存。词典的格式为:第一行为词典名称,以后每一行放一个英文单词。
快速拼写检查系统的功能:
 1.检查文件拼写的正误。
 2.添加词典。
 3.删除词典。
 4.添加单词。
 5.删除单词。
 6.压缩文件。
各个功能的操作流程如下:
 1.添加词典的操作流程:
 按下“打开文件”按钮,选择待检查的文本文件。
 按下“选择词典”按钮,选择依据词典。
 按下“检查”按钮,进行文本文件的检查。
 
 2.添加词典的操作流程:
 按下“编辑词典”按钮,进入编辑界面。
 按下“选择源文件”按钮,选择待复制的文本文件;按下“选择目标文件”按钮,选择 要复制到位置;按下“复制词典”按钮。
 
 3.删除词典的操作流程:
 按下“选择删除词典”按钮,选择待删除的文本文件;按下“删除”按钮。

 4.添加单词的操作流程:
 按下“选择词典”按钮,选择待添加单词的文本文件;按下“添加单词”按钮,输入要 添加的单词;按下“确定”按钮。

 5.删除单词的操作流程:
 按下“选择词典”按钮,选择待删除单词的文本文件;按下“删除单词”按钮,输入要 删除的单词;按下“确定”按钮。
 
 6.压缩文件的操作流程:
 按下“选择源文件”按钮,选择待压缩的文本文件;按下“选择目标文件”按钮,选择 要压缩到位置;按下“压缩文件”按钮。

 版权所有:破釜沉舟小组
 华南农业大学 信息学院 2003级计算机科学与技术2班
 2006年12月25日
"/> </Properties> </Component> </SubComponents> </Container> <Component class="javax.swing.JButton" name="jButton1"> <Properties> <Property name="text" type="java.lang.String" value="退出"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/> </Events> </Component> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -