📄 adddictionary.form
字号:
<EmptySpace max="-2" attributes="0"/> <Component id="Copy" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JButton" name="Source"> <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="SourceActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="Object"> <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="ObjectActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="Copy"> <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="CopyActionPerformed"/> </Events> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="jPanel3"> <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="Word" alignment="0" pref="100" max="32767" attributes="0"/> <Component id="sureAddWord" alignment="0" pref="100" max="32767" attributes="0"/> <Component id="SeletDicToAdd" alignment="1" min="-2" pref="100" max="-2" attributes="0"/> </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="SeletDicToAdd" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="Word" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="sureAddWord" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JButton" name="SeletDicToAdd"> <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="SeletDicToAddActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="sureAddWord"> <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="sureAddWordActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="Word"> <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="WordActionPerformed"/> </Events> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="jPanel4"> <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"/> <Component id="SelectDicToDel" min="-2" pref="98" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> </Group> <Group type="102" alignment="1" attributes="0"> <EmptySpace max="32767" attributes="0"/> <Component id="DelWord1" min="-2" pref="98" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="sureDelWord1" min="-2" pref="98" max="-2" attributes="0"/> <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="SelectDicToDel" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="DelWord1" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="sureDelWord1" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JButton" name="SelectDicToDel"> <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="SelectDicToDelActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="DelWord1"> <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="DelWord1ActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="sureDelWord1"> <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="sureDelWord1ActionPerformed"/> </Events> </Component> </SubComponents> </Container> <Component class="javax.swing.JLabel" name="jLabel1"> <Properties> <Property name="text" type="java.lang.String" value="复制词典:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel2"> <Properties> <Property name="text" type="java.lang.String" value="删除词典:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel3"> <Properties> <Property name="text" type="java.lang.String" value="添加单词到词典:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel4"> <Properties> <Property name="text" type="java.lang.String" value="从词典删除单词:"/> </Properties> </Component> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -