📄 playfair1.form
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> <Properties> <Property name="defaultCloseOperation" type="int" value="2"/> <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="ff" green="ff" red="ff" type="rgb"/> </Property> <Property name="resizable" type="boolean" value="false"/> </Properties> <SyntheticProperties> <SyntheticProperty name="formSizePolicy" type="int" value="1"/> </SyntheticProperties> <AuxValues> <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> <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="1"/> <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="1" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Component id="jLabel3" min="-2" pref="90" max="-2" attributes="1"/> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Component id="Encode" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="26" max="-2" attributes="0"/> <Component id="Decode" min="-2" max="-2" attributes="0"/> </Group> <Component id="desPath" pref="356" max="32767" attributes="1"/> </Group> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="1"/> <Component id="jLabel1" alignment="0" min="-2" pref="53" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="32" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="srcPath" pref="355" max="32767" attributes="1"/> <Component id="txtKey" alignment="0" pref="355" max="32767" attributes="1"/> </Group> </Group> </Group> <EmptySpace min="-2" pref="12" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="desBrowse" alignment="0" pref="79" max="32767" attributes="1"/> <Component id="srcBrowse" alignment="0" pref="79" 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 min="-2" pref="35" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="txtKey" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel2" alignment="3" min="-2" pref="20" max="-2" attributes="0"/> <Component id="srcPath" alignment="3" min="-2" pref="24" max="-2" attributes="0"/> <Component id="srcBrowse" alignment="3" min="-2" pref="25" max="-2" attributes="0"/> </Group> <EmptySpace type="unrelated" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="desPath" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="desBrowse" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace pref="45" max="32767" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="Encode" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="Decode" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="44" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabel1"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Comic Sans MS" size="11" style="1"/> </Property> <Property name="text" type="java.lang.String" value="Key"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="txtKey"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Comic Sans MS" size="11" style="1"/> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtKeyActionPerformed"/> <EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="txtKeyFocusLost"/> </Events> </Component> <Component class="javax.swing.JLabel" name="jLabel2"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Comic Sans MS" size="11" style="1"/> </Property> <Property name="text" type="java.lang.String" value="In put File "/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel3"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Comic Sans MS" size="11" style="1"/> </Property> <Property name="text" type="java.lang.String" value="Destination File"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="srcPath"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Comic Sans MS" size="11" style="0"/> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="srcPathActionPerformed"/> </Events> </Component> <Component class="javax.swing.JTextField" name="desPath"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Comic Sans MS" size="11" style="0"/> </Property> </Properties> </Component> <Component class="javax.swing.JButton" name="srcBrowse"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Comic Sans MS" size="11" style="1"/> </Property> <Property name="text" type="java.lang.String" value="Browse"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="srcBrowseActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="desBrowse"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Comic Sans MS" size="11" style="1"/> </Property> <Property name="text" type="java.lang.String" value="Browse"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="desBrowseActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="Encode"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Comic Sans MS" size="11" style="1"/> </Property> <Property name="text" type="java.lang.String" value="Encode"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="EncodeActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="Decode"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Comic Sans MS" size="11" style="1"/> </Property> <Property name="text" type="java.lang.String" value="Decode"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="DecodeActionPerformed"/> </Events> </Component> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -