コード例 #1
0
ファイル: Form1.cs プロジェクト: Aegisub/SSATool
 private void lstLayerConditions_SubItemClicked(object sender, ListViewES.LabelSubEditEventArgs e)
 {
     if (e.SubIndex != 1) lstLayerConditions.StartEditing(e.Item, e.SubIndex);
     else lstLayerConditions.StartEditing(e.Item, e.SubIndex, new string[] { "=", "==", "!=", "!==", ">", ">=", "<", "<=" });
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: Aegisub/SSATool
 private void lstLayerConditions_SubItemEndEditing(object sender, ListViewES.LabelSubEditEndEventArgs e)
 {
     if (!e.Cancel) {
         Condition c = CurLayer.GetCondition(e.Item.Index);
         switch (e.SubIndex) {
             case 0:
                 c.ConditionOne = e.Item.Text;
                 break;
             case 1:
                 c.ConditionOp = e.Item.SubItems[1].Text;
                 break;
             default:
                 c.ConditionTwo = e.Item.SubItems[2].Text;
                 break;
         }
     }
 }
コード例 #3
0
ファイル: Form1.cs プロジェクト: Aegisub/SSATool
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components);
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.menuOpen = new System.Windows.Forms.MenuItem();
     this.menuOpenSJIS = new System.Windows.Forms.MenuItem();
     this.menuOpenEUCJP = new System.Windows.Forms.MenuItem();
     this.menuSave = new System.Windows.Forms.MenuItem();
     this.menuSaveAs = new System.Windows.Forms.MenuItem();
     this.menuItem5 = new System.Windows.Forms.MenuItem();
     this.menuLoadProj = new System.Windows.Forms.MenuItem();
     this.menuSaveProj = new System.Windows.Forms.MenuItem();
     this.menuItem8 = new System.Windows.Forms.MenuItem();
     this.menuExit = new System.Windows.Forms.MenuItem();
     this.menuItem11 = new System.Windows.Forms.MenuItem();
     this.menuUndo = new System.Windows.Forms.MenuItem();
     this.menuRedo = new System.Windows.Forms.MenuItem();
     this.menuClearUndoRedo = new System.Windows.Forms.MenuItem();
     this.menuItem2 = new System.Windows.Forms.MenuItem();
     this.menuItem7 = new System.Windows.Forms.MenuItem();
     this.menuNewLineBeginning = new System.Windows.Forms.MenuItem();
     this.menuNewLineEnd = new System.Windows.Forms.MenuItem();
     this.menuNewLineAbove = new System.Windows.Forms.MenuItem();
     this.menuNewLineBelow = new System.Windows.Forms.MenuItem();
     this.menuItem9 = new System.Windows.Forms.MenuItem();
     this.menuMoveLineUp = new System.Windows.Forms.MenuItem();
     this.menuMoveLineDown = new System.Windows.Forms.MenuItem();
     this.menuGoTo = new System.Windows.Forms.MenuItem();
     this.menuChangeLine = new System.Windows.Forms.MenuItem();
     this.menuRemoveLine = new System.Windows.Forms.MenuItem();
     this.menuItem10 = new System.Windows.Forms.MenuItem();
     this.menuFont = new System.Windows.Forms.MenuItem();
     this.menuItem4 = new System.Windows.Forms.MenuItem();
     this.menuItem6 = new System.Windows.Forms.MenuItem();
     this.menuPrecisioncs = new System.Windows.Forms.MenuItem();
     this.menuPrecisionms = new System.Windows.Forms.MenuItem();
     this.menuItem13 = new System.Windows.Forms.MenuItem();
     this.menuShowEffectEditor = new System.Windows.Forms.MenuItem();
     this.menuItem15 = new System.Windows.Forms.MenuItem();
     this.menuItem16 = new System.Windows.Forms.MenuItem();
     this.menuItem3 = new System.Windows.Forms.MenuItem();
     this.menuLoadEffects = new System.Windows.Forms.MenuItem();
     this.tabPage6 = new System.Windows.Forms.TabPage();
     this.treeView1 = new System.Windows.Forms.TreeView();
     this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
     this.checkBox2 = new System.Windows.Forms.CheckBox();
     this.button6 = new System.Windows.Forms.Button();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.label55 = new System.Windows.Forms.Label();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.button4 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.lstEffectOpts = new System.Windows.Forms.CheckedListBox();
     this.fontDialog1 = new System.Windows.Forms.FontDialog();
     this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.labelSelLine = new System.Windows.Forms.Label();
     this.label41 = new System.Windows.Forms.Label();
     this.cmdReloadFile = new System.Windows.Forms.Button();
     this.lstStyles = new System.Windows.Forms.CheckedListBox();
     this.cmdSSAInvertSel = new System.Windows.Forms.Button();
     this.cmdSSADeselall = new System.Windows.Forms.Button();
     this.cmdSSASelall = new System.Windows.Forms.Button();
     this.cmdDeselAll = new System.Windows.Forms.Button();
     this.cmdSelAll = new System.Windows.Forms.Button();
     this.listSSA = new SSATool.ListViewES();
     this.columnHeader14 = new System.Windows.Forms.ColumnHeader();
     this.tabMain = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.groupBox12 = new System.Windows.Forms.GroupBox();
     this.cmbFR = new System.Windows.Forms.ComboBox();
     this.label54 = new System.Windows.Forms.Label();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.chkSRCaseSensitive = new System.Windows.Forms.CheckBox();
     this.cmdSearchReplace = new System.Windows.Forms.Button();
     this.txtSearchReplaceWith = new System.Windows.Forms.TextBox();
     this.txtSearchFor = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.cmdChangeLastKLen = new System.Windows.Forms.Button();
     this.cmdRemoveDups = new System.Windows.Forms.Button();
     this.cmdStrip = new System.Windows.Forms.Button();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.cmdShift = new System.Windows.Forms.Button();
     this.chkShiftNoNeg = new System.Windows.Forms.CheckBox();
     this.chkShiftEnd = new System.Windows.Forms.CheckBox();
     this.chkShiftStart = new System.Windows.Forms.CheckBox();
     this.tabShiftType = new System.Windows.Forms.TabControl();
     this.tabPage9 = new System.Windows.Forms.TabPage();
     this.maskedTextShiftTime = new System.Windows.Forms.MaskedTextBox();
     this.radTShiftBack = new System.Windows.Forms.RadioButton();
     this.radTShiftForward = new System.Windows.Forms.RadioButton();
     this.label3 = new System.Windows.Forms.Label();
     this.tabPage10 = new System.Windows.Forms.TabPage();
     this.radFShiftBackward = new System.Windows.Forms.RadioButton();
     this.radFShiftForward = new System.Windows.Forms.RadioButton();
     this.txtShiftFrames = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.tabPage11 = new System.Windows.Forms.TabPage();
     this.maskedTextTDShiftNew = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextTDShiftOld = new System.Windows.Forms.MaskedTextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.tabPage12 = new System.Windows.Forms.TabPage();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.txtFDShiftNew = new System.Windows.Forms.TextBox();
     this.txtFDShiftOld = new System.Windows.Forms.TextBox();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.groupBox11 = new System.Windows.Forms.GroupBox();
     this.cmdTimecodesDeapply = new System.Windows.Forms.Button();
     this.cmdTimecodesApply = new System.Windows.Forms.Button();
     this.cmdTimecodesBrowse = new System.Windows.Forms.Button();
     this.textTimecodeFile = new System.Windows.Forms.TextBox();
     this.groupBox10 = new System.Windows.Forms.GroupBox();
     this.txtLeadOut = new System.Windows.Forms.MaskedTextBox();
     this.txtLeadIn = new System.Windows.Forms.MaskedTextBox();
     this.chkLeadOut = new System.Windows.Forms.CheckBox();
     this.chkLeadIn = new System.Windows.Forms.CheckBox();
     this.cmdLead = new System.Windows.Forms.Button();
     this.chkLeadKaraEmptyK = new System.Windows.Forms.CheckBox();
     this.chkLeadKaraOnly = new System.Windows.Forms.CheckBox();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.chkScalePlayRes = new System.Windows.Forms.CheckBox();
     this.txtScaleYDenominator = new System.Windows.Forms.TextBox();
     this.label50 = new System.Windows.Forms.Label();
     this.txtScaleYNumerator = new System.Windows.Forms.TextBox();
     this.label51 = new System.Windows.Forms.Label();
     this.cmdScale = new System.Windows.Forms.Button();
     this.txtScaleXDenominator = new System.Windows.Forms.TextBox();
     this.label26 = new System.Windows.Forms.Label();
     this.txtScaleXNumerator = new System.Windows.Forms.TextBox();
     this.label25 = new System.Windows.Forms.Label();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.cmdLenBasedK = new System.Windows.Forms.Button();
     this.txtLenBasedKThreshold = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.cmdAddEffect = new System.Windows.Forms.Button();
     this.treeKaraoke = new System.Windows.Forms.TreeView();
     this.cmdNewLayer = new System.Windows.Forms.Button();
     this.cmdKaraDel = new System.Windows.Forms.Button();
     this.cmdDoEffects = new System.Windows.Forms.Button();
     this.cmdKaraDup = new System.Windows.Forms.Button();
     this.panelEffect = new System.Windows.Forms.Panel();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage7 = new System.Windows.Forms.TabPage();
     this.lstEffectOptions = new System.Windows.Forms.ListView();
     this.lstoOptionName = new System.Windows.Forms.ColumnHeader();
     this.lstoOptionValue = new System.Windows.Forms.ColumnHeader();
     this.label2 = new System.Windows.Forms.Label();
     this.tabPage8 = new System.Windows.Forms.TabPage();
     this.lstEffectConditions = new SSATool.ListViewES();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.cmdDelEffectCondition = new System.Windows.Forms.Button();
     this.cmdAddEffectCondition = new System.Windows.Forms.Button();
     this.panelLayer = new System.Windows.Forms.Panel();
     this.chkSyllablePerLine = new System.Windows.Forms.CheckBox();
     this.groupBox16 = new System.Windows.Forms.GroupBox();
     this.chkKaraAddText = new System.Windows.Forms.CheckBox();
     this.chkKaraAddClosingBracket = new System.Windows.Forms.CheckBox();
     this.chkKaraAddASSA = new System.Windows.Forms.CheckBox();
     this.chkKaraAddK = new System.Windows.Forms.CheckBox();
     this.textLayerRepetitions = new System.Windows.Forms.TextBox();
     this.label49 = new System.Windows.Forms.Label();
     this.chkAddOnce = new System.Windows.Forms.CheckBox();
     this.chkAddAnyway = new System.Windows.Forms.CheckBox();
     this.chkLayerPerSyllable = new System.Windows.Forms.CheckBox();
     this.cmdDelLayerCondition = new System.Windows.Forms.Button();
     this.cmdNewLayerCondition = new System.Windows.Forms.Button();
     this.lstLayerConditions = new SSATool.ListViewES();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.label17 = new System.Windows.Forms.Label();
     this.panelGradient = new System.Windows.Forms.Panel();
     this.txtGradCLines = new System.Windows.Forms.TextBox();
     this.cmdGradDoGrad = new System.Windows.Forms.Button();
     this.groupBox7 = new System.Windows.Forms.GroupBox();
     this.radGradExp = new System.Windows.Forms.RadioButton();
     this.radGradLog = new System.Windows.Forms.RadioButton();
     this.radGradPoly = new System.Windows.Forms.RadioButton();
     this.cmdGradReplaceLine = new System.Windows.Forms.Button();
     this.txtGradMirror = new System.Windows.Forms.TextBox();
     this.cmdGradInsertAfter = new System.Windows.Forms.Button();
     this.label33 = new System.Windows.Forms.Label();
     this.cmdGradInsertBefore = new System.Windows.Forms.Button();
     this.label37 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.txtGradBase = new System.Windows.Forms.TextBox();
     this.label20 = new System.Windows.Forms.Label();
     this.chkGrad4c = new System.Windows.Forms.CheckBox();
     this.label21 = new System.Windows.Forms.Label();
     this.chkGrad3c = new System.Windows.Forms.CheckBox();
     this.label22 = new System.Windows.Forms.Label();
     this.chkGrad2c = new System.Windows.Forms.CheckBox();
     this.label23 = new System.Windows.Forms.Label();
     this.chkGrad1c = new System.Windows.Forms.CheckBox();
     this.label24 = new System.Windows.Forms.Label();
     this.txtGradStartPos = new System.Windows.Forms.TextBox();
     this.cmdGradListToInput = new System.Windows.Forms.Button();
     this.txtGradEndPos = new System.Windows.Forms.TextBox();
     this.txtGradEndBGR = new System.Windows.Forms.TextBox();
     this.txtGradOffset = new System.Windows.Forms.TextBox();
     this.txtGradStartBGR = new System.Windows.Forms.TextBox();
     this.label16 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.cmdGradMoveBefore = new System.Windows.Forms.Button();
     this.txtGradOut = new System.Windows.Forms.TextBox();
     this.txtGradIn = new System.Windows.Forms.TextBox();
     this.txtGradBefore = new System.Windows.Forms.TextBox();
     this.tabPage14 = new System.Windows.Forms.TabPage();
     this.panelBlur = new System.Windows.Forms.Panel();
     this.groupBlurAffect = new System.Windows.Forms.GroupBox();
     this.chkBlur4a = new System.Windows.Forms.CheckBox();
     this.chkBlur3a = new System.Windows.Forms.CheckBox();
     this.chkBlur2a = new System.Windows.Forms.CheckBox();
     this.chkBlur1a = new System.Windows.Forms.CheckBox();
     this.label42 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.txtBlurRadV = new System.Windows.Forms.TextBox();
     this.txtBlurLines = new System.Windows.Forms.TextBox();
     this.label29 = new System.Windows.Forms.Label();
     this.groupBox9 = new System.Windows.Forms.GroupBox();
     this.radBlurExp = new System.Windows.Forms.RadioButton();
     this.radBlurLog = new System.Windows.Forms.RadioButton();
     this.radBlurPoly = new System.Windows.Forms.RadioButton();
     this.label30 = new System.Windows.Forms.Label();
     this.groupBlurSub = new System.Windows.Forms.GroupBox();
     this.chkBlur2aSub = new System.Windows.Forms.CheckBox();
     this.chkBlur4aSub = new System.Windows.Forms.CheckBox();
     this.chkBlur3aSub = new System.Windows.Forms.CheckBox();
     this.chkBlur1aSub = new System.Windows.Forms.CheckBox();
     this.txtBlurStartAlpha = new System.Windows.Forms.TextBox();
     this.label38 = new System.Windows.Forms.Label();
     this.txtBlurEndAlpha = new System.Windows.Forms.TextBox();
     this.txtBlurBase = new System.Windows.Forms.TextBox();
     this.cmdDoBlur = new System.Windows.Forms.Button();
     this.txtBlurPos = new System.Windows.Forms.TextBox();
     this.groupBox8 = new System.Windows.Forms.GroupBox();
     this.radBlurGlow = new System.Windows.Forms.RadioButton();
     this.radBlurHV = new System.Windows.Forms.RadioButton();
     this.label36 = new System.Windows.Forms.Label();
     this.label34 = new System.Windows.Forms.Label();
     this.cmdBlurListToInput = new System.Windows.Forms.Button();
     this.txtBlurRadH = new System.Windows.Forms.TextBox();
     this.cmdBlurInsertBefore = new System.Windows.Forms.Button();
     this.cmdBlurReplaceLine = new System.Windows.Forms.Button();
     this.cmdBlurInsertAfter = new System.Windows.Forms.Button();
     this.cmdBlurMoveBefore = new System.Windows.Forms.Button();
     this.label35 = new System.Windows.Forms.Label();
     this.txtBlurBefore = new System.Windows.Forms.TextBox();
     this.label32 = new System.Windows.Forms.Label();
     this.label31 = new System.Windows.Forms.Label();
     this.txtBlurOut = new System.Windows.Forms.TextBox();
     this.txtBlurIn = new System.Windows.Forms.TextBox();
     this.tabPage16 = new System.Windows.Forms.TabPage();
     this.maskedTextTransformTime = new System.Windows.Forms.MaskedTextBox();
     this.cmdTransformListToInput = new System.Windows.Forms.Button();
     this.cmdTransformInsertBefore = new System.Windows.Forms.Button();
     this.cmdTransformInsertAfter = new System.Windows.Forms.Button();
     this.cmdTransformReplaceLine = new System.Windows.Forms.Button();
     this.label45 = new System.Windows.Forms.Label();
     this.txtTransformPrecision = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.listTransformVars = new SSATool.ListViewES();
     this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
     this.txtTransformCode = new System.Windows.Forms.TextBox();
     this.label47 = new System.Windows.Forms.Label();
     this.label46 = new System.Windows.Forms.Label();
     this.cmdTransformDelVar = new System.Windows.Forms.Button();
     this.cmdTransformNewVar = new System.Windows.Forms.Button();
     this.cmdDoTransform = new System.Windows.Forms.Button();
     this.label44 = new System.Windows.Forms.Label();
     this.cmdTransformDelTime = new System.Windows.Forms.Button();
     this.cmdTransformAddTime = new System.Windows.Forms.Button();
     this.listTransformTimes = new System.Windows.Forms.ListBox();
     this.label43 = new System.Windows.Forms.Label();
     this.txtTransformOut = new System.Windows.Forms.TextBox();
     this.tabPage13 = new System.Windows.Forms.TabPage();
     this.lstErrors = new System.Windows.Forms.ListBox();
     this.label27 = new System.Windows.Forms.Label();
     this.cmdCheckErrors = new System.Windows.Forms.Button();
     this.tabPage15 = new System.Windows.Forms.TabPage();
     this.labelFontNum = new System.Windows.Forms.Label();
     this.cmdFontSearchFolder = new System.Windows.Forms.Button();
     this.label40 = new System.Windows.Forms.Label();
     this.cmdFindFonts = new System.Windows.Forms.Button();
     this.label39 = new System.Windows.Forms.Label();
     this.lstFonts = new System.Windows.Forms.ListView();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
     this.tabPage5 = new System.Windows.Forms.TabPage();
     this.groupBox19 = new System.Windows.Forms.GroupBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.groupBox18 = new System.Windows.Forms.GroupBox();
     this.lblRegroupDestIndex = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.lblRegroupSourceIndex = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.groupBox17 = new System.Windows.Forms.GroupBox();
     this.listRegroupPairs = new System.Windows.Forms.ListView();
     this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
     this.groupBox15 = new System.Windows.Forms.GroupBox();
     this.cmdRegroupStart = new System.Windows.Forms.Button();
     this.cmdRegroupAcceptLine = new System.Windows.Forms.Button();
     this.cmdRegroupUnlinkLast = new System.Windows.Forms.Button();
     this.cmdRegroupGoBack = new System.Windows.Forms.Button();
     this.cmdRegroupSkipDestLine = new System.Windows.Forms.Button();
     this.cmdRegroupSkipSourceLine = new System.Windows.Forms.Button();
     this.cmdRegroupLink = new System.Windows.Forms.Button();
     this.groupBox14 = new System.Windows.Forms.GroupBox();
     this.txtRegroupSource = new System.Windows.Forms.TextBox();
     this.txtRegroupDest = new System.Windows.Forms.TextBox();
     this.groupBox13 = new System.Windows.Forms.GroupBox();
     this.cmbRegroupDest = new System.Windows.Forms.ComboBox();
     this.cmbRegroupSource = new System.Windows.Forms.ComboBox();
     this.label53 = new System.Windows.Forms.Label();
     this.label52 = new System.Windows.Forms.Label();
     this.tabPage17 = new System.Windows.Forms.TabPage();
     this.cmdNBReparse = new System.Windows.Forms.Button();
     this.groupBox22 = new System.Windows.Forms.GroupBox();
     this.textNBDesc = new System.Windows.Forms.TextBox();
     this.cmbNBStyle = new System.Windows.Forms.ComboBox();
     this.label59 = new System.Windows.Forms.Label();
     this.cmdNBCopyStyles = new System.Windows.Forms.Button();
     this.cmdNBInsertBefore = new System.Windows.Forms.Button();
     this.cmdNBInsertAfter = new System.Windows.Forms.Button();
     this.cmdNBReplaceLine = new System.Windows.Forms.Button();
     this.cmdNoteBox = new System.Windows.Forms.Button();
     this.groupBox21 = new System.Windows.Forms.GroupBox();
     this.textNBStyles = new System.Windows.Forms.TextBox();
     this.textNBOut = new System.Windows.Forms.TextBox();
     this.groupBox20 = new System.Windows.Forms.GroupBox();
     this.cmdNBGetTimes = new System.Windows.Forms.Button();
     this.maskedTextNBEnd = new System.Windows.Forms.MaskedTextBox();
     this.label58 = new System.Windows.Forms.Label();
     this.maskedTextNBStart = new System.Windows.Forms.MaskedTextBox();
     this.label57 = new System.Windows.Forms.Label();
     this.textNotebox2 = new System.Windows.Forms.TextBox();
     this.textNotebox1 = new System.Windows.Forms.TextBox();
     this.label56 = new System.Windows.Forms.Label();
     this.label48 = new System.Windows.Forms.Label();
     this.tabPage6.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabMain.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox12.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tabShiftType.SuspendLayout();
     this.tabPage9.SuspendLayout();
     this.tabPage10.SuspendLayout();
     this.tabPage11.SuspendLayout();
     this.tabPage12.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.groupBox11.SuspendLayout();
     this.groupBox10.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.panelEffect.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage7.SuspendLayout();
     this.tabPage8.SuspendLayout();
     this.panelLayer.SuspendLayout();
     this.groupBox16.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.panelGradient.SuspendLayout();
     this.groupBox7.SuspendLayout();
     this.tabPage14.SuspendLayout();
     this.panelBlur.SuspendLayout();
     this.groupBlurAffect.SuspendLayout();
     this.groupBox9.SuspendLayout();
     this.groupBlurSub.SuspendLayout();
     this.groupBox8.SuspendLayout();
     this.tabPage16.SuspendLayout();
     this.tabPage13.SuspendLayout();
     this.tabPage15.SuspendLayout();
     this.tabPage5.SuspendLayout();
     this.groupBox19.SuspendLayout();
     this.groupBox18.SuspendLayout();
     this.groupBox17.SuspendLayout();
     this.groupBox15.SuspendLayout();
     this.groupBox14.SuspendLayout();
     this.groupBox13.SuspendLayout();
     this.tabPage17.SuspendLayout();
     this.groupBox22.SuspendLayout();
     this.groupBox21.SuspendLayout();
     this.groupBox20.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItem1,
     this.menuItem11,
     this.menuItem2,
     this.menuItem10,
     this.menuItem13});
     //
     // menuItem1
     //
     this.menuItem1.Index = 0;
     this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuOpen,
     this.menuOpenSJIS,
     this.menuOpenEUCJP,
     this.menuSave,
     this.menuSaveAs,
     this.menuItem5,
     this.menuLoadProj,
     this.menuSaveProj,
     this.menuItem8,
     this.menuExit});
     resources.ApplyResources(this.menuItem1, "menuItem1");
     //
     // menuOpen
     //
     this.menuOpen.Index = 0;
     resources.ApplyResources(this.menuOpen, "menuOpen");
     this.menuOpen.Click += new System.EventHandler(this.menuOpen_Click);
     //
     // menuOpenSJIS
     //
     this.menuOpenSJIS.Index = 1;
     resources.ApplyResources(this.menuOpenSJIS, "menuOpenSJIS");
     this.menuOpenSJIS.Click += new System.EventHandler(this.menuOpenSJIS_Click);
     //
     // menuOpenEUCJP
     //
     this.menuOpenEUCJP.Index = 2;
     resources.ApplyResources(this.menuOpenEUCJP, "menuOpenEUCJP");
     this.menuOpenEUCJP.Click += new System.EventHandler(this.menuOpenEUCJP_Click);
     //
     // menuSave
     //
     this.menuSave.Index = 3;
     resources.ApplyResources(this.menuSave, "menuSave");
     this.menuSave.Click += new System.EventHandler(this.menuSave_Click);
     //
     // menuSaveAs
     //
     this.menuSaveAs.Index = 4;
     resources.ApplyResources(this.menuSaveAs, "menuSaveAs");
     this.menuSaveAs.Click += new System.EventHandler(this.menuSaveAs_Click);
     //
     // menuItem5
     //
     this.menuItem5.Index = 5;
     resources.ApplyResources(this.menuItem5, "menuItem5");
     //
     // menuLoadProj
     //
     this.menuLoadProj.Index = 6;
     resources.ApplyResources(this.menuLoadProj, "menuLoadProj");
     this.menuLoadProj.Click += new System.EventHandler(this.menuLoadProj_Click);
     //
     // menuSaveProj
     //
     this.menuSaveProj.Index = 7;
     resources.ApplyResources(this.menuSaveProj, "menuSaveProj");
     this.menuSaveProj.Click += new System.EventHandler(this.menuSaveProj_Click);
     //
     // menuItem8
     //
     this.menuItem8.Index = 8;
     resources.ApplyResources(this.menuItem8, "menuItem8");
     //
     // menuExit
     //
     this.menuExit.Index = 9;
     resources.ApplyResources(this.menuExit, "menuExit");
     this.menuExit.Click += new System.EventHandler(this.menuExit_Click);
     //
     // menuItem11
     //
     this.menuItem11.Index = 1;
     this.menuItem11.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuUndo,
     this.menuRedo,
     this.menuClearUndoRedo});
     resources.ApplyResources(this.menuItem11, "menuItem11");
     //
     // menuUndo
     //
     resources.ApplyResources(this.menuUndo, "menuUndo");
     this.menuUndo.Index = 0;
     this.menuUndo.Click += new System.EventHandler(this.menuUndo_Click);
     //
     // menuRedo
     //
     resources.ApplyResources(this.menuRedo, "menuRedo");
     this.menuRedo.Index = 1;
     this.menuRedo.Click += new System.EventHandler(this.menuRedo_Click);
     //
     // menuClearUndoRedo
     //
     this.menuClearUndoRedo.Index = 2;
     resources.ApplyResources(this.menuClearUndoRedo, "menuClearUndoRedo");
     this.menuClearUndoRedo.Click += new System.EventHandler(this.menuClearUndoRedo_Click);
     //
     // menuItem2
     //
     this.menuItem2.Index = 2;
     this.menuItem2.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItem7,
     this.menuItem9,
     this.menuGoTo,
     this.menuChangeLine,
     this.menuRemoveLine});
     resources.ApplyResources(this.menuItem2, "menuItem2");
     //
     // menuItem7
     //
     this.menuItem7.Index = 0;
     this.menuItem7.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuNewLineBeginning,
     this.menuNewLineEnd,
     this.menuNewLineAbove,
     this.menuNewLineBelow});
     resources.ApplyResources(this.menuItem7, "menuItem7");
     //
     // menuNewLineBeginning
     //
     this.menuNewLineBeginning.Index = 0;
     resources.ApplyResources(this.menuNewLineBeginning, "menuNewLineBeginning");
     this.menuNewLineBeginning.Click += new System.EventHandler(this.menuNewLineBeginning_Click);
     //
     // menuNewLineEnd
     //
     this.menuNewLineEnd.Index = 1;
     resources.ApplyResources(this.menuNewLineEnd, "menuNewLineEnd");
     this.menuNewLineEnd.Click += new System.EventHandler(this.menuNewLineEnd_Click);
     //
     // menuNewLineAbove
     //
     this.menuNewLineAbove.Index = 2;
     resources.ApplyResources(this.menuNewLineAbove, "menuNewLineAbove");
     this.menuNewLineAbove.Click += new System.EventHandler(this.menuNewLineAbove_Click);
     //
     // menuNewLineBelow
     //
     this.menuNewLineBelow.Index = 3;
     resources.ApplyResources(this.menuNewLineBelow, "menuNewLineBelow");
     this.menuNewLineBelow.Click += new System.EventHandler(this.menuNewLineBelow_Click);
     //
     // menuItem9
     //
     this.menuItem9.Index = 1;
     this.menuItem9.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuMoveLineUp,
     this.menuMoveLineDown});
     resources.ApplyResources(this.menuItem9, "menuItem9");
     //
     // menuMoveLineUp
     //
     this.menuMoveLineUp.Index = 0;
     resources.ApplyResources(this.menuMoveLineUp, "menuMoveLineUp");
     this.menuMoveLineUp.Click += new System.EventHandler(this.menuMoveLineUp_Click);
     //
     // menuMoveLineDown
     //
     this.menuMoveLineDown.Index = 1;
     resources.ApplyResources(this.menuMoveLineDown, "menuMoveLineDown");
     this.menuMoveLineDown.Click += new System.EventHandler(this.menuMoveLineDown_Click);
     //
     // menuGoTo
     //
     this.menuGoTo.Index = 2;
     resources.ApplyResources(this.menuGoTo, "menuGoTo");
     this.menuGoTo.Click += new System.EventHandler(this.menuGoTo_Click);
     //
     // menuChangeLine
     //
     this.menuChangeLine.Index = 3;
     resources.ApplyResources(this.menuChangeLine, "menuChangeLine");
     this.menuChangeLine.Click += new System.EventHandler(this.menuChangeLine_Click);
     //
     // menuRemoveLine
     //
     this.menuRemoveLine.Index = 4;
     resources.ApplyResources(this.menuRemoveLine, "menuRemoveLine");
     this.menuRemoveLine.Click += new System.EventHandler(this.menuRemoveLine_Click);
     //
     // menuItem10
     //
     this.menuItem10.Index = 3;
     this.menuItem10.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuFont,
     this.menuItem4,
     this.menuItem6});
     resources.ApplyResources(this.menuItem10, "menuItem10");
     //
     // menuFont
     //
     this.menuFont.Index = 0;
     resources.ApplyResources(this.menuFont, "menuFont");
     this.menuFont.Click += new System.EventHandler(this.menuFont_Click);
     //
     // menuItem4
     //
     this.menuItem4.Index = 1;
     resources.ApplyResources(this.menuItem4, "menuItem4");
     //
     // menuItem6
     //
     this.menuItem6.Index = 2;
     this.menuItem6.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuPrecisioncs,
     this.menuPrecisionms});
     resources.ApplyResources(this.menuItem6, "menuItem6");
     //
     // menuPrecisioncs
     //
     this.menuPrecisioncs.Checked = true;
     this.menuPrecisioncs.Index = 0;
     resources.ApplyResources(this.menuPrecisioncs, "menuPrecisioncs");
     this.menuPrecisioncs.Click += new System.EventHandler(this.menuPrecisioncs_Click);
     //
     // menuPrecisionms
     //
     this.menuPrecisionms.Index = 1;
     resources.ApplyResources(this.menuPrecisionms, "menuPrecisionms");
     this.menuPrecisionms.Click += new System.EventHandler(this.menuPrecisionms_Click);
     //
     // menuItem13
     //
     this.menuItem13.Index = 4;
     this.menuItem13.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuShowEffectEditor,
     this.menuItem15,
     this.menuItem3,
     this.menuLoadEffects});
     resources.ApplyResources(this.menuItem13, "menuItem13");
     //
     // menuShowEffectEditor
     //
     this.menuShowEffectEditor.Index = 0;
     resources.ApplyResources(this.menuShowEffectEditor, "menuShowEffectEditor");
     this.menuShowEffectEditor.Click += new System.EventHandler(this.menuShowEffectsEditor_Click);
     //
     // menuItem15
     //
     this.menuItem15.Index = 1;
     this.menuItem15.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItem16});
     resources.ApplyResources(this.menuItem15, "menuItem15");
     //
     // menuItem16
     //
     this.menuItem16.Index = 0;
     resources.ApplyResources(this.menuItem16, "menuItem16");
     this.menuItem16.Click += new System.EventHandler(this.menuFilter_Click);
     //
     // menuItem3
     //
     this.menuItem3.Index = 2;
     resources.ApplyResources(this.menuItem3, "menuItem3");
     //
     // menuLoadEffects
     //
     this.menuLoadEffects.Index = 3;
     resources.ApplyResources(this.menuLoadEffects, "menuLoadEffects");
     this.menuLoadEffects.Click += new System.EventHandler(this.menuLoadEffects_Click);
     //
     // tabPage6
     //
     this.tabPage6.Controls.Add(this.treeView1);
     this.tabPage6.Controls.Add(this.maskedTextBox1);
     this.tabPage6.Controls.Add(this.checkBox2);
     this.tabPage6.Controls.Add(this.button6);
     this.tabPage6.Controls.Add(this.comboBox1);
     this.tabPage6.Controls.Add(this.label55);
     this.tabPage6.Controls.Add(this.checkBox1);
     this.tabPage6.Controls.Add(this.button4);
     this.tabPage6.Controls.Add(this.button3);
     this.tabPage6.Controls.Add(this.button2);
     this.tabPage6.Controls.Add(this.button1);
     this.tabPage6.Controls.Add(this.textBox2);
     resources.ApplyResources(this.tabPage6, "tabPage6");
     this.tabPage6.Name = "tabPage6";
     this.tabPage6.UseVisualStyleBackColor = true;
     //
     // treeView1
     //
     this.treeView1.LineColor = System.Drawing.Color.Empty;
     resources.ApplyResources(this.treeView1, "treeView1");
     this.treeView1.Name = "treeView1";
     //
     // maskedTextBox1
     //
     resources.ApplyResources(this.maskedTextBox1, "maskedTextBox1");
     this.maskedTextBox1.Name = "maskedTextBox1";
     //
     // checkBox2
     //
     resources.ApplyResources(this.checkBox2, "checkBox2");
     this.checkBox2.Name = "checkBox2";
     this.checkBox2.UseVisualStyleBackColor = true;
     //
     // button6
     //
     resources.ApplyResources(this.button6, "button6");
     this.button6.Name = "button6";
     this.button6.UseVisualStyleBackColor = true;
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     resources.ApplyResources(this.comboBox1, "comboBox1");
     this.comboBox1.Name = "comboBox1";
     //
     // label55
     //
     resources.ApplyResources(this.label55, "label55");
     this.label55.Name = "label55";
     //
     // checkBox1
     //
     resources.ApplyResources(this.checkBox1, "checkBox1");
     this.checkBox1.Checked = true;
     this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // button4
     //
     resources.ApplyResources(this.button4, "button4");
     this.button4.Name = "button4";
     this.button4.UseVisualStyleBackColor = true;
     //
     // button3
     //
     resources.ApplyResources(this.button3, "button3");
     this.button3.Name = "button3";
     this.button3.UseVisualStyleBackColor = true;
     //
     // button2
     //
     resources.ApplyResources(this.button2, "button2");
     this.button2.Name = "button2";
     this.button2.UseCompatibleTextRendering = true;
     this.button2.UseVisualStyleBackColor = true;
     //
     // button1
     //
     resources.ApplyResources(this.button1, "button1");
     this.button1.Name = "button1";
     this.button1.UseCompatibleTextRendering = true;
     this.button1.UseVisualStyleBackColor = true;
     //
     // textBox2
     //
     resources.ApplyResources(this.textBox2, "textBox2");
     this.textBox2.Name = "textBox2";
     //
     // columnHeader11
     //
     resources.ApplyResources(this.columnHeader11, "columnHeader11");
     //
     // lstEffectOpts
     //
     resources.ApplyResources(this.lstEffectOpts, "lstEffectOpts");
     this.lstEffectOpts.MultiColumn = true;
     this.lstEffectOpts.Name = "lstEffectOpts";
     //
     // fontDialog1
     //
     this.fontDialog1.AllowVerticalFonts = false;
     this.fontDialog1.ShowEffects = false;
     //
     // folderBrowserDialog1
     //
     this.folderBrowserDialog1.ShowNewFolderButton = false;
     //
     // splitContainer1
     //
     resources.ApplyResources(this.splitContainer1, "splitContainer1");
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
     this.splitContainer1.Panel1.Controls.Add(this.listSSA);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tabMain);
     this.splitContainer1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.splitContainer1_MouseDown);
     this.splitContainer1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitterMoved);
     this.splitContainer1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.splitContainer1_MouseUp);
     this.splitContainer1.SizeChanged += new System.EventHandler(this.Resize_Handler);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.labelSelLine);
     this.groupBox1.Controls.Add(this.label41);
     this.groupBox1.Controls.Add(this.cmdReloadFile);
     this.groupBox1.Controls.Add(this.lstStyles);
     this.groupBox1.Controls.Add(this.cmdSSAInvertSel);
     this.groupBox1.Controls.Add(this.cmdSSADeselall);
     this.groupBox1.Controls.Add(this.cmdSSASelall);
     this.groupBox1.Controls.Add(this.cmdDeselAll);
     this.groupBox1.Controls.Add(this.cmdSelAll);
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.TabStop = false;
     //
     // labelSelLine
     //
     resources.ApplyResources(this.labelSelLine, "labelSelLine");
     this.labelSelLine.Name = "labelSelLine";
     //
     // label41
     //
     resources.ApplyResources(this.label41, "label41");
     this.label41.Name = "label41";
     //
     // cmdReloadFile
     //
     resources.ApplyResources(this.cmdReloadFile, "cmdReloadFile");
     this.cmdReloadFile.Name = "cmdReloadFile";
     this.cmdReloadFile.UseCompatibleTextRendering = true;
     this.cmdReloadFile.Click += new System.EventHandler(this.cmdReloadFile_Click);
     //
     // lstStyles
     //
     resources.ApplyResources(this.lstStyles, "lstStyles");
     this.lstStyles.Name = "lstStyles";
     this.lstStyles.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.lstStyles_ItemCheck);
     //
     // cmdSSAInvertSel
     //
     resources.ApplyResources(this.cmdSSAInvertSel, "cmdSSAInvertSel");
     this.cmdSSAInvertSel.Name = "cmdSSAInvertSel";
     this.cmdSSAInvertSel.UseCompatibleTextRendering = true;
     //
     // cmdSSADeselall
     //
     resources.ApplyResources(this.cmdSSADeselall, "cmdSSADeselall");
     this.cmdSSADeselall.Name = "cmdSSADeselall";
     this.cmdSSADeselall.UseCompatibleTextRendering = true;
     this.cmdSSADeselall.Click += new System.EventHandler(this.cmdSSADeselall_Click);
     //
     // cmdSSASelall
     //
     resources.ApplyResources(this.cmdSSASelall, "cmdSSASelall");
     this.cmdSSASelall.Name = "cmdSSASelall";
     this.cmdSSASelall.UseCompatibleTextRendering = true;
     this.cmdSSASelall.Click += new System.EventHandler(this.cmdSSASelall_Click);
     //
     // cmdDeselAll
     //
     resources.ApplyResources(this.cmdDeselAll, "cmdDeselAll");
     this.cmdDeselAll.Name = "cmdDeselAll";
     this.cmdDeselAll.UseCompatibleTextRendering = true;
     this.cmdDeselAll.Click += new System.EventHandler(this.cmdDeselAll_Click);
     //
     // cmdSelAll
     //
     resources.ApplyResources(this.cmdSelAll, "cmdSelAll");
     this.cmdSelAll.Name = "cmdSelAll";
     this.cmdSelAll.UseCompatibleTextRendering = true;
     this.cmdSelAll.Click += new System.EventHandler(this.cmdSelAll_Click);
     //
     // listSSA
     //
     this.listSSA.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader14});
     this.listSSA.FullRowSelect = true;
     this.listSSA.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listSSA.HideSelection = false;
     this.listSSA.LabelEdit = true;
     resources.ApplyResources(this.listSSA, "listSSA");
     this.listSSA.Name = "listSSA";
     this.listSSA.OwnerDraw = true;
     this.listSSA.UseCompatibleStateImageBehavior = false;
     this.listSSA.View = System.Windows.Forms.View.Details;
     this.listSSA.VirtualMode = true;
     this.listSSA.DrawItem += new System.Windows.Forms.DrawListViewItemEventHandler(this.listSSA_DrawItem);
     this.listSSA.DoubleClick += new System.EventHandler(this.listSSA_DoubleClick);
     this.listSSA.VirtualItemsSelectionRangeChanged += new System.Windows.Forms.ListViewVirtualItemsSelectionRangeChangedEventHandler(this.listSSA_VirtualItemsSelectionRangeChanged);
     this.listSSA.OnScroll += new System.Windows.Forms.ScrollEventHandler(this.listSSA_OnScroll);
     this.listSSA.SelectedIndexChanged += new System.EventHandler(this.listSSA_SelectedIndexChanged);
     this.listSSA.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listSSA_MouseUp);
     this.listSSA.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.listSSA_ItemCheck);
     this.listSSA.RetrieveVirtualItem += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.listSSA_RetrieveVirtualItem);
     this.listSSA.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.listSSA_ItemSelectionChanged);
     this.listSSA.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.listSSA_KeyPress);
     this.listSSA.KeyUp += new System.Windows.Forms.KeyEventHandler(this.listSSA_KeyUp);
     //
     // columnHeader14
     //
     resources.ApplyResources(this.columnHeader14, "columnHeader14");
     //
     // tabMain
     //
     this.tabMain.Controls.Add(this.tabPage1);
     this.tabMain.Controls.Add(this.tabPage2);
     this.tabMain.Controls.Add(this.tabPage3);
     this.tabMain.Controls.Add(this.tabPage4);
     this.tabMain.Controls.Add(this.tabPage14);
     this.tabMain.Controls.Add(this.tabPage16);
     this.tabMain.Controls.Add(this.tabPage13);
     this.tabMain.Controls.Add(this.tabPage15);
     this.tabMain.Controls.Add(this.tabPage5);
     this.tabMain.Controls.Add(this.tabPage17);
     resources.ApplyResources(this.tabMain, "tabMain");
     this.tabMain.Name = "tabMain";
     this.tabMain.SelectedIndex = 0;
     this.tabMain.Resize += new System.EventHandler(this.tabMain_Resize);
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.groupBox12);
     this.tabPage1.Controls.Add(this.groupBox4);
     this.tabPage1.Controls.Add(this.groupBox3);
     this.tabPage1.Controls.Add(this.groupBox2);
     resources.ApplyResources(this.tabPage1, "tabPage1");
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // groupBox12
     //
     this.groupBox12.Controls.Add(this.cmbFR);
     this.groupBox12.Controls.Add(this.label54);
     resources.ApplyResources(this.groupBox12, "groupBox12");
     this.groupBox12.Name = "groupBox12";
     this.groupBox12.TabStop = false;
     //
     // cmbFR
     //
     this.cmbFR.FormattingEnabled = true;
     this.cmbFR.Items.AddRange(new object[] {
     resources.GetString("cmbFR.Items"),
     resources.GetString("cmbFR.Items1"),
     resources.GetString("cmbFR.Items2"),
     resources.GetString("cmbFR.Items3"),
     resources.GetString("cmbFR.Items4"),
     resources.GetString("cmbFR.Items5"),
     resources.GetString("cmbFR.Items6"),
     resources.GetString("cmbFR.Items7")});
     resources.ApplyResources(this.cmbFR, "cmbFR");
     this.cmbFR.Name = "cmbFR";
     //
     // label54
     //
     resources.ApplyResources(this.label54, "label54");
     this.label54.Name = "label54";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.chkSRCaseSensitive);
     this.groupBox4.Controls.Add(this.cmdSearchReplace);
     this.groupBox4.Controls.Add(this.txtSearchReplaceWith);
     this.groupBox4.Controls.Add(this.txtSearchFor);
     this.groupBox4.Controls.Add(this.label12);
     this.groupBox4.Controls.Add(this.label11);
     resources.ApplyResources(this.groupBox4, "groupBox4");
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.TabStop = false;
     //
     // chkSRCaseSensitive
     //
     resources.ApplyResources(this.chkSRCaseSensitive, "chkSRCaseSensitive");
     this.chkSRCaseSensitive.Name = "chkSRCaseSensitive";
     this.chkSRCaseSensitive.UseVisualStyleBackColor = true;
     //
     // cmdSearchReplace
     //
     resources.ApplyResources(this.cmdSearchReplace, "cmdSearchReplace");
     this.cmdSearchReplace.Name = "cmdSearchReplace";
     this.cmdSearchReplace.Click += new System.EventHandler(this.cmdSearchReplace_Click);
     //
     // txtSearchReplaceWith
     //
     resources.ApplyResources(this.txtSearchReplaceWith, "txtSearchReplaceWith");
     this.txtSearchReplaceWith.Name = "txtSearchReplaceWith";
     //
     // txtSearchFor
     //
     resources.ApplyResources(this.txtSearchFor, "txtSearchFor");
     this.txtSearchFor.Name = "txtSearchFor";
     //
     // label12
     //
     resources.ApplyResources(this.label12, "label12");
     this.label12.Name = "label12";
     //
     // label11
     //
     resources.ApplyResources(this.label11, "label11");
     this.label11.Name = "label11";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.cmdChangeLastKLen);
     this.groupBox3.Controls.Add(this.cmdRemoveDups);
     this.groupBox3.Controls.Add(this.cmdStrip);
     resources.ApplyResources(this.groupBox3, "groupBox3");
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.TabStop = false;
     //
     // cmdChangeLastKLen
     //
     resources.ApplyResources(this.cmdChangeLastKLen, "cmdChangeLastKLen");
     this.cmdChangeLastKLen.Name = "cmdChangeLastKLen";
     this.cmdChangeLastKLen.Click += new System.EventHandler(this.cmdChangeLastKLen_Click);
     //
     // cmdRemoveDups
     //
     resources.ApplyResources(this.cmdRemoveDups, "cmdRemoveDups");
     this.cmdRemoveDups.Name = "cmdRemoveDups";
     this.cmdRemoveDups.Click += new System.EventHandler(this.cmdRemoveDups_Click);
     //
     // cmdStrip
     //
     resources.ApplyResources(this.cmdStrip, "cmdStrip");
     this.cmdStrip.Name = "cmdStrip";
     this.cmdStrip.Click += new System.EventHandler(this.cmdStrip_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.cmdShift);
     this.groupBox2.Controls.Add(this.chkShiftNoNeg);
     this.groupBox2.Controls.Add(this.chkShiftEnd);
     this.groupBox2.Controls.Add(this.chkShiftStart);
     this.groupBox2.Controls.Add(this.tabShiftType);
     resources.ApplyResources(this.groupBox2, "groupBox2");
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.TabStop = false;
     //
     // cmdShift
     //
     resources.ApplyResources(this.cmdShift, "cmdShift");
     this.cmdShift.Name = "cmdShift";
     this.cmdShift.Click += new System.EventHandler(this.cmdShift_Click);
     //
     // chkShiftNoNeg
     //
     this.chkShiftNoNeg.Checked = true;
     this.chkShiftNoNeg.CheckState = System.Windows.Forms.CheckState.Checked;
     resources.ApplyResources(this.chkShiftNoNeg, "chkShiftNoNeg");
     this.chkShiftNoNeg.Name = "chkShiftNoNeg";
     //
     // chkShiftEnd
     //
     this.chkShiftEnd.Checked = true;
     this.chkShiftEnd.CheckState = System.Windows.Forms.CheckState.Checked;
     resources.ApplyResources(this.chkShiftEnd, "chkShiftEnd");
     this.chkShiftEnd.Name = "chkShiftEnd";
     //
     // chkShiftStart
     //
     this.chkShiftStart.Checked = true;
     this.chkShiftStart.CheckState = System.Windows.Forms.CheckState.Checked;
     resources.ApplyResources(this.chkShiftStart, "chkShiftStart");
     this.chkShiftStart.Name = "chkShiftStart";
     //
     // tabShiftType
     //
     resources.ApplyResources(this.tabShiftType, "tabShiftType");
     this.tabShiftType.Controls.Add(this.tabPage9);
     this.tabShiftType.Controls.Add(this.tabPage10);
     this.tabShiftType.Controls.Add(this.tabPage11);
     this.tabShiftType.Controls.Add(this.tabPage12);
     this.tabShiftType.Name = "tabShiftType";
     this.tabShiftType.SelectedIndex = 0;
     //
     // tabPage9
     //
     this.tabPage9.Controls.Add(this.maskedTextShiftTime);
     this.tabPage9.Controls.Add(this.radTShiftBack);
     this.tabPage9.Controls.Add(this.radTShiftForward);
     this.tabPage9.Controls.Add(this.label3);
     resources.ApplyResources(this.tabPage9, "tabPage9");
     this.tabPage9.Name = "tabPage9";
     //
     // maskedTextShiftTime
     //
     resources.ApplyResources(this.maskedTextShiftTime, "maskedTextShiftTime");
     this.maskedTextShiftTime.Name = "maskedTextShiftTime";
     this.maskedTextShiftTime.TextMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals;
     //
     // radTShiftBack
     //
     resources.ApplyResources(this.radTShiftBack, "radTShiftBack");
     this.radTShiftBack.Name = "radTShiftBack";
     //
     // radTShiftForward
     //
     this.radTShiftForward.Checked = true;
     resources.ApplyResources(this.radTShiftForward, "radTShiftForward");
     this.radTShiftForward.Name = "radTShiftForward";
     this.radTShiftForward.TabStop = true;
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // tabPage10
     //
     this.tabPage10.Controls.Add(this.radFShiftBackward);
     this.tabPage10.Controls.Add(this.radFShiftForward);
     this.tabPage10.Controls.Add(this.txtShiftFrames);
     this.tabPage10.Controls.Add(this.label4);
     resources.ApplyResources(this.tabPage10, "tabPage10");
     this.tabPage10.Name = "tabPage10";
     //
     // radFShiftBackward
     //
     resources.ApplyResources(this.radFShiftBackward, "radFShiftBackward");
     this.radFShiftBackward.Name = "radFShiftBackward";
     //
     // radFShiftForward
     //
     this.radFShiftForward.Checked = true;
     resources.ApplyResources(this.radFShiftForward, "radFShiftForward");
     this.radFShiftForward.Name = "radFShiftForward";
     this.radFShiftForward.TabStop = true;
     //
     // txtShiftFrames
     //
     resources.ApplyResources(this.txtShiftFrames, "txtShiftFrames");
     this.txtShiftFrames.Name = "txtShiftFrames";
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // tabPage11
     //
     this.tabPage11.Controls.Add(this.maskedTextTDShiftNew);
     this.tabPage11.Controls.Add(this.maskedTextTDShiftOld);
     this.tabPage11.Controls.Add(this.label7);
     this.tabPage11.Controls.Add(this.label6);
     resources.ApplyResources(this.tabPage11, "tabPage11");
     this.tabPage11.Name = "tabPage11";
     //
     // maskedTextTDShiftNew
     //
     resources.ApplyResources(this.maskedTextTDShiftNew, "maskedTextTDShiftNew");
     this.maskedTextTDShiftNew.Name = "maskedTextTDShiftNew";
     this.maskedTextTDShiftNew.TextMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals;
     //
     // maskedTextTDShiftOld
     //
     resources.ApplyResources(this.maskedTextTDShiftOld, "maskedTextTDShiftOld");
     this.maskedTextTDShiftOld.Name = "maskedTextTDShiftOld";
     this.maskedTextTDShiftOld.TextMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals;
     //
     // label7
     //
     resources.ApplyResources(this.label7, "label7");
     this.label7.Name = "label7";
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // tabPage12
     //
     this.tabPage12.Controls.Add(this.label9);
     this.tabPage12.Controls.Add(this.label8);
     this.tabPage12.Controls.Add(this.txtFDShiftNew);
     this.tabPage12.Controls.Add(this.txtFDShiftOld);
     resources.ApplyResources(this.tabPage12, "tabPage12");
     this.tabPage12.Name = "tabPage12";
     //
     // label9
     //
     resources.ApplyResources(this.label9, "label9");
     this.label9.Name = "label9";
     //
     // label8
     //
     resources.ApplyResources(this.label8, "label8");
     this.label8.Name = "label8";
     //
     // txtFDShiftNew
     //
     resources.ApplyResources(this.txtFDShiftNew, "txtFDShiftNew");
     this.txtFDShiftNew.Name = "txtFDShiftNew";
     //
     // txtFDShiftOld
     //
     resources.ApplyResources(this.txtFDShiftOld, "txtFDShiftOld");
     this.txtFDShiftOld.Name = "txtFDShiftOld";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.groupBox11);
     this.tabPage2.Controls.Add(this.groupBox10);
     this.tabPage2.Controls.Add(this.groupBox6);
     this.tabPage2.Controls.Add(this.groupBox5);
     resources.ApplyResources(this.tabPage2, "tabPage2");
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // groupBox11
     //
     this.groupBox11.Controls.Add(this.cmdTimecodesDeapply);
     this.groupBox11.Controls.Add(this.cmdTimecodesApply);
     this.groupBox11.Controls.Add(this.cmdTimecodesBrowse);
     this.groupBox11.Controls.Add(this.textTimecodeFile);
     resources.ApplyResources(this.groupBox11, "groupBox11");
     this.groupBox11.Name = "groupBox11";
     this.groupBox11.TabStop = false;
     //
     // cmdTimecodesDeapply
     //
     resources.ApplyResources(this.cmdTimecodesDeapply, "cmdTimecodesDeapply");
     this.cmdTimecodesDeapply.Name = "cmdTimecodesDeapply";
     this.cmdTimecodesDeapply.UseVisualStyleBackColor = true;
     this.cmdTimecodesDeapply.Click += new System.EventHandler(this.cmdTimecodesDeapply_Click);
     //
     // cmdTimecodesApply
     //
     resources.ApplyResources(this.cmdTimecodesApply, "cmdTimecodesApply");
     this.cmdTimecodesApply.Name = "cmdTimecodesApply";
     this.cmdTimecodesApply.UseVisualStyleBackColor = true;
     this.cmdTimecodesApply.Click += new System.EventHandler(this.cmdTimecodesApply_Click);
     //
     // cmdTimecodesBrowse
     //
     resources.ApplyResources(this.cmdTimecodesBrowse, "cmdTimecodesBrowse");
     this.cmdTimecodesBrowse.Name = "cmdTimecodesBrowse";
     this.cmdTimecodesBrowse.UseCompatibleTextRendering = true;
     this.cmdTimecodesBrowse.UseVisualStyleBackColor = true;
     this.cmdTimecodesBrowse.Click += new System.EventHandler(this.cmdTimecodesBrowse_Click);
     //
     // textTimecodeFile
     //
     resources.ApplyResources(this.textTimecodeFile, "textTimecodeFile");
     this.textTimecodeFile.Name = "textTimecodeFile";
     //
     // groupBox10
     //
     this.groupBox10.Controls.Add(this.txtLeadOut);
     this.groupBox10.Controls.Add(this.txtLeadIn);
     this.groupBox10.Controls.Add(this.chkLeadOut);
     this.groupBox10.Controls.Add(this.chkLeadIn);
     this.groupBox10.Controls.Add(this.cmdLead);
     this.groupBox10.Controls.Add(this.chkLeadKaraEmptyK);
     this.groupBox10.Controls.Add(this.chkLeadKaraOnly);
     resources.ApplyResources(this.groupBox10, "groupBox10");
     this.groupBox10.Name = "groupBox10";
     this.groupBox10.TabStop = false;
     //
     // txtLeadOut
     //
     resources.ApplyResources(this.txtLeadOut, "txtLeadOut");
     this.txtLeadOut.Name = "txtLeadOut";
     this.txtLeadOut.TextMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals;
     //
     // txtLeadIn
     //
     resources.ApplyResources(this.txtLeadIn, "txtLeadIn");
     this.txtLeadIn.Name = "txtLeadIn";
     this.txtLeadIn.TextMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals;
     //
     // chkLeadOut
     //
     resources.ApplyResources(this.chkLeadOut, "chkLeadOut");
     this.chkLeadOut.Name = "chkLeadOut";
     this.chkLeadOut.UseCompatibleTextRendering = true;
     this.chkLeadOut.UseVisualStyleBackColor = true;
     //
     // chkLeadIn
     //
     resources.ApplyResources(this.chkLeadIn, "chkLeadIn");
     this.chkLeadIn.Name = "chkLeadIn";
     this.chkLeadIn.UseCompatibleTextRendering = true;
     this.chkLeadIn.UseVisualStyleBackColor = true;
     //
     // cmdLead
     //
     resources.ApplyResources(this.cmdLead, "cmdLead");
     this.cmdLead.Name = "cmdLead";
     this.cmdLead.UseVisualStyleBackColor = true;
     this.cmdLead.Click += new System.EventHandler(this.cmdLead_Click);
     //
     // chkLeadKaraEmptyK
     //
     resources.ApplyResources(this.chkLeadKaraEmptyK, "chkLeadKaraEmptyK");
     this.chkLeadKaraEmptyK.Name = "chkLeadKaraEmptyK";
     this.chkLeadKaraEmptyK.UseVisualStyleBackColor = true;
     //
     // chkLeadKaraOnly
     //
     resources.ApplyResources(this.chkLeadKaraOnly, "chkLeadKaraOnly");
     this.chkLeadKaraOnly.Name = "chkLeadKaraOnly";
     this.chkLeadKaraOnly.UseVisualStyleBackColor = true;
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.chkScalePlayRes);
     this.groupBox6.Controls.Add(this.txtScaleYDenominator);
     this.groupBox6.Controls.Add(this.label50);
     this.groupBox6.Controls.Add(this.txtScaleYNumerator);
     this.groupBox6.Controls.Add(this.label51);
     this.groupBox6.Controls.Add(this.cmdScale);
     this.groupBox6.Controls.Add(this.txtScaleXDenominator);
     this.groupBox6.Controls.Add(this.label26);
     this.groupBox6.Controls.Add(this.txtScaleXNumerator);
     this.groupBox6.Controls.Add(this.label25);
     resources.ApplyResources(this.groupBox6, "groupBox6");
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.TabStop = false;
     //
     // chkScalePlayRes
     //
     resources.ApplyResources(this.chkScalePlayRes, "chkScalePlayRes");
     this.chkScalePlayRes.Name = "chkScalePlayRes";
     this.chkScalePlayRes.UseVisualStyleBackColor = true;
     //
     // txtScaleYDenominator
     //
     resources.ApplyResources(this.txtScaleYDenominator, "txtScaleYDenominator");
     this.txtScaleYDenominator.Name = "txtScaleYDenominator";
     //
     // label50
     //
     resources.ApplyResources(this.label50, "label50");
     this.label50.Name = "label50";
     //
     // txtScaleYNumerator
     //
     resources.ApplyResources(this.txtScaleYNumerator, "txtScaleYNumerator");
     this.txtScaleYNumerator.Name = "txtScaleYNumerator";
     //
     // label51
     //
     resources.ApplyResources(this.label51, "label51");
     this.label51.Name = "label51";
     //
     // cmdScale
     //
     resources.ApplyResources(this.cmdScale, "cmdScale");
     this.cmdScale.Name = "cmdScale";
     this.cmdScale.Click += new System.EventHandler(this.cmdScale_Click);
     //
     // txtScaleXDenominator
     //
     resources.ApplyResources(this.txtScaleXDenominator, "txtScaleXDenominator");
     this.txtScaleXDenominator.Name = "txtScaleXDenominator";
     //
     // label26
     //
     resources.ApplyResources(this.label26, "label26");
     this.label26.Name = "label26";
     //
     // txtScaleXNumerator
     //
     resources.ApplyResources(this.txtScaleXNumerator, "txtScaleXNumerator");
     this.txtScaleXNumerator.Name = "txtScaleXNumerator";
     //
     // label25
     //
     resources.ApplyResources(this.label25, "label25");
     this.label25.Name = "label25";
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.cmdLenBasedK);
     this.groupBox5.Controls.Add(this.txtLenBasedKThreshold);
     this.groupBox5.Controls.Add(this.label13);
     resources.ApplyResources(this.groupBox5, "groupBox5");
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.TabStop = false;
     //
     // cmdLenBasedK
     //
     resources.ApplyResources(this.cmdLenBasedK, "cmdLenBasedK");
     this.cmdLenBasedK.Name = "cmdLenBasedK";
     this.cmdLenBasedK.Click += new System.EventHandler(this.cmdLenBasedK_Click);
     //
     // txtLenBasedKThreshold
     //
     resources.ApplyResources(this.txtLenBasedKThreshold, "txtLenBasedKThreshold");
     this.txtLenBasedKThreshold.Name = "txtLenBasedKThreshold";
     //
     // label13
     //
     resources.ApplyResources(this.label13, "label13");
     this.label13.Name = "label13";
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.cmdAddEffect);
     this.tabPage3.Controls.Add(this.treeKaraoke);
     this.tabPage3.Controls.Add(this.cmdNewLayer);
     this.tabPage3.Controls.Add(this.cmdKaraDel);
     this.tabPage3.Controls.Add(this.cmdDoEffects);
     this.tabPage3.Controls.Add(this.cmdKaraDup);
     this.tabPage3.Controls.Add(this.panelEffect);
     this.tabPage3.Controls.Add(this.panelLayer);
     resources.ApplyResources(this.tabPage3, "tabPage3");
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // cmdAddEffect
     //
     resources.ApplyResources(this.cmdAddEffect, "cmdAddEffect");
     this.cmdAddEffect.Name = "cmdAddEffect";
     this.cmdAddEffect.Click += new System.EventHandler(this.cmdAddEffect_Click);
     //
     // treeKaraoke
     //
     this.treeKaraoke.AllowDrop = true;
     this.treeKaraoke.CheckBoxes = true;
     this.treeKaraoke.HideSelection = false;
     resources.ApplyResources(this.treeKaraoke, "treeKaraoke");
     this.treeKaraoke.ItemHeight = 18;
     this.treeKaraoke.LabelEdit = true;
     this.treeKaraoke.Name = "treeKaraoke";
     this.treeKaraoke.ShowPlusMinus = false;
     this.treeKaraoke.ShowRootLines = false;
     this.treeKaraoke.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeKaraoke_AfterCheck);
     this.treeKaraoke.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeKaraoke_DragDrop);
     this.treeKaraoke.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeKaraoke_AfterLabelEdit);
     this.treeKaraoke.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeKaraoke_AfterSelect);
     this.treeKaraoke.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeKaraoke_DragEnter);
     this.treeKaraoke.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeKaraoke_ItemDrag);
     //
     // cmdNewLayer
     //
     resources.ApplyResources(this.cmdNewLayer, "cmdNewLayer");
     this.cmdNewLayer.Name = "cmdNewLayer";
     this.cmdNewLayer.Click += new System.EventHandler(this.cmdNewLayer_Click);
     //
     // cmdKaraDel
     //
     resources.ApplyResources(this.cmdKaraDel, "cmdKaraDel");
     this.cmdKaraDel.Name = "cmdKaraDel";
     this.cmdKaraDel.Click += new System.EventHandler(this.cmdKaraDel_Click);
     //
     // cmdDoEffects
     //
     resources.ApplyResources(this.cmdDoEffects, "cmdDoEffects");
     this.cmdDoEffects.Name = "cmdDoEffects";
     this.cmdDoEffects.Click += new System.EventHandler(this.cmdDoEffects_Click);
     //
     // cmdKaraDup
     //
     resources.ApplyResources(this.cmdKaraDup, "cmdKaraDup");
     this.cmdKaraDup.Name = "cmdKaraDup";
     this.cmdKaraDup.Click += new System.EventHandler(this.cmdKaraDup_Click);
     //
     // panelEffect
     //
     this.panelEffect.Controls.Add(this.tabControl1);
     resources.ApplyResources(this.panelEffect, "panelEffect");
     this.panelEffect.Name = "panelEffect";
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage7);
     this.tabControl1.Controls.Add(this.tabPage8);
     resources.ApplyResources(this.tabControl1, "tabControl1");
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     //
     // tabPage7
     //
     this.tabPage7.Controls.Add(this.lstEffectOptions);
     this.tabPage7.Controls.Add(this.label2);
     resources.ApplyResources(this.tabPage7, "tabPage7");
     this.tabPage7.Name = "tabPage7";
     //
     // lstEffectOptions
     //
     resources.ApplyResources(this.lstEffectOptions, "lstEffectOptions");
     this.lstEffectOptions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.lstoOptionName,
     this.lstoOptionValue});
     this.lstEffectOptions.FullRowSelect = true;
     this.lstEffectOptions.GridLines = true;
     this.lstEffectOptions.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lstEffectOptions.MultiSelect = false;
     this.lstEffectOptions.Name = "lstEffectOptions";
     this.lstEffectOptions.UseCompatibleStateImageBehavior = false;
     this.lstEffectOptions.View = System.Windows.Forms.View.Details;
     this.lstEffectOptions.Click += new System.EventHandler(this.lstEffectOptions_Click);
     //
     // lstoOptionName
     //
     resources.ApplyResources(this.lstoOptionName, "lstoOptionName");
     //
     // lstoOptionValue
     //
     resources.ApplyResources(this.lstoOptionValue, "lstoOptionValue");
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // tabPage8
     //
     this.tabPage8.Controls.Add(this.lstEffectConditions);
     this.tabPage8.Controls.Add(this.cmdDelEffectCondition);
     this.tabPage8.Controls.Add(this.cmdAddEffectCondition);
     resources.ApplyResources(this.tabPage8, "tabPage8");
     this.tabPage8.Name = "tabPage8";
     //
     // lstEffectConditions
     //
     this.lstEffectConditions.AutoArrange = false;
     this.lstEffectConditions.CheckBoxes = true;
     this.lstEffectConditions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3});
     this.lstEffectConditions.FullRowSelect = true;
     this.lstEffectConditions.GridLines = true;
     this.lstEffectConditions.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lstEffectConditions.HideSelection = false;
     this.lstEffectConditions.LabelEdit = true;
     resources.ApplyResources(this.lstEffectConditions, "lstEffectConditions");
     this.lstEffectConditions.MultiSelect = false;
     this.lstEffectConditions.Name = "lstEffectConditions";
     this.lstEffectConditions.UseCompatibleStateImageBehavior = false;
     this.lstEffectConditions.View = System.Windows.Forms.View.Details;
     this.lstEffectConditions.SubItemClicked += new SSATool.ListViewES.LabelSubEditEventHandler(this.lstEffectConditions_SubItemClicked);
     this.lstEffectConditions.SubItemEndEditing += new SSATool.ListViewES.LabelSubEditEndEventHandler(this.lstEffectConditions_SubItemEndEditing);
     //
     // columnHeader1
     //
     resources.ApplyResources(this.columnHeader1, "columnHeader1");
     //
     // columnHeader2
     //
     resources.ApplyResources(this.columnHeader2, "columnHeader2");
     //
     // columnHeader3
     //
     resources.ApplyResources(this.columnHeader3, "columnHeader3");
     //
     // cmdDelEffectCondition
     //
     resources.ApplyResources(this.cmdDelEffectCondition, "cmdDelEffectCondition");
     this.cmdDelEffectCondition.Name = "cmdDelEffectCondition";
     this.cmdDelEffectCondition.Click += new System.EventHandler(this.cmdDelEffectCondition_Click);
     //
     // cmdAddEffectCondition
     //
     resources.ApplyResources(this.cmdAddEffectCondition, "cmdAddEffectCondition");
     this.cmdAddEffectCondition.Name = "cmdAddEffectCondition";
     this.cmdAddEffectCondition.Click += new System.EventHandler(this.cmdAddEffectCondition_Click);
     //
     // panelLayer
     //
     this.panelLayer.Controls.Add(this.chkSyllablePerLine);
     this.panelLayer.Controls.Add(this.groupBox16);
     this.panelLayer.Controls.Add(this.textLayerRepetitions);
     this.panelLayer.Controls.Add(this.label49);
     this.panelLayer.Controls.Add(this.chkAddOnce);
     this.panelLayer.Controls.Add(this.chkAddAnyway);
     this.panelLayer.Controls.Add(this.chkLayerPerSyllable);
     this.panelLayer.Controls.Add(this.cmdDelLayerCondition);
     this.panelLayer.Controls.Add(this.cmdNewLayerCondition);
     this.panelLayer.Controls.Add(this.lstLayerConditions);
     resources.ApplyResources(this.panelLayer, "panelLayer");
     this.panelLayer.Name = "panelLayer";
     //
     // chkSyllablePerLine
     //
     resources.ApplyResources(this.chkSyllablePerLine, "chkSyllablePerLine");
     this.chkSyllablePerLine.Name = "chkSyllablePerLine";
     this.chkSyllablePerLine.UseVisualStyleBackColor = true;
     this.chkSyllablePerLine.CheckedChanged += new System.EventHandler(this.chkSyllablePerLine_CheckedChanged);
     //
     // groupBox16
     //
     this.groupBox16.Controls.Add(this.chkKaraAddText);
     this.groupBox16.Controls.Add(this.chkKaraAddClosingBracket);
     this.groupBox16.Controls.Add(this.chkKaraAddASSA);
     this.groupBox16.Controls.Add(this.chkKaraAddK);
     resources.ApplyResources(this.groupBox16, "groupBox16");
     this.groupBox16.Name = "groupBox16";
     this.groupBox16.TabStop = false;
     //
     // chkKaraAddText
     //
     resources.ApplyResources(this.chkKaraAddText, "chkKaraAddText");
     this.chkKaraAddText.Checked = true;
     this.chkKaraAddText.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkKaraAddText.Name = "chkKaraAddText";
     this.chkKaraAddText.UseVisualStyleBackColor = true;
     this.chkKaraAddText.CheckedChanged += new System.EventHandler(this.chkKaraAddText_CheckedChanged);
     //
     // chkKaraAddClosingBracket
     //
     resources.ApplyResources(this.chkKaraAddClosingBracket, "chkKaraAddClosingBracket");
     this.chkKaraAddClosingBracket.Checked = true;
     this.chkKaraAddClosingBracket.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkKaraAddClosingBracket.Name = "chkKaraAddClosingBracket";
     this.chkKaraAddClosingBracket.UseVisualStyleBackColor = true;
     this.chkKaraAddClosingBracket.CheckedChanged += new System.EventHandler(this.chkKaraAddClosingBracket_CheckedChanged);
     //
     // chkKaraAddASSA
     //
     resources.ApplyResources(this.chkKaraAddASSA, "chkKaraAddASSA");
     this.chkKaraAddASSA.Checked = true;
     this.chkKaraAddASSA.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkKaraAddASSA.Name = "chkKaraAddASSA";
     this.chkKaraAddASSA.UseVisualStyleBackColor = true;
     this.chkKaraAddASSA.CheckedChanged += new System.EventHandler(this.chkKaraAddASSA_CheckedChanged);
     //
     // chkKaraAddK
     //
     resources.ApplyResources(this.chkKaraAddK, "chkKaraAddK");
     this.chkKaraAddK.Checked = true;
     this.chkKaraAddK.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkKaraAddK.Name = "chkKaraAddK";
     this.chkKaraAddK.UseVisualStyleBackColor = true;
     this.chkKaraAddK.CheckedChanged += new System.EventHandler(this.chkKaraAddK_CheckedChanged);
     //
     // textLayerRepetitions
     //
     resources.ApplyResources(this.textLayerRepetitions, "textLayerRepetitions");
     this.textLayerRepetitions.Name = "textLayerRepetitions";
     this.textLayerRepetitions.Leave += new System.EventHandler(this.textLayerRepetitions_Leave);
     this.textLayerRepetitions.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textLayerRepetitions_KeyPress);
     //
     // label49
     //
     resources.ApplyResources(this.label49, "label49");
     this.label49.Name = "label49";
     this.label49.UseCompatibleTextRendering = true;
     //
     // chkAddOnce
     //
     resources.ApplyResources(this.chkAddOnce, "chkAddOnce");
     this.chkAddOnce.Name = "chkAddOnce";
     this.chkAddOnce.UseCompatibleTextRendering = true;
     this.chkAddOnce.CheckedChanged += new System.EventHandler(this.chkAddOnce_CheckedChanged);
     //
     // chkAddAnyway
     //
     resources.ApplyResources(this.chkAddAnyway, "chkAddAnyway");
     this.chkAddAnyway.Name = "chkAddAnyway";
     this.chkAddAnyway.UseCompatibleTextRendering = true;
     this.chkAddAnyway.CheckedChanged += new System.EventHandler(this.chkAddAnyway_CheckedChanged);
     //
     // chkLayerPerSyllable
     //
     resources.ApplyResources(this.chkLayerPerSyllable, "chkLayerPerSyllable");
     this.chkLayerPerSyllable.Name = "chkLayerPerSyllable";
     this.chkLayerPerSyllable.UseCompatibleTextRendering = true;
     this.chkLayerPerSyllable.CheckedChanged += new System.EventHandler(this.chkLayerPerSyllable_CheckedChanged);
     //
     // cmdDelLayerCondition
     //
     resources.ApplyResources(this.cmdDelLayerCondition, "cmdDelLayerCondition");
     this.cmdDelLayerCondition.Name = "cmdDelLayerCondition";
     this.cmdDelLayerCondition.Click += new System.EventHandler(this.cmdDelLayerCondition_Click);
     //
     // cmdNewLayerCondition
     //
     resources.ApplyResources(this.cmdNewLayerCondition, "cmdNewLayerCondition");
     this.cmdNewLayerCondition.Name = "cmdNewLayerCondition";
     this.cmdNewLayerCondition.Click += new System.EventHandler(this.cmdNewLayerCondition_Click);
     //
     // lstLayerConditions
     //
     this.lstLayerConditions.AutoArrange = false;
     this.lstLayerConditions.CheckBoxes = true;
     this.lstLayerConditions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader4,
     this.columnHeader5,
     this.columnHeader6});
     resources.ApplyResources(this.lstLayerConditions, "lstLayerConditions");
     this.lstLayerConditions.FullRowSelect = true;
     this.lstLayerConditions.GridLines = true;
     this.lstLayerConditions.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lstLayerConditions.HideSelection = false;
     this.lstLayerConditions.LabelEdit = true;
     this.lstLayerConditions.MultiSelect = false;
     this.lstLayerConditions.Name = "lstLayerConditions";
     this.lstLayerConditions.UseCompatibleStateImageBehavior = false;
     this.lstLayerConditions.View = System.Windows.Forms.View.Details;
     this.lstLayerConditions.SubItemClicked += new SSATool.ListViewES.LabelSubEditEventHandler(this.lstLayerConditions_SubItemClicked);
     this.lstLayerConditions.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.lstLayerConditions_ItemCheck);
     this.lstLayerConditions.SubItemEndEditing += new SSATool.ListViewES.LabelSubEditEndEventHandler(this.lstLayerConditions_SubItemEndEditing);
     //
     // columnHeader4
     //
     resources.ApplyResources(this.columnHeader4, "columnHeader4");
     //
     // columnHeader5
     //
     resources.ApplyResources(this.columnHeader5, "columnHeader5");
     //
     // columnHeader6
     //
     resources.ApplyResources(this.columnHeader6, "columnHeader6");
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.label17);
     this.tabPage4.Controls.Add(this.panelGradient);
     this.tabPage4.Controls.Add(this.label16);
     this.tabPage4.Controls.Add(this.label18);
     this.tabPage4.Controls.Add(this.label15);
     this.tabPage4.Controls.Add(this.label14);
     this.tabPage4.Controls.Add(this.cmdGradMoveBefore);
     this.tabPage4.Controls.Add(this.txtGradOut);
     this.tabPage4.Controls.Add(this.txtGradIn);
     this.tabPage4.Controls.Add(this.txtGradBefore);
     resources.ApplyResources(this.tabPage4, "tabPage4");
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // label17
     //
     resources.ApplyResources(this.label17, "label17");
     this.label17.Name = "label17";
     //
     // panelGradient
     //
     this.panelGradient.Controls.Add(this.txtGradCLines);
     this.panelGradient.Controls.Add(this.cmdGradDoGrad);
     this.panelGradient.Controls.Add(this.groupBox7);
     this.panelGradient.Controls.Add(this.cmdGradReplaceLine);
     this.panelGradient.Controls.Add(this.txtGradMirror);
     this.panelGradient.Controls.Add(this.cmdGradInsertAfter);
     this.panelGradient.Controls.Add(this.label33);
     this.panelGradient.Controls.Add(this.cmdGradInsertBefore);
     this.panelGradient.Controls.Add(this.label37);
     this.panelGradient.Controls.Add(this.label19);
     this.panelGradient.Controls.Add(this.txtGradBase);
     this.panelGradient.Controls.Add(this.label20);
     this.panelGradient.Controls.Add(this.chkGrad4c);
     this.panelGradient.Controls.Add(this.label21);
     this.panelGradient.Controls.Add(this.chkGrad3c);
     this.panelGradient.Controls.Add(this.label22);
     this.panelGradient.Controls.Add(this.chkGrad2c);
     this.panelGradient.Controls.Add(this.label23);
     this.panelGradient.Controls.Add(this.chkGrad1c);
     this.panelGradient.Controls.Add(this.label24);
     this.panelGradient.Controls.Add(this.txtGradStartPos);
     this.panelGradient.Controls.Add(this.cmdGradListToInput);
     this.panelGradient.Controls.Add(this.txtGradEndPos);
     this.panelGradient.Controls.Add(this.txtGradEndBGR);
     this.panelGradient.Controls.Add(this.txtGradOffset);
     this.panelGradient.Controls.Add(this.txtGradStartBGR);
     resources.ApplyResources(this.panelGradient, "panelGradient");
     this.panelGradient.Name = "panelGradient";
     //
     // txtGradCLines
     //
     resources.ApplyResources(this.txtGradCLines, "txtGradCLines");
     this.txtGradCLines.Name = "txtGradCLines";
     //
     // cmdGradDoGrad
     //
     resources.ApplyResources(this.cmdGradDoGrad, "cmdGradDoGrad");
     this.cmdGradDoGrad.Name = "cmdGradDoGrad";
     this.cmdGradDoGrad.Click += new System.EventHandler(this.cmdGradDoGrad_Click);
     //
     // groupBox7
     //
     this.groupBox7.Controls.Add(this.radGradExp);
     this.groupBox7.Controls.Add(this.radGradLog);
     this.groupBox7.Controls.Add(this.radGradPoly);
     resources.ApplyResources(this.groupBox7, "groupBox7");
     this.groupBox7.Name = "groupBox7";
     this.groupBox7.TabStop = false;
     //
     // radGradExp
     //
     resources.ApplyResources(this.radGradExp, "radGradExp");
     this.radGradExp.Name = "radGradExp";
     this.radGradExp.UseCompatibleTextRendering = true;
     //
     // radGradLog
     //
     resources.ApplyResources(this.radGradLog, "radGradLog");
     this.radGradLog.Name = "radGradLog";
     this.radGradLog.UseCompatibleTextRendering = true;
     //
     // radGradPoly
     //
     this.radGradPoly.Checked = true;
     resources.ApplyResources(this.radGradPoly, "radGradPoly");
     this.radGradPoly.Name = "radGradPoly";
     this.radGradPoly.TabStop = true;
     this.radGradPoly.UseCompatibleTextRendering = true;
     //
     // cmdGradReplaceLine
     //
     resources.ApplyResources(this.cmdGradReplaceLine, "cmdGradReplaceLine");
     this.cmdGradReplaceLine.Name = "cmdGradReplaceLine";
     this.cmdGradReplaceLine.UseCompatibleTextRendering = true;
     this.cmdGradReplaceLine.Click += new System.EventHandler(this.cmdGradReplaceLine_Click);
     //
     // txtGradMirror
     //
     resources.ApplyResources(this.txtGradMirror, "txtGradMirror");
     this.txtGradMirror.Name = "txtGradMirror";
     //
     // cmdGradInsertAfter
     //
     resources.ApplyResources(this.cmdGradInsertAfter, "cmdGradInsertAfter");
     this.cmdGradInsertAfter.Name = "cmdGradInsertAfter";
     this.cmdGradInsertAfter.UseCompatibleTextRendering = true;
     this.cmdGradInsertAfter.Click += new System.EventHandler(this.cmdGradInsertAfter_Click);
     //
     // label33
     //
     resources.ApplyResources(this.label33, "label33");
     this.label33.Name = "label33";
     //
     // cmdGradInsertBefore
     //
     resources.ApplyResources(this.cmdGradInsertBefore, "cmdGradInsertBefore");
     this.cmdGradInsertBefore.Name = "cmdGradInsertBefore";
     this.cmdGradInsertBefore.UseCompatibleTextRendering = true;
     this.cmdGradInsertBefore.Click += new System.EventHandler(this.cmdGradInsertBefore_Click);
     //
     // label37
     //
     resources.ApplyResources(this.label37, "label37");
     this.label37.Name = "label37";
     //
     // label19
     //
     resources.ApplyResources(this.label19, "label19");
     this.label19.Name = "label19";
     //
     // txtGradBase
     //
     resources.ApplyResources(this.txtGradBase, "txtGradBase");
     this.txtGradBase.Name = "txtGradBase";
     //
     // label20
     //
     resources.ApplyResources(this.label20, "label20");
     this.label20.Name = "label20";
     //
     // chkGrad4c
     //
     resources.ApplyResources(this.chkGrad4c, "chkGrad4c");
     this.chkGrad4c.Name = "chkGrad4c";
     //
     // label21
     //
     resources.ApplyResources(this.label21, "label21");
     this.label21.Name = "label21";
     //
     // chkGrad3c
     //
     resources.ApplyResources(this.chkGrad3c, "chkGrad3c");
     this.chkGrad3c.Name = "chkGrad3c";
     //
     // label22
     //
     resources.ApplyResources(this.label22, "label22");
     this.label22.Name = "label22";
     //
     // chkGrad2c
     //
     resources.ApplyResources(this.chkGrad2c, "chkGrad2c");
     this.chkGrad2c.Name = "chkGrad2c";
     //
     // label23
     //
     resources.ApplyResources(this.label23, "label23");
     this.label23.Name = "label23";
     //
     // chkGrad1c
     //
     this.chkGrad1c.Checked = true;
     this.chkGrad1c.CheckState = System.Windows.Forms.CheckState.Checked;
     resources.ApplyResources(this.chkGrad1c, "chkGrad1c");
     this.chkGrad1c.Name = "chkGrad1c";
     //
     // label24
     //
     resources.ApplyResources(this.label24, "label24");
     this.label24.Name = "label24";
     //
     // txtGradStartPos
     //
     resources.ApplyResources(this.txtGradStartPos, "txtGradStartPos");
     this.txtGradStartPos.Name = "txtGradStartPos";
     //
     // cmdGradListToInput
     //
     resources.ApplyResources(this.cmdGradListToInput, "cmdGradListToInput");
     this.cmdGradListToInput.Name = "cmdGradListToInput";
     this.cmdGradListToInput.UseCompatibleTextRendering = true;
     this.cmdGradListToInput.Click += new System.EventHandler(this.cmdGradListToInput_Click);
     //
     // txtGradEndPos
     //
     resources.ApplyResources(this.txtGradEndPos, "txtGradEndPos");
     this.txtGradEndPos.Name = "txtGradEndPos";
     //
     // txtGradEndBGR
     //
     resources.ApplyResources(this.txtGradEndBGR, "txtGradEndBGR");
     this.txtGradEndBGR.Name = "txtGradEndBGR";
     //
     // txtGradOffset
     //
     resources.ApplyResources(this.txtGradOffset, "txtGradOffset");
     this.txtGradOffset.Name = "txtGradOffset";
     //
     // txtGradStartBGR
     //
     resources.ApplyResources(this.txtGradStartBGR, "txtGradStartBGR");
     this.txtGradStartBGR.Name = "txtGradStartBGR";
     //
     // label16
     //
     resources.ApplyResources(this.label16, "label16");
     this.label16.Name = "label16";
     //
     // label18
     //
     resources.ApplyResources(this.label18, "label18");
     this.label18.Name = "label18";
     //
     // label15
     //
     resources.ApplyResources(this.label15, "label15");
     this.label15.Name = "label15";
     //
     // label14
     //
     resources.ApplyResources(this.label14, "label14");
     this.label14.Name = "label14";
     //
     // cmdGradMoveBefore
     //
     resources.ApplyResources(this.cmdGradMoveBefore, "cmdGradMoveBefore");
     this.cmdGradMoveBefore.Name = "cmdGradMoveBefore";
     this.cmdGradMoveBefore.UseCompatibleTextRendering = true;
     this.cmdGradMoveBefore.UseMnemonic = false;
     this.cmdGradMoveBefore.Click += new System.EventHandler(this.cmdGradMoveBefore_Click);
     //
     // txtGradOut
     //
     this.txtGradOut.AcceptsReturn = true;
     resources.ApplyResources(this.txtGradOut, "txtGradOut");
     this.txtGradOut.Name = "txtGradOut";
     //
     // txtGradIn
     //
     resources.ApplyResources(this.txtGradIn, "txtGradIn");
     this.txtGradIn.Name = "txtGradIn";
     //
     // txtGradBefore
     //
     resources.ApplyResources(this.txtGradBefore, "txtGradBefore");
     this.txtGradBefore.Name = "txtGradBefore";
     //
     // tabPage14
     //
     this.tabPage14.Controls.Add(this.panelBlur);
     this.tabPage14.Controls.Add(this.cmdBlurMoveBefore);
     this.tabPage14.Controls.Add(this.label35);
     this.tabPage14.Controls.Add(this.txtBlurBefore);
     this.tabPage14.Controls.Add(this.label32);
     this.tabPage14.Controls.Add(this.label31);
     this.tabPage14.Controls.Add(this.txtBlurOut);
     this.tabPage14.Controls.Add(this.txtBlurIn);
     resources.ApplyResources(this.tabPage14, "tabPage14");
     this.tabPage14.Name = "tabPage14";
     this.tabPage14.UseVisualStyleBackColor = true;
     //
     // panelBlur
     //
     this.panelBlur.Controls.Add(this.groupBlurAffect);
     this.panelBlur.Controls.Add(this.label42);
     this.panelBlur.Controls.Add(this.label28);
     this.panelBlur.Controls.Add(this.txtBlurRadV);
     this.panelBlur.Controls.Add(this.txtBlurLines);
     this.panelBlur.Controls.Add(this.label29);
     this.panelBlur.Controls.Add(this.groupBox9);
     this.panelBlur.Controls.Add(this.label30);
     this.panelBlur.Controls.Add(this.groupBlurSub);
     this.panelBlur.Controls.Add(this.txtBlurStartAlpha);
     this.panelBlur.Controls.Add(this.label38);
     this.panelBlur.Controls.Add(this.txtBlurEndAlpha);
     this.panelBlur.Controls.Add(this.txtBlurBase);
     this.panelBlur.Controls.Add(this.cmdDoBlur);
     this.panelBlur.Controls.Add(this.txtBlurPos);
     this.panelBlur.Controls.Add(this.groupBox8);
     this.panelBlur.Controls.Add(this.label36);
     this.panelBlur.Controls.Add(this.label34);
     this.panelBlur.Controls.Add(this.cmdBlurListToInput);
     this.panelBlur.Controls.Add(this.txtBlurRadH);
     this.panelBlur.Controls.Add(this.cmdBlurInsertBefore);
     this.panelBlur.Controls.Add(this.cmdBlurReplaceLine);
     this.panelBlur.Controls.Add(this.cmdBlurInsertAfter);
     resources.ApplyResources(this.panelBlur, "panelBlur");
     this.panelBlur.Name = "panelBlur";
     //
     // groupBlurAffect
     //
     this.groupBlurAffect.Controls.Add(this.chkBlur4a);
     this.groupBlurAffect.Controls.Add(this.chkBlur3a);
     this.groupBlurAffect.Controls.Add(this.chkBlur2a);
     this.groupBlurAffect.Controls.Add(this.chkBlur1a);
     resources.ApplyResources(this.groupBlurAffect, "groupBlurAffect");
     this.groupBlurAffect.Name = "groupBlurAffect";
     this.groupBlurAffect.TabStop = false;
     //
     // chkBlur4a
     //
     resources.ApplyResources(this.chkBlur4a, "chkBlur4a");
     this.chkBlur4a.Name = "chkBlur4a";
     this.chkBlur4a.UseCompatibleTextRendering = true;
     //
     // chkBlur3a
     //
     this.chkBlur3a.Checked = true;
     this.chkBlur3a.CheckState = System.Windows.Forms.CheckState.Checked;
     resources.ApplyResources(this.chkBlur3a, "chkBlur3a");
     this.chkBlur3a.Name = "chkBlur3a";
     this.chkBlur3a.UseCompatibleTextRendering = true;
     //
     // chkBlur2a
     //
     resources.ApplyResources(this.chkBlur2a, "chkBlur2a");
     this.chkBlur2a.Name = "chkBlur2a";
     this.chkBlur2a.UseCompatibleTextRendering = true;
     //
     // chkBlur1a
     //
     resources.ApplyResources(this.chkBlur1a, "chkBlur1a");
     this.chkBlur1a.Name = "chkBlur1a";
     this.chkBlur1a.UseCompatibleTextRendering = true;
     //
     // label42
     //
     resources.ApplyResources(this.label42, "label42");
     this.label42.Name = "label42";
     //
     // label28
     //
     resources.ApplyResources(this.label28, "label28");
     this.label28.Name = "label28";
     //
     // txtBlurRadV
     //
     resources.ApplyResources(this.txtBlurRadV, "txtBlurRadV");
     this.txtBlurRadV.Name = "txtBlurRadV";
     //
     // txtBlurLines
     //
     resources.ApplyResources(this.txtBlurLines, "txtBlurLines");
     this.txtBlurLines.Name = "txtBlurLines";
     //
     // label29
     //
     resources.ApplyResources(this.label29, "label29");
     this.label29.Name = "label29";
     //
     // groupBox9
     //
     this.groupBox9.Controls.Add(this.radBlurExp);
     this.groupBox9.Controls.Add(this.radBlurLog);
     this.groupBox9.Controls.Add(this.radBlurPoly);
     resources.ApplyResources(this.groupBox9, "groupBox9");
     this.groupBox9.Name = "groupBox9";
     this.groupBox9.TabStop = false;
     //
     // radBlurExp
     //
     resources.ApplyResources(this.radBlurExp, "radBlurExp");
     this.radBlurExp.Name = "radBlurExp";
     this.radBlurExp.UseCompatibleTextRendering = true;
     //
     // radBlurLog
     //
     resources.ApplyResources(this.radBlurLog, "radBlurLog");
     this.radBlurLog.Name = "radBlurLog";
     this.radBlurLog.UseCompatibleTextRendering = true;
     //
     // radBlurPoly
     //
     this.radBlurPoly.Checked = true;
     resources.ApplyResources(this.radBlurPoly, "radBlurPoly");
     this.radBlurPoly.Name = "radBlurPoly";
     this.radBlurPoly.TabStop = true;
     this.radBlurPoly.UseCompatibleTextRendering = true;
     //
     // label30
     //
     resources.ApplyResources(this.label30, "label30");
     this.label30.Name = "label30";
     //
     // groupBlurSub
     //
     this.groupBlurSub.Controls.Add(this.chkBlur2aSub);
     this.groupBlurSub.Controls.Add(this.chkBlur4aSub);
     this.groupBlurSub.Controls.Add(this.chkBlur3aSub);
     this.groupBlurSub.Controls.Add(this.chkBlur1aSub);
     resources.ApplyResources(this.groupBlurSub, "groupBlurSub");
     this.groupBlurSub.Name = "groupBlurSub";
     this.groupBlurSub.TabStop = false;
     //
     // chkBlur2aSub
     //
     this.chkBlur2aSub.Checked = true;
     this.chkBlur2aSub.CheckState = System.Windows.Forms.CheckState.Checked;
     resources.ApplyResources(this.chkBlur2aSub, "chkBlur2aSub");
     this.chkBlur2aSub.Name = "chkBlur2aSub";
     this.chkBlur2aSub.UseCompatibleTextRendering = true;
     //
     // chkBlur4aSub
     //
     this.chkBlur4aSub.Checked = true;
     this.chkBlur4aSub.CheckState = System.Windows.Forms.CheckState.Checked;
     resources.ApplyResources(this.chkBlur4aSub, "chkBlur4aSub");
     this.chkBlur4aSub.Name = "chkBlur4aSub";
     this.chkBlur4aSub.UseCompatibleTextRendering = true;
     //
     // chkBlur3aSub
     //
     resources.ApplyResources(this.chkBlur3aSub, "chkBlur3aSub");
     this.chkBlur3aSub.Name = "chkBlur3aSub";
     this.chkBlur3aSub.UseCompatibleTextRendering = true;
     //
     // chkBlur1aSub
     //
     this.chkBlur1aSub.Checked = true;
     this.chkBlur1aSub.CheckState = System.Windows.Forms.CheckState.Checked;
     resources.ApplyResources(this.chkBlur1aSub, "chkBlur1aSub");
     this.chkBlur1aSub.Name = "chkBlur1aSub";
     this.chkBlur1aSub.UseCompatibleTextRendering = true;
     //
     // txtBlurStartAlpha
     //
     resources.ApplyResources(this.txtBlurStartAlpha, "txtBlurStartAlpha");
     this.txtBlurStartAlpha.Name = "txtBlurStartAlpha";
     //
     // label38
     //
     resources.ApplyResources(this.label38, "label38");
     this.label38.Name = "label38";
     //
     // txtBlurEndAlpha
     //
     resources.ApplyResources(this.txtBlurEndAlpha, "txtBlurEndAlpha");
     this.txtBlurEndAlpha.Name = "txtBlurEndAlpha";
     //
     // txtBlurBase
     //
     resources.ApplyResources(this.txtBlurBase, "txtBlurBase");
     this.txtBlurBase.Name = "txtBlurBase";
     //
     // cmdDoBlur
     //
     resources.ApplyResources(this.cmdDoBlur, "cmdDoBlur");
     this.cmdDoBlur.Name = "cmdDoBlur";
     this.cmdDoBlur.Click += new System.EventHandler(this.cmdDoBlur_Click);
     //
     // txtBlurPos
     //
     resources.ApplyResources(this.txtBlurPos, "txtBlurPos");
     this.txtBlurPos.Name = "txtBlurPos";
     //
     // groupBox8
     //
     this.groupBox8.Controls.Add(this.radBlurGlow);
     this.groupBox8.Controls.Add(this.radBlurHV);
     resources.ApplyResources(this.groupBox8, "groupBox8");
     this.groupBox8.Name = "groupBox8";
     this.groupBox8.TabStop = false;
     //
     // radBlurGlow
     //
     resources.ApplyResources(this.radBlurGlow, "radBlurGlow");
     this.radBlurGlow.Name = "radBlurGlow";
     this.radBlurGlow.UseCompatibleTextRendering = true;
     this.radBlurGlow.CheckedChanged += new System.EventHandler(this.radBlurGlow_CheckedChanged);
     //
     // radBlurHV
     //
     this.radBlurHV.Checked = true;
     resources.ApplyResources(this.radBlurHV, "radBlurHV");
     this.radBlurHV.Name = "radBlurHV";
     this.radBlurHV.TabStop = true;
     this.radBlurHV.UseCompatibleTextRendering = true;
     this.radBlurHV.CheckedChanged += new System.EventHandler(this.radBlurHV_CheckedChanged);
     //
     // label36
     //
     resources.ApplyResources(this.label36, "label36");
     this.label36.Name = "label36";
     //
     // label34
     //
     resources.ApplyResources(this.label34, "label34");
     this.label34.Name = "label34";
     //
     // cmdBlurListToInput
     //
     resources.ApplyResources(this.cmdBlurListToInput, "cmdBlurListToInput");
     this.cmdBlurListToInput.Name = "cmdBlurListToInput";
     this.cmdBlurListToInput.Click += new System.EventHandler(this.cmdBlurListToInput_Click);
     //
     // txtBlurRadH
     //
     resources.ApplyResources(this.txtBlurRadH, "txtBlurRadH");
     this.txtBlurRadH.Name = "txtBlurRadH";
     //
     // cmdBlurInsertBefore
     //
     resources.ApplyResources(this.cmdBlurInsertBefore, "cmdBlurInsertBefore");
     this.cmdBlurInsertBefore.Name = "cmdBlurInsertBefore";
     this.cmdBlurInsertBefore.Click += new System.EventHandler(this.cmdBlurInsertBefore_Click);
     //
     // cmdBlurReplaceLine
     //
     resources.ApplyResources(this.cmdBlurReplaceLine, "cmdBlurReplaceLine");
     this.cmdBlurReplaceLine.Name = "cmdBlurReplaceLine";
     this.cmdBlurReplaceLine.Click += new System.EventHandler(this.cmdBlurReplaceLine_Click);
     //
     // cmdBlurInsertAfter
     //
     resources.ApplyResources(this.cmdBlurInsertAfter, "cmdBlurInsertAfter");
     this.cmdBlurInsertAfter.Name = "cmdBlurInsertAfter";
     this.cmdBlurInsertAfter.Click += new System.EventHandler(this.cmdBlurInsertAfter_Click);
     //
     // cmdBlurMoveBefore
     //
     resources.ApplyResources(this.cmdBlurMoveBefore, "cmdBlurMoveBefore");
     this.cmdBlurMoveBefore.Name = "cmdBlurMoveBefore";
     this.cmdBlurMoveBefore.UseCompatibleTextRendering = true;
     this.cmdBlurMoveBefore.Click += new System.EventHandler(this.cmdBlurMoveBefore_Click);
     //
     // label35
     //
     resources.ApplyResources(this.label35, "label35");
     this.label35.Name = "label35";
     //
     // txtBlurBefore
     //
     resources.ApplyResources(this.txtBlurBefore, "txtBlurBefore");
     this.txtBlurBefore.Name = "txtBlurBefore";
     //
     // label32
     //
     resources.ApplyResources(this.label32, "label32");
     this.label32.Name = "label32";
     //
     // label31
     //
     resources.ApplyResources(this.label31, "label31");
     this.label31.Name = "label31";
     //
     // txtBlurOut
     //
     resources.ApplyResources(this.txtBlurOut, "txtBlurOut");
     this.txtBlurOut.Name = "txtBlurOut";
     //
     // txtBlurIn
     //
     resources.ApplyResources(this.txtBlurIn, "txtBlurIn");
     this.txtBlurIn.Name = "txtBlurIn";
     //
     // tabPage16
     //
     this.tabPage16.Controls.Add(this.maskedTextTransformTime);
     this.tabPage16.Controls.Add(this.cmdTransformListToInput);
     this.tabPage16.Controls.Add(this.cmdTransformInsertBefore);
     this.tabPage16.Controls.Add(this.cmdTransformInsertAfter);
     this.tabPage16.Controls.Add(this.cmdTransformReplaceLine);
     this.tabPage16.Controls.Add(this.label45);
     this.tabPage16.Controls.Add(this.txtTransformPrecision);
     this.tabPage16.Controls.Add(this.label1);
     this.tabPage16.Controls.Add(this.listTransformVars);
     this.tabPage16.Controls.Add(this.txtTransformCode);
     this.tabPage16.Controls.Add(this.label47);
     this.tabPage16.Controls.Add(this.label46);
     this.tabPage16.Controls.Add(this.cmdTransformDelVar);
     this.tabPage16.Controls.Add(this.cmdTransformNewVar);
     this.tabPage16.Controls.Add(this.cmdDoTransform);
     this.tabPage16.Controls.Add(this.label44);
     this.tabPage16.Controls.Add(this.cmdTransformDelTime);
     this.tabPage16.Controls.Add(this.cmdTransformAddTime);
     this.tabPage16.Controls.Add(this.listTransformTimes);
     this.tabPage16.Controls.Add(this.label43);
     this.tabPage16.Controls.Add(this.txtTransformOut);
     resources.ApplyResources(this.tabPage16, "tabPage16");
     this.tabPage16.Name = "tabPage16";
     this.tabPage16.UseVisualStyleBackColor = true;
     //
     // maskedTextTransformTime
     //
     resources.ApplyResources(this.maskedTextTransformTime, "maskedTextTransformTime");
     this.maskedTextTransformTime.Name = "maskedTextTransformTime";
     this.maskedTextTransformTime.TextMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals;
     //
     // cmdTransformListToInput
     //
     resources.ApplyResources(this.cmdTransformListToInput, "cmdTransformListToInput");
     this.cmdTransformListToInput.Name = "cmdTransformListToInput";
     this.cmdTransformListToInput.Click += new System.EventHandler(this.cmdTransformListToInput_Click);
     //
     // cmdTransformInsertBefore
     //
     resources.ApplyResources(this.cmdTransformInsertBefore, "cmdTransformInsertBefore");
     this.cmdTransformInsertBefore.Name = "cmdTransformInsertBefore";
     this.cmdTransformInsertBefore.Click += new System.EventHandler(this.cmdTransformInsertBefore_Click);
     //
     // cmdTransformInsertAfter
     //
     resources.ApplyResources(this.cmdTransformInsertAfter, "cmdTransformInsertAfter");
     this.cmdTransformInsertAfter.Name = "cmdTransformInsertAfter";
     this.cmdTransformInsertAfter.Click += new System.EventHandler(this.cmdTransformInsertAfter_Click);
     //
     // cmdTransformReplaceLine
     //
     resources.ApplyResources(this.cmdTransformReplaceLine, "cmdTransformReplaceLine");
     this.cmdTransformReplaceLine.Name = "cmdTransformReplaceLine";
     this.cmdTransformReplaceLine.Click += new System.EventHandler(this.cmdTransformReplaceLine_Click);
     //
     // label45
     //
     resources.ApplyResources(this.label45, "label45");
     this.label45.Name = "label45";
     //
     // txtTransformPrecision
     //
     resources.ApplyResources(this.txtTransformPrecision, "txtTransformPrecision");
     this.txtTransformPrecision.Name = "txtTransformPrecision";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // listTransformVars
     //
     this.listTransformVars.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader13});
     this.listTransformVars.GridLines = true;
     this.listTransformVars.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listTransformVars.LabelEdit = true;
     resources.ApplyResources(this.listTransformVars, "listTransformVars");
     this.listTransformVars.Name = "listTransformVars";
     this.listTransformVars.UseCompatibleStateImageBehavior = false;
     this.listTransformVars.View = System.Windows.Forms.View.Details;
     //
     // columnHeader13
     //
     resources.ApplyResources(this.columnHeader13, "columnHeader13");
     //
     // txtTransformCode
     //
     resources.ApplyResources(this.txtTransformCode, "txtTransformCode");
     this.txtTransformCode.Name = "txtTransformCode";
     //
     // label47
     //
     resources.ApplyResources(this.label47, "label47");
     this.label47.Name = "label47";
     //
     // label46
     //
     resources.ApplyResources(this.label46, "label46");
     this.label46.Name = "label46";
     //
     // cmdTransformDelVar
     //
     resources.ApplyResources(this.cmdTransformDelVar, "cmdTransformDelVar");
     this.cmdTransformDelVar.Name = "cmdTransformDelVar";
     this.cmdTransformDelVar.UseCompatibleTextRendering = true;
     this.cmdTransformDelVar.Click += new System.EventHandler(this.cmdTransformDelVar_Click);
     //
     // cmdTransformNewVar
     //
     resources.ApplyResources(this.cmdTransformNewVar, "cmdTransformNewVar");
     this.cmdTransformNewVar.Name = "cmdTransformNewVar";
     this.cmdTransformNewVar.UseCompatibleTextRendering = true;
     this.cmdTransformNewVar.Click += new System.EventHandler(this.cmdTransformNewVar_Click);
     //
     // cmdDoTransform
     //
     resources.ApplyResources(this.cmdDoTransform, "cmdDoTransform");
     this.cmdDoTransform.Name = "cmdDoTransform";
     this.cmdDoTransform.Click += new System.EventHandler(this.cmdDoTransform_Click);
     //
     // label44
     //
     resources.ApplyResources(this.label44, "label44");
     this.label44.Name = "label44";
     //
     // cmdTransformDelTime
     //
     resources.ApplyResources(this.cmdTransformDelTime, "cmdTransformDelTime");
     this.cmdTransformDelTime.Name = "cmdTransformDelTime";
     this.cmdTransformDelTime.UseCompatibleTextRendering = true;
     this.cmdTransformDelTime.Click += new System.EventHandler(this.cmdTransformDelTime_Click);
     //
     // cmdTransformAddTime
     //
     resources.ApplyResources(this.cmdTransformAddTime, "cmdTransformAddTime");
     this.cmdTransformAddTime.Name = "cmdTransformAddTime";
     this.cmdTransformAddTime.UseCompatibleTextRendering = true;
     this.cmdTransformAddTime.Click += new System.EventHandler(this.cmdTransformAddTime_Click);
     //
     // listTransformTimes
     //
     resources.ApplyResources(this.listTransformTimes, "listTransformTimes");
     this.listTransformTimes.Name = "listTransformTimes";
     //
     // label43
     //
     resources.ApplyResources(this.label43, "label43");
     this.label43.Name = "label43";
     //
     // txtTransformOut
     //
     resources.ApplyResources(this.txtTransformOut, "txtTransformOut");
     this.txtTransformOut.Name = "txtTransformOut";
     //
     // tabPage13
     //
     this.tabPage13.Controls.Add(this.lstErrors);
     this.tabPage13.Controls.Add(this.label27);
     this.tabPage13.Controls.Add(this.cmdCheckErrors);
     resources.ApplyResources(this.tabPage13, "tabPage13");
     this.tabPage13.Name = "tabPage13";
     this.tabPage13.UseVisualStyleBackColor = true;
     //
     // lstErrors
     //
     resources.ApplyResources(this.lstErrors, "lstErrors");
     this.lstErrors.Name = "lstErrors";
     this.lstErrors.DoubleClick += new System.EventHandler(this.lstErrors_DoubleClick);
     //
     // label27
     //
     resources.ApplyResources(this.label27, "label27");
     this.label27.Name = "label27";
     //
     // cmdCheckErrors
     //
     resources.ApplyResources(this.cmdCheckErrors, "cmdCheckErrors");
     this.cmdCheckErrors.Name = "cmdCheckErrors";
     this.cmdCheckErrors.Click += new System.EventHandler(this.cmdCheckErrors_Click);
     //
     // tabPage15
     //
     this.tabPage15.Controls.Add(this.labelFontNum);
     this.tabPage15.Controls.Add(this.cmdFontSearchFolder);
     this.tabPage15.Controls.Add(this.label40);
     this.tabPage15.Controls.Add(this.cmdFindFonts);
     this.tabPage15.Controls.Add(this.label39);
     this.tabPage15.Controls.Add(this.lstFonts);
     resources.ApplyResources(this.tabPage15, "tabPage15");
     this.tabPage15.Name = "tabPage15";
     this.tabPage15.UseVisualStyleBackColor = true;
     //
     // labelFontNum
     //
     resources.ApplyResources(this.labelFontNum, "labelFontNum");
     this.labelFontNum.Name = "labelFontNum";
     //
     // cmdFontSearchFolder
     //
     resources.ApplyResources(this.cmdFontSearchFolder, "cmdFontSearchFolder");
     this.cmdFontSearchFolder.Name = "cmdFontSearchFolder";
     this.cmdFontSearchFolder.Click += new System.EventHandler(this.cmdFontSearchFolder_Click);
     //
     // label40
     //
     resources.ApplyResources(this.label40, "label40");
     this.label40.Name = "label40";
     //
     // cmdFindFonts
     //
     resources.ApplyResources(this.cmdFindFonts, "cmdFindFonts");
     this.cmdFindFonts.Name = "cmdFindFonts";
     this.cmdFindFonts.Click += new System.EventHandler(this.cmdFindFonts_Click);
     //
     // label39
     //
     resources.ApplyResources(this.label39, "label39");
     this.label39.Name = "label39";
     //
     // lstFonts
     //
     this.lstFonts.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader7,
     this.columnHeader8,
     this.columnHeader9});
     this.lstFonts.FullRowSelect = true;
     this.lstFonts.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     resources.ApplyResources(this.lstFonts, "lstFonts");
     this.lstFonts.Name = "lstFonts";
     this.lstFonts.Sorting = System.Windows.Forms.SortOrder.Ascending;
     this.lstFonts.UseCompatibleStateImageBehavior = false;
     this.lstFonts.View = System.Windows.Forms.View.Details;
     //
     // columnHeader7
     //
     resources.ApplyResources(this.columnHeader7, "columnHeader7");
     //
     // columnHeader8
     //
     resources.ApplyResources(this.columnHeader8, "columnHeader8");
     //
     // columnHeader9
     //
     resources.ApplyResources(this.columnHeader9, "columnHeader9");
     //
     // tabPage5
     //
     this.tabPage5.Controls.Add(this.groupBox19);
     this.tabPage5.Controls.Add(this.groupBox18);
     this.tabPage5.Controls.Add(this.groupBox17);
     this.tabPage5.Controls.Add(this.groupBox15);
     this.tabPage5.Controls.Add(this.groupBox14);
     this.tabPage5.Controls.Add(this.groupBox13);
     resources.ApplyResources(this.tabPage5, "tabPage5");
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.UseVisualStyleBackColor = true;
     //
     // groupBox19
     //
     this.groupBox19.Controls.Add(this.textBox1);
     resources.ApplyResources(this.groupBox19, "groupBox19");
     this.groupBox19.Name = "groupBox19";
     this.groupBox19.TabStop = false;
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.SystemColors.Control;
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     resources.ApplyResources(this.textBox1, "textBox1");
     this.textBox1.Name = "textBox1";
     this.textBox1.ReadOnly = true;
     //
     // groupBox18
     //
     this.groupBox18.Controls.Add(this.lblRegroupDestIndex);
     this.groupBox18.Controls.Add(this.label10);
     this.groupBox18.Controls.Add(this.lblRegroupSourceIndex);
     this.groupBox18.Controls.Add(this.label5);
     resources.ApplyResources(this.groupBox18, "groupBox18");
     this.groupBox18.Name = "groupBox18";
     this.groupBox18.TabStop = false;
     //
     // lblRegroupDestIndex
     //
     resources.ApplyResources(this.lblRegroupDestIndex, "lblRegroupDestIndex");
     this.lblRegroupDestIndex.Name = "lblRegroupDestIndex";
     //
     // label10
     //
     resources.ApplyResources(this.label10, "label10");
     this.label10.Name = "label10";
     //
     // lblRegroupSourceIndex
     //
     resources.ApplyResources(this.lblRegroupSourceIndex, "lblRegroupSourceIndex");
     this.lblRegroupSourceIndex.Name = "lblRegroupSourceIndex";
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // groupBox17
     //
     this.groupBox17.Controls.Add(this.listRegroupPairs);
     resources.ApplyResources(this.groupBox17, "groupBox17");
     this.groupBox17.Name = "groupBox17";
     this.groupBox17.TabStop = false;
     //
     // listRegroupPairs
     //
     this.listRegroupPairs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader10,
     this.columnHeader12});
     this.listRegroupPairs.FullRowSelect = true;
     this.listRegroupPairs.GridLines = true;
     this.listRegroupPairs.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     resources.ApplyResources(this.listRegroupPairs, "listRegroupPairs");
     this.listRegroupPairs.MultiSelect = false;
     this.listRegroupPairs.Name = "listRegroupPairs";
     this.listRegroupPairs.UseCompatibleStateImageBehavior = false;
     this.listRegroupPairs.View = System.Windows.Forms.View.Details;
     //
     // columnHeader10
     //
     resources.ApplyResources(this.columnHeader10, "columnHeader10");
     //
     // columnHeader12
     //
     resources.ApplyResources(this.columnHeader12, "columnHeader12");
     //
     // groupBox15
     //
     this.groupBox15.Controls.Add(this.cmdRegroupStart);
     this.groupBox15.Controls.Add(this.cmdRegroupAcceptLine);
     this.groupBox15.Controls.Add(this.cmdRegroupUnlinkLast);
     this.groupBox15.Controls.Add(this.cmdRegroupGoBack);
     this.groupBox15.Controls.Add(this.cmdRegroupSkipDestLine);
     this.groupBox15.Controls.Add(this.cmdRegroupSkipSourceLine);
     this.groupBox15.Controls.Add(this.cmdRegroupLink);
     resources.ApplyResources(this.groupBox15, "groupBox15");
     this.groupBox15.Name = "groupBox15";
     this.groupBox15.TabStop = false;
     //
     // cmdRegroupStart
     //
     resources.ApplyResources(this.cmdRegroupStart, "cmdRegroupStart");
     this.cmdRegroupStart.Name = "cmdRegroupStart";
     this.cmdRegroupStart.UseVisualStyleBackColor = true;
     this.cmdRegroupStart.Click += new System.EventHandler(this.cmdRegroupStart_Click);
     //
     // cmdRegroupAcceptLine
     //
     resources.ApplyResources(this.cmdRegroupAcceptLine, "cmdRegroupAcceptLine");
     this.cmdRegroupAcceptLine.Name = "cmdRegroupAcceptLine";
     this.cmdRegroupAcceptLine.UseCompatibleTextRendering = true;
     this.cmdRegroupAcceptLine.UseVisualStyleBackColor = true;
     this.cmdRegroupAcceptLine.Click += new System.EventHandler(this.cmdRegroupAcceptLine_Click);
     //
     // cmdRegroupUnlinkLast
     //
     resources.ApplyResources(this.cmdRegroupUnlinkLast, "cmdRegroupUnlinkLast");
     this.cmdRegroupUnlinkLast.Name = "cmdRegroupUnlinkLast";
     this.cmdRegroupUnlinkLast.UseCompatibleTextRendering = true;
     this.cmdRegroupUnlinkLast.UseVisualStyleBackColor = true;
     this.cmdRegroupUnlinkLast.Click += new System.EventHandler(this.cmdRegroupUnlinkLast_Click);
     //
     // cmdRegroupGoBack
     //
     resources.ApplyResources(this.cmdRegroupGoBack, "cmdRegroupGoBack");
     this.cmdRegroupGoBack.Name = "cmdRegroupGoBack";
     this.cmdRegroupGoBack.UseCompatibleTextRendering = true;
     this.cmdRegroupGoBack.UseVisualStyleBackColor = true;
     this.cmdRegroupGoBack.Click += new System.EventHandler(this.cmdRegroupGoBack_Click);
     //
     // cmdRegroupSkipDestLine
     //
     resources.ApplyResources(this.cmdRegroupSkipDestLine, "cmdRegroupSkipDestLine");
     this.cmdRegroupSkipDestLine.Name = "cmdRegroupSkipDestLine";
     this.cmdRegroupSkipDestLine.UseCompatibleTextRendering = true;
     this.cmdRegroupSkipDestLine.UseVisualStyleBackColor = true;
     this.cmdRegroupSkipDestLine.Click += new System.EventHandler(this.cmdRegroupSkipDestLine_Click);
     //
     // cmdRegroupSkipSourceLine
     //
     resources.ApplyResources(this.cmdRegroupSkipSourceLine, "cmdRegroupSkipSourceLine");
     this.cmdRegroupSkipSourceLine.Name = "cmdRegroupSkipSourceLine";
     this.cmdRegroupSkipSourceLine.UseCompatibleTextRendering = true;
     this.cmdRegroupSkipSourceLine.UseVisualStyleBackColor = true;
     this.cmdRegroupSkipSourceLine.Click += new System.EventHandler(this.cmdRegroupSkipSourceLine_Click);
     //
     // cmdRegroupLink
     //
     resources.ApplyResources(this.cmdRegroupLink, "cmdRegroupLink");
     this.cmdRegroupLink.Name = "cmdRegroupLink";
     this.cmdRegroupLink.UseCompatibleTextRendering = true;
     this.cmdRegroupLink.UseVisualStyleBackColor = true;
     this.cmdRegroupLink.Click += new System.EventHandler(this.cmdRegroupLink_Click);
     //
     // groupBox14
     //
     this.groupBox14.Controls.Add(this.txtRegroupSource);
     this.groupBox14.Controls.Add(this.txtRegroupDest);
     resources.ApplyResources(this.groupBox14, "groupBox14");
     this.groupBox14.Name = "groupBox14";
     this.groupBox14.TabStop = false;
     //
     // txtRegroupSource
     //
     this.txtRegroupSource.BackColor = System.Drawing.SystemColors.Control;
     this.txtRegroupSource.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     resources.ApplyResources(this.txtRegroupSource, "txtRegroupSource");
     this.txtRegroupSource.HideSelection = false;
     this.txtRegroupSource.Name = "txtRegroupSource";
     this.txtRegroupSource.ReadOnly = true;
     this.txtRegroupSource.ShortcutsEnabled = false;
     //
     // txtRegroupDest
     //
     this.txtRegroupDest.BackColor = System.Drawing.SystemColors.Control;
     this.txtRegroupDest.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     resources.ApplyResources(this.txtRegroupDest, "txtRegroupDest");
     this.txtRegroupDest.HideSelection = false;
     this.txtRegroupDest.Name = "txtRegroupDest";
     this.txtRegroupDest.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtRegroupDest_KeyPress);
     this.txtRegroupDest.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtRegroupDest_KeyDown);
     //
     // groupBox13
     //
     this.groupBox13.Controls.Add(this.cmbRegroupDest);
     this.groupBox13.Controls.Add(this.cmbRegroupSource);
     this.groupBox13.Controls.Add(this.label53);
     this.groupBox13.Controls.Add(this.label52);
     resources.ApplyResources(this.groupBox13, "groupBox13");
     this.groupBox13.Name = "groupBox13";
     this.groupBox13.TabStop = false;
     //
     // cmbRegroupDest
     //
     this.cmbRegroupDest.FormattingEnabled = true;
     resources.ApplyResources(this.cmbRegroupDest, "cmbRegroupDest");
     this.cmbRegroupDest.Name = "cmbRegroupDest";
     //
     // cmbRegroupSource
     //
     this.cmbRegroupSource.FormattingEnabled = true;
     resources.ApplyResources(this.cmbRegroupSource, "cmbRegroupSource");
     this.cmbRegroupSource.Name = "cmbRegroupSource";
     //
     // label53
     //
     resources.ApplyResources(this.label53, "label53");
     this.label53.Name = "label53";
     //
     // label52
     //
     resources.ApplyResources(this.label52, "label52");
     this.label52.Name = "label52";
     //
     // tabPage17
     //
     this.tabPage17.Controls.Add(this.cmdNBReparse);
     this.tabPage17.Controls.Add(this.groupBox22);
     this.tabPage17.Controls.Add(this.cmdNBCopyStyles);
     this.tabPage17.Controls.Add(this.cmdNBInsertBefore);
     this.tabPage17.Controls.Add(this.cmdNBInsertAfter);
     this.tabPage17.Controls.Add(this.cmdNBReplaceLine);
     this.tabPage17.Controls.Add(this.cmdNoteBox);
     this.tabPage17.Controls.Add(this.groupBox21);
     this.tabPage17.Controls.Add(this.groupBox20);
     resources.ApplyResources(this.tabPage17, "tabPage17");
     this.tabPage17.Name = "tabPage17";
     this.tabPage17.UseVisualStyleBackColor = true;
     //
     // cmdNBReparse
     //
     resources.ApplyResources(this.cmdNBReparse, "cmdNBReparse");
     this.cmdNBReparse.Name = "cmdNBReparse";
     this.cmdNBReparse.Click += new System.EventHandler(this.cmdNBReparse_Click);
     //
     // groupBox22
     //
     this.groupBox22.Controls.Add(this.textNBDesc);
     this.groupBox22.Controls.Add(this.cmbNBStyle);
     this.groupBox22.Controls.Add(this.label59);
     resources.ApplyResources(this.groupBox22, "groupBox22");
     this.groupBox22.Name = "groupBox22";
     this.groupBox22.TabStop = false;
     //
     // textNBDesc
     //
     this.textNBDesc.BackColor = System.Drawing.SystemColors.Control;
     this.textNBDesc.BorderStyle = System.Windows.Forms.BorderStyle.None;
     resources.ApplyResources(this.textNBDesc, "textNBDesc");
     this.textNBDesc.Name = "textNBDesc";
     //
     // cmbNBStyle
     //
     this.cmbNBStyle.FormattingEnabled = true;
     resources.ApplyResources(this.cmbNBStyle, "cmbNBStyle");
     this.cmbNBStyle.Name = "cmbNBStyle";
     this.cmbNBStyle.SelectedIndexChanged += new System.EventHandler(this.cmbNBStyle_SelectedIndexChanged);
     //
     // label59
     //
     resources.ApplyResources(this.label59, "label59");
     this.label59.Name = "label59";
     //
     // cmdNBCopyStyles
     //
     resources.ApplyResources(this.cmdNBCopyStyles, "cmdNBCopyStyles");
     this.cmdNBCopyStyles.Name = "cmdNBCopyStyles";
     this.cmdNBCopyStyles.Click += new System.EventHandler(this.cmdNBCopyStyles_Click);
     //
     // cmdNBInsertBefore
     //
     resources.ApplyResources(this.cmdNBInsertBefore, "cmdNBInsertBefore");
     this.cmdNBInsertBefore.Name = "cmdNBInsertBefore";
     this.cmdNBInsertBefore.Click += new System.EventHandler(this.cmdNBInsertBefore_Click);
     //
     // cmdNBInsertAfter
     //
     resources.ApplyResources(this.cmdNBInsertAfter, "cmdNBInsertAfter");
     this.cmdNBInsertAfter.Name = "cmdNBInsertAfter";
     this.cmdNBInsertAfter.Click += new System.EventHandler(this.cmdNBInsertAfter_Click);
     //
     // cmdNBReplaceLine
     //
     resources.ApplyResources(this.cmdNBReplaceLine, "cmdNBReplaceLine");
     this.cmdNBReplaceLine.Name = "cmdNBReplaceLine";
     this.cmdNBReplaceLine.Click += new System.EventHandler(this.cmdNBReplaceLine_Click);
     //
     // cmdNoteBox
     //
     resources.ApplyResources(this.cmdNoteBox, "cmdNoteBox");
     this.cmdNoteBox.Name = "cmdNoteBox";
     this.cmdNoteBox.Click += new System.EventHandler(this.cmdNoteBox_Click);
     //
     // groupBox21
     //
     this.groupBox21.Controls.Add(this.textNBStyles);
     this.groupBox21.Controls.Add(this.textNBOut);
     resources.ApplyResources(this.groupBox21, "groupBox21");
     this.groupBox21.Name = "groupBox21";
     this.groupBox21.TabStop = false;
     //
     // textNBStyles
     //
     resources.ApplyResources(this.textNBStyles, "textNBStyles");
     this.textNBStyles.Name = "textNBStyles";
     //
     // textNBOut
     //
     resources.ApplyResources(this.textNBOut, "textNBOut");
     this.textNBOut.Name = "textNBOut";
     //
     // groupBox20
     //
     this.groupBox20.Controls.Add(this.cmdNBGetTimes);
     this.groupBox20.Controls.Add(this.maskedTextNBEnd);
     this.groupBox20.Controls.Add(this.label58);
     this.groupBox20.Controls.Add(this.maskedTextNBStart);
     this.groupBox20.Controls.Add(this.label57);
     this.groupBox20.Controls.Add(this.textNotebox2);
     this.groupBox20.Controls.Add(this.textNotebox1);
     this.groupBox20.Controls.Add(this.label56);
     this.groupBox20.Controls.Add(this.label48);
     resources.ApplyResources(this.groupBox20, "groupBox20");
     this.groupBox20.Name = "groupBox20";
     this.groupBox20.TabStop = false;
     //
     // cmdNBGetTimes
     //
     resources.ApplyResources(this.cmdNBGetTimes, "cmdNBGetTimes");
     this.cmdNBGetTimes.Name = "cmdNBGetTimes";
     this.cmdNBGetTimes.UseCompatibleTextRendering = true;
     this.cmdNBGetTimes.UseVisualStyleBackColor = true;
     this.cmdNBGetTimes.Click += new System.EventHandler(this.cmdNBGetTimes_Click);
     //
     // maskedTextNBEnd
     //
     resources.ApplyResources(this.maskedTextNBEnd, "maskedTextNBEnd");
     this.maskedTextNBEnd.Name = "maskedTextNBEnd";
     this.maskedTextNBEnd.TextMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals;
     //
     // label58
     //
     resources.ApplyResources(this.label58, "label58");
     this.label58.Name = "label58";
     //
     // maskedTextNBStart
     //
     this.maskedTextNBStart.InsertKeyMode = System.Windows.Forms.InsertKeyMode.Overwrite;
     resources.ApplyResources(this.maskedTextNBStart, "maskedTextNBStart");
     this.maskedTextNBStart.Name = "maskedTextNBStart";
     this.maskedTextNBStart.TextMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals;
     //
     // label57
     //
     resources.ApplyResources(this.label57, "label57");
     this.label57.Name = "label57";
     //
     // textNotebox2
     //
     resources.ApplyResources(this.textNotebox2, "textNotebox2");
     this.textNotebox2.Name = "textNotebox2";
     //
     // textNotebox1
     //
     resources.ApplyResources(this.textNotebox1, "textNotebox1");
     this.textNotebox1.Name = "textNotebox1";
     //
     // label56
     //
     resources.ApplyResources(this.label56, "label56");
     this.label56.Name = "label56";
     //
     // label48
     //
     resources.ApplyResources(this.label48, "label48");
     this.label48.Name = "label48";
     //
     // Form1
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.splitContainer1);
     this.DoubleBuffered = true;
     this.Menu = this.mainMenu1;
     this.Name = "Form1";
     this.Resize += new System.EventHandler(this.Resize_Handler);
     this.Load += new System.EventHandler(this.Form1_Load);
     this.tabPage6.ResumeLayout(false);
     this.tabPage6.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.tabMain.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.groupBox12.ResumeLayout(false);
     this.groupBox12.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.tabShiftType.ResumeLayout(false);
     this.tabPage9.ResumeLayout(false);
     this.tabPage9.PerformLayout();
     this.tabPage10.ResumeLayout(false);
     this.tabPage10.PerformLayout();
     this.tabPage11.ResumeLayout(false);
     this.tabPage11.PerformLayout();
     this.tabPage12.ResumeLayout(false);
     this.tabPage12.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.groupBox11.ResumeLayout(false);
     this.groupBox11.PerformLayout();
     this.groupBox10.ResumeLayout(false);
     this.groupBox10.PerformLayout();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.tabPage3.ResumeLayout(false);
     this.panelEffect.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage7.ResumeLayout(false);
     this.tabPage8.ResumeLayout(false);
     this.panelLayer.ResumeLayout(false);
     this.panelLayer.PerformLayout();
     this.groupBox16.ResumeLayout(false);
     this.groupBox16.PerformLayout();
     this.tabPage4.ResumeLayout(false);
     this.tabPage4.PerformLayout();
     this.panelGradient.ResumeLayout(false);
     this.panelGradient.PerformLayout();
     this.groupBox7.ResumeLayout(false);
     this.tabPage14.ResumeLayout(false);
     this.tabPage14.PerformLayout();
     this.panelBlur.ResumeLayout(false);
     this.panelBlur.PerformLayout();
     this.groupBlurAffect.ResumeLayout(false);
     this.groupBox9.ResumeLayout(false);
     this.groupBlurSub.ResumeLayout(false);
     this.groupBox8.ResumeLayout(false);
     this.tabPage16.ResumeLayout(false);
     this.tabPage16.PerformLayout();
     this.tabPage13.ResumeLayout(false);
     this.tabPage15.ResumeLayout(false);
     this.tabPage5.ResumeLayout(false);
     this.groupBox19.ResumeLayout(false);
     this.groupBox19.PerformLayout();
     this.groupBox18.ResumeLayout(false);
     this.groupBox17.ResumeLayout(false);
     this.groupBox15.ResumeLayout(false);
     this.groupBox14.ResumeLayout(false);
     this.groupBox14.PerformLayout();
     this.groupBox13.ResumeLayout(false);
     this.groupBox13.PerformLayout();
     this.tabPage17.ResumeLayout(false);
     this.groupBox22.ResumeLayout(false);
     this.groupBox22.PerformLayout();
     this.groupBox21.ResumeLayout(false);
     this.groupBox21.PerformLayout();
     this.groupBox20.ResumeLayout(false);
     this.groupBox20.PerformLayout();
     this.ResumeLayout(false);
 }