📄 adddictionary.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" alignment="0" attributes="0"> <EmptySpace min="-2" pref="50" max="-2" attributes="0"/> <Component id="jScrollPane1" min="-2" pref="439" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jPanel2" alignment="0" min="-2" max="-2" attributes="1"/> <Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jPanel1" alignment="0" min="-2" max="-2" attributes="1"/> <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jPanel3" alignment="0" min="-2" max="-2" attributes="1"/> <Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jLabel4" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="jPanel4" alignment="0" min="-2" max="-2" attributes="0"/> </Group> </Group> </Group> <EmptySpace pref="19" max="32767" 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"/> <Component id="jScrollPane1" min="-2" pref="158" max="-2" attributes="0"/> <EmptySpace min="-2" pref="25" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Component id="jPanel1" alignment="0" min="-2" max="-2" attributes="1"/> <Component id="jPanel3" alignment="0" min="-2" max="-2" attributes="1"/> <Component id="jPanel4" alignment="0" min="-2" max="-2" attributes="1"/> <Component id="jPanel2" alignment="1" max="32767" attributes="1"/> </Group> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.SoftBevelBorderInfo"> <BevelBorder/> </Border> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="1" max="-2" attributes="0"> <Component id="Exit" alignment="0" max="32767" attributes="1"/> <Component id="SelectDic" alignment="0" max="32767" attributes="1"/> <Component id="DelDictionary" alignment="0" 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 max="-2" attributes="0"/> <Component id="SelectDic" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="DelDictionary" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="Exit" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JButton" name="DelDictionary"> <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="DelDictionaryActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="SelectDic"> <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="SelectDicActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="Exit"> <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="ExitActionPerformed"/> </Events> </Component> </SubComponents> </Container> <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=" 编辑词典操作指南:
注意事项:
 词典和被检查的文件用文本保存。词典的格式为:第一行为词典名称,以后每一行放一个英文单词。

1.添加词典的操作流程:
 按下“编辑词典”按钮,进入编辑界面。
 按下“选择源文件”按钮,选择待复制的文本文件;按下“选择目标文件”按钮,选择 要复制到位置;按下“复制词典”按钮。
 
 2.删除词典的操作流程:
 按下“选择删除词典”按钮,选择待删除的文本文件;按下“删除”按钮。

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

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

"/> </Properties> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="jPanel2"> <Properties> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.SoftBevelBorderInfo"> <BevelBorder/> </Border> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="Source" alignment="0" min="-2" pref="108" max="-2" attributes="1"/> <Group type="103" alignment="0" groupAlignment="1" max="-2" attributes="0"> <Component id="Copy" alignment="0" max="32767" attributes="1"/> <Component id="Object" alignment="0" max="32767" attributes="1"/> </Group> </Group> <EmptySpace max="32767" 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="Source" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="Object" min="-2" max="-2" attributes="0"/>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -