Example #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Nikse.SubtitleEdit.Core.TimeCode timeCode1 = new Nikse.SubtitleEdit.Core.TimeCode();
     this.buttonCancel           = new System.Windows.Forms.Button();
     this.buttonNextFinish       = new System.Windows.Forms.Button();
     this.labelStatus            = new System.Windows.Forms.Label();
     this.buttonBack             = new System.Windows.Forms.Button();
     this.groupBoxStep1          = new System.Windows.Forms.GroupBox();
     this.buttonResetDefault     = new System.Windows.Forms.Button();
     this.comboBoxLanguage       = new System.Windows.Forms.ComboBox();
     this.labelLanguage          = new System.Windows.Forms.Label();
     this.buttonInverseSelection = new System.Windows.Forms.Button();
     this.buttonSelectAll        = new System.Windows.Forms.Button();
     this.listView1                           = new System.Windows.Forms.ListView();
     this.columnHeader1                       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2                       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3                       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.groupBox2                           = new System.Windows.Forms.GroupBox();
     this.tabControl1                         = new System.Windows.Forms.TabControl();
     this.tabPageFixes                        = new System.Windows.Forms.TabPage();
     this.splitContainerStep2                 = new System.Windows.Forms.SplitContainer();
     this.listViewFixes                       = new System.Windows.Forms.ListView();
     this.columnHeader4                       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5                       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6                       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader7                       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader8                       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.buttonFixesApply                    = new System.Windows.Forms.Button();
     this.buttonRefreshFixes                  = new System.Windows.Forms.Button();
     this.buttonFixesSelectAll                = new System.Windows.Forms.Button();
     this.buttonFixesInverse                  = new System.Windows.Forms.Button();
     this.subtitleListView1                   = new Nikse.SubtitleEdit.Controls.SubtitleListView();
     this.contextMenuStripListview            = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItemDelete             = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1                 = new System.Windows.Forms.ToolStripSeparator();
     this.mergeSelectedLinesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.groupBoxEditPanel                   = new System.Windows.Forms.GroupBox();
     this.buttonSplitLine                     = new System.Windows.Forms.Button();
     this.labelSingleLine                     = new System.Windows.Forms.Label();
     this.buttonUnBreak                       = new System.Windows.Forms.Button();
     this.buttonAutoBreak                     = new System.Windows.Forms.Button();
     this.labelStartTimeWarning               = new System.Windows.Forms.Label();
     this.labelDurationWarning                = new System.Windows.Forms.Label();
     this.timeUpDownStartTime                 = new Nikse.SubtitleEdit.Controls.TimeUpDown();
     this.numericUpDownDuration               = new System.Windows.Forms.NumericUpDown();
     this.labelDuration                       = new System.Windows.Forms.Label();
     this.labelStartTime                      = new System.Windows.Forms.Label();
     this.labelTextLineTotal                  = new System.Windows.Forms.Label();
     this.labelTextLineLengths                = new System.Windows.Forms.Label();
     this.textBoxListViewText                 = new System.Windows.Forms.TextBox();
     this.tabPageLog                          = new System.Windows.Forms.TabPage();
     this.textBoxFixedIssues                  = new System.Windows.Forms.TextBox();
     this.labelNumberOfImportantLogMessages   = new System.Windows.Forms.Label();
     this.groupBoxStep1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPageFixes.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerStep2)).BeginInit();
     this.splitContainerStep2.Panel1.SuspendLayout();
     this.splitContainerStep2.Panel2.SuspendLayout();
     this.splitContainerStep2.SuspendLayout();
     this.contextMenuStripListview.SuspendLayout();
     this.groupBoxEditPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDuration)).BeginInit();
     this.tabPageLog.SuspendLayout();
     this.SuspendLayout();
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.ImeMode                 = System.Windows.Forms.ImeMode.NoControl;
     this.buttonCancel.Location                = new System.Drawing.Point(759, 575);
     this.buttonCancel.Name                    = "buttonCancel";
     this.buttonCancel.Size                    = new System.Drawing.Size(75, 21);
     this.buttonCancel.TabIndex                = 10;
     this.buttonCancel.Text                    = "C&ancel";
     this.buttonCancel.UseVisualStyleBackColor = true;
     this.buttonCancel.Click                  += new System.EventHandler(this.ButtonCancelClick);
     //
     // buttonNextFinish
     //
     this.buttonNextFinish.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonNextFinish.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.buttonNextFinish.Location = new System.Drawing.Point(678, 575);
     this.buttonNextFinish.Name     = "buttonNextFinish";
     this.buttonNextFinish.Size     = new System.Drawing.Size(75, 21);
     this.buttonNextFinish.TabIndex = 9;
     this.buttonNextFinish.Text     = "&Next >";
     this.buttonNextFinish.UseVisualStyleBackColor = true;
     this.buttonNextFinish.Click += new System.EventHandler(this.ButtonFixClick);
     //
     // labelStatus
     //
     this.labelStatus.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelStatus.AutoSize = true;
     this.labelStatus.Location = new System.Drawing.Point(12, 577);
     this.labelStatus.Name     = "labelStatus";
     this.labelStatus.Size     = new System.Drawing.Size(60, 13);
     this.labelStatus.TabIndex = 5;
     this.labelStatus.Text     = "labelStatus";
     //
     // buttonBack
     //
     this.buttonBack.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonBack.Enabled  = false;
     this.buttonBack.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.buttonBack.Location = new System.Drawing.Point(597, 575);
     this.buttonBack.Name     = "buttonBack";
     this.buttonBack.Size     = new System.Drawing.Size(75, 21);
     this.buttonBack.TabIndex = 8;
     this.buttonBack.Text     = "< &Back";
     this.buttonBack.UseVisualStyleBackColor = true;
     this.buttonBack.Click += new System.EventHandler(this.ButtonBackClick);
     //
     // groupBoxStep1
     //
     this.groupBoxStep1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxStep1.Controls.Add(this.buttonResetDefault);
     this.groupBoxStep1.Controls.Add(this.comboBoxLanguage);
     this.groupBoxStep1.Controls.Add(this.labelLanguage);
     this.groupBoxStep1.Controls.Add(this.buttonInverseSelection);
     this.groupBoxStep1.Controls.Add(this.buttonSelectAll);
     this.groupBoxStep1.Controls.Add(this.listView1);
     this.groupBoxStep1.Location = new System.Drawing.Point(12, 12);
     this.groupBoxStep1.Name     = "groupBoxStep1";
     this.groupBoxStep1.Size     = new System.Drawing.Size(822, 557);
     this.groupBoxStep1.TabIndex = 9;
     this.groupBoxStep1.TabStop  = false;
     this.groupBoxStep1.Text     = "Step 1/2 - Choose which errors to fix";
     //
     // buttonResetDefault
     //
     this.buttonResetDefault.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonResetDefault.Location = new System.Drawing.Point(193, 530);
     this.buttonResetDefault.Name     = "buttonResetDefault";
     this.buttonResetDefault.Size     = new System.Drawing.Size(100, 21);
     this.buttonResetDefault.TabIndex = 12;
     this.buttonResetDefault.Text     = "Select default";
     this.buttonResetDefault.UseVisualStyleBackColor = true;
     this.buttonResetDefault.Click += new System.EventHandler(this.buttonResetDefault_Click);
     //
     // comboBoxLanguage
     //
     this.comboBoxLanguage.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxLanguage.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxLanguage.FormattingEnabled = true;
     this.comboBoxLanguage.Location          = new System.Drawing.Point(619, 17);
     this.comboBoxLanguage.Name                  = "comboBoxLanguage";
     this.comboBoxLanguage.Size                  = new System.Drawing.Size(196, 21);
     this.comboBoxLanguage.TabIndex              = 0;
     this.comboBoxLanguage.SelectedIndexChanged += new System.EventHandler(this.comboBoxLanguage_SelectedIndexChanged);
     this.comboBoxLanguage.Enter                += new System.EventHandler(this.comboBoxLanguage_Enter);
     //
     // labelLanguage
     //
     this.labelLanguage.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelLanguage.Location  = new System.Drawing.Point(376, 20);
     this.labelLanguage.Name      = "labelLanguage";
     this.labelLanguage.Size      = new System.Drawing.Size(237, 25);
     this.labelLanguage.TabIndex  = 11;
     this.labelLanguage.Text      = "Language";
     this.labelLanguage.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // buttonInverseSelection
     //
     this.buttonInverseSelection.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonInverseSelection.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.buttonInverseSelection.Location = new System.Drawing.Point(87, 530);
     this.buttonInverseSelection.Name     = "buttonInverseSelection";
     this.buttonInverseSelection.Size     = new System.Drawing.Size(100, 21);
     this.buttonInverseSelection.TabIndex = 3;
     this.buttonInverseSelection.Text     = "Inverse selection";
     this.buttonInverseSelection.UseVisualStyleBackColor = true;
     this.buttonInverseSelection.Click += new System.EventHandler(this.ButtonInverseSelectionClick);
     //
     // buttonSelectAll
     //
     this.buttonSelectAll.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonSelectAll.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.buttonSelectAll.Location = new System.Drawing.Point(6, 530);
     this.buttonSelectAll.Name     = "buttonSelectAll";
     this.buttonSelectAll.Size     = new System.Drawing.Size(75, 21);
     this.buttonSelectAll.TabIndex = 2;
     this.buttonSelectAll.Text     = "Select all";
     this.buttonSelectAll.UseVisualStyleBackColor = true;
     this.buttonSelectAll.Click += new System.EventHandler(this.ButtonSelectAllClick);
     //
     // listView1
     //
     this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.listView1.CheckBoxes = true;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3
     });
     this.listView1.FullRowSelect = true;
     this.listView1.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listView1.HideSelection = false;
     this.listView1.Location      = new System.Drawing.Point(6, 48);
     this.listView1.Name          = "listView1";
     this.listView1.Size          = new System.Drawing.Size(810, 477);
     this.listView1.TabIndex      = 1;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Apply";
     this.columnHeader1.Width = 53;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "What to fix";
     this.columnHeader2.Width = 99;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Example";
     this.columnHeader3.Width = 158;
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.tabControl1);
     this.groupBox2.Location = new System.Drawing.Point(12, 12);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(822, 557);
     this.groupBox2.TabIndex = 10;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Step 2/2 - Verify fixes";
     //
     // tabControl1
     //
     this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl1.Controls.Add(this.tabPageFixes);
     this.tabControl1.Controls.Add(this.tabPageLog);
     this.tabControl1.Location      = new System.Drawing.Point(6, 20);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(810, 531);
     this.tabControl1.TabIndex      = 7;
     //
     // tabPageFixes
     //
     this.tabPageFixes.Controls.Add(this.splitContainerStep2);
     this.tabPageFixes.Location = new System.Drawing.Point(4, 22);
     this.tabPageFixes.Name     = "tabPageFixes";
     this.tabPageFixes.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageFixes.Size     = new System.Drawing.Size(802, 505);
     this.tabPageFixes.TabIndex = 1;
     this.tabPageFixes.Text     = "Fixes";
     this.tabPageFixes.UseVisualStyleBackColor = true;
     //
     // splitContainerStep2
     //
     this.splitContainerStep2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerStep2.Location    = new System.Drawing.Point(3, 3);
     this.splitContainerStep2.Name        = "splitContainerStep2";
     this.splitContainerStep2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainerStep2.Panel1
     //
     this.splitContainerStep2.Panel1.Controls.Add(this.listViewFixes);
     this.splitContainerStep2.Panel1.Controls.Add(this.buttonFixesApply);
     this.splitContainerStep2.Panel1.Controls.Add(this.buttonRefreshFixes);
     this.splitContainerStep2.Panel1.Controls.Add(this.buttonFixesSelectAll);
     this.splitContainerStep2.Panel1.Controls.Add(this.buttonFixesInverse);
     //
     // splitContainerStep2.Panel2
     //
     this.splitContainerStep2.Panel2.Controls.Add(this.subtitleListView1);
     this.splitContainerStep2.Panel2.Controls.Add(this.groupBoxEditPanel);
     this.splitContainerStep2.Size             = new System.Drawing.Size(796, 499);
     this.splitContainerStep2.SplitterDistance = 231;
     this.splitContainerStep2.TabIndex         = 112;
     //
     // listViewFixes
     //
     this.listViewFixes.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.listViewFixes.CheckBoxes = true;
     this.listViewFixes.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader7,
         this.columnHeader8
     });
     this.listViewFixes.FullRowSelect = true;
     this.listViewFixes.HideSelection = false;
     this.listViewFixes.Location      = new System.Drawing.Point(3, 3);
     this.listViewFixes.Name          = "listViewFixes";
     this.listViewFixes.Size          = new System.Drawing.Size(790, 198);
     this.listViewFixes.TabIndex      = 100;
     this.listViewFixes.UseCompatibleStateImageBehavior = false;
     this.listViewFixes.View                  = System.Windows.Forms.View.Details;
     this.listViewFixes.ColumnClick          += new System.Windows.Forms.ColumnClickEventHandler(this.ListViewFixesColumnClick);
     this.listViewFixes.SelectedIndexChanged += new System.EventHandler(this.ListViewFixesSelectedIndexChanged);
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Apply";
     this.columnHeader4.Width = 50;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "Line#";
     this.columnHeader5.Width = 61;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "Function";
     this.columnHeader6.Width = 134;
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "Before";
     this.columnHeader7.Width = 281;
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "After";
     this.columnHeader8.Width = 244;
     //
     // buttonFixesApply
     //
     this.buttonFixesApply.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonFixesApply.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonFixesApply.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.buttonFixesApply.Location = new System.Drawing.Point(628, 206);
     this.buttonFixesApply.Name     = "buttonFixesApply";
     this.buttonFixesApply.Size     = new System.Drawing.Size(165, 21);
     this.buttonFixesApply.TabIndex = 108;
     this.buttonFixesApply.Text     = "Apply &selected fixes";
     this.buttonFixesApply.UseVisualStyleBackColor = true;
     this.buttonFixesApply.Click += new System.EventHandler(this.ButtonFixesApplyClick);
     //
     // buttonRefreshFixes
     //
     this.buttonRefreshFixes.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonRefreshFixes.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.buttonRefreshFixes.Location = new System.Drawing.Point(457, 206);
     this.buttonRefreshFixes.Name     = "buttonRefreshFixes";
     this.buttonRefreshFixes.Size     = new System.Drawing.Size(165, 21);
     this.buttonRefreshFixes.TabIndex = 106;
     this.buttonRefreshFixes.Text     = "&Refresh available fixes";
     this.buttonRefreshFixes.UseVisualStyleBackColor = true;
     this.buttonRefreshFixes.Click += new System.EventHandler(this.ButtonRefreshFixesClick);
     //
     // buttonFixesSelectAll
     //
     this.buttonFixesSelectAll.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonFixesSelectAll.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.buttonFixesSelectAll.Location = new System.Drawing.Point(3, 206);
     this.buttonFixesSelectAll.Name     = "buttonFixesSelectAll";
     this.buttonFixesSelectAll.Size     = new System.Drawing.Size(75, 21);
     this.buttonFixesSelectAll.TabIndex = 102;
     this.buttonFixesSelectAll.Text     = "Select &all";
     this.buttonFixesSelectAll.UseVisualStyleBackColor = true;
     this.buttonFixesSelectAll.Click += new System.EventHandler(this.ButtonFixesSelectAllClick);
     //
     // buttonFixesInverse
     //
     this.buttonFixesInverse.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonFixesInverse.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.buttonFixesInverse.Location = new System.Drawing.Point(84, 206);
     this.buttonFixesInverse.Name     = "buttonFixesInverse";
     this.buttonFixesInverse.Size     = new System.Drawing.Size(100, 21);
     this.buttonFixesInverse.TabIndex = 104;
     this.buttonFixesInverse.Text     = "&Inverse selection";
     this.buttonFixesInverse.UseVisualStyleBackColor = true;
     this.buttonFixesInverse.Click += new System.EventHandler(this.ButtonFixesInverseClick);
     //
     // subtitleListView1
     //
     this.subtitleListView1.AllowColumnReorder = true;
     this.subtitleListView1.Anchor             = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.subtitleListView1.ContextMenuStrip  = this.contextMenuStripListview;
     this.subtitleListView1.FirstVisibleIndex = -1;
     this.subtitleListView1.Font             = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.subtitleListView1.FullRowSelect    = true;
     this.subtitleListView1.GridLines        = true;
     this.subtitleListView1.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.subtitleListView1.HideSelection    = false;
     this.subtitleListView1.Location         = new System.Drawing.Point(3, 5);
     this.subtitleListView1.Name             = "subtitleListView1";
     this.subtitleListView1.OwnerDraw        = true;
     this.subtitleListView1.Size             = new System.Drawing.Size(785, 158);
     this.subtitleListView1.SubtitleFontBold = false;
     this.subtitleListView1.SubtitleFontName = "Tahoma";
     this.subtitleListView1.SubtitleFontSize = 8;
     this.subtitleListView1.TabIndex         = 110;
     this.subtitleListView1.UseCompatibleStateImageBehavior = false;
     this.subtitleListView1.UseSyntaxColoring = true;
     this.subtitleListView1.View = System.Windows.Forms.View.Details;
     this.subtitleListView1.SelectedIndexChanged += new System.EventHandler(this.SubtitleListView1SelectedIndexChanged);
     this.subtitleListView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.subtitleListView1_KeyDown);
     //
     // contextMenuStripListview
     //
     this.contextMenuStripListview.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItemDelete,
         this.toolStripSeparator1,
         this.mergeSelectedLinesToolStripMenuItem
     });
     this.contextMenuStripListview.Name     = "contextMenuStripListview";
     this.contextMenuStripListview.Size     = new System.Drawing.Size(182, 54);
     this.contextMenuStripListview.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStripListviewOpening);
     //
     // toolStripMenuItemDelete
     //
     this.toolStripMenuItemDelete.Name   = "toolStripMenuItemDelete";
     this.toolStripMenuItemDelete.Size   = new System.Drawing.Size(181, 22);
     this.toolStripMenuItemDelete.Text   = "Delete";
     this.toolStripMenuItemDelete.Click += new System.EventHandler(this.ToolStripMenuItemDeleteClick);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(178, 6);
     //
     // mergeSelectedLinesToolStripMenuItem
     //
     this.mergeSelectedLinesToolStripMenuItem.Name   = "mergeSelectedLinesToolStripMenuItem";
     this.mergeSelectedLinesToolStripMenuItem.Size   = new System.Drawing.Size(181, 22);
     this.mergeSelectedLinesToolStripMenuItem.Text   = "Merge selected lines";
     this.mergeSelectedLinesToolStripMenuItem.Click += new System.EventHandler(this.MergeSelectedLinesToolStripMenuItemClick);
     //
     // groupBoxEditPanel
     //
     this.groupBoxEditPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxEditPanel.Controls.Add(this.buttonSplitLine);
     this.groupBoxEditPanel.Controls.Add(this.labelSingleLine);
     this.groupBoxEditPanel.Controls.Add(this.buttonUnBreak);
     this.groupBoxEditPanel.Controls.Add(this.buttonAutoBreak);
     this.groupBoxEditPanel.Controls.Add(this.labelStartTimeWarning);
     this.groupBoxEditPanel.Controls.Add(this.labelDurationWarning);
     this.groupBoxEditPanel.Controls.Add(this.timeUpDownStartTime);
     this.groupBoxEditPanel.Controls.Add(this.numericUpDownDuration);
     this.groupBoxEditPanel.Controls.Add(this.labelDuration);
     this.groupBoxEditPanel.Controls.Add(this.labelStartTime);
     this.groupBoxEditPanel.Controls.Add(this.labelTextLineTotal);
     this.groupBoxEditPanel.Controls.Add(this.labelTextLineLengths);
     this.groupBoxEditPanel.Controls.Add(this.textBoxListViewText);
     this.groupBoxEditPanel.Location = new System.Drawing.Point(8, 160);
     this.groupBoxEditPanel.Name     = "groupBoxEditPanel";
     this.groupBoxEditPanel.Size     = new System.Drawing.Size(780, 101);
     this.groupBoxEditPanel.TabIndex = 111;
     this.groupBoxEditPanel.TabStop  = false;
     //
     // buttonSplitLine
     //
     this.buttonSplitLine.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonSplitLine.ForeColor = System.Drawing.Color.Red;
     this.buttonSplitLine.Location  = new System.Drawing.Point(627, 60);
     this.buttonSplitLine.Name      = "buttonSplitLine";
     this.buttonSplitLine.Size      = new System.Drawing.Size(96, 21);
     this.buttonSplitLine.TabIndex  = 124;
     this.buttonSplitLine.Text      = "Split line";
     this.buttonSplitLine.UseVisualStyleBackColor = true;
     this.buttonSplitLine.Click += new System.EventHandler(this.ButtonSplitLineClick);
     //
     // labelSingleLine
     //
     this.labelSingleLine.AutoSize = true;
     this.labelSingleLine.Location = new System.Drawing.Point(296, 79);
     this.labelSingleLine.Name     = "labelSingleLine";
     this.labelSingleLine.Size     = new System.Drawing.Size(23, 13);
     this.labelSingleLine.TabIndex = 123;
     this.labelSingleLine.Text     = "1/1";
     //
     // buttonUnBreak
     //
     this.buttonUnBreak.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonUnBreak.Location = new System.Drawing.Point(627, 36);
     this.buttonUnBreak.Name     = "buttonUnBreak";
     this.buttonUnBreak.Size     = new System.Drawing.Size(96, 21);
     this.buttonUnBreak.TabIndex = 122;
     this.buttonUnBreak.Text     = "&Unbreak";
     this.buttonUnBreak.UseVisualStyleBackColor = true;
     this.buttonUnBreak.Click += new System.EventHandler(this.ButtonUnBreakClick);
     //
     // buttonAutoBreak
     //
     this.buttonAutoBreak.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonAutoBreak.Location = new System.Drawing.Point(627, 12);
     this.buttonAutoBreak.Name     = "buttonAutoBreak";
     this.buttonAutoBreak.Size     = new System.Drawing.Size(96, 21);
     this.buttonAutoBreak.TabIndex = 120;
     this.buttonAutoBreak.Text     = "Auto &br";
     this.buttonAutoBreak.UseVisualStyleBackColor = true;
     this.buttonAutoBreak.Click += new System.EventHandler(this.ButtonAutoBreakClick);
     //
     // labelStartTimeWarning
     //
     this.labelStartTimeWarning.AutoSize  = true;
     this.labelStartTimeWarning.ForeColor = System.Drawing.Color.Red;
     this.labelStartTimeWarning.Location  = new System.Drawing.Point(6, 51);
     this.labelStartTimeWarning.Name      = "labelStartTimeWarning";
     this.labelStartTimeWarning.Size      = new System.Drawing.Size(115, 13);
     this.labelStartTimeWarning.TabIndex  = 32;
     this.labelStartTimeWarning.Text      = "labelStartTimeWarning";
     //
     // labelDurationWarning
     //
     this.labelDurationWarning.AutoSize  = true;
     this.labelDurationWarning.ForeColor = System.Drawing.Color.Red;
     this.labelDurationWarning.Location  = new System.Drawing.Point(57, 64);
     this.labelDurationWarning.Name      = "labelDurationWarning";
     this.labelDurationWarning.Size      = new System.Drawing.Size(110, 13);
     this.labelDurationWarning.TabIndex  = 31;
     this.labelDurationWarning.Text      = "labelDurationWarning";
     //
     // timeUpDownStartTime
     //
     this.timeUpDownStartTime.AutoSize     = true;
     this.timeUpDownStartTime.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.timeUpDownStartTime.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9F);
     this.timeUpDownStartTime.Location     = new System.Drawing.Point(8, 27);
     this.timeUpDownStartTime.Margin       = new System.Windows.Forms.Padding(4);
     this.timeUpDownStartTime.Name         = "timeUpDownStartTime";
     this.timeUpDownStartTime.Size         = new System.Drawing.Size(96, 27);
     this.timeUpDownStartTime.TabIndex     = 112;
     timeCode1.Hours                         = 0;
     timeCode1.Milliseconds                  = 0;
     timeCode1.Minutes                       = 0;
     timeCode1.Seconds                       = 0;
     timeCode1.TimeSpan                      = System.TimeSpan.Parse("00:00:00");
     timeCode1.TotalMilliseconds             = 0D;
     timeCode1.TotalSeconds                  = 0D;
     this.timeUpDownStartTime.TimeCode       = timeCode1;
     this.timeUpDownStartTime.UseVideoOffset = false;
     //
     // numericUpDownDuration
     //
     this.numericUpDownDuration.DecimalPlaces = 3;
     this.numericUpDownDuration.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.numericUpDownDuration.Location = new System.Drawing.Point(99, 28);
     this.numericUpDownDuration.Maximum  = new decimal(new int[] {
         99999,
         0,
         0,
         0
     });
     this.numericUpDownDuration.Minimum = new decimal(new int[] {
         99999,
         0,
         0,
         -2147483648
     });
     this.numericUpDownDuration.Name          = "numericUpDownDuration";
     this.numericUpDownDuration.Size          = new System.Drawing.Size(56, 21);
     this.numericUpDownDuration.TabIndex      = 114;
     this.numericUpDownDuration.ValueChanged += new System.EventHandler(this.NumericUpDownDurationValueChanged);
     //
     // labelDuration
     //
     this.labelDuration.AutoSize = true;
     this.labelDuration.Location = new System.Drawing.Point(97, 12);
     this.labelDuration.Name     = "labelDuration";
     this.labelDuration.Size     = new System.Drawing.Size(48, 13);
     this.labelDuration.TabIndex = 28;
     this.labelDuration.Text     = "Duration";
     //
     // labelStartTime
     //
     this.labelStartTime.AutoSize = true;
     this.labelStartTime.Location = new System.Drawing.Point(6, 12);
     this.labelStartTime.Name     = "labelStartTime";
     this.labelStartTime.Size     = new System.Drawing.Size(54, 13);
     this.labelStartTime.TabIndex = 27;
     this.labelStartTime.Text     = "Start time";
     //
     // labelTextLineTotal
     //
     this.labelTextLineTotal.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelTextLineTotal.Location  = new System.Drawing.Point(444, 79);
     this.labelTextLineTotal.Name      = "labelTextLineTotal";
     this.labelTextLineTotal.Size      = new System.Drawing.Size(177, 16);
     this.labelTextLineTotal.TabIndex  = 26;
     this.labelTextLineTotal.Text      = "labelTextLineTotal";
     this.labelTextLineTotal.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelTextLineLengths
     //
     this.labelTextLineLengths.AutoSize = true;
     this.labelTextLineLengths.Location = new System.Drawing.Point(191, 79);
     this.labelTextLineLengths.Name     = "labelTextLineLengths";
     this.labelTextLineLengths.Size     = new System.Drawing.Size(108, 13);
     this.labelTextLineLengths.TabIndex = 25;
     this.labelTextLineLengths.Text     = "labelTextLineLengths";
     //
     // textBoxListViewText
     //
     this.textBoxListViewText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxListViewText.HideSelection = false;
     this.textBoxListViewText.Location      = new System.Drawing.Point(194, 12);
     this.textBoxListViewText.Multiline     = true;
     this.textBoxListViewText.Name          = "textBoxListViewText";
     this.textBoxListViewText.ScrollBars    = System.Windows.Forms.ScrollBars.Both;
     this.textBoxListViewText.Size          = new System.Drawing.Size(427, 64);
     this.textBoxListViewText.TabIndex      = 118;
     this.textBoxListViewText.TextChanged  += new System.EventHandler(this.TextBoxListViewTextTextChanged);
     this.textBoxListViewText.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.TextBoxListViewTextKeyDown);
     //
     // tabPageLog
     //
     this.tabPageLog.Controls.Add(this.textBoxFixedIssues);
     this.tabPageLog.Location = new System.Drawing.Point(4, 22);
     this.tabPageLog.Name     = "tabPageLog";
     this.tabPageLog.Size     = new System.Drawing.Size(802, 505);
     this.tabPageLog.TabIndex = 2;
     this.tabPageLog.Text     = "Log";
     this.tabPageLog.UseVisualStyleBackColor = true;
     //
     // textBoxFixedIssues
     //
     this.textBoxFixedIssues.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                             | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxFixedIssues.Location   = new System.Drawing.Point(3, 3);
     this.textBoxFixedIssues.MaxLength  = 65767;
     this.textBoxFixedIssues.Multiline  = true;
     this.textBoxFixedIssues.Name       = "textBoxFixedIssues";
     this.textBoxFixedIssues.ReadOnly   = true;
     this.textBoxFixedIssues.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBoxFixedIssues.Size       = new System.Drawing.Size(796, 499);
     this.textBoxFixedIssues.TabIndex   = 5;
     this.textBoxFixedIssues.WordWrap   = false;
     //
     // labelNumberOfImportantLogMessages
     //
     this.labelNumberOfImportantLogMessages.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelNumberOfImportantLogMessages.AutoSize  = true;
     this.labelNumberOfImportantLogMessages.ForeColor = System.Drawing.Color.Red;
     this.labelNumberOfImportantLogMessages.Location  = new System.Drawing.Point(12, 593);
     this.labelNumberOfImportantLogMessages.Name      = "labelNumberOfImportantLogMessages";
     this.labelNumberOfImportantLogMessages.Size      = new System.Drawing.Size(190, 13);
     this.labelNumberOfImportantLogMessages.TabIndex  = 11;
     this.labelNumberOfImportantLogMessages.Text      = "labelNumberOfImportantLogMessages";
     //
     // FixCommonErrors
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.buttonCancel;
     this.ClientSize          = new System.Drawing.Size(846, 608);
     this.Controls.Add(this.labelStatus);
     this.Controls.Add(this.labelNumberOfImportantLogMessages);
     this.Controls.Add(this.buttonBack);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.buttonNextFinish);
     this.Controls.Add(this.groupBoxStep1);
     this.Controls.Add(this.groupBox2);
     this.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.KeyPreview    = true;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(840, 580);
     this.Name          = "FixCommonErrors";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Fix common errors";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.FixCommonErrorsFormClosing);
     this.Shown        += new System.EventHandler(this.FixCommonErrorsShown);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.FormFixKeyDown);
     this.Resize       += new System.EventHandler(this.FixCommonErrorsResize);
     this.groupBoxStep1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPageFixes.ResumeLayout(false);
     this.splitContainerStep2.Panel1.ResumeLayout(false);
     this.splitContainerStep2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerStep2)).EndInit();
     this.splitContainerStep2.ResumeLayout(false);
     this.contextMenuStripListview.ResumeLayout(false);
     this.groupBoxEditPanel.ResumeLayout(false);
     this.groupBoxEditPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDuration)).EndInit();
     this.tabPageLog.ResumeLayout(false);
     this.tabPageLog.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #2
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
            Nikse.SubtitleEdit.Core.TimeCode timeCode1 = new Nikse.SubtitleEdit.Core.TimeCode();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.labelStatus = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripSelected = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabelProgress = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusNetworking = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonFileNew = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonFileOpen = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonSave = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonSaveAs = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparatorFindReplace = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonFind = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonReplace = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparatorFixSyncSpell = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonFixCommonErrors = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonRemoveTextForHi = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonVisualSync = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonSpellCheck = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonSettings = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparatorHelp = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonHelp = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparatorToggle = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonToggleWaveform = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonToggleVideo = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparatorSubtitleFormat = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripLabelSubtitleFormat = new System.Windows.Forms.ToolStripLabel();
            this.comboBoxSubtitleFormats = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripSeparatorEncoding = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripLabelEncoding = new System.Windows.Forms.ToolStripLabel();
            this.comboBoxEncoding = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripSeparatorFrameRate = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripLabelFrameRate = new System.Windows.Forms.ToolStripLabel();
            this.toolStripComboBoxFrameRate = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripButtonGetFrameRate = new System.Windows.Forms.ToolStripButton();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemOpenKeepVideo = new System.Windows.Forms.ToolStripMenuItem();
            this.reopenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemRestoreAutoBackup = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemDCinemaProperties = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemTTProperties = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemNuendoProperties = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemFcpProperties = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemSubStationAlpha = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemEbuProperties = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator20 = new System.Windows.Forms.ToolStripSeparator();
            this.openOriginalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveOriginalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveOriginalAstoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.removeOriginalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripMenuItemOpenContainingFolder = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemCompare = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemStatistics = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemPlugins = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripMenuItemImportDvdSubtitles = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemSubIdx = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemImportBluRaySup = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemImportXSub = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemImportOcrHardSub = new System.Windows.Forms.ToolStripMenuItem();
            this.matroskaImportStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemManualAnsi = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemImportText = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemImportImages = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemImportTimeCodes = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator22 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripMenuItemExport = new System.Windows.Forms.ToolStripMenuItem();
            this.adobeEncoreFABImageScriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemAvidStl = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemExportAyato = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemExportPngXml = new System.Windows.Forms.ToolStripMenuItem();
            this.bluraySupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemExportBdTextSt = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemExportCapMakerPlus = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemExportCaptionInc = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemCavena890 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemExportCheetahCap = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemExportDcinemaInterop = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemDost = new System.Windows.Forms.ToolStripMenuItem();
            this.DvdStudioProStl = new System.Windows.Forms.ToolStripMenuItem();
            this.eBUSTLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemEdlClipName = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemExportFcpIImage = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemImagePerFrame = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemTextTimeCodePair = new System.Windows.Forms.ToolStripMenuItem();
            this.pACScreenElectronicsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.uniPacExportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.plainTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemExportUltech130 = new System.Windows.Forms.ToolStripMenuItem();
            this.vobSubsubidxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparatorExportCustomText = new System.Windows.Forms.ToolStripSeparator();
            this.exportCustomTextFormatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemUndo = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemRedo = new System.Windows.Forms.ToolStripMenuItem();
            this.showHistoryforUndoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripMenuItemInsertUnicodeCharacter = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparatorInsertUnicodeCharacter = new System.Windows.Forms.ToolStripSeparator();
            this.findToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.findNextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.replaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.multipleReplaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gotoLineNumberToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemShowOriginalInPreview = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator25 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripMenuItemRightToLeftMode = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemRtlUnicodeControlChars = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemReverseRightToLeftStartEnd = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator21 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripMenuItemModifySelection = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemInverseSelection = new System.Windows.Forms.ToolStripMenuItem();
            this.editSelectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.adjustDisplayTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemApplyDurationLimits = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemDurationBridgeGaps = new System.Windows.Forms.ToolStripMenuItem();
            this.fixToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.startNumberingFromToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.removeTextForHearImpairedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ChangeCasingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemAutoMergeShortLines = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemMergeDuplicateText = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemMergeLinesWithSameTimeCodes = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemAutoSplitLongLines = new System.Windows.Forms.ToolStripMenuItem();
            this.setMinimumDisplayTimeBetweenParagraphsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.sortNumberToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.sortStartTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.sortEndTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.sortDisplayTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.sortTextAlphabeticallytoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.sortTextMaxLineLengthToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.sortTextTotalLengthToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.sortTextNumberOfLinesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.textCharssecToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.textWordsPerMinutewpmToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.styleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparatorAscOrDesc = new System.Windows.Forms.ToolStripSeparator();
            this.AscendingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.descendingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator23 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripMenuItemMakeEmptyFromCurrent = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemBatchConvert = new System.Windows.Forms.ToolStripMenuItem();
            this.generateDatetimeInfoFromVideoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemMeasurementConverter = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.splitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.appendTextVisuallyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.joinSubtitlesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemSpellCheckMain = new System.Windows.Forms.ToolStripMenuItem();
            this.spellCheckToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemSpellCheckFromCurrentLine = new System.Windows.Forms.ToolStripMenuItem();
            this.findDoubleWordsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.FindDoubleLinesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
            this.GetDictionariesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.addWordToNamesetcListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemVideo = new System.Windows.Forms.ToolStripMenuItem();
            this.openVideoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemOpenDvd = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemSetAudioTrack = new System.Windows.Forms.ToolStripMenuItem();
            this.closeVideoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.setVideoOffsetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemImportSceneChanges = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemRemoveSceneChanges = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemAddWaveformBatch = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.showhideWaveformToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.showhideVideoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator19 = new System.Windows.Forms.ToolStripSeparator();
            this.undockVideoControlsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.redockVideoControlsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemSynchronization = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemAdjustAllTimes = new System.Windows.Forms.ToolStripMenuItem();
            this.visualSyncToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemPointSync = new System.Windows.Forms.ToolStripMenuItem();
            this.pointSyncViaOtherSubtitleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemChangeFrameRate2 = new System.Windows.Forms.ToolStripMenuItem();
            this.changeSpeedInPercentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemAutoTranslate = new System.Windows.Forms.ToolStripMenuItem();
            this.translateByGoogleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.translatepoweredByMicrosoftToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.translateFromSwedishToDanishToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.changeLanguageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemNetworking = new System.Windows.Forms.ToolStripMenuItem();
            this.startServerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.joinSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.chatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.showSessionKeyLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.leaveSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.checkForUpdatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemSplitterCheckForUpdates = new System.Windows.Forms.ToolStripSeparator();
            this.helpToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuStripListview = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.setStylesForSelectedLinesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemAssStyles = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemSetLanguage = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemWebVTT = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemDelete = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemInsertBefore = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemInsertAfter = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemInsertSubtitle = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemCopySourceText = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemColumn = new System.Windows.Forms.ToolStripMenuItem();
            this.columnDeleteTextOnlyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemColumnDeleteText = new System.Windows.Forms.ToolStripMenuItem();
            this.ShiftTextCellsDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemInsertTextFromSub = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemColumnImportText = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemPasteSpecial = new System.Windows.Forms.ToolStripMenuItem();
            this.copyOriginalTextToCurrentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
            this.splitLineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemMergeLines = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemMergeDialog = new System.Windows.Forms.ToolStripMenuItem();
            this.mergeBeforeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.mergeAfterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
            this.normalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.boldToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.italicToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.underlineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.colorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemFont = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemAlignment = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemSurroundWithMusicSymbols = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripMenuItemAutoBreakLines = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemUnbreakLines = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparatorBreakLines = new System.Windows.Forms.ToolStripSeparator();
            this.typeEffectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.karokeeEffectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparatorAdvancedFunctions = new System.Windows.Forms.ToolStripSeparator();
            this.showSelectedLinesEarlierlaterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.visualSyncSelectedLinesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemGoogleMicrosoftTranslateSelLine = new System.Windows.Forms.ToolStripMenuItem();
            this.googleTranslateSelectedLinesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.adjustDisplayTimeForSelectedLinesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.fixCommonErrorsInSelectedLinesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.changeCasingForSelectedLinesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemSaveSelectedLines = new System.Windows.Forms.ToolStripMenuItem();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.colorDialog1 = new System.Windows.Forms.ColorDialog();
            this.fontDialog1 = new System.Windows.Forms.FontDialog();
            this.groupBoxVideo = new System.Windows.Forms.GroupBox();
            this.audioVisualizer = new Nikse.SubtitleEdit.Controls.AudioVisualizer();
            this.checkBoxSyncListViewWithVideoWhilePlaying = new System.Windows.Forms.CheckBox();
            this.labelVideoInfo = new System.Windows.Forms.Label();
            this.trackBarWaveformPosition = new System.Windows.Forms.TrackBar();
            this.panelWaveformControls = new System.Windows.Forms.Panel();
            this.toolStripWaveControls = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonWaveformZoomOut = new System.Windows.Forms.ToolStripButton();
            this.toolStripComboBoxWaveform = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripButtonWaveformZoomIn = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonWaveformPause = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonWaveformPlay = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonLockCenter = new System.Windows.Forms.ToolStripButton();
            this.toolStripSplitButtonPlayRate = new System.Windows.Forms.ToolStripSplitButton();
            this.toolStripMenuItemPlayRateSlow = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemPlayRateNormal = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemPlayRateFast = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemPlayRateVeryFast = new System.Windows.Forms.ToolStripMenuItem();
            this.tabControlButtons = new System.Windows.Forms.TabControl();
            this.tabPageTranslate = new System.Windows.Forms.TabPage();
            this.labelTranslateTip = new System.Windows.Forms.Label();
            this.groupBoxTranslateSearch = new System.Windows.Forms.GroupBox();
            this.buttonCustomUrl2 = new System.Windows.Forms.Button();
            this.buttonCustomUrl1 = new System.Windows.Forms.Button();
            this.buttonGoogleTranslateIt = new System.Windows.Forms.Button();
            this.buttonGoogleIt = new System.Windows.Forms.Button();
            this.textBoxSearchWord = new System.Windows.Forms.TextBox();
            this.groupBoxAutoContinue = new System.Windows.Forms.GroupBox();
            this.comboBoxAutoContinue = new System.Windows.Forms.ComboBox();
            this.labelAutoContinueDelay = new System.Windows.Forms.Label();
            this.checkBoxAutoContinue = new System.Windows.Forms.CheckBox();
            this.buttonStop = new System.Windows.Forms.Button();
            this.groupBoxAutoRepeat = new System.Windows.Forms.GroupBox();
            this.comboBoxAutoRepeat = new System.Windows.Forms.ComboBox();
            this.labelAutoRepeatCount = new System.Windows.Forms.Label();
            this.checkBoxAutoRepeatOn = new System.Windows.Forms.CheckBox();
            this.buttonPlayPrevious = new System.Windows.Forms.Button();
            this.buttonPlayCurrent = new System.Windows.Forms.Button();
            this.buttonPlayNext = new System.Windows.Forms.Button();
            this.tabPageCreate = new System.Windows.Forms.TabPage();
            this.timeUpDownVideoPosition = new Nikse.SubtitleEdit.Controls.TimeUpDown();
            this.buttonGotoSub = new System.Windows.Forms.Button();
            this.buttonBeforeText = new System.Windows.Forms.Button();
            this.buttonSetEnd = new System.Windows.Forms.Button();
            this.buttonInsertNewText = new System.Windows.Forms.Button();
            this.buttonSetStartTime = new System.Windows.Forms.Button();
            this.labelCreateF12 = new System.Windows.Forms.Label();
            this.labelCreateF11 = new System.Windows.Forms.Label();
            this.labelCreateF10 = new System.Windows.Forms.Label();
            this.labelCreateF9 = new System.Windows.Forms.Label();
            this.buttonForward2 = new System.Windows.Forms.Button();
            this.numericUpDownSec2 = new System.Windows.Forms.NumericUpDown();
            this.buttonSecBack2 = new System.Windows.Forms.Button();
            this.labelCreateTip = new System.Windows.Forms.Label();
            this.buttonForward1 = new System.Windows.Forms.Button();
            this.numericUpDownSec1 = new System.Windows.Forms.NumericUpDown();
            this.labelVideoPosition = new System.Windows.Forms.Label();
            this.buttonSecBack1 = new System.Windows.Forms.Button();
            this.tabPageAdjust = new System.Windows.Forms.TabPage();
            this.labelAdjustTip = new System.Windows.Forms.Label();
            this.buttonAdjustSetEndTime = new System.Windows.Forms.Button();
            this.buttonSetEndAndGoToNext = new System.Windows.Forms.Button();
            this.buttonSetStartAndOffsetRest = new System.Windows.Forms.Button();
            this.buttonAdjustSetStartTime = new System.Windows.Forms.Button();
            this.labelAdjustF12 = new System.Windows.Forms.Label();
            this.labelAdjustF11 = new System.Windows.Forms.Label();
            this.labelAdjustF10 = new System.Windows.Forms.Label();
            this.labelAdjustF9 = new System.Windows.Forms.Label();
            this.buttonAdjustSecForward2 = new System.Windows.Forms.Button();
            this.numericUpDownSecAdjust2 = new System.Windows.Forms.NumericUpDown();
            this.buttonAdjustSecBack2 = new System.Windows.Forms.Button();
            this.buttonAdjustSecForward1 = new System.Windows.Forms.Button();
            this.numericUpDownSecAdjust1 = new System.Windows.Forms.NumericUpDown();
            this.buttonAdjustSecBack1 = new System.Windows.Forms.Button();
            this.labelVideoPosition2 = new System.Windows.Forms.Label();
            this.buttonAdjustGoToPosAndPause = new System.Windows.Forms.Button();
            this.buttonAdjustPlayBefore = new System.Windows.Forms.Button();
            this.timeUpDownVideoPositionAdjust = new Nikse.SubtitleEdit.Controls.TimeUpDown();
            this.ShowSubtitleTimer = new System.Windows.Forms.Timer(this.components);
            this.timerAutoDuration = new System.Windows.Forms.Timer(this.components);
            this.timerAutoContinue = new System.Windows.Forms.Timer(this.components);
            this.timerStillTyping = new System.Windows.Forms.Timer(this.components);
            this.timerWaveform = new System.Windows.Forms.Timer(this.components);
            this.contextMenuStripWaveform = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.addParagraphHereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.addParagraphAndPasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemFocusTextbox = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteParagraphToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.splitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.mergeWithPreviousToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.mergeWithNextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripMenuItemWaveformPlaySelection = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator24 = new System.Windows.Forms.ToolStripSeparator();
            this.showWaveformAndSpectrogramToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.showOnlyWaveformToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.showOnlySpectrogramToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparatorGuessTimeCodes = new System.Windows.Forms.ToolStripSeparator();
            this.removeSceneChangeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.addSceneChangeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.guessTimeCodesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.seekSilenceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.splitContainerMain = new System.Windows.Forms.SplitContainer();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.tabControlSubtitle = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.splitContainerListViewAndText = new System.Windows.Forms.SplitContainer();
            this.SubtitleListview1 = new Nikse.SubtitleEdit.Controls.SubtitleListView();
            this.groupBoxEdit = new System.Windows.Forms.GroupBox();
            this.labelSingleLine = new System.Windows.Forms.Label();
            this.labelAlternateSingleLine = new System.Windows.Forms.Label();
            this.labelDurationWarning = new System.Windows.Forms.Label();
            this.labelStartTimeWarning = new System.Windows.Forms.Label();
            this.buttonSplitLine = new System.Windows.Forms.Button();
            this.labelAlternateCharactersPerSecond = new System.Windows.Forms.Label();
            this.labelTextAlternateLineTotal = new System.Windows.Forms.Label();
            this.labelTextAlternateLineLengths = new System.Windows.Forms.Label();
            this.labelAlternateText = new System.Windows.Forms.Label();
            this.labelText = new System.Windows.Forms.Label();
            this.textBoxListViewTextAlternate = new Nikse.SubtitleEdit.Controls.SETextBox();
            this.contextMenuStripTextBoxListView = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripMenuItemWebVttVoice = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparatorWebVTT = new System.Windows.Forms.ToolStripSeparator();
            this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemSplitTextAtCursor = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator18 = new System.Windows.Forms.ToolStripSeparator();
            this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator17 = new System.Windows.Forms.ToolStripSeparator();
            this.normalToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.boldToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.italicToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.underlineToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.colorToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.fontNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator26 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripMenuItemInsertUnicodeSymbol = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemInsertUnicodeControlCharacters = new System.Windows.Forms.ToolStripMenuItem();
            this.leftToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.righttoleftMarkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.startOfLefttorightEmbeddingLREToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.startOfRighttoleftEmbeddingRLEToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.startOfLefttorightOverrideLROToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.startOfRighttoleftOverrideRLOToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.superscriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.subscriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.buttonAutoBreak = new System.Windows.Forms.Button();
            this.labelTextLineLengths = new System.Windows.Forms.Label();
            this.labelTextLineTotal = new System.Windows.Forms.Label();
            this.labelCharactersPerSecond = new System.Windows.Forms.Label();
            this.buttonUnBreak = new System.Windows.Forms.Button();
            this.timeUpDownStartTime = new Nikse.SubtitleEdit.Controls.TimeUpDown();
            this.numericUpDownDuration = new System.Windows.Forms.NumericUpDown();
            this.buttonPrevious = new System.Windows.Forms.Button();
            this.buttonNext = new System.Windows.Forms.Button();
            this.labelStartTime = new System.Windows.Forms.Label();
            this.textBoxListViewText = new Nikse.SubtitleEdit.Controls.SETextBox();
            this.labelDuration = new System.Windows.Forms.Label();
            this.labelAutoDuration = new System.Windows.Forms.Label();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.textBoxSource = new System.Windows.Forms.TextBox();
            this.panelVideoPlayer = new System.Windows.Forms.Panel();
            this.mediaPlayer = new Nikse.SubtitleEdit.Controls.VideoPlayerContainer();
            this.contextMenuStripEmpty = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.insertLineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.imageListPlayRate = new System.Windows.Forms.ImageList(this.components);
            this.timerTextUndo = new System.Windows.Forms.Timer(this.components);
            this.timerAlternateTextUndo = new System.Windows.Forms.Timer(this.components);
            this.toolStripMenuItemEdl = new System.Windows.Forms.ToolStripMenuItem();
            this.statusStrip1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.contextMenuStripListview.SuspendLayout();
            this.groupBoxVideo.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarWaveformPosition)).BeginInit();
            this.panelWaveformControls.SuspendLayout();
            this.toolStripWaveControls.SuspendLayout();
            this.tabControlButtons.SuspendLayout();
            this.tabPageTranslate.SuspendLayout();
            this.groupBoxTranslateSearch.SuspendLayout();
            this.groupBoxAutoContinue.SuspendLayout();
            this.groupBoxAutoRepeat.SuspendLayout();
            this.tabPageCreate.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSec2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSec1)).BeginInit();
            this.tabPageAdjust.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSecAdjust2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSecAdjust1)).BeginInit();
            this.contextMenuStripWaveform.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).BeginInit();
            this.splitContainerMain.Panel1.SuspendLayout();
            this.splitContainerMain.Panel2.SuspendLayout();
            this.splitContainerMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.tabControlSubtitle.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerListViewAndText)).BeginInit();
            this.splitContainerListViewAndText.Panel1.SuspendLayout();
            this.splitContainerListViewAndText.Panel2.SuspendLayout();
            this.splitContainerListViewAndText.SuspendLayout();
            this.groupBoxEdit.SuspendLayout();
            this.contextMenuStripTextBoxListView.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDuration)).BeginInit();
            this.tabPage2.SuspendLayout();
            this.panelVideoPlayer.SuspendLayout();
            this.contextMenuStripEmpty.SuspendLayout();
            this.SuspendLayout();
            // 
            // statusStrip1
            // 
            this.statusStrip1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.labelStatus,
            this.toolStripSelected,
            this.toolStripStatusLabelProgress,
            this.toolStripStatusNetworking});
            this.statusStrip1.Location = new System.Drawing.Point(0, 624);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(975, 22);
            this.statusStrip1.TabIndex = 4;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // labelStatus
            // 
            this.labelStatus.Name = "labelStatus";
            this.labelStatus.Size = new System.Drawing.Size(0, 17);
            this.labelStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.labelStatus.Click += new System.EventHandler(this.labelStatus_Click);
            // 
            // toolStripSelected
            // 
            this.toolStripSelected.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripSelected.Name = "toolStripSelected";
            this.toolStripSelected.Size = new System.Drawing.Size(743, 17);
            this.toolStripSelected.Spring = true;
            this.toolStripSelected.Text = "toolStripSelected";
            this.toolStripSelected.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.toolStripSelected.Click += new System.EventHandler(this.toolStripSelected_Click);
            // 
            // toolStripStatusLabelProgress
            // 
            this.toolStripStatusLabelProgress.Name = "toolStripStatusLabelProgress";
            this.toolStripStatusLabelProgress.Size = new System.Drawing.Size(162, 17);
            this.toolStripStatusLabelProgress.Text = "toolStripStatusLabelProgress";
            this.toolStripStatusLabelProgress.Visible = false;
            // 
            // toolStripStatusNetworking
            // 
            this.toolStripStatusNetworking.Image = global::Nikse.SubtitleEdit.Properties.Resources.connect;
            this.toolStripStatusNetworking.Name = "toolStripStatusNetworking";
            this.toolStripStatusNetworking.Padding = new System.Windows.Forms.Padding(50, 0, 0, 0);
            this.toolStripStatusNetworking.Size = new System.Drawing.Size(217, 17);
            this.toolStripStatusNetworking.Text = "toolStripStatusNetworking";
            this.toolStripStatusNetworking.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.toolStripStatusNetworking.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.toolStripStatusNetworking.Click += new System.EventHandler(this.toolStripStatusNetworking_Click);
            // 
            // toolStrip1
            // 
            this.toolStrip1.AutoSize = false;
            this.toolStrip1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonFileNew,
            this.toolStripButtonFileOpen,
            this.toolStripButtonSave,
            this.toolStripButtonSaveAs,
            this.toolStripSeparatorFindReplace,
            this.toolStripButtonFind,
            this.toolStripButtonReplace,
            this.toolStripSeparatorFixSyncSpell,
            this.toolStripButtonFixCommonErrors,
            this.toolStripButtonRemoveTextForHi,
            this.toolStripButtonVisualSync,
            this.toolStripButtonSpellCheck,
            this.toolStripButtonSettings,
            this.toolStripSeparatorHelp,
            this.toolStripButtonHelp,
            this.toolStripSeparatorToggle,
            this.toolStripButtonToggleWaveform,
            this.toolStripButtonToggleVideo,
            this.toolStripSeparatorSubtitleFormat,
            this.toolStripLabelSubtitleFormat,
            this.comboBoxSubtitleFormats,
            this.toolStripSeparatorEncoding,
            this.toolStripLabelEncoding,
            this.comboBoxEncoding,
            this.toolStripSeparatorFrameRate,
            this.toolStripLabelFrameRate,
            this.toolStripComboBoxFrameRate,
            this.toolStripButtonGetFrameRate});
            this.toolStrip1.Location = new System.Drawing.Point(0, 24);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(975, 40);
            this.toolStrip1.TabIndex = 5;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripButtonFileNew
            // 
            this.toolStripButtonFileNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonFileNew.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.toolStripButtonFileNew.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonFileNew.Image")));
            this.toolStripButtonFileNew.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripButtonFileNew.ImageTransparentColor = System.Drawing.Color.Transparent;
            this.toolStripButtonFileNew.Name = "toolStripButtonFileNew";
            this.toolStripButtonFileNew.Size = new System.Drawing.Size(36, 37);
            this.toolStripButtonFileNew.Text = "New";
            this.toolStripButtonFileNew.ToolTipText = "New";
            this.toolStripButtonFileNew.Click += new System.EventHandler(this.ToolStripButtonFileNewClick);
            // 
            // toolStripButtonFileOpen
            // 
            this.toolStripButtonFileOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonFileOpen.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.toolStripButtonFileOpen.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonFileOpen.Image")));
            this.toolStripButtonFileOpen.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripButtonFileOpen.ImageTransparentColor = System.Drawing.Color.Transparent;
            this.toolStripButtonFileOpen.Name = "toolStripButtonFileOpen";
            this.toolStripButtonFileOpen.Size = new System.Drawing.Size(36, 37);
            this.toolStripButtonFileOpen.Text = "toolStripButtonOpen";
            this.toolStripButtonFileOpen.ToolTipText = "Open";
            this.toolStripButtonFileOpen.Click += new System.EventHandler(this.ToolStripButtonFileOpenClick);
            // 
            // toolStripButtonSave
            // 
            this.toolStripButtonSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonSave.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.toolStripButtonSave.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSave.Image")));
            this.toolStripButtonSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripButtonSave.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonSave.Name = "toolStripButtonSave";
            this.toolStripButtonSave.Size = new System.Drawing.Size(36, 37);
            this.toolStripButtonSave.Text = "toolStripButtonSave";
            this.toolStripButtonSave.ToolTipText = "Save";
            this.toolStripButtonSave.Click += new System.EventHandler(this.ToolStripButtonSaveClick);
            // 
            // toolStripButtonSaveAs
            // 
            this.toolStripButtonSaveAs.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonSaveAs.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.toolStripButtonSaveAs.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSaveAs.Image")));
            this.toolStripButtonSaveAs.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripButtonSaveAs.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonSaveAs.Name = "toolStripButtonSaveAs";
            this.toolStripButtonSaveAs.Size = new System.Drawing.Size(36, 37);
            this.toolStripButtonSaveAs.Text = "toolStripButtonSaveAs";
            this.toolStripButtonSaveAs.ToolTipText = "Save as";
            this.toolStripButtonSaveAs.Click += new System.EventHandler(this.ToolStripButtonSaveAsClick);
            // 
            // toolStripSeparatorFindReplace
            // 
            this.toolStripSeparatorFindReplace.Name = "toolStripSeparatorFindReplace";
            this.toolStripSeparatorFindReplace.Size = new System.Drawing.Size(6, 40);
            // 
            // toolStripButtonFind
            // 
            this.toolStripButtonFind.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonFind.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.toolStripButtonFind.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonFind.Image")));
            this.toolStripButtonFind.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripButtonFind.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonFind.Name = "toolStripButtonFind";
            this.toolStripButtonFind.Size = new System.Drawing.Size(36, 37);
            this.toolStripButtonFind.Text = "Find";
            this.toolStripButtonFind.Click += new System.EventHandler(this.ToolStripButtonFindClick);
            // 
            // toolStripButtonReplace
            // 
            this.toolStripButtonReplace.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonReplace.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.toolStripButtonReplace.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonReplace.Image")));
            this.toolStripButtonReplace.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripButtonReplace.ImageTransparentColor = System.Drawing.Color.White;
            this.toolStripButtonReplace.Name = "toolStripButtonReplace";
            this.toolStripButtonReplace.Size = new System.Drawing.Size(36, 37);
            this.toolStripButtonReplace.Text = "Replace";
            this.toolStripButtonReplace.ToolTipText = "Replace";
            this.toolStripButtonReplace.Click += new System.EventHandler(this.ToolStripButtonReplaceClick);
            // 
            // toolStripSeparatorFixSyncSpell
            // 
            this.toolStripSeparatorFixSyncSpell.Name = "toolStripSeparatorFixSyncSpell";
            this.toolStripSeparatorFixSyncSpell.Size = new System.Drawing.Size(6, 40);
            // 
            // toolStripButtonFixCommonErrors
            // 
            this.toolStripButtonFixCommonErrors.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonFixCommonErrors.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.toolStripButtonFixCommonErrors.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonFixCommonErrors.Image")));
            this.toolStripButtonFixCommonErrors.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripButtonFixCommonErrors.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonFixCommonErrors.Name = "toolStripButtonFixCommonErrors";
            this.toolStripButtonFixCommonErrors.Size = new System.Drawing.Size(36, 37);
            this.toolStripButtonFixCommonErrors.Text = "Fix common errors";
            this.toolStripButtonFixCommonErrors.ToolTipText = "Fix common errors";
            this.toolStripButtonFixCommonErrors.Click += new System.EventHandler(this.toolStripButtonFixCommonErrors_Click);
            // 
            // toolStripButtonRemoveTextForHi
            // 
            this.toolStripButtonRemoveTextForHi.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonRemoveTextForHi.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.toolStripButtonRemoveTextForHi.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonRemoveTextForHi.Image")));
            this.toolStripButtonRemoveTextForHi.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripButtonRemoveTextForHi.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonRemoveTextForHi.Name = "toolStripButtonRemoveTextForHi";
            this.toolStripButtonRemoveTextForHi.Size = new System.Drawing.Size(36, 37);
            this.toolStripButtonRemoveTextForHi.Text = "Remove text for HI";
            this.toolStripButtonRemoveTextForHi.ToolTipText = "Fix common errors";
            this.toolStripButtonRemoveTextForHi.Click += new System.EventHandler(this.toolStripButtonRemoveTextForHi_Click);
            // 
            // toolStripButtonVisualSync
            // 
            this.toolStripButtonVisualSync.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonVisualSync.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.toolStripButtonVisualSync.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonVisualSync.Image")));
            this.toolStripButtonVisualSync.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripButtonVisualSync.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonVisualSync.Name = "toolStripButtonVisualSync";
            this.toolStripButtonVisualSync.Size = new System.Drawing.Size(36, 37);
            this.toolStripButtonVisualSync.Text = "Visual sync";
            this.toolStripButtonVisualSync.Click += new System.EventHandler(this.ToolStripButtonVisualSyncClick);
            // 
            // toolStripButtonSpellCheck
            // 
            this.toolStripButtonSpellCheck.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonSpellCheck.Font = new System.Drawing.Font("Tahoma", 8.25F);
            this.toolStripButtonSpellCheck.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSpellCheck.Image")));
            this.toolStripButtonSpellCheck.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripButtonSpellCheck.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonSpellCheck.Name = "toolStripButtonSpellCheck";
            this.toolStripButtonSpellCheck.Size = new System.Drawing.Size(36, 37);
            this.toolStripButtonSpellCheck.Text = "Spell check";
            this.toolStripButtonSpellCheck.Click += new System.EventHandler(this.ToolStripButtonSpellCheckClick);
            // 
            // toolStripButtonSettings
            // 
            this.toolStripButtonSettings.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonSettings.Font = new System.Drawing.Font("Tahoma", 8.25F);
            this.toolStripButtonSettings.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSettings.Image")));
            this.toolStripButtonSettings.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripButtonSettings.ImageTransparentColor = System.Drawing.Color.Transparent;
            this.toolStripButtonSettings.Name = "toolStripButtonSettings";
            this.toolStripButtonSettings.Size = new System.Drawing.Size(36, 37);
            this.toolStripButtonSettings.Text = "Settings";
            this.toolStripButtonSettings.Click += new System.EventHandler(this.ToolStripButtonSettingsClick);
            // 
            // toolStripSeparatorHelp
            // 
            this.toolStripSeparatorHelp.Name = "toolStripSeparatorHelp";
            this.toolStripSeparatorHelp.Size = new System.Drawing.Size(6, 40);
            // 
            // toolStripButtonHelp
            // 
            this.toolStripButtonHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonHelp.Font = new System.Drawing.Font("Tahoma", 8.25F);
            this.toolStripButtonHelp.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonHelp.Image")));
            this.toolStripButtonHelp.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripButtonHelp.ImageTransparentColor = System.Drawing.Color.Transparent;
            this.toolStripButtonHelp.Name = "toolStripButtonHelp";
            this.toolStripButtonHelp.Size = new System.Drawing.Size(36, 37);
            this.toolStripButtonHelp.Text = "Help";
            this.toolStripButtonHelp.Click += new System.EventHandler(this.ToolStripButtonHelpClick);
            // 
            // toolStripSeparatorToggle
            // 
            this.toolStripSeparatorToggle.Name = "toolStripSeparatorToggle";
            this.toolStripSeparatorToggle.Size = new System.Drawing.Size(6, 40);
            // 
            // toolStripButtonToggleWaveform
            // 
            this.toolStripButtonToggleWaveform.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonToggleWaveform.Font = new System.Drawing.Font("Tahoma", 8.25F);
            this.toolStripButtonToggleWaveform.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonToggleWaveform.Image")));
            this.toolStripButtonToggleWaveform.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripButtonToggleWaveform.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonToggleWaveform.Name = "toolStripButtonToggleWaveform";
            this.toolStripButtonToggleWaveform.Size = new System.Drawing.Size(36, 37);
            this.toolStripButtonToggleWaveform.Text = "Show/hide waveform";
            this.toolStripButtonToggleWaveform.Click += new System.EventHandler(this.toolStripButtonToggleWaveform_Click);
            // 
            // toolStripButtonToggleVideo
            // 
            this.toolStripButtonToggleVideo.Checked = true;
            this.toolStripButtonToggleVideo.CheckState = System.Windows.Forms.CheckState.Checked;
            this.toolStripButtonToggleVideo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonToggleVideo.Font = new System.Drawing.Font("Tahoma", 8.25F);
            this.toolStripButtonToggleVideo.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonToggleVideo.Image")));
            this.toolStripButtonToggleVideo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripButtonToggleVideo.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonToggleVideo.Name = "toolStripButtonToggleVideo";
            this.toolStripButtonToggleVideo.Size = new System.Drawing.Size(36, 37);
            this.toolStripButtonToggleVideo.Text = "Show/hide video";
            this.toolStripButtonToggleVideo.Click += new System.EventHandler(this.toolStripButtonToggleVideo_Click);
            // 
            // toolStripSeparatorSubtitleFormat
            // 
            this.toolStripSeparatorSubtitleFormat.Name = "toolStripSeparatorSubtitleFormat";
            this.toolStripSeparatorSubtitleFormat.Size = new System.Drawing.Size(6, 40);
            // 
            // toolStripLabelSubtitleFormat
            // 
            this.toolStripLabelSubtitleFormat.Name = "toolStripLabelSubtitleFormat";
            this.toolStripLabelSubtitleFormat.Size = new System.Drawing.Size(89, 37);
            this.toolStripLabelSubtitleFormat.Text = "Subtitle format";
            // 
            // comboBoxSubtitleFormats
            // 
            this.comboBoxSubtitleFormats.DropDownHeight = 215;
            this.comboBoxSubtitleFormats.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxSubtitleFormats.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
            this.comboBoxSubtitleFormats.IntegralHeight = false;
            this.comboBoxSubtitleFormats.Name = "comboBoxSubtitleFormats";
            this.comboBoxSubtitleFormats.Size = new System.Drawing.Size(150, 40);
            this.comboBoxSubtitleFormats.DropDown += new System.EventHandler(this.MenuOpened);
            this.comboBoxSubtitleFormats.DropDownClosed += new System.EventHandler(this.MenuClosed);
            this.comboBoxSubtitleFormats.SelectedIndexChanged += new System.EventHandler(this.ComboBoxSubtitleFormatsSelectedIndexChanged);
            this.comboBoxSubtitleFormats.Enter += new System.EventHandler(this.ComboBoxSubtitleFormatsEnter);
            // 
            // toolStripSeparatorEncoding
            // 
            this.toolStripSeparatorEncoding.Name = "toolStripSeparatorEncoding";
            this.toolStripSeparatorEncoding.Size = new System.Drawing.Size(6, 40);
            // 
            // toolStripLabelEncoding
            // 
            this.toolStripLabelEncoding.Name = "toolStripLabelEncoding";
            this.toolStripLabelEncoding.Size = new System.Drawing.Size(78, 37);
            this.toolStripLabelEncoding.Text = "File encoding";
            // 
            // comboBoxEncoding
            // 
            this.comboBoxEncoding.DropDownHeight = 215;
            this.comboBoxEncoding.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxEncoding.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
            this.comboBoxEncoding.IntegralHeight = false;
            this.comboBoxEncoding.Items.AddRange(new object[] {
            "ANSI",
            "UTF-7",
            "UTF-8",
            "Unicode",
            "Unicode (big endian)"});
            this.comboBoxEncoding.Name = "comboBoxEncoding";
            this.comboBoxEncoding.Size = new System.Drawing.Size(125, 23);
            this.comboBoxEncoding.DropDown += new System.EventHandler(this.MenuOpened);
            this.comboBoxEncoding.DropDownClosed += new System.EventHandler(this.MenuClosed);
            // 
            // toolStripSeparatorFrameRate
            // 
            this.toolStripSeparatorFrameRate.Name = "toolStripSeparatorFrameRate";
            this.toolStripSeparatorFrameRate.Size = new System.Drawing.Size(6, 40);
            // 
            // toolStripLabelFrameRate
            // 
            this.toolStripLabelFrameRate.Name = "toolStripLabelFrameRate";
            this.toolStripLabelFrameRate.Size = new System.Drawing.Size(66, 14);
            this.toolStripLabelFrameRate.Text = "Frame rate";
            // 
            // toolStripComboBoxFrameRate
            // 
            this.toolStripComboBoxFrameRate.DropDownWidth = 75;
            this.toolStripComboBoxFrameRate.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
            this.toolStripComboBoxFrameRate.Name = "toolStripComboBoxFrameRate";
            this.toolStripComboBoxFrameRate.Size = new System.Drawing.Size(75, 23);
            this.toolStripComboBoxFrameRate.DropDown += new System.EventHandler(this.MenuOpened);
            this.toolStripComboBoxFrameRate.DropDownClosed += new System.EventHandler(this.MenuClosed);
            this.toolStripComboBoxFrameRate.TextChanged += new System.EventHandler(this.ToolStripComboBoxFrameRateTextChanged);
            // 
            // toolStripButtonGetFrameRate
            // 
            this.toolStripButtonGetFrameRate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripButtonGetFrameRate.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonGetFrameRate.Image")));
            this.toolStripButtonGetFrameRate.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonGetFrameRate.Name = "toolStripButtonGetFrameRate";
            this.toolStripButtonGetFrameRate.Size = new System.Drawing.Size(23, 18);
            this.toolStripButtonGetFrameRate.Text = "...";
            this.toolStripButtonGetFrameRate.ToolTipText = "Get frame rate from video file";
            this.toolStripButtonGetFrameRate.Click += new System.EventHandler(this.ButtonGetFrameRateClick);
            // 
            // menuStrip1
            // 
            this.menuStrip1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.editToolStripMenuItem,
            this.toolsToolStripMenuItem,
            this.toolStripMenuItemSpellCheckMain,
            this.toolStripMenuItemVideo,
            this.toolStripMenuItemSynchronization,
            this.toolStripMenuItemAutoTranslate,
            this.optionsToolStripMenuItem,
            this.toolStripMenuItemNetworking,
            this.helpToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(975, 24);
            this.menuStrip1.TabIndex = 6;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripMenuItem,
            this.openToolStripMenuItem,
            this.toolStripMenuItemOpenKeepVideo,
            this.reopenToolStripMenuItem,
            this.saveToolStripMenuItem,
            this.saveAsToolStripMenuItem,
            this.toolStripMenuItemRestoreAutoBackup,
            this.toolStripMenuItemDCinemaProperties,
            this.toolStripMenuItemTTProperties,
            this.toolStripMenuItemNuendoProperties,
            this.toolStripMenuItemFcpProperties,
            this.toolStripMenuItemSubStationAlpha,
            this.toolStripMenuItemEbuProperties,
            this.toolStripSeparator20,
            this.openOriginalToolStripMenuItem,
            this.saveOriginalToolStripMenuItem,
            this.saveOriginalAstoolStripMenuItem,
            this.removeOriginalToolStripMenuItem,
            this.toolStripSeparator12,
            this.toolStripMenuItemOpenContainingFolder,
            this.toolStripMenuItemCompare,
            this.toolStripMenuItemStatistics,
            this.toolStripMenuItemPlugins,
            this.toolStripSeparator1,
            this.toolStripMenuItemImportDvdSubtitles,
            this.toolStripMenuItemSubIdx,
            this.toolStripMenuItemImportBluRaySup,
            this.toolStripMenuItemImportXSub,
            this.toolStripMenuItemImportOcrHardSub,
            this.matroskaImportStripMenuItem,
            this.toolStripMenuItemManualAnsi,
            this.toolStripMenuItemImportText,
            this.toolStripMenuItemImportImages,
            this.toolStripMenuItemImportTimeCodes,
            this.toolStripSeparator22,
            this.toolStripMenuItemExport,
            this.toolStripSeparator10,
            this.exitToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(36, 20);
            this.fileToolStripMenuItem.Text = "File";
            this.fileToolStripMenuItem.DropDownOpening += new System.EventHandler(this.fileToolStripMenuItem_DropDownOpening);
            // 
            // newToolStripMenuItem
            // 
            this.newToolStripMenuItem.Name = "newToolStripMenuItem";
            this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
            this.newToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
            this.newToolStripMenuItem.Text = "New";
            this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItemClick);
            // 
            // openToolStripMenuItem
            // 
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
            this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
            this.openToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
            this.openToolStripMenuItem.Text = "Open";
            this.openToolStripMenuItem.Click += new System.EventHandler(this.OpenToolStripMenuItemClick);
            // 
            // toolStripMenuItemOpenKeepVideo
            // 
            this.toolStripMenuItemOpenKeepVideo.Name = "toolStripMenuItemOpenKeepVideo";
            this.toolStripMenuItemOpenKeepVideo.Size = new System.Drawing.Size(337, 22);
            this.toolStripMenuItemOpenKeepVideo.Text = "Open (keep video)";
            this.toolStripMenuItemOpenKeepVideo.Click += new System.EventHandler(this.toolStripMenuItemOpenKeepVideo_Click);
            // 
            // reopenToolStripMenuItem
            // 
            this.reopenToolStripMenuItem.Name = "reopenToolStripMenuItem";
            this.reopenToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
            this.reopenToolStripMenuItem.Text = "Reopen";
            // 
            // saveToolStripMenuItem
            // 
            this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
            this.saveToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
            this.saveToolStripMenuItem.Text = "Save";
            this.saveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItemClick);
            // 
            // saveAsToolStripMenuItem
            // 
            this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
            this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
            this.saveAsToolStripMenuItem.Text = "Save as...";
            this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.SaveAsToolStripMenuItemClick);
            // 
            // toolStripMenuItemRestoreAutoBackup
            // 
            this.toolStripMenuItemRestoreAutoBackup.Name = "toolStripMenuItemRestoreAutoBackup";
            this.toolStripMenuItemRestoreAutoBackup.Size = new System.Drawing.Size(337, 22);
            this.toolStripMenuItemRestoreAutoBackup.Text = "Restore auto-backup...";
            this.toolStripMenuItemRestoreAutoBackup.Click += new System.EventHandler(this.toolStripMenuItemRestoreAutoBackup_Click);
            // 
            // toolStripMenuItemDCinemaProperties
            // 
            this.toolStripMenuItemDCinemaProperties.Name = "toolStripMenuItemDCinemaProperties";
            this.toolStripMenuItemDCinemaProperties.Size = new System.Drawing.Size(337, 22);
            this.toolStripMenuItemDCinemaProperties.Text = "DCinema properties...";
            this.toolStripMenuItemDCinemaProperties.Click += new System.EventHandler(this.toolStripMenuItemDCinemaProperties_Click);
            // 
            // toolStripMenuItemTTProperties
            // 
            this.toolStripMenuItemTTProperties.Name = "toolStripMenuItemTTProperties";
            this.toolStripMenuItemTTProperties.Size = new System.Drawing.Size(337, 22);
            this.toolStripMenuItemTTProperties.Text = "Timed Text properties...";
            this.toolStripMenuItemTTProperties.Click += new System.EventHandler(this.toolStripMenuItemTTPropertiesClick);
            // 
            // toolStripMenuItemNuendoProperties
            // 
            this.toolStripMenuItemNuendoProperties.Name = "toolStripMenuItemNuendoProperties";
            this.toolStripMenuItemNuendoProperties.Size = new System.Drawing.Size(337, 22);
            this.toolStripMenuItemNuendoProperties.Text = "Nuendo properties...";
            this.toolStripMenuItemNuendoProperties.Click += new System.EventHandler(this.ToolStripMenuItemNuendoPropertiesClick);
            // 
            // toolStripMenuItemFcpProperties
            // 
            this.toolStripMenuItemFcpProperties.Name = "toolStripMenuItemFcpProperties";
            this.toolStripMenuItemFcpProperties.Size = new System.Drawing.Size(337, 22);
            this.toolStripMenuItemFcpProperties.Text = "Final Cut Pro properties...";
            this.toolStripMenuItemFcpProperties.Click += new System.EventHandler(this.toolStripMenuItemFcpProperties_Click);
            // 
            // toolStripMenuItemSubStationAlpha
            // 
            this.toolStripMenuItemSubStationAlpha.Name = "toolStripMenuItemSubStationAlpha";
            this.toolStripMenuItemSubStationAlpha.Size = new System.Drawing.Size(337, 22);
            this.toolStripMenuItemSubStationAlpha.Text = "Advanced Sub Station Alpha properties...";
            this.toolStripMenuItemSubStationAlpha.Click += new System.EventHandler(this.toolStripMenuItemSubStationAlpha_Click);
            // 
            // toolStripMenuItemEbuProperties
            // 
            this.toolStripMenuItemEbuProperties.Name = "toolStripMenuItemEbuProperties";
            this.toolStripMenuItemEbuProperties.Size = new System.Drawing.Size(337, 22);
            this.toolStripMenuItemEbuProperties.Text = "Ebu properties...";
            this.toolStripMenuItemEbuProperties.Click += new System.EventHandler(this.toolStripMenuItemEbuProperties_Click);
            // 
            // toolStripSeparator20
            // 
            this.toolStripSeparator20.Name = "toolStripSeparator20";
            this.toolStripSeparator20.Size = new System.Drawing.Size(334, 6);
            // 
            // openOriginalToolStripMenuItem
            // 
            this.openOriginalToolStripMenuItem.Name = "openOriginalToolStripMenuItem";
            this.openOriginalToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
            this.openOriginalToolStripMenuItem.Text = "Open original (translator mode)...";
            this.openOriginalToolStripMenuItem.Click += new System.EventHandler(this.OpenOriginalToolStripMenuItemClick);
            // 
            // saveOriginalToolStripMenuItem
            // 
            this.saveOriginalToolStripMenuItem.Name = "saveOriginalToolStripMenuItem";
            this.saveOriginalToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
            this.saveOriginalToolStripMenuItem.Text = "Save original";
            this.saveOriginalToolStripMenuItem.Click += new System.EventHandler(this.SaveOriginalToolStripMenuItemClick);
            // 
            // saveOriginalAstoolStripMenuItem
            // 
            this.saveOriginalAstoolStripMenuItem.Name = "saveOriginalAstoolStripMenuItem";
            this.saveOriginalAstoolStripMenuItem.Size = new System.Drawing.Size(337, 22);
            this.saveOriginalAstoolStripMenuItem.Text = "Save original as...";
            this.saveOriginalAstoolStripMenuItem.Click += new System.EventHandler(this.SaveOriginalAstoolStripMenuItemClick);
            // 
            // removeOriginalToolStripMenuItem
            // 
            this.removeOriginalToolStripMenuItem.Name = "removeOriginalToolStripMenuItem";
            this.removeOriginalToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
            this.removeOriginalToolStripMenuItem.Text = "Remove original";
            this.removeOriginalToolStripMenuItem.Click += new System.EventHandler(this.RemoveOriginalToolStripMenuItemClick);
            // 
            // toolStripSeparator12
            // 
            this.toolStripSeparator12.Name = "toolStripSeparator12";
            this.toolStripSeparator12.Size = new System.Drawing.Size(334, 6);
            // 
            // toolStripMenuItemOpenContainingFolder
            // 
            this.toolStripMenuItemOpenContainingFolder.Name = "toolStripMenuItemOpenContainingFolder";
            this.toolStripMenuItemOpenContainingFolder.Size = new System.Drawing.Size(337, 22);
            this.toolStripMenuItemOpenContainingFolder.Text = "Open containing folder";
            this.toolStripMenuItemOpenContainingFolder.Click += new System.EventHandler(this.toolStripMenuItemOpenContainingFolder_Click);
            // 
            // toolStripMenuItemCompare
            // 
            this.toolStripMenuItemCompare.Name = "toolStripMenuItemCompare";
            this.toolStripMenuItemCompare.Size = new System.Drawing.Size(337, 22);
            this.toolStripMenuItemCompare.Text = "Compare...";
            this.toolStripMenuItemCompare.Click += new System.EventHandler(this.ToolStripMenuItemCompareClick);
            // 
            // toolStripMenuItemStatistics
            // 
            this.toolStripMenuItemStatistics.Name = "toolStripMenuItemStatistics";
            this.toolStripMenuItemStatistics.Size = new System.Drawing.Size(337, 22);
            this.toolStripMenuItemStatistics.Text = "Statistics...";
            this.toolStripMenuItemStatistics.Click += new System.EventHandler(this.toolStripMenuItemStatistics_Click);
            // 
            // toolStripMenuItemPlugins
            // 
            this.toolStripMenuItemPlugins.Name = "toolStripMenuItemPlugins";
            this.toolStripMenuItemPlugins.Size = new System.Drawing.Size(337, 22);
            this.toolStripMenuItemPlugins.Text = "Plugins...";
            this.toolStripMenuItemPlugins.Click += new System.EventHandler(this.toolStripMenuItemPlugins_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(334, 6);
            // 
            // toolStripMenuItemImportDvdSubtitles
            // 
            this.toolStripMenuItemImportDvdSubtitles.Name = "toolStripMenuItemImportDvdSubtitles";
            this.toolStripMenuItemImportDvdSubtitles.Size = new System.Drawing.Size(337, 22);
            this.toolStripMenuItemImportDvdSubtitles.Text = "Import/OCR subtitle from VOB/IFO (DVD) ...";
            this.toolStripMenuItemImportDvdSubtitles.Click += new System.EventHandler(this.ToolStripMenuItemImportDvdSubtitlesClick);
            // 
            // toolStripMenuItemSubIdx
            // 
            this.toolStripMenuItemSubIdx.Name = "toolStripMenuItemSubIdx";
            this.toolStripMenuItemSubIdx.Size = new System.Drawing.Size(337, 22);
            this.toolStripMenuItemSubIdx.Text = "Import/OCR VobSub (sub/idx) subtitle...";
            this.toolStripMenuItemSubIdx.Click += new System.EventHandler(this.ToolStripMenuItemSubIdxClick1);
            // 
            // toolStripMenuItemImportBluRaySup
            // 
            this.toolStripMenuItemImportBluRaySup.Name = "toolStripMenuItemImportBluRaySup";
            this.toolStripMenuItemImportBluRaySup.Size = new System.Drawing.Size(337, 22);
            this.toolStripMenuItemImportBluRaySup.Text = "Import/OCR Blu-ray sup file...";
            this.toolStripMenuItemImportBluRaySup.Click += new System.EventHandler(this.toolStripMenuItemImportBluRaySup_Click);
            // 
            // toolStripMenuItemImportXSub
            // 
            this.toolStripMenuItemImportXSub.Name = "toolStripMenuItemImportXSub";
            this.toolStripMenuItemImportXSub.Size = new System.Drawing.Size(337, 22);
            this.toolStripMenuItemImportXSub.Text = "Import/OCR XSub from divx/avi...";
            this.toolStripMenuItemImportXSub.Click += new System.EventHandler(this.toolStripMenuItemImportXSub_Click);
            // 
            // toolStripMenuItemImportOcrHardSub
            // 
            this.toolStripMenuItemImportOcrHardSub.Name = "toolStripMenuItemImportOcrHardSub";
            this.toolStripMenuItemImportOcrHardSub.Size = new System.Drawing.Size(337, 22);
            this.toolStripMenuItemImportOcrHardSub.Text = "Import/OCR burned-in subtitles from video file...";
            this.toolStripMenuItemImportOcrHardSub.Click += new System.EventHandler(this.toolStripMenuItemImportOcrHardSub_Click);
            // 
            // matroskaImportStripMenuItem
            // 
            this.matroskaImportStripMenuItem.Name = "matroskaImportStripMenuItem";
            this.matroskaImportStripMenuItem.Size = new System.Drawing.Size(337, 22);
            this.matroskaImportStripMenuItem.Text = "Import subtitle from Matroska file...";
            this.matroskaImportStripMenuItem.Click += new System.EventHandler(this.MatroskaImportStripMenuItemClick);
            // 
            // toolStripMenuItemManualAnsi
            // 
            this.toolStripMenuItemManualAnsi.Name = "toolStripMenuItemManualAnsi";
            this.toolStripMenuItemManualAnsi.Size = new System.Drawing.Size(337, 22);
            this.toolStripMenuItemManualAnsi.Text = "Import subtitle with manual chosen encoding...";
            this.toolStripMenuItemManualAnsi.Click += new System.EventHandler(this.ToolStripMenuItemManualAnsiClick);
            // 
            // toolStripMenuItemImportText
            // 
            this.toolStripMenuItemImportText.Name = "toolStripMenuItemImportText";
            this.toolStripMenuItemImportText.Size = new System.Drawing.Size(337, 22);
            this.toolStripMenuItemImportText.Text = "Import text...";
            this.toolStripMenuItemImportText.Click += new System.EventHandler(this.ToolStripMenuItemImportTextClick);
            // 
            // toolStripMenuItemImportImages
            // 
            this.toolStripMenuItemImportImages.Name = "toolStripMenuItemImportImages";
            this.toolStripMenuItemImportImages.Size = new System.Drawing.Size(337, 22);
            this.toolStripMenuItemImportImages.Text = "Import images...";
            this.toolStripMenuItemImportImages.Click += new System.EventHandler(this.toolStripMenuItemImportImages_Click);
            // 
            // toolStripMenuItemImportTimeCodes
            // 
            this.toolStripMenuItemImportTimeCodes.Name = "toolStripMenuItemImportTimeCodes";
            this.toolStripMenuItemImportTimeCodes.Size = new System.Drawing.Size(337, 22);
            this.toolStripMenuItemImportTimeCodes.Text = "Import time codes into existing subtitle...";
            this.toolStripMenuItemImportTimeCodes.Click += new System.EventHandler(this.toolStripMenuItemImportTimeCodes_Click);
            // 
            // toolStripSeparator22
            // 
            this.toolStripSeparator22.Name = "toolStripSeparator22";
            this.toolStripSeparator22.Size = new System.Drawing.Size(334, 6);
            // 
            // toolStripMenuItemExport
            // 
            this.toolStripMenuItemExport.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.adobeEncoreFABImageScriptToolStripMenuItem,
            this.toolStripMenuItemAvidStl,
            this.toolStripMenuItemExportAyato,
            this.toolStripMenuItemExportPngXml,
            this.bluraySupToolStripMenuItem,
            this.toolStripMenuItemExportBdTextSt,
            this.toolStripMenuItemExportCapMakerPlus,
            this.toolStripMenuItemExportCaptionInc,
            this.toolStripMenuItemCavena890,
            this.toolStripMenuItemExportCheetahCap,
            this.toolStripMenuItemExportDcinemaInterop,
            this.toolStripMenuItemDost,
            this.DvdStudioProStl,
            this.eBUSTLToolStripMenuItem,
            this.toolStripMenuItemEdl,
            this.toolStripMenuItemEdlClipName,
            this.toolStripMenuItemExportFcpIImage,
            this.toolStripMenuItemImagePerFrame,
            this.toolStripMenuItemTextTimeCodePair,
            this.pACScreenElectronicsToolStripMenuItem,
            this.uniPacExportToolStripMenuItem,
            this.plainTextToolStripMenuItem,
            this.toolStripMenuItem2,
            this.toolStripMenuItemExportUltech130,
            this.vobSubsubidxToolStripMenuItem,
            this.toolStripSeparatorExportCustomText,
            this.exportCustomTextFormatToolStripMenuItem});
            this.toolStripMenuItemExport.Name = "toolStripMenuItemExport";
            this.toolStripMenuItemExport.Size = new System.Drawing.Size(337, 22);
            this.toolStripMenuItemExport.Text = "Export";
            // 
            // adobeEncoreFABImageScriptToolStripMenuItem
            // 
            this.adobeEncoreFABImageScriptToolStripMenuItem.Name = "adobeEncoreFABImageScriptToolStripMenuItem";
            this.adobeEncoreFABImageScriptToolStripMenuItem.Size = new System.Drawing.Size(258, 22);
            this.adobeEncoreFABImageScriptToolStripMenuItem.Text = "Adobe Encore FAB image script...";
            this.adobeEncoreFABImageScriptToolStripMenuItem.Click += new System.EventHandler(this.AdobeEncoreFabImageScriptToolStripMenuItemClick);
            // 
            // toolStripMenuItemAvidStl
            // 
            this.toolStripMenuItemAvidStl.Name = "toolStripMenuItemAvidStl";
            this.toolStripMenuItemAvidStl.Size = new System.Drawing.Size(258, 22);
            this.toolStripMenuItemAvidStl.Text = "Avid STL...";
            this.toolStripMenuItemAvidStl.Click += new System.EventHandler(this.toolStripMenuItemAvidStl_Click);
            // 
            // toolStripMenuItemExportAyato
            // 
            this.toolStripMenuItemExportAyato.Name = "toolStripMenuItemExportAyato";
            this.toolStripMenuItemExportAyato.Size = new System.Drawing.Size(258, 22);
            this.toolStripMenuItemExportAyato.Text = "Ayato...";
            this.toolStripMenuItemExportAyato.Click += new System.EventHandler(this.toolStripMenuItemExportAyato_Click);
            // 
            // toolStripMenuItemExportPngXml
            // 
            this.toolStripMenuItemExportPngXml.Name = "toolStripMenuItemExportPngXml";
            this.toolStripMenuItemExportPngXml.Size = new System.Drawing.Size(258, 22);
            this.toolStripMenuItemExportPngXml.Text = "BDN xml/png...";
            this.toolStripMenuItemExportPngXml.Click += new System.EventHandler(this.ToolStripMenuItemExportPngXmlClick);
            // 
            // bluraySupToolStripMenuItem
            // 
            this.bluraySupToolStripMenuItem.Name = "bluraySupToolStripMenuItem";
            this.bluraySupToolStripMenuItem.Size = new System.Drawing.Size(258, 22);
            this.bluraySupToolStripMenuItem.Text = "Blu-ray sup...";
            this.bluraySupToolStripMenuItem.Click += new System.EventHandler(this.BluraySupToolStripMenuItemClick);
            // 
            // toolStripMenuItemExportBdTextSt
            // 
            this.toolStripMenuItemExportBdTextSt.Name = "toolStripMenuItemExportBdTextSt";
            this.toolStripMenuItemExportBdTextSt.Size = new System.Drawing.Size(258, 22);
            this.toolStripMenuItemExportBdTextSt.Text = "Blu-ray TextST...";
            this.toolStripMenuItemExportBdTextSt.Click += new System.EventHandler(this.toolStripMenuItemExportBdTextSt_Click);
            // 
            // toolStripMenuItemExportCapMakerPlus
            // 
            this.toolStripMenuItemExportCapMakerPlus.Name = "toolStripMenuItemExportCapMakerPlus";
            this.toolStripMenuItemExportCapMakerPlus.Size = new System.Drawing.Size(258, 22);
            this.toolStripMenuItemExportCapMakerPlus.Text = "CapMaker Plus...";
            this.toolStripMenuItemExportCapMakerPlus.Click += new System.EventHandler(this.toolStripMenuItemExportCapMakerPlus_Click);
            // 
            // toolStripMenuItemExportCaptionInc
            // 
            this.toolStripMenuItemExportCaptionInc.Name = "toolStripMenuItemExportCaptionInc";
            this.toolStripMenuItemExportCaptionInc.Size = new System.Drawing.Size(258, 22);
            this.toolStripMenuItemExportCaptionInc.Text = "Captions Inc...";
            this.toolStripMenuItemExportCaptionInc.Click += new System.EventHandler(this.toolStripMenuItemExportCaptionInc_Click);
            // 
            // toolStripMenuItemCavena890
            // 
            this.toolStripMenuItemCavena890.Name = "toolStripMenuItemCavena890";
            this.toolStripMenuItemCavena890.Size = new System.Drawing.Size(258, 22);
            this.toolStripMenuItemCavena890.Text = "Cavena 890...";
            this.toolStripMenuItemCavena890.Click += new System.EventHandler(this.ToolStripMenuItemCavena890Click);
            // 
            // toolStripMenuItemExportCheetahCap
            // 
            this.toolStripMenuItemExportCheetahCap.Name = "toolStripMenuItemExportCheetahCap";
            this.toolStripMenuItemExportCheetahCap.Size = new System.Drawing.Size(258, 22);
            this.toolStripMenuItemExportCheetahCap.Text = "Cheetah CAP...";
            this.toolStripMenuItemExportCheetahCap.Click += new System.EventHandler(this.toolStripMenuItemExportCheetahCap_Click);
            // 
            // toolStripMenuItemExportDcinemaInterop
            // 
            this.toolStripMenuItemExportDcinemaInterop.Name = "toolStripMenuItemExportDcinemaInterop";
            this.toolStripMenuItemExportDcinemaInterop.Size = new System.Drawing.Size(258, 22);
            this.toolStripMenuItemExportDcinemaInterop.Text = "D-Cinema interop/png...";
            this.toolStripMenuItemExportDcinemaInterop.Click += new System.EventHandler(this.toolStripMenuItemExportDcinemaInteropClick);
            // 
            // toolStripMenuItemDost
            // 
            this.toolStripMenuItemDost.Name = "toolStripMenuItemDost";
            this.toolStripMenuItemDost.Size = new System.Drawing.Size(258, 22);
            this.toolStripMenuItemDost.Text = "DOST...";
            this.toolStripMenuItemDost.Click += new System.EventHandler(this.toolStripMenuItemDost_Click);
            // 
            // DvdStudioProStl
            // 
            this.DvdStudioProStl.Name = "DvdStudioProStl";
            this.DvdStudioProStl.Size = new System.Drawing.Size(258, 22);
            this.DvdStudioProStl.Text = "DVD Studio Pro STL";
            this.DvdStudioProStl.Click += new System.EventHandler(this.DvdStudioProStl_Click);
            // 
            // eBUSTLToolStripMenuItem
            // 
            this.eBUSTLToolStripMenuItem.Name = "eBUSTLToolStripMenuItem";
            this.eBUSTLToolStripMenuItem.Size = new System.Drawing.Size(258, 22);
            this.eBUSTLToolStripMenuItem.Text = "EBU STL...";
            this.eBUSTLToolStripMenuItem.Click += new System.EventHandler(this.EBustlToolStripMenuItemClick);
            // 
            // toolStripMenuItemEdlClipName
            // 
            this.toolStripMenuItemEdlClipName.Name = "toolStripMenuItemEdlClipName";
            this.toolStripMenuItemEdlClipName.Size = new System.Drawing.Size(258, 22);
            this.toolStripMenuItemEdlClipName.Text = "EDL/CLIPNAME...";
            this.toolStripMenuItemEdlClipName.Click += new System.EventHandler(this.ExportToEdlWithClipName);
            // 
            // toolStripMenuItemExportFcpIImage
            // 
            this.toolStripMenuItemExportFcpIImage.Name = "toolStripMenuItemExportFcpIImage";
            this.toolStripMenuItemExportFcpIImage.Size = new System.Drawing.Size(258, 22);
            this.toolStripMenuItemExportFcpIImage.Text = "Final Cut Pro + image...";
            this.toolStripMenuItemExportFcpIImage.Click += new System.EventHandler(this.toolStripMenuItemExportFcpIImage_Click);
            // 
            // toolStripMenuItemImagePerFrame
            // 
            this.toolStripMenuItemImagePerFrame.Name = "toolStripMenuItemImagePerFrame";
            this.toolStripMenuItemImagePerFrame.Size = new System.Drawing.Size(258, 22);
            this.toolStripMenuItemImagePerFrame.Text = "Image per frame...";
            this.toolStripMenuItemImagePerFrame.Visible = false;
            this.toolStripMenuItemImagePerFrame.Click += new System.EventHandler(this.ToolStripMenuItemImagePerFrameClick);
            // 
            // toolStripMenuItemTextTimeCodePair
            // 
            this.toolStripMenuItemTextTimeCodePair.Name = "toolStripMenuItemTextTimeCodePair";
            this.toolStripMenuItemTextTimeCodePair.Size = new System.Drawing.Size(258, 22);
            this.toolStripMenuItemTextTimeCodePair.Text = "Korean ATS file pair...";
            this.toolStripMenuItemTextTimeCodePair.Click += new System.EventHandler(this.toolStripMenuItemTextTimeCodePair_Click);
            // 
            // pACScreenElectronicsToolStripMenuItem
            // 
            this.pACScreenElectronicsToolStripMenuItem.Name = "pACScreenElectronicsToolStripMenuItem";
            this.pACScreenElectronicsToolStripMenuItem.Size = new System.Drawing.Size(258, 22);
            this.pACScreenElectronicsToolStripMenuItem.Text = "PAC (Screen Electronics)...";
            this.pACScreenElectronicsToolStripMenuItem.Click += new System.EventHandler(this.PacScreenElectronicsToolStripMenuItemClick);
            // 
            // uniPacExportToolStripMenuItem
            // 
            this.uniPacExportToolStripMenuItem.Name = "uniPacExportToolStripMenuItem";
            this.uniPacExportToolStripMenuItem.Size = new System.Drawing.Size(258, 22);
            this.uniPacExportToolStripMenuItem.Text = "PAC Unicode (UniPac)...";
            this.uniPacExportToolStripMenuItem.Click += new System.EventHandler(this.uniPacExportToolStripMenuItem_Click);
            // 
            // plainTextToolStripMenuItem
            // 
            this.plainTextToolStripMenuItem.Name = "plainTextToolStripMenuItem";
            this.plainTextToolStripMenuItem.Size = new System.Drawing.Size(258, 22);
            this.plainTextToolStripMenuItem.Text = "Plain text...";
            this.plainTextToolStripMenuItem.Click += new System.EventHandler(this.PlainTextToolStripMenuItemClick);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(258, 22);
            this.toolStripMenuItem2.Text = "Spumux...";
            this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
            // 
            // toolStripMenuItemExportUltech130
            // 
            this.toolStripMenuItemExportUltech130.Name = "toolStripMenuItemExportUltech130";
            this.toolStripMenuItemExportUltech130.Size = new System.Drawing.Size(258, 22);
            this.toolStripMenuItemExportUltech130.Text = "Ultech caption...";
            this.toolStripMenuItemExportUltech130.Click += new System.EventHandler(this.toolStripMenuItemExportUltech130_Click);
            // 
            // vobSubsubidxToolStripMenuItem
            // 
            this.vobSubsubidxToolStripMenuItem.Name = "vobSubsubidxToolStripMenuItem";
            this.vobSubsubidxToolStripMenuItem.Size = new System.Drawing.Size(258, 22);
            this.vobSubsubidxToolStripMenuItem.Text = "VobSub (sub/idx)...";
            this.vobSubsubidxToolStripMenuItem.Click += new System.EventHandler(this.VobSubsubidxToolStripMenuItemClick);
            // 
            // toolStripSeparatorExportCustomText
            // 
            this.toolStripSeparatorExportCustomText.Name = "toolStripSeparatorExportCustomText";
            this.toolStripSeparatorExportCustomText.Size = new System.Drawing.Size(255, 6);
            // 
            // exportCustomTextFormatToolStripMenuItem
            // 
            this.exportCustomTextFormatToolStripMenuItem.Name = "exportCustomTextFormatToolStripMenuItem";
            this.exportCustomTextFormatToolStripMenuItem.Size = new System.Drawing.Size(258, 22);
            this.exportCustomTextFormatToolStripMenuItem.Text = "Export custom text format...";
            this.exportCustomTextFormatToolStripMenuItem.Click += new System.EventHandler(this.exportCustomTextFormatToolStripMenuItem_Click);
            // 
            // toolStripSeparator10
            // 
            this.toolStripSeparator10.Name = "toolStripSeparator10";
            this.toolStripSeparator10.Size = new System.Drawing.Size(334, 6);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
            this.exitToolStripMenuItem.Text = "E&xit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItemClick);
            // 
            // editToolStripMenuItem
            // 
            this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItemUndo,
            this.toolStripMenuItemRedo,
            this.showHistoryforUndoToolStripMenuItem,
            this.toolStripSeparator14,
            this.toolStripMenuItemInsertUnicodeCharacter,
            this.toolStripSeparatorInsertUnicodeCharacter,
            this.findToolStripMenuItem,
            this.findNextToolStripMenuItem,
            this.replaceToolStripMenuItem,
            this.multipleReplaceToolStripMenuItem,
            this.gotoLineNumberToolStripMenuItem,
            this.toolStripMenuItemShowOriginalInPreview,
            this.toolStripSeparator25,
            this.toolStripMenuItemRightToLeftMode,
            this.toolStripMenuItemRtlUnicodeControlChars,
            this.toolStripMenuItemReverseRightToLeftStartEnd,
            this.toolStripSeparator21,
            this.toolStripMenuItemModifySelection,
            this.toolStripMenuItemInverseSelection,
            this.editSelectAllToolStripMenuItem});
            this.editToolStripMenuItem.Name = "editToolStripMenuItem";
            this.editToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
            this.editToolStripMenuItem.Text = "Edit";
            this.editToolStripMenuItem.DropDownOpening += new System.EventHandler(this.EditToolStripMenuItemDropDownOpening);
            // 
            // toolStripMenuItemUndo
            // 
            this.toolStripMenuItemUndo.Name = "toolStripMenuItemUndo";
            this.toolStripMenuItemUndo.Size = new System.Drawing.Size(305, 22);
            this.toolStripMenuItemUndo.Text = "Undo";
            this.toolStripMenuItemUndo.Click += new System.EventHandler(this.toolStripMenuItemUndo_Click);
            // 
            // toolStripMenuItemRedo
            // 
            this.toolStripMenuItemRedo.Name = "toolStripMenuItemRedo";
            this.toolStripMenuItemRedo.Size = new System.Drawing.Size(305, 22);
            this.toolStripMenuItemRedo.Text = "Redo";
            this.toolStripMenuItemRedo.Click += new System.EventHandler(this.toolStripMenuItemRedo_Click);
            // 
            // showHistoryforUndoToolStripMenuItem
            // 
            this.showHistoryforUndoToolStripMenuItem.Name = "showHistoryforUndoToolStripMenuItem";
            this.showHistoryforUndoToolStripMenuItem.Size = new System.Drawing.Size(305, 22);
            this.showHistoryforUndoToolStripMenuItem.Text = "Show history (for undo)";
            this.showHistoryforUndoToolStripMenuItem.Click += new System.EventHandler(this.ShowHistoryforUndoToolStripMenuItemClick);
            // 
            // toolStripSeparator14
            // 
            this.toolStripSeparator14.Name = "toolStripSeparator14";
            this.toolStripSeparator14.Size = new System.Drawing.Size(302, 6);
            // 
            // toolStripMenuItemInsertUnicodeCharacter
            // 
            this.toolStripMenuItemInsertUnicodeCharacter.Name = "toolStripMenuItemInsertUnicodeCharacter";
            this.toolStripMenuItemInsertUnicodeCharacter.Size = new System.Drawing.Size(305, 22);
            this.toolStripMenuItemInsertUnicodeCharacter.Text = "Insert unicode character";
            // 
            // toolStripSeparatorInsertUnicodeCharacter
            // 
            this.toolStripSeparatorInsertUnicodeCharacter.Name = "toolStripSeparatorInsertUnicodeCharacter";
            this.toolStripSeparatorInsertUnicodeCharacter.Size = new System.Drawing.Size(302, 6);
            // 
            // findToolStripMenuItem
            // 
            this.findToolStripMenuItem.Name = "findToolStripMenuItem";
            this.findToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
            this.findToolStripMenuItem.Size = new System.Drawing.Size(305, 22);
            this.findToolStripMenuItem.Text = "Find";
            this.findToolStripMenuItem.Click += new System.EventHandler(this.FindToolStripMenuItemClick);
            // 
            // findNextToolStripMenuItem
            // 
            this.findNextToolStripMenuItem.Name = "findNextToolStripMenuItem";
            this.findNextToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F3;
            this.findNextToolStripMenuItem.Size = new System.Drawing.Size(305, 22);
            this.findNextToolStripMenuItem.Text = "Find next";
            this.findNextToolStripMenuItem.Click += new System.EventHandler(this.FindNextToolStripMenuItemClick);
            // 
            // replaceToolStripMenuItem
            // 
            this.replaceToolStripMenuItem.Name = "replaceToolStripMenuItem";
            this.replaceToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H)));
            this.replaceToolStripMenuItem.Size = new System.Drawing.Size(305, 22);
            this.replaceToolStripMenuItem.Text = "Replace";
            this.replaceToolStripMenuItem.Click += new System.EventHandler(this.ReplaceToolStripMenuItemClick);
            // 
            // multipleReplaceToolStripMenuItem
            // 
            this.multipleReplaceToolStripMenuItem.Name = "multipleReplaceToolStripMenuItem";
            this.multipleReplaceToolStripMenuItem.Size = new System.Drawing.Size(305, 22);
            this.multipleReplaceToolStripMenuItem.Text = "Multiple replace";
            this.multipleReplaceToolStripMenuItem.Click += new System.EventHandler(this.MultipleReplaceToolStripMenuItemClick);
            // 
            // gotoLineNumberToolStripMenuItem
            // 
            this.gotoLineNumberToolStripMenuItem.Name = "gotoLineNumberToolStripMenuItem";
            this.gotoLineNumberToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G)));
            this.gotoLineNumberToolStripMenuItem.Size = new System.Drawing.Size(305, 22);
            this.gotoLineNumberToolStripMenuItem.Text = "Goto line number...";
            this.gotoLineNumberToolStripMenuItem.Click += new System.EventHandler(this.GotoLineNumberToolStripMenuItemClick);
            // 
            // toolStripMenuItemShowOriginalInPreview
            // 
            this.toolStripMenuItemShowOriginalInPreview.Name = "toolStripMenuItemShowOriginalInPreview";
            this.toolStripMenuItemShowOriginalInPreview.Size = new System.Drawing.Size(305, 22);
            this.toolStripMenuItemShowOriginalInPreview.Text = "Show original text in video/audio previews";
            this.toolStripMenuItemShowOriginalInPreview.Click += new System.EventHandler(this.ToolStripMenuItemShowOriginalInPreviewClick);
            // 
            // toolStripSeparator25
            // 
            this.toolStripSeparator25.Name = "toolStripSeparator25";
            this.toolStripSeparator25.Size = new System.Drawing.Size(302, 6);
            // 
            // toolStripMenuItemRightToLeftMode
            // 
            this.toolStripMenuItemRightToLeftMode.Name = "toolStripMenuItemRightToLeftMode";
            this.toolStripMenuItemRightToLeftMode.Size = new System.Drawing.Size(305, 22);
            this.toolStripMenuItemRightToLeftMode.Text = "Right to left mode";
            this.toolStripMenuItemRightToLeftMode.Click += new System.EventHandler(this.ToolStripMenuItemRightToLeftModeClick);
            // 
            // toolStripMenuItemRtlUnicodeControlChars
            // 
            this.toolStripMenuItemRtlUnicodeControlChars.Name = "toolStripMenuItemRtlUnicodeControlChars";
            this.toolStripMenuItemRtlUnicodeControlChars.Size = new System.Drawing.Size(305, 22);
            this.toolStripMenuItemRtlUnicodeControlChars.Text = "Fix RTL via Unicode tags";
            this.toolStripMenuItemRtlUnicodeControlChars.Click += new System.EventHandler(this.toolStripMenuItemRtlUnicodeControlChar_Click);
            // 
            // toolStripMenuItemReverseRightToLeftStartEnd
            // 
            this.toolStripMenuItemReverseRightToLeftStartEnd.Name = "toolStripMenuItemReverseRightToLeftStartEnd";
            this.toolStripMenuItemReverseRightToLeftStartEnd.Size = new System.Drawing.Size(305, 22);
            this.toolStripMenuItemReverseRightToLeftStartEnd.Text = "Reverse RTL start/end";
            this.toolStripMenuItemReverseRightToLeftStartEnd.Click += new System.EventHandler(this.toolStripMenuItemReverseRightToLeftStartEnd_Click);
            // 
            // toolStripSeparator21
            // 
            this.toolStripSeparator21.Name = "toolStripSeparator21";
            this.toolStripSeparator21.Size = new System.Drawing.Size(302, 6);
            // 
            // toolStripMenuItemModifySelection
            // 
            this.toolStripMenuItemModifySelection.Name = "toolStripMenuItemModifySelection";
            this.toolStripMenuItemModifySelection.Size = new System.Drawing.Size(305, 22);
            this.toolStripMenuItemModifySelection.Text = "Create/modify selection...";
            this.toolStripMenuItemModifySelection.Click += new System.EventHandler(this.toolStripMenuItemModifySelection_Click);
            // 
            // toolStripMenuItemInverseSelection
            // 
            this.toolStripMenuItemInverseSelection.Name = "toolStripMenuItemInverseSelection";
            this.toolStripMenuItemInverseSelection.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) 
            | System.Windows.Forms.Keys.I)));
            this.toolStripMenuItemInverseSelection.Size = new System.Drawing.Size(305, 22);
            this.toolStripMenuItemInverseSelection.Text = "Inverse selection";
            this.toolStripMenuItemInverseSelection.Click += new System.EventHandler(this.toolStripMenuItemInverseSelection_Click);
            // 
            // editSelectAllToolStripMenuItem
            // 
            this.editSelectAllToolStripMenuItem.Name = "editSelectAllToolStripMenuItem";
            this.editSelectAllToolStripMenuItem.Size = new System.Drawing.Size(305, 22);
            this.editSelectAllToolStripMenuItem.Text = "Select all";
            this.editSelectAllToolStripMenuItem.Click += new System.EventHandler(this.EditSelectAllToolStripMenuItemClick);
            // 
            // toolsToolStripMenuItem
            // 
            this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.adjustDisplayTimeToolStripMenuItem,
            this.toolStripMenuItemApplyDurationLimits,
            this.toolStripMenuItemDurationBridgeGaps,
            this.fixToolStripMenuItem,
            this.startNumberingFromToolStripMenuItem,
            this.removeTextForHearImpairedToolStripMenuItem,
            this.ChangeCasingToolStripMenuItem,
            this.toolStripMenuItemAutoMergeShortLines,
            this.toolStripMenuItemMergeDuplicateText,
            this.toolStripMenuItemMergeLinesWithSameTimeCodes,
            this.toolStripMenuItemAutoSplitLongLines,
            this.setMinimumDisplayTimeBetweenParagraphsToolStripMenuItem,
            this.toolStripMenuItem1,
            this.toolStripSeparator23,
            this.toolStripMenuItemMakeEmptyFromCurrent,
            this.toolStripMenuItemBatchConvert,
            this.generateDatetimeInfoFromVideoToolStripMenuItem,
            this.toolStripMenuItemMeasurementConverter,
            this.toolStripSeparator3,
            this.splitToolStripMenuItem,
            this.appendTextVisuallyToolStripMenuItem,
            this.joinSubtitlesToolStripMenuItem});
            this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
            this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
            this.toolsToolStripMenuItem.Text = "Tools";
            this.toolsToolStripMenuItem.DropDownOpening += new System.EventHandler(this.ToolsToolStripMenuItemDropDownOpening);
            // 
            // adjustDisplayTimeToolStripMenuItem
            // 
            this.adjustDisplayTimeToolStripMenuItem.Name = "adjustDisplayTimeToolStripMenuItem";
            this.adjustDisplayTimeToolStripMenuItem.Size = new System.Drawing.Size(346, 22);
            this.adjustDisplayTimeToolStripMenuItem.Text = "Adjust display time...";
            this.adjustDisplayTimeToolStripMenuItem.Click += new System.EventHandler(this.AdjustDisplayTimeToolStripMenuItemClick);
            // 
            // toolStripMenuItemApplyDurationLimits
            // 
            this.toolStripMenuItemApplyDurationLimits.Name = "toolStripMenuItemApplyDurationLimits";
            this.toolStripMenuItemApplyDurationLimits.Size = new System.Drawing.Size(346, 22);
            this.toolStripMenuItemApplyDurationLimits.Text = "Apply duration limits...";
            this.toolStripMenuItemApplyDurationLimits.Click += new System.EventHandler(this.toolStripMenuItemApplyDisplayTimeLimits_Click);
            // 
            // toolStripMenuItemDurationBridgeGaps
            // 
            this.toolStripMenuItemDurationBridgeGaps.Name = "toolStripMenuItemDurationBridgeGaps";
            this.toolStripMenuItemDurationBridgeGaps.Size = new System.Drawing.Size(346, 22);
            this.toolStripMenuItemDurationBridgeGaps.Text = "Bridge gaps in durations...";
            this.toolStripMenuItemDurationBridgeGaps.Click += new System.EventHandler(this.toolStripMenuItemDurationBridgeGaps_Click);
            // 
            // fixToolStripMenuItem
            // 
            this.fixToolStripMenuItem.Name = "fixToolStripMenuItem";
            this.fixToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) 
            | System.Windows.Forms.Keys.F)));
            this.fixToolStripMenuItem.Size = new System.Drawing.Size(346, 22);
            this.fixToolStripMenuItem.Text = "Fix common errors...";
            this.fixToolStripMenuItem.Click += new System.EventHandler(this.FixToolStripMenuItemClick);
            // 
            // startNumberingFromToolStripMenuItem
            // 
            this.startNumberingFromToolStripMenuItem.Name = "startNumberingFromToolStripMenuItem";
            this.startNumberingFromToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) 
            | System.Windows.Forms.Keys.N)));
            this.startNumberingFromToolStripMenuItem.Size = new System.Drawing.Size(346, 22);
            this.startNumberingFromToolStripMenuItem.Text = "Start numbering from...";
            this.startNumberingFromToolStripMenuItem.Click += new System.EventHandler(this.StartNumberingFromToolStripMenuItemClick);
            // 
            // removeTextForHearImpairedToolStripMenuItem
            // 
            this.removeTextForHearImpairedToolStripMenuItem.Name = "removeTextForHearImpairedToolStripMenuItem";
            this.removeTextForHearImpairedToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) 
            | System.Windows.Forms.Keys.H)));
            this.removeTextForHearImpairedToolStripMenuItem.Size = new System.Drawing.Size(346, 22);
            this.removeTextForHearImpairedToolStripMenuItem.Text = "Remove text for hearing impaired...";
            this.removeTextForHearImpairedToolStripMenuItem.Click += new System.EventHandler(this.RemoveTextForHearImpairedToolStripMenuItemClick);
            // 
            // ChangeCasingToolStripMenuItem
            // 
            this.ChangeCasingToolStripMenuItem.Name = "ChangeCasingToolStripMenuItem";
            this.ChangeCasingToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) 
            | System.Windows.Forms.Keys.C)));
            this.ChangeCasingToolStripMenuItem.Size = new System.Drawing.Size(346, 22);
            this.ChangeCasingToolStripMenuItem.Text = "Change casing...";
            this.ChangeCasingToolStripMenuItem.Click += new System.EventHandler(this.ChangeCasingToolStripMenuItem_Click);
            // 
            // toolStripMenuItemAutoMergeShortLines
            // 
            this.toolStripMenuItemAutoMergeShortLines.Name = "toolStripMenuItemAutoMergeShortLines";
            this.toolStripMenuItemAutoMergeShortLines.Size = new System.Drawing.Size(346, 22);
            this.toolStripMenuItemAutoMergeShortLines.Text = "Merge short lines...";
            this.toolStripMenuItemAutoMergeShortLines.Click += new System.EventHandler(this.ToolStripMenuItemAutoMergeShortLinesClick);
            // 
            // toolStripMenuItemMergeDuplicateText
            // 
            this.toolStripMenuItemMergeDuplicateText.Name = "toolStripMenuItemMergeDuplicateText";
            this.toolStripMenuItemMergeDuplicateText.Size = new System.Drawing.Size(346, 22);
            this.toolStripMenuItemMergeDuplicateText.Text = "Merge lines with same text...";
            this.toolStripMenuItemMergeDuplicateText.Click += new System.EventHandler(this.toolStripMenuItemMergeDuplicateText_Click);
            // 
            // toolStripMenuItemMergeLinesWithSameTimeCodes
            // 
            this.toolStripMenuItemMergeLinesWithSameTimeCodes.Name = "toolStripMenuItemMergeLinesWithSameTimeCodes";
            this.toolStripMenuItemMergeLinesWithSameTimeCodes.Size = new System.Drawing.Size(346, 22);
            this.toolStripMenuItemMergeLinesWithSameTimeCodes.Text = "Merge lines with same time codes...";
            this.toolStripMenuItemMergeLinesWithSameTimeCodes.Click += new System.EventHandler(this.toolStripMenuItemMergeLinesWithSameTimeCodes_Click);
            // 
            // toolStripMenuItemAutoSplitLongLines
            // 
            this.toolStripMenuItemAutoSplitLongLines.Name = "toolStripMenuItemAutoSplitLongLines";
            this.toolStripMenuItemAutoSplitLongLines.Size = new System.Drawing.Size(346, 22);
            this.toolStripMenuItemAutoSplitLongLines.Text = "Split long lines...";
            this.toolStripMenuItemAutoSplitLongLines.Click += new System.EventHandler(this.toolStripMenuItemAutoSplitLongLines_Click);
            // 
            // setMinimumDisplayTimeBetweenParagraphsToolStripMenuItem
            // 
            this.setMinimumDisplayTimeBetweenParagraphsToolStripMenuItem.Name = "setMinimumDisplayTimeBetweenParagraphsToolStripMenuItem";
            this.setMinimumDisplayTimeBetweenParagraphsToolStripMenuItem.Size = new System.Drawing.Size(346, 22);
            this.setMinimumDisplayTimeBetweenParagraphsToolStripMenuItem.Text = "Minimum display time between paragraphs...";
            this.setMinimumDisplayTimeBetweenParagraphsToolStripMenuItem.Click += new System.EventHandler(this.SetMinimalDisplayTimeDifferenceToolStripMenuItemClick);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.sortNumberToolStripMenuItem,
            this.sortStartTimeToolStripMenuItem,
            this.sortEndTimeToolStripMenuItem,
            this.sortDisplayTimeToolStripMenuItem,
            this.sortTextAlphabeticallytoolStripMenuItem,
            this.sortTextMaxLineLengthToolStripMenuItem,
            this.sortTextTotalLengthToolStripMenuItem,
            this.sortTextNumberOfLinesToolStripMenuItem,
            this.textCharssecToolStripMenuItem,
            this.textWordsPerMinutewpmToolStripMenuItem,
            this.styleToolStripMenuItem,
            this.toolStripSeparatorAscOrDesc,
            this.AscendingToolStripMenuItem,
            this.descendingToolStripMenuItem});
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(346, 22);
            this.toolStripMenuItem1.Text = "Sort by";
            // 
            // sortNumberToolStripMenuItem
            // 
            this.sortNumberToolStripMenuItem.Name = "sortNumberToolStripMenuItem";
            this.sortNumberToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
            this.sortNumberToolStripMenuItem.Text = "Number";
            this.sortNumberToolStripMenuItem.Click += new System.EventHandler(this.SortNumberToolStripMenuItemClick);
            // 
            // sortStartTimeToolStripMenuItem
            // 
            this.sortStartTimeToolStripMenuItem.Name = "sortStartTimeToolStripMenuItem";
            this.sortStartTimeToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
            this.sortStartTimeToolStripMenuItem.Text = "Start time";
            this.sortStartTimeToolStripMenuItem.Click += new System.EventHandler(this.SortStartTimeToolStripMenuItemClick);
            // 
            // sortEndTimeToolStripMenuItem
            // 
            this.sortEndTimeToolStripMenuItem.Name = "sortEndTimeToolStripMenuItem";
            this.sortEndTimeToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
            this.sortEndTimeToolStripMenuItem.Text = "End time";
            this.sortEndTimeToolStripMenuItem.Click += new System.EventHandler(this.SortEndTimeToolStripMenuItemClick);
            // 
            // sortDisplayTimeToolStripMenuItem
            // 
            this.sortDisplayTimeToolStripMenuItem.Name = "sortDisplayTimeToolStripMenuItem";
            this.sortDisplayTimeToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
            this.sortDisplayTimeToolStripMenuItem.Text = "Duration";
            this.sortDisplayTimeToolStripMenuItem.Click += new System.EventHandler(this.SortDisplayTimeToolStripMenuItemClick);
            // 
            // sortTextAlphabeticallytoolStripMenuItem
            // 
            this.sortTextAlphabeticallytoolStripMenuItem.Name = "sortTextAlphabeticallytoolStripMenuItem";
            this.sortTextAlphabeticallytoolStripMenuItem.Size = new System.Drawing.Size(250, 22);
            this.sortTextAlphabeticallytoolStripMenuItem.Text = "Text - alphabetically";
            this.sortTextAlphabeticallytoolStripMenuItem.Click += new System.EventHandler(this.SortTextAlphabeticallytoolStripMenuItemClick);
            // 
            // sortTextMaxLineLengthToolStripMenuItem
            // 
            this.sortTextMaxLineLengthToolStripMenuItem.Name = "sortTextMaxLineLengthToolStripMenuItem";
            this.sortTextMaxLineLengthToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
            this.sortTextMaxLineLengthToolStripMenuItem.Text = "Text - single line max. length";
            this.sortTextMaxLineLengthToolStripMenuItem.Click += new System.EventHandler(this.SortTextMaxLineLengthToolStripMenuItemClick);
            // 
            // sortTextTotalLengthToolStripMenuItem
            // 
            this.sortTextTotalLengthToolStripMenuItem.Name = "sortTextTotalLengthToolStripMenuItem";
            this.sortTextTotalLengthToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
            this.sortTextTotalLengthToolStripMenuItem.Text = "Text - total length";
            this.sortTextTotalLengthToolStripMenuItem.Click += new System.EventHandler(this.SortTextTotalLengthToolStripMenuItemClick);
            // 
            // sortTextNumberOfLinesToolStripMenuItem
            // 
            this.sortTextNumberOfLinesToolStripMenuItem.Name = "sortTextNumberOfLinesToolStripMenuItem";
            this.sortTextNumberOfLinesToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
            this.sortTextNumberOfLinesToolStripMenuItem.Text = "Text - number of lines";
            this.sortTextNumberOfLinesToolStripMenuItem.Click += new System.EventHandler(this.SortTextNumberOfLinesToolStripMenuItemClick);
            // 
            // textCharssecToolStripMenuItem
            // 
            this.textCharssecToolStripMenuItem.Name = "textCharssecToolStripMenuItem";
            this.textCharssecToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
            this.textCharssecToolStripMenuItem.Text = "Text - chars/sec";
            this.textCharssecToolStripMenuItem.Click += new System.EventHandler(this.textCharssecToolStripMenuItem_Click);
            // 
            // textWordsPerMinutewpmToolStripMenuItem
            // 
            this.textWordsPerMinutewpmToolStripMenuItem.Name = "textWordsPerMinutewpmToolStripMenuItem";
            this.textWordsPerMinutewpmToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
            this.textWordsPerMinutewpmToolStripMenuItem.Text = "Text - words per minute (wpm)";
            this.textWordsPerMinutewpmToolStripMenuItem.Click += new System.EventHandler(this.textWordsPerMinutewpmToolStripMenuItem_Click);
            // 
            // styleToolStripMenuItem
            // 
            this.styleToolStripMenuItem.Name = "styleToolStripMenuItem";
            this.styleToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
            this.styleToolStripMenuItem.Text = "Style";
            this.styleToolStripMenuItem.Click += new System.EventHandler(this.styleToolStripMenuItem_Click);
            // 
            // toolStripSeparatorAscOrDesc
            // 
            this.toolStripSeparatorAscOrDesc.Name = "toolStripSeparatorAscOrDesc";
            this.toolStripSeparatorAscOrDesc.Size = new System.Drawing.Size(247, 6);
            // 
            // AscendingToolStripMenuItem
            // 
            this.AscendingToolStripMenuItem.Checked = true;
            this.AscendingToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.AscendingToolStripMenuItem.Name = "AscendingToolStripMenuItem";
            this.AscendingToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
            this.AscendingToolStripMenuItem.Text = "Ascending";
            this.AscendingToolStripMenuItem.Click += new System.EventHandler(this.AscendingToolStripMenuItem_Click);
            // 
            // descendingToolStripMenuItem
            // 
            this.descendingToolStripMenuItem.Name = "descendingToolStripMenuItem";
            this.descendingToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
            this.descendingToolStripMenuItem.Text = "Descending";
            this.descendingToolStripMenuItem.Click += new System.EventHandler(this.descendingToolStripMenuItem_Click);
            // 
            // toolStripSeparator23
            // 
            this.toolStripSeparator23.Name = "toolStripSeparator23";
            this.toolStripSeparator23.Size = new System.Drawing.Size(343, 6);
            // 
            // toolStripMenuItemMakeEmptyFromCurrent
            // 
            this.toolStripMenuItemMakeEmptyFromCurrent.Name = "toolStripMenuItemMakeEmptyFromCurrent";
            this.toolStripMenuItemMakeEmptyFromCurrent.Size = new System.Drawing.Size(346, 22);
            this.toolStripMenuItemMakeEmptyFromCurrent.Text = "Make new empty translation from current subtitle";
            this.toolStripMenuItemMakeEmptyFromCurrent.Click += new System.EventHandler(this.ToolStripMenuItemMakeEmptyFromCurrentClick);
            // 
            // toolStripMenuItemBatchConvert
            // 
            this.toolStripMenuItemBatchConvert.Name = "toolStripMenuItemBatchConvert";
            this.toolStripMenuItemBatchConvert.Size = new System.Drawing.Size(346, 22);
            this.toolStripMenuItemBatchConvert.Text = "Batch convert...";
            this.toolStripMenuItemBatchConvert.Click += new System.EventHandler(this.toolStripMenuItemBatchConvert_Click);
            // 
            // generateDatetimeInfoFromVideoToolStripMenuItem
            // 
            this.generateDatetimeInfoFromVideoToolStripMenuItem.Name = "generateDatetimeInfoFromVideoToolStripMenuItem";
            this.generateDatetimeInfoFromVideoToolStripMenuItem.Size = new System.Drawing.Size(346, 22);
            this.generateDatetimeInfoFromVideoToolStripMenuItem.Text = "Generate date/time info from video...";
            this.generateDatetimeInfoFromVideoToolStripMenuItem.Click += new System.EventHandler(this.generateDatetimeInfoFromVideoToolStripMenuItem_Click);
            // 
            // toolStripMenuItemMeasurementConverter
            // 
            this.toolStripMenuItemMeasurementConverter.Name = "toolStripMenuItemMeasurementConverter";
            this.toolStripMenuItemMeasurementConverter.Size = new System.Drawing.Size(346, 22);
            this.toolStripMenuItemMeasurementConverter.Text = "Measurement converter...";
            this.toolStripMenuItemMeasurementConverter.Click += new System.EventHandler(this.toolStripMenuItemMeasurementConverter_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(343, 6);
            // 
            // splitToolStripMenuItem
            // 
            this.splitToolStripMenuItem.Name = "splitToolStripMenuItem";
            this.splitToolStripMenuItem.Size = new System.Drawing.Size(346, 22);
            this.splitToolStripMenuItem.Text = "Split subtitle...";
            this.splitToolStripMenuItem.Click += new System.EventHandler(this.SplitToolStripMenuItemClick);
            // 
            // appendTextVisuallyToolStripMenuItem
            // 
            this.appendTextVisuallyToolStripMenuItem.Name = "appendTextVisuallyToolStripMenuItem";
            this.appendTextVisuallyToolStripMenuItem.Size = new System.Drawing.Size(346, 22);
            this.appendTextVisuallyToolStripMenuItem.Text = "Append subtitle...";
            this.appendTextVisuallyToolStripMenuItem.Click += new System.EventHandler(this.AppendTextVisuallyToolStripMenuItemClick);
            // 
            // joinSubtitlesToolStripMenuItem
            // 
            this.joinSubtitlesToolStripMenuItem.Name = "joinSubtitlesToolStripMenuItem";
            this.joinSubtitlesToolStripMenuItem.Size = new System.Drawing.Size(346, 22);
            this.joinSubtitlesToolStripMenuItem.Text = "Join subtitles...";
            this.joinSubtitlesToolStripMenuItem.Click += new System.EventHandler(this.joinSubtitlesToolStripMenuItem_Click);
            // 
            // toolStripMenuItemSpellCheckMain
            // 
            this.toolStripMenuItemSpellCheckMain.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.spellCheckToolStripMenuItem,
            this.toolStripMenuItemSpellCheckFromCurrentLine,
            this.findDoubleWordsToolStripMenuItem,
            this.FindDoubleLinesToolStripMenuItem,
            this.toolStripSeparator9,
            this.GetDictionariesToolStripMenuItem,
            this.addWordToNamesetcListToolStripMenuItem});
            this.toolStripMenuItemSpellCheckMain.Name = "toolStripMenuItemSpellCheckMain";
            this.toolStripMenuItemSpellCheckMain.Size = new System.Drawing.Size(80, 20);
            this.toolStripMenuItemSpellCheckMain.Text = "Spell check";
            this.toolStripMenuItemSpellCheckMain.DropDownOpening += new System.EventHandler(this.ToolStripMenuItemSpellCheckMainDropDownOpening);
            // 
            // spellCheckToolStripMenuItem
            // 
            this.spellCheckToolStripMenuItem.Name = "spellCheckToolStripMenuItem";
            this.spellCheckToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) 
            | System.Windows.Forms.Keys.S)));
            this.spellCheckToolStripMenuItem.Size = new System.Drawing.Size(296, 22);
            this.spellCheckToolStripMenuItem.Text = "Spell check...";
            this.spellCheckToolStripMenuItem.Click += new System.EventHandler(this.SpellCheckToolStripMenuItemClick);
            // 
            // toolStripMenuItemSpellCheckFromCurrentLine
            // 
            this.toolStripMenuItemSpellCheckFromCurrentLine.Name = "toolStripMenuItemSpellCheckFromCurrentLine";
            this.toolStripMenuItemSpellCheckFromCurrentLine.Size = new System.Drawing.Size(296, 22);
            this.toolStripMenuItemSpellCheckFromCurrentLine.Text = "Spell check from current line...";
            this.toolStripMenuItemSpellCheckFromCurrentLine.Click += new System.EventHandler(this.toolStripMenuItemSpellCheckFromCurrentLine_Click);
            // 
            // findDoubleWordsToolStripMenuItem
            // 
            this.findDoubleWordsToolStripMenuItem.Name = "findDoubleWordsToolStripMenuItem";
            this.findDoubleWordsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) 
            | System.Windows.Forms.Keys.D)));
            this.findDoubleWordsToolStripMenuItem.Size = new System.Drawing.Size(296, 22);
            this.findDoubleWordsToolStripMenuItem.Text = "Find double words";
            this.findDoubleWordsToolStripMenuItem.Click += new System.EventHandler(this.FindDoubleWordsToolStripMenuItemClick);
            // 
            // FindDoubleLinesToolStripMenuItem
            // 
            this.FindDoubleLinesToolStripMenuItem.Name = "FindDoubleLinesToolStripMenuItem";
            this.FindDoubleLinesToolStripMenuItem.Size = new System.Drawing.Size(296, 22);
            this.FindDoubleLinesToolStripMenuItem.Text = "Find double lines";
            this.FindDoubleLinesToolStripMenuItem.Click += new System.EventHandler(this.FindDoubleLinesToolStripMenuItemClick);
            // 
            // toolStripSeparator9
            // 
            this.toolStripSeparator9.Name = "toolStripSeparator9";
            this.toolStripSeparator9.Size = new System.Drawing.Size(293, 6);
            // 
            // GetDictionariesToolStripMenuItem
            // 
            this.GetDictionariesToolStripMenuItem.Name = "GetDictionariesToolStripMenuItem";
            this.GetDictionariesToolStripMenuItem.Size = new System.Drawing.Size(296, 22);
            this.GetDictionariesToolStripMenuItem.Text = "Get dictionary...";
            this.GetDictionariesToolStripMenuItem.Click += new System.EventHandler(this.GetDictionariesToolStripMenuItem_Click);
            // 
            // addWordToNamesetcListToolStripMenuItem
            // 
            this.addWordToNamesetcListToolStripMenuItem.Name = "addWordToNamesetcListToolStripMenuItem";
            this.addWordToNamesetcListToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) 
            | System.Windows.Forms.Keys.L)));
            this.addWordToNamesetcListToolStripMenuItem.Size = new System.Drawing.Size(296, 22);
            this.addWordToNamesetcListToolStripMenuItem.Text = "Add word to names/etc list";
            this.addWordToNamesetcListToolStripMenuItem.Click += new System.EventHandler(this.AddWordToNamesetcListToolStripMenuItemClick);
            // 
            // toolStripMenuItemVideo
            // 
            this.toolStripMenuItemVideo.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openVideoToolStripMenuItem,
            this.toolStripMenuItemOpenDvd,
            this.toolStripMenuItemSetAudioTrack,
            this.closeVideoToolStripMenuItem,
            this.setVideoOffsetToolStripMenuItem,
            this.toolStripMenuItemImportSceneChanges,
            this.toolStripMenuItemRemoveSceneChanges,
            this.toolStripMenuItemAddWaveformBatch,
            this.toolStripSeparator5,
            this.showhideWaveformToolStripMenuItem,
            this.showhideVideoToolStripMenuItem,
            this.toolStripSeparator19,
            this.undockVideoControlsToolStripMenuItem,
            this.redockVideoControlsToolStripMenuItem});
            this.toolStripMenuItemVideo.Name = "toolStripMenuItemVideo";
            this.toolStripMenuItemVideo.Size = new System.Drawing.Size(50, 20);
            this.toolStripMenuItemVideo.Text = "Video";
            this.toolStripMenuItemVideo.DropDownClosed += new System.EventHandler(this.ToolStripMenuItemVideoDropDownClosed);
            this.toolStripMenuItemVideo.DropDownOpening += new System.EventHandler(this.ToolStripMenuItemVideoDropDownOpening);
            // 
            // openVideoToolStripMenuItem
            // 
            this.openVideoToolStripMenuItem.Name = "openVideoToolStripMenuItem";
            this.openVideoToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
            this.openVideoToolStripMenuItem.Text = "Open video...";
            this.openVideoToolStripMenuItem.Click += new System.EventHandler(this.buttonOpenVideo_Click);
            // 
            // toolStripMenuItemOpenDvd
            // 
            this.toolStripMenuItemOpenDvd.Name = "toolStripMenuItemOpenDvd";
            this.toolStripMenuItemOpenDvd.Size = new System.Drawing.Size(208, 22);
            this.toolStripMenuItemOpenDvd.Text = "Open DVD...";
            this.toolStripMenuItemOpenDvd.Click += new System.EventHandler(this.toolStripMenuItemOpenDvd_Click);
            // 
            // toolStripMenuItemSetAudioTrack
            // 
            this.toolStripMenuItemSetAudioTrack.Name = "toolStripMenuItemSetAudioTrack";
            this.toolStripMenuItemSetAudioTrack.Size = new System.Drawing.Size(208, 22);
            this.toolStripMenuItemSetAudioTrack.Text = "Choose audio track";
            // 
            // closeVideoToolStripMenuItem
            // 
            this.closeVideoToolStripMenuItem.Name = "closeVideoToolStripMenuItem";
            this.closeVideoToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
            this.closeVideoToolStripMenuItem.Text = "Close video";
            this.closeVideoToolStripMenuItem.Click += new System.EventHandler(this.CloseVideoToolStripMenuItemClick);
            // 
            // setVideoOffsetToolStripMenuItem
            // 
            this.setVideoOffsetToolStripMenuItem.Name = "setVideoOffsetToolStripMenuItem";
            this.setVideoOffsetToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
            this.setVideoOffsetToolStripMenuItem.Text = "Set video offset...";
            this.setVideoOffsetToolStripMenuItem.Click += new System.EventHandler(this.setVideoOffsetToolStripMenuItem_Click);
            // 
            // toolStripMenuItemImportSceneChanges
            // 
            this.toolStripMenuItemImportSceneChanges.Name = "toolStripMenuItemImportSceneChanges";
            this.toolStripMenuItemImportSceneChanges.Size = new System.Drawing.Size(208, 22);
            this.toolStripMenuItemImportSceneChanges.Text = "Import scene changes...";
            this.toolStripMenuItemImportSceneChanges.Click += new System.EventHandler(this.toolStripMenuItemImportSceneChanges_Click);
            // 
            // toolStripMenuItemRemoveSceneChanges
            // 
            this.toolStripMenuItemRemoveSceneChanges.Name = "toolStripMenuItemRemoveSceneChanges";
            this.toolStripMenuItemRemoveSceneChanges.Size = new System.Drawing.Size(208, 22);
            this.toolStripMenuItemRemoveSceneChanges.Text = "Remove scene changes";
            this.toolStripMenuItemRemoveSceneChanges.Click += new System.EventHandler(this.toolStripMenuItemRemoveSceneChanges_Click);
            // 
            // toolStripMenuItemAddWaveformBatch
            // 
            this.toolStripMenuItemAddWaveformBatch.Name = "toolStripMenuItemAddWaveformBatch";
            this.toolStripMenuItemAddWaveformBatch.Size = new System.Drawing.Size(208, 22);
            this.toolStripMenuItemAddWaveformBatch.Text = "Add waveform batch...";
            this.toolStripMenuItemAddWaveformBatch.Click += new System.EventHandler(this.ToolStripMenuItemAddWaveformBatchClick);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(205, 6);
            // 
            // showhideWaveformToolStripMenuItem
            // 
            this.showhideWaveformToolStripMenuItem.Name = "showhideWaveformToolStripMenuItem";
            this.showhideWaveformToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
            this.showhideWaveformToolStripMenuItem.Text = "Show/hide waveform";
            this.showhideWaveformToolStripMenuItem.Click += new System.EventHandler(this.ShowhideWaveformToolStripMenuItemClick);
            // 
            // showhideVideoToolStripMenuItem
            // 
            this.showhideVideoToolStripMenuItem.Name = "showhideVideoToolStripMenuItem";
            this.showhideVideoToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
            this.showhideVideoToolStripMenuItem.Text = "Show/hide video";
            this.showhideVideoToolStripMenuItem.Click += new System.EventHandler(this.toolStripButtonToggleVideo_Click);
            // 
            // toolStripSeparator19
            // 
            this.toolStripSeparator19.Name = "toolStripSeparator19";
            this.toolStripSeparator19.Size = new System.Drawing.Size(205, 6);
            // 
            // undockVideoControlsToolStripMenuItem
            // 
            this.undockVideoControlsToolStripMenuItem.Name = "undockVideoControlsToolStripMenuItem";
            this.undockVideoControlsToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
            this.undockVideoControlsToolStripMenuItem.Text = "Un-dock video controls";
            this.undockVideoControlsToolStripMenuItem.Click += new System.EventHandler(this.UndockVideoControlsToolStripMenuItemClick);
            // 
            // redockVideoControlsToolStripMenuItem
            // 
            this.redockVideoControlsToolStripMenuItem.Name = "redockVideoControlsToolStripMenuItem";
            this.redockVideoControlsToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
            this.redockVideoControlsToolStripMenuItem.Text = "Re-dock video controls";
            this.redockVideoControlsToolStripMenuItem.Visible = false;
            this.redockVideoControlsToolStripMenuItem.Click += new System.EventHandler(this.RedockVideoControlsToolStripMenuItemClick);
            // 
            // toolStripMenuItemSynchronization
            // 
            this.toolStripMenuItemSynchronization.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItemAdjustAllTimes,
            this.visualSyncToolStripMenuItem,
            this.toolStripMenuItemPointSync,
            this.pointSyncViaOtherSubtitleToolStripMenuItem,
            this.toolStripMenuItemChangeFrameRate2,
            this.changeSpeedInPercentToolStripMenuItem});
            this.toolStripMenuItemSynchronization.Name = "toolStripMenuItemSynchronization";
            this.toolStripMenuItemSynchronization.Size = new System.Drawing.Size(104, 20);
            this.toolStripMenuItemSynchronization.Text = "Synchronization";
            // 
            // toolStripMenuItemAdjustAllTimes
            // 
            this.toolStripMenuItemAdjustAllTimes.Name = "toolStripMenuItemAdjustAllTimes";
            this.toolStripMenuItemAdjustAllTimes.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) 
            | System.Windows.Forms.Keys.A)));
            this.toolStripMenuItemAdjustAllTimes.Size = new System.Drawing.Size(336, 22);
            this.toolStripMenuItemAdjustAllTimes.Text = "Adjust times (show earlier/later)...";
            this.toolStripMenuItemAdjustAllTimes.Click += new System.EventHandler(this.toolStripMenuItemAdjustAllTimes_Click);
            // 
            // visualSyncToolStripMenuItem
            // 
            this.visualSyncToolStripMenuItem.Name = "visualSyncToolStripMenuItem";
            this.visualSyncToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) 
            | System.Windows.Forms.Keys.V)));
            this.visualSyncToolStripMenuItem.Size = new System.Drawing.Size(336, 22);
            this.visualSyncToolStripMenuItem.Text = "Visual sync...";
            this.visualSyncToolStripMenuItem.Click += new System.EventHandler(this.VisualSyncToolStripMenuItemClick);
            // 
            // toolStripMenuItemPointSync
            // 
            this.toolStripMenuItemPointSync.Name = "toolStripMenuItemPointSync";
            this.toolStripMenuItemPointSync.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) 
            | System.Windows.Forms.Keys.P)));
            this.toolStripMenuItemPointSync.Size = new System.Drawing.Size(336, 22);
            this.toolStripMenuItemPointSync.Text = "Point sync...";
            this.toolStripMenuItemPointSync.Click += new System.EventHandler(this.toolStripMenuItemPointSync_Click);
            // 
            // pointSyncViaOtherSubtitleToolStripMenuItem
            // 
            this.pointSyncViaOtherSubtitleToolStripMenuItem.Name = "pointSyncViaOtherSubtitleToolStripMenuItem";
            this.pointSyncViaOtherSubtitleToolStripMenuItem.Size = new System.Drawing.Size(336, 22);
            this.pointSyncViaOtherSubtitleToolStripMenuItem.Text = "Point sync via other subtitle...";
            this.pointSyncViaOtherSubtitleToolStripMenuItem.Click += new System.EventHandler(this.pointSyncViaOtherSubtitleToolStripMenuItem_Click);
            // 
            // toolStripMenuItemChangeFrameRate2
            // 
            this.toolStripMenuItemChangeFrameRate2.Name = "toolStripMenuItemChangeFrameRate2";
            this.toolStripMenuItemChangeFrameRate2.Size = new System.Drawing.Size(336, 22);
            this.toolStripMenuItemChangeFrameRate2.Text = "Change frame rate...";
            this.toolStripMenuItemChangeFrameRate2.Click += new System.EventHandler(this.ToolStripMenuItemChangeFrameRateClick);
            // 
            // changeSpeedInPercentToolStripMenuItem
            // 
            this.changeSpeedInPercentToolStripMenuItem.Name = "changeSpeedInPercentToolStripMenuItem";
            this.changeSpeedInPercentToolStripMenuItem.Size = new System.Drawing.Size(336, 22);
            this.changeSpeedInPercentToolStripMenuItem.Text = "Change speed in percent...";
            this.changeSpeedInPercentToolStripMenuItem.Click += new System.EventHandler(this.changeSpeedInPercentToolStripMenuItem_Click);
            // 
            // toolStripMenuItemAutoTranslate
            // 
            this.toolStripMenuItemAutoTranslate.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.translateByGoogleToolStripMenuItem,
            this.translatepoweredByMicrosoftToolStripMenuItem,
            this.translateFromSwedishToDanishToolStripMenuItem});
            this.toolStripMenuItemAutoTranslate.Name = "toolStripMenuItemAutoTranslate";
            this.toolStripMenuItemAutoTranslate.Size = new System.Drawing.Size(97, 20);
            this.toolStripMenuItemAutoTranslate.Text = "Auto-translate";
            // 
            // translateByGoogleToolStripMenuItem
            // 
            this.translateByGoogleToolStripMenuItem.Name = "translateByGoogleToolStripMenuItem";
            this.translateByGoogleToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) 
            | System.Windows.Forms.Keys.G)));
            this.translateByGoogleToolStripMenuItem.Size = new System.Drawing.Size(414, 22);
            this.translateByGoogleToolStripMenuItem.Text = "Translate (powered by Google)...";
            this.translateByGoogleToolStripMenuItem.Click += new System.EventHandler(this.TranslateByGoogleToolStripMenuItemClick);
            // 
            // translatepoweredByMicrosoftToolStripMenuItem
            // 
            this.translatepoweredByMicrosoftToolStripMenuItem.Name = "translatepoweredByMicrosoftToolStripMenuItem";
            this.translatepoweredByMicrosoftToolStripMenuItem.Size = new System.Drawing.Size(414, 22);
            this.translatepoweredByMicrosoftToolStripMenuItem.Text = "Translate (powered by Microsoft)...";
            this.translatepoweredByMicrosoftToolStripMenuItem.Click += new System.EventHandler(this.translatepoweredByMicrosoftToolStripMenuItem_Click);
            // 
            // translateFromSwedishToDanishToolStripMenuItem
            // 
            this.translateFromSwedishToDanishToolStripMenuItem.Name = "translateFromSwedishToDanishToolStripMenuItem";
            this.translateFromSwedishToDanishToolStripMenuItem.Size = new System.Drawing.Size(414, 22);
            this.translateFromSwedishToDanishToolStripMenuItem.Text = "Translate from swedish to danish (powered by nikse.dk/mt)...";
            this.translateFromSwedishToDanishToolStripMenuItem.Click += new System.EventHandler(this.TranslateFromSwedishToDanishToolStripMenuItemClick);
            // 
            // optionsToolStripMenuItem
            // 
            this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.settingsToolStripMenuItem,
            this.changeLanguageToolStripMenuItem});
            this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
            this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
            this.optionsToolStripMenuItem.Text = "Options";
            // 
            // settingsToolStripMenuItem
            // 
            this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
            this.settingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.settingsToolStripMenuItem.Text = "Settings";
            this.settingsToolStripMenuItem.Click += new System.EventHandler(this.SettingsToolStripMenuItemClick);
            // 
            // changeLanguageToolStripMenuItem
            // 
            this.changeLanguageToolStripMenuItem.Name = "changeLanguageToolStripMenuItem";
            this.changeLanguageToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.changeLanguageToolStripMenuItem.Text = "Change language...";
            this.changeLanguageToolStripMenuItem.Click += new System.EventHandler(this.ChangeLanguageToolStripMenuItemClick);
            // 
            // toolStripMenuItemNetworking
            // 
            this.toolStripMenuItemNetworking.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.startServerToolStripMenuItem,
            this.joinSessionToolStripMenuItem,
            this.chatToolStripMenuItem,
            this.showSessionKeyLogToolStripMenuItem,
            this.leaveSessionToolStripMenuItem});
            this.toolStripMenuItemNetworking.Name = "toolStripMenuItemNetworking";
            this.toolStripMenuItemNetworking.Size = new System.Drawing.Size(82, 20);
            this.toolStripMenuItemNetworking.Text = "Networking";
            this.toolStripMenuItemNetworking.DropDownOpening += new System.EventHandler(this.toolStripMenuItemNetworking_DropDownOpening);
            // 
            // startServerToolStripMenuItem
            // 
            this.startServerToolStripMenuItem.Name = "startServerToolStripMenuItem";
            this.startServerToolStripMenuItem.Size = new System.Drawing.Size(215, 22);
            this.startServerToolStripMenuItem.Text = "Start new session";
            this.startServerToolStripMenuItem.Click += new System.EventHandler(this.startServerToolStripMenuItem_Click);
            // 
            // joinSessionToolStripMenuItem
            // 
            this.joinSessionToolStripMenuItem.Name = "joinSessionToolStripMenuItem";
            this.joinSessionToolStripMenuItem.Size = new System.Drawing.Size(215, 22);
            this.joinSessionToolStripMenuItem.Text = "Join session";
            this.joinSessionToolStripMenuItem.Click += new System.EventHandler(this.joinSessionToolStripMenuItem_Click);
            // 
            // chatToolStripMenuItem
            // 
            this.chatToolStripMenuItem.Name = "chatToolStripMenuItem";
            this.chatToolStripMenuItem.Size = new System.Drawing.Size(215, 22);
            this.chatToolStripMenuItem.Text = "Chat";
            this.chatToolStripMenuItem.Click += new System.EventHandler(this.chatToolStripMenuItem_Click);
            // 
            // showSessionKeyLogToolStripMenuItem
            // 
            this.showSessionKeyLogToolStripMenuItem.Name = "showSessionKeyLogToolStripMenuItem";
            this.showSessionKeyLogToolStripMenuItem.Size = new System.Drawing.Size(215, 22);
            this.showSessionKeyLogToolStripMenuItem.Text = "Show session info and log";
            this.showSessionKeyLogToolStripMenuItem.Click += new System.EventHandler(this.showSessionKeyLogToolStripMenuItem_Click);
            // 
            // leaveSessionToolStripMenuItem
            // 
            this.leaveSessionToolStripMenuItem.Name = "leaveSessionToolStripMenuItem";
            this.leaveSessionToolStripMenuItem.Size = new System.Drawing.Size(215, 22);
            this.leaveSessionToolStripMenuItem.Text = "Leave session";
            this.leaveSessionToolStripMenuItem.Click += new System.EventHandler(this.LeaveSessionToolStripMenuItemClick);
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.checkForUpdatesToolStripMenuItem,
            this.toolStripMenuItemSplitterCheckForUpdates,
            this.helpToolStripMenuItem1,
            this.aboutToolStripMenuItem});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
            this.helpToolStripMenuItem.Text = "Help";
            this.helpToolStripMenuItem.DropDownClosed += new System.EventHandler(this.MenuClosed);
            this.helpToolStripMenuItem.DropDownOpening += new System.EventHandler(this.MenuOpened);
            // 
            // checkForUpdatesToolStripMenuItem
            // 
            this.checkForUpdatesToolStripMenuItem.Name = "checkForUpdatesToolStripMenuItem";
            this.checkForUpdatesToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
            this.checkForUpdatesToolStripMenuItem.Text = "Check for updates...";
            this.checkForUpdatesToolStripMenuItem.Click += new System.EventHandler(this.checkForUpdatesToolStripMenuItem_Click);
            // 
            // toolStripMenuItemSplitterCheckForUpdates
            // 
            this.toolStripMenuItemSplitterCheckForUpdates.Name = "toolStripMenuItemSplitterCheckForUpdates";
            this.toolStripMenuItemSplitterCheckForUpdates.Size = new System.Drawing.Size(183, 6);
            // 
            // helpToolStripMenuItem1
            // 
            this.helpToolStripMenuItem1.Name = "helpToolStripMenuItem1";
            this.helpToolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.F1;
            this.helpToolStripMenuItem1.Size = new System.Drawing.Size(186, 22);
            this.helpToolStripMenuItem1.Text = "Help";
            this.helpToolStripMenuItem1.Click += new System.EventHandler(this.HelpToolStripMenuItem1Click);
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
            this.aboutToolStripMenuItem.Text = "About";
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItemClick);
            // 
            // contextMenuStripListview
            // 
            this.contextMenuStripListview.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.setStylesForSelectedLinesToolStripMenuItem,
            this.toolStripMenuItemAssStyles,
            this.toolStripMenuItemSetLanguage,
            this.toolStripMenuItemWebVTT,
            this.toolStripMenuItemDelete,
            this.toolStripMenuItemInsertBefore,
            this.toolStripMenuItemInsertAfter,
            this.toolStripMenuItemInsertSubtitle,
            this.toolStripMenuItemCopySourceText,
            this.toolStripMenuItemColumn,
            this.toolStripSeparator7,
            this.splitLineToolStripMenuItem,
            this.toolStripMenuItemMergeLines,
            this.toolStripMenuItemMergeDialog,
            this.mergeBeforeToolStripMenuItem,
            this.mergeAfterToolStripMenuItem,
            this.toolStripSeparator8,
            this.normalToolStripMenuItem,
            this.boldToolStripMenuItem,
            this.italicToolStripMenuItem,
            this.underlineToolStripMenuItem,
            this.colorToolStripMenuItem,
            this.toolStripMenuItemFont,
            this.toolStripMenuItemAlignment,
            this.toolStripMenuItemSurroundWithMusicSymbols,
            this.toolStripSeparator2,
            this.toolStripMenuItemAutoBreakLines,
            this.toolStripMenuItemUnbreakLines,
            this.toolStripSeparatorBreakLines,
            this.typeEffectToolStripMenuItem,
            this.karokeeEffectToolStripMenuItem,
            this.toolStripSeparatorAdvancedFunctions,
            this.showSelectedLinesEarlierlaterToolStripMenuItem,
            this.visualSyncSelectedLinesToolStripMenuItem,
            this.toolStripMenuItemGoogleMicrosoftTranslateSelLine,
            this.googleTranslateSelectedLinesToolStripMenuItem,
            this.adjustDisplayTimeForSelectedLinesToolStripMenuItem,
            this.fixCommonErrorsInSelectedLinesToolStripMenuItem,
            this.changeCasingForSelectedLinesToolStripMenuItem,
            this.toolStripMenuItemSaveSelectedLines});
            this.contextMenuStripListview.Name = "contextMenuStripListview";
            this.contextMenuStripListview.Size = new System.Drawing.Size(285, 804);
            this.contextMenuStripListview.Closed += new System.Windows.Forms.ToolStripDropDownClosedEventHandler(this.MenuClosed);
            this.contextMenuStripListview.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStripListviewOpening);
            this.contextMenuStripListview.Opened += new System.EventHandler(this.MenuOpened);
            // 
            // setStylesForSelectedLinesToolStripMenuItem
            // 
            this.setStylesForSelectedLinesToolStripMenuItem.Name = "setStylesForSelectedLinesToolStripMenuItem";
            this.setStylesForSelectedLinesToolStripMenuItem.Size = new System.Drawing.Size(284, 22);
            this.setStylesForSelectedLinesToolStripMenuItem.Text = "ASS: Set styles for selected lines...";
            // 
            // toolStripMenuItemAssStyles
            // 
            this.toolStripMenuItemAssStyles.Name = "toolStripMenuItemAssStyles";
            this.toolStripMenuItemAssStyles.Size = new System.Drawing.Size(284, 22);
            this.toolStripMenuItemAssStyles.Text = "ASS: Styles...";
            this.toolStripMenuItemAssStyles.Click += new System.EventHandler(this.toolStripMenuItemAssStyles_Click);
            // 
            // toolStripMenuItemSetLanguage
            // 
            this.toolStripMenuItemSetLanguage.Name = "toolStripMenuItemSetLanguage";
            this.toolStripMenuItemSetLanguage.Size = new System.Drawing.Size(284, 22);
            this.toolStripMenuItemSetLanguage.Text = "Timed text - set language";
            // 
            // toolStripMenuItemWebVTT
            // 
            this.toolStripMenuItemWebVTT.Name = "toolStripMenuItemWebVTT";
            this.toolStripMenuItemWebVTT.Size = new System.Drawing.Size(284, 22);
            this.toolStripMenuItemWebVTT.Text = "WebVTT voice";
            // 
            // toolStripMenuItemDelete
            // 
            this.toolStripMenuItemDelete.Name = "toolStripMenuItemDelete";
            this.toolStripMenuItemDelete.Size = new System.Drawing.Size(284, 22);
            this.toolStripMenuItemDelete.Text = "Delete";
            this.toolStripMenuItemDelete.Click += new System.EventHandler(this.ToolStripMenuItemDeleteClick);
            // 
            // toolStripMenuItemInsertBefore
            // 
            this.toolStripMenuItemInsertBefore.Name = "toolStripMenuItemInsertBefore";
            this.toolStripMenuItemInsertBefore.Size = new System.Drawing.Size(284, 22);
            this.toolStripMenuItemInsertBefore.Text = "Insert before";
            this.toolStripMenuItemInsertBefore.Click += new System.EventHandler(this.ToolStripMenuItemInsertBeforeClick);
            // 
            // toolStripMenuItemInsertAfter
            // 
            this.toolStripMenuItemInsertAfter.Name = "toolStripMenuItemInsertAfter";
            this.toolStripMenuItemInsertAfter.Size = new System.Drawing.Size(284, 22);
            this.toolStripMenuItemInsertAfter.Text = "Insert after";
            this.toolStripMenuItemInsertAfter.Click += new System.EventHandler(this.ToolStripMenuItemInsertAfterClick);
            // 
            // toolStripMenuItemInsertSubtitle
            // 
            this.toolStripMenuItemInsertSubtitle.Name = "toolStripMenuItemInsertSubtitle";
            this.toolStripMenuItemInsertSubtitle.Size = new System.Drawing.Size(284, 22);
            this.toolStripMenuItemInsertSubtitle.Text = "Insert subtitle file after this line...";
            this.toolStripMenuItemInsertSubtitle.Click += new System.EventHandler(this.ToolStripMenuItemInsertSubtitleClick);
            // 
            // toolStripMenuItemCopySourceText
            // 
            this.toolStripMenuItemCopySourceText.Name = "toolStripMenuItemCopySourceText";
            this.toolStripMenuItemCopySourceText.Size = new System.Drawing.Size(284, 22);
            this.toolStripMenuItemCopySourceText.Text = "Copy as text to clipboard";
            this.toolStripMenuItemCopySourceText.Click += new System.EventHandler(this.ToolStripMenuItemCopySourceTextClick);
            // 
            // toolStripMenuItemColumn
            // 
            this.toolStripMenuItemColumn.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.columnDeleteTextOnlyToolStripMenuItem,
            this.toolStripMenuItemColumnDeleteText,
            this.ShiftTextCellsDownToolStripMenuItem,
            this.toolStripMenuItemInsertTextFromSub,
            this.toolStripMenuItemColumnImportText,
            this.toolStripMenuItemPasteSpecial,
            this.copyOriginalTextToCurrentToolStripMenuItem});
            this.toolStripMenuItemColumn.Name = "toolStripMenuItemColumn";
            this.toolStripMenuItemColumn.Size = new System.Drawing.Size(284, 22);
            this.toolStripMenuItemColumn.Text = "Column";
            this.toolStripMenuItemColumn.DropDownOpening += new System.EventHandler(this.toolStripMenuItemColumn_DropDownOpening);
            // 
            // columnDeleteTextOnlyToolStripMenuItem
            // 
            this.columnDeleteTextOnlyToolStripMenuItem.Name = "columnDeleteTextOnlyToolStripMenuItem";
            this.columnDeleteTextOnlyToolStripMenuItem.Size = new System.Drawing.Size(313, 22);
            this.columnDeleteTextOnlyToolStripMenuItem.Text = "Delete text";
            this.columnDeleteTextOnlyToolStripMenuItem.Click += new System.EventHandler(this.columnDeleteTextOnlyToolStripMenuItem_Click);
            // 
            // toolStripMenuItemColumnDeleteText
            // 
            this.toolStripMenuItemColumnDeleteText.Name = "toolStripMenuItemColumnDeleteText";
            this.toolStripMenuItemColumnDeleteText.Size = new System.Drawing.Size(313, 22);
            this.toolStripMenuItemColumnDeleteText.Text = "Delete text and shift text cells up";
            this.toolStripMenuItemColumnDeleteText.Click += new System.EventHandler(this.deleteAndShiftCellsUpToolStripMenuItem_Click);
            // 
            // ShiftTextCellsDownToolStripMenuItem
            // 
            this.ShiftTextCellsDownToolStripMenuItem.Name = "ShiftTextCellsDownToolStripMenuItem";
            this.ShiftTextCellsDownToolStripMenuItem.Size = new System.Drawing.Size(313, 22);
            this.ShiftTextCellsDownToolStripMenuItem.Text = "Insert and shift text cells down";
            this.ShiftTextCellsDownToolStripMenuItem.Click += new System.EventHandler(this.ShiftTextCellsDownToolStripMenuItem_Click);
            // 
            // toolStripMenuItemInsertTextFromSub
            // 
            this.toolStripMenuItemInsertTextFromSub.Name = "toolStripMenuItemInsertTextFromSub";
            this.toolStripMenuItemInsertTextFromSub.Size = new System.Drawing.Size(313, 22);
            this.toolStripMenuItemInsertTextFromSub.Text = "Insert text from subtitle and shift cells down...";
            this.toolStripMenuItemInsertTextFromSub.Click += new System.EventHandler(this.toolStripMenuItemInsertTextFromSub_Click);
            // 
            // toolStripMenuItemColumnImportText
            // 
            this.toolStripMenuItemColumnImportText.Name = "toolStripMenuItemColumnImportText";
            this.toolStripMenuItemColumnImportText.Size = new System.Drawing.Size(313, 22);
            this.toolStripMenuItemColumnImportText.Text = "Import text and shift text cells down...";
            this.toolStripMenuItemColumnImportText.Click += new System.EventHandler(this.toolStripMenuItemColumnImportText_Click);
            // 
            // toolStripMenuItemPasteSpecial
            // 
            this.toolStripMenuItemPasteSpecial.Name = "toolStripMenuItemPasteSpecial";
            this.toolStripMenuItemPasteSpecial.Size = new System.Drawing.Size(313, 22);
            this.toolStripMenuItemPasteSpecial.Text = "Paste from clipboard...";
            this.toolStripMenuItemPasteSpecial.Click += new System.EventHandler(this.toolStripMenuItemPasteSpecial_Click);
            // 
            // copyOriginalTextToCurrentToolStripMenuItem
            // 
            this.copyOriginalTextToCurrentToolStripMenuItem.Name = "copyOriginalTextToCurrentToolStripMenuItem";
            this.copyOriginalTextToCurrentToolStripMenuItem.Size = new System.Drawing.Size(313, 22);
            this.copyOriginalTextToCurrentToolStripMenuItem.Text = "Copy original text to current";
            this.copyOriginalTextToCurrentToolStripMenuItem.Click += new System.EventHandler(this.copyOriginalTextToCurrentToolStripMenuItem_Click);
            // 
            // toolStripSeparator7
            // 
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(281, 6);
            // 
            // splitLineToolStripMenuItem
            // 
            this.splitLineToolStripMenuItem.Name = "splitLineToolStripMenuItem";
            this.splitLineToolStripMenuItem.Size = new System.Drawing.Size(284, 22);
            this.splitLineToolStripMenuItem.Text = "Split";
            this.splitLineToolStripMenuItem.Click += new System.EventHandler(this.SplitLineToolStripMenuItemClick);
            // 
            // toolStripMenuItemMergeLines
            // 
            this.toolStripMenuItemMergeLines.Name = "toolStripMenuItemMergeLines";
            this.toolStripMenuItemMergeLines.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) 
            | System.Windows.Forms.Keys.M)));
            this.toolStripMenuItemMergeLines.Size = new System.Drawing.Size(284, 22);
            this.toolStripMenuItemMergeLines.Text = "Merge selected lines";
            this.toolStripMenuItemMergeLines.Click += new System.EventHandler(this.ToolStripMenuItemMergeLinesClick);
            // 
            // toolStripMenuItemMergeDialog
            // 
            this.toolStripMenuItemMergeDialog.Name = "toolStripMenuItemMergeDialog";
            this.toolStripMenuItemMergeDialog.Size = new System.Drawing.Size(284, 22);
            this.toolStripMenuItemMergeDialog.Text = "Merge selected lines as dialog";
            this.toolStripMenuItemMergeDialog.Click += new System.EventHandler(this.ToolStripMenuItemMergeDialogClick);
            // 
            // mergeBeforeToolStripMenuItem
            // 
            this.mergeBeforeToolStripMenuItem.Name = "mergeBeforeToolStripMenuItem";
            this.mergeBeforeToolStripMenuItem.Size = new System.Drawing.Size(284, 22);
            this.mergeBeforeToolStripMenuItem.Text = "Merge with line before";
            this.mergeBeforeToolStripMenuItem.Click += new System.EventHandler(this.MergeBeforeToolStripMenuItemClick);
            // 
            // mergeAfterToolStripMenuItem
            // 
            this.mergeAfterToolStripMenuItem.Name = "mergeAfterToolStripMenuItem";
            this.mergeAfterToolStripMenuItem.Size = new System.Drawing.Size(284, 22);
            this.mergeAfterToolStripMenuItem.Text = "Merge with line after";
            this.mergeAfterToolStripMenuItem.Click += new System.EventHandler(this.MergeAfterToolStripMenuItemClick);
            // 
            // toolStripSeparator8
            // 
            this.toolStripSeparator8.Name = "toolStripSeparator8";
            this.toolStripSeparator8.Size = new System.Drawing.Size(281, 6);
            // 
            // normalToolStripMenuItem
            // 
            this.normalToolStripMenuItem.Name = "normalToolStripMenuItem";
            this.normalToolStripMenuItem.Size = new System.Drawing.Size(284, 22);
            this.normalToolStripMenuItem.Text = "Normal";
            this.normalToolStripMenuItem.Click += new System.EventHandler(this.NormalToolStripMenuItemClick);
            // 
            // boldToolStripMenuItem
            // 
            this.boldToolStripMenuItem.Name = "boldToolStripMenuItem";
            this.boldToolStripMenuItem.Size = new System.Drawing.Size(284, 22);
            this.boldToolStripMenuItem.Text = "Bold";
            this.boldToolStripMenuItem.Click += new System.EventHandler(this.BoldToolStripMenuItemClick);
            // 
            // italicToolStripMenuItem
            // 
            this.italicToolStripMenuItem.Name = "italicToolStripMenuItem";
            this.italicToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I)));
            this.italicToolStripMenuItem.Size = new System.Drawing.Size(284, 22);
            this.italicToolStripMenuItem.Text = "Italic";
            this.italicToolStripMenuItem.Click += new System.EventHandler(this.ItalicToolStripMenuItemClick);
            // 
            // underlineToolStripMenuItem
            // 
            this.underlineToolStripMenuItem.Name = "underlineToolStripMenuItem";
            this.underlineToolStripMenuItem.Size = new System.Drawing.Size(284, 22);
            this.underlineToolStripMenuItem.Text = "Underline";
            this.underlineToolStripMenuItem.Click += new System.EventHandler(this.UnderlineToolStripMenuItemClick);
            // 
            // colorToolStripMenuItem
            // 
            this.colorToolStripMenuItem.Name = "colorToolStripMenuItem";
            this.colorToolStripMenuItem.Size = new System.Drawing.Size(284, 22);
            this.colorToolStripMenuItem.Text = "Color...";
            this.colorToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItemClick);
            // 
            // toolStripMenuItemFont
            // 
            this.toolStripMenuItemFont.Name = "toolStripMenuItemFont";
            this.toolStripMenuItemFont.Size = new System.Drawing.Size(284, 22);
            this.toolStripMenuItemFont.Text = "Font name...";
            this.toolStripMenuItemFont.Click += new System.EventHandler(this.toolStripMenuItemFont_Click);
            // 
            // toolStripMenuItemAlignment
            // 
            this.toolStripMenuItemAlignment.Name = "toolStripMenuItemAlignment";
            this.toolStripMenuItemAlignment.Size = new System.Drawing.Size(284, 22);
            this.toolStripMenuItemAlignment.Text = "Alignment";
            this.toolStripMenuItemAlignment.Click += new System.EventHandler(this.toolStripMenuItemAlignment_Click);
            // 
            // toolStripMenuItemSurroundWithMusicSymbols
            // 
            this.toolStripMenuItemSurroundWithMusicSymbols.Name = "toolStripMenuItemSurroundWithMusicSymbols";
            this.toolStripMenuItemSurroundWithMusicSymbols.Size = new System.Drawing.Size(284, 22);
            this.toolStripMenuItemSurroundWithMusicSymbols.Text = "♪";
            this.toolStripMenuItemSurroundWithMusicSymbols.Click += new System.EventHandler(this.ToolStripMenuItemSurroundWithMusicSymbolsClick);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(281, 6);
            // 
            // toolStripMenuItemAutoBreakLines
            // 
            this.toolStripMenuItemAutoBreakLines.Name = "toolStripMenuItemAutoBreakLines";
            this.toolStripMenuItemAutoBreakLines.Size = new System.Drawing.Size(284, 22);
            this.toolStripMenuItemAutoBreakLines.Text = "Auto balance selected lines...";
            this.toolStripMenuItemAutoBreakLines.Click += new System.EventHandler(this.ToolStripMenuItemAutoBreakLinesClick);
            // 
            // toolStripMenuItemUnbreakLines
            // 
            this.toolStripMenuItemUnbreakLines.Name = "toolStripMenuItemUnbreakLines";
            this.toolStripMenuItemUnbreakLines.Size = new System.Drawing.Size(284, 22);
            this.toolStripMenuItemUnbreakLines.Text = "Remove line-breaks in selected lines...";
            this.toolStripMenuItemUnbreakLines.Click += new System.EventHandler(this.ToolStripMenuItemUnbreakLinesClick);
            // 
            // toolStripSeparatorBreakLines
            // 
            this.toolStripSeparatorBreakLines.Name = "toolStripSeparatorBreakLines";
            this.toolStripSeparatorBreakLines.Size = new System.Drawing.Size(281, 6);
            // 
            // typeEffectToolStripMenuItem
            // 
            this.typeEffectToolStripMenuItem.Name = "typeEffectToolStripMenuItem";
            this.typeEffectToolStripMenuItem.Size = new System.Drawing.Size(284, 22);
            this.typeEffectToolStripMenuItem.Text = "Typewriter effect...";
            this.typeEffectToolStripMenuItem.Click += new System.EventHandler(this.TypeEffectToolStripMenuItemClick);
            // 
            // karokeeEffectToolStripMenuItem
            // 
            this.karokeeEffectToolStripMenuItem.Name = "karokeeEffectToolStripMenuItem";
            this.karokeeEffectToolStripMenuItem.Size = new System.Drawing.Size(284, 22);
            this.karokeeEffectToolStripMenuItem.Text = "Karaoke effect...";
            this.karokeeEffectToolStripMenuItem.Click += new System.EventHandler(this.KarokeeEffectToolStripMenuItemClick);
            // 
            // toolStripSeparatorAdvancedFunctions
            // 
            this.toolStripSeparatorAdvancedFunctions.Name = "toolStripSeparatorAdvancedFunctions";
            this.toolStripSeparatorAdvancedFunctions.Size = new System.Drawing.Size(281, 6);
            // 
            // showSelectedLinesEarlierlaterToolStripMenuItem
            // 
            this.showSelectedLinesEarlierlaterToolStripMenuItem.Name = "showSelectedLinesEarlierlaterToolStripMenuItem";
            this.showSelectedLinesEarlierlaterToolStripMenuItem.Size = new System.Drawing.Size(284, 22);
            this.showSelectedLinesEarlierlaterToolStripMenuItem.Text = "Show selected lines earlier/later...";
            this.showSelectedLinesEarlierlaterToolStripMenuItem.Click += new System.EventHandler(this.ShowSelectedLinesEarlierlaterToolStripMenuItemClick);
            // 
            // visualSyncSelectedLinesToolStripMenuItem
            // 
            this.visualSyncSelectedLinesToolStripMenuItem.Name = "visualSyncSelectedLinesToolStripMenuItem";
            this.visualSyncSelectedLinesToolStripMenuItem.Size = new System.Drawing.Size(284, 22);
            this.visualSyncSelectedLinesToolStripMenuItem.Text = "Visual sync selected lines...";
            this.visualSyncSelectedLinesToolStripMenuItem.Click += new System.EventHandler(this.VisualSyncSelectedLinesToolStripMenuItemClick);
            // 
            // toolStripMenuItemGoogleMicrosoftTranslateSelLine
            // 
            this.toolStripMenuItemGoogleMicrosoftTranslateSelLine.Name = "toolStripMenuItemGoogleMicrosoftTranslateSelLine";
            this.toolStripMenuItemGoogleMicrosoftTranslateSelLine.Size = new System.Drawing.Size(284, 22);
            this.toolStripMenuItemGoogleMicrosoftTranslateSelLine.Text = "Google/Microsoft translate selected line";
            this.toolStripMenuItemGoogleMicrosoftTranslateSelLine.Click += new System.EventHandler(this.ToolStripMenuItemGoogleMicrosoftTranslateSelLineClick);
            // 
            // googleTranslateSelectedLinesToolStripMenuItem
            // 
            this.googleTranslateSelectedLinesToolStripMenuItem.Name = "googleTranslateSelectedLinesToolStripMenuItem";
            this.googleTranslateSelectedLinesToolStripMenuItem.Size = new System.Drawing.Size(284, 22);
            this.googleTranslateSelectedLinesToolStripMenuItem.Text = "Google translate selected lines...";
            this.googleTranslateSelectedLinesToolStripMenuItem.Click += new System.EventHandler(this.GoogleTranslateSelectedLinesToolStripMenuItemClick);
            // 
            // adjustDisplayTimeForSelectedLinesToolStripMenuItem
            // 
            this.adjustDisplayTimeForSelectedLinesToolStripMenuItem.Name = "adjustDisplayTimeForSelectedLinesToolStripMenuItem";
            this.adjustDisplayTimeForSelectedLinesToolStripMenuItem.Size = new System.Drawing.Size(284, 22);
            this.adjustDisplayTimeForSelectedLinesToolStripMenuItem.Text = "Adjust display time for selected lines...";
            this.adjustDisplayTimeForSelectedLinesToolStripMenuItem.Click += new System.EventHandler(this.AdjustDisplayTimeForSelectedLinesToolStripMenuItemClick);
            // 
            // fixCommonErrorsInSelectedLinesToolStripMenuItem
            // 
            this.fixCommonErrorsInSelectedLinesToolStripMenuItem.Name = "fixCommonErrorsInSelectedLinesToolStripMenuItem";
            this.fixCommonErrorsInSelectedLinesToolStripMenuItem.Size = new System.Drawing.Size(284, 22);
            this.fixCommonErrorsInSelectedLinesToolStripMenuItem.Text = "Fix common errors in selected lines...";
            this.fixCommonErrorsInSelectedLinesToolStripMenuItem.Click += new System.EventHandler(this.FixCommonErrorsInSelectedLinesToolStripMenuItemClick);
            // 
            // changeCasingForSelectedLinesToolStripMenuItem
            // 
            this.changeCasingForSelectedLinesToolStripMenuItem.Name = "changeCasingForSelectedLinesToolStripMenuItem";
            this.changeCasingForSelectedLinesToolStripMenuItem.Size = new System.Drawing.Size(284, 22);
            this.changeCasingForSelectedLinesToolStripMenuItem.Text = "Change casing for selected lines...";
            this.changeCasingForSelectedLinesToolStripMenuItem.Click += new System.EventHandler(this.ChangeCasingForSelectedLinesToolStripMenuItemClick);
            // 
            // toolStripMenuItemSaveSelectedLines
            // 
            this.toolStripMenuItemSaveSelectedLines.Name = "toolStripMenuItemSaveSelectedLines";
            this.toolStripMenuItemSaveSelectedLines.Size = new System.Drawing.Size(284, 22);
            this.toolStripMenuItemSaveSelectedLines.Text = "Save selected lines as...";
            this.toolStripMenuItemSaveSelectedLines.Click += new System.EventHandler(this.ToolStripMenuItemSaveSelectedLinesClick);
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            // 
            // timer1
            // 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // fontDialog1
            // 
            this.fontDialog1.Color = System.Drawing.SystemColors.ControlText;
            // 
            // groupBoxVideo
            // 
            this.groupBoxVideo.Controls.Add(this.audioVisualizer);
            this.groupBoxVideo.Controls.Add(this.checkBoxSyncListViewWithVideoWhilePlaying);
            this.groupBoxVideo.Controls.Add(this.labelVideoInfo);
            this.groupBoxVideo.Controls.Add(this.trackBarWaveformPosition);
            this.groupBoxVideo.Controls.Add(this.panelWaveformControls);
            this.groupBoxVideo.Controls.Add(this.tabControlButtons);
            this.groupBoxVideo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBoxVideo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBoxVideo.Location = new System.Drawing.Point(0, 0);
            this.groupBoxVideo.Margin = new System.Windows.Forms.Padding(0);
            this.groupBoxVideo.Name = "groupBoxVideo";
            this.groupBoxVideo.Padding = new System.Windows.Forms.Padding(0);
            this.groupBoxVideo.Size = new System.Drawing.Size(975, 305);
            this.groupBoxVideo.TabIndex = 1;
            this.groupBoxVideo.TabStop = false;
            // 
            // audioVisualizer
            // 
            this.audioVisualizer.AllowDrop = true;
            this.audioVisualizer.AllowNewSelection = true;
            this.audioVisualizer.AllowOverlap = false;
            this.audioVisualizer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.audioVisualizer.BackColor = System.Drawing.Color.Black;
            this.audioVisualizer.BackgroundColor = System.Drawing.Color.Black;
            this.audioVisualizer.Color = System.Drawing.Color.GreenYellow;
            this.audioVisualizer.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(18)))));
            this.audioVisualizer.Location = new System.Drawing.Point(472, 32);
            this.audioVisualizer.Margin = new System.Windows.Forms.Padding(0);
            this.audioVisualizer.Name = "audioVisualizer";
            this.audioVisualizer.NewSelectionParagraph = null;
            this.audioVisualizer.ParagraphColor = System.Drawing.Color.LimeGreen;
            this.audioVisualizer.SceneChanges = ((System.Collections.Generic.List<double>)(resources.GetObject("audioVisualizer.SceneChanges")));
            this.audioVisualizer.SelectedColor = System.Drawing.Color.Red;
            this.audioVisualizer.ShowGridLines = true;
            this.audioVisualizer.ShowSpectrogram = false;
            this.audioVisualizer.ShowWaveform = true;
            this.audioVisualizer.Size = new System.Drawing.Size(499, 229);
            this.audioVisualizer.StartPositionSeconds = 0D;
            this.audioVisualizer.TabIndex = 6;
            this.audioVisualizer.TextBold = true;
            this.audioVisualizer.TextColor = System.Drawing.Color.Gray;
            this.audioVisualizer.TextSize = 9F;
            this.audioVisualizer.VerticalZoomFactor = 1D;
            this.audioVisualizer.WaveformNotLoadedText = "Click to add waveform";
            this.audioVisualizer.WavePeaks = null;
            this.audioVisualizer.ZoomFactor = 1D;
            this.audioVisualizer.Click += new System.EventHandler(this.AudioWaveform_Click);
            this.audioVisualizer.DragDrop += new System.Windows.Forms.DragEventHandler(this.AudioWaveformDragDrop);
            this.audioVisualizer.DragEnter += new System.Windows.Forms.DragEventHandler(this.AudioWaveformDragEnter);
            this.audioVisualizer.MouseEnter += new System.EventHandler(this.audioVisualizer_MouseEnter);
            // 
            // checkBoxSyncListViewWithVideoWhilePlaying
            // 
            this.checkBoxSyncListViewWithVideoWhilePlaying.AutoSize = true;
            this.checkBoxSyncListViewWithVideoWhilePlaying.Location = new System.Drawing.Point(558, 11);
            this.checkBoxSyncListViewWithVideoWhilePlaying.Name = "checkBoxSyncListViewWithVideoWhilePlaying";
            this.checkBoxSyncListViewWithVideoWhilePlaying.Size = new System.Drawing.Size(207, 17);
            this.checkBoxSyncListViewWithVideoWhilePlaying.TabIndex = 1;
            this.checkBoxSyncListViewWithVideoWhilePlaying.Text = "Sync listview with movie when playing";
            this.checkBoxSyncListViewWithVideoWhilePlaying.UseVisualStyleBackColor = true;
            // 
            // labelVideoInfo
            // 
            this.labelVideoInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.labelVideoInfo.Location = new System.Drawing.Point(603, 12);
            this.labelVideoInfo.Name = "labelVideoInfo";
            this.labelVideoInfo.Size = new System.Drawing.Size(369, 19);
            this.labelVideoInfo.TabIndex = 12;
            this.labelVideoInfo.Text = "No video file loaded";
            this.labelVideoInfo.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // trackBarWaveformPosition
            // 
            this.trackBarWaveformPosition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.trackBarWaveformPosition.AutoSize = false;
            this.trackBarWaveformPosition.Location = new System.Drawing.Point(674, 267);
            this.trackBarWaveformPosition.Maximum = 1000;
            this.trackBarWaveformPosition.Name = "trackBarWaveformPosition";
            this.trackBarWaveformPosition.Size = new System.Drawing.Size(297, 20);
            this.trackBarWaveformPosition.TabIndex = 11;
            this.trackBarWaveformPosition.TickStyle = System.Windows.Forms.TickStyle.None;
            this.trackBarWaveformPosition.ValueChanged += new System.EventHandler(this.trackBarWaveformPosition_ValueChanged);
            // 
            // panelWaveformControls
            // 
            this.panelWaveformControls.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.panelWaveformControls.Controls.Add(this.toolStripWaveControls);
            this.panelWaveformControls.Location = new System.Drawing.Point(474, 265);
            this.panelWaveformControls.Name = "panelWaveformControls";
            this.panelWaveformControls.Size = new System.Drawing.Size(205, 30);
            this.panelWaveformControls.TabIndex = 10;
            // 
            // toolStripWaveControls
            // 
            this.toolStripWaveControls.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.toolStripWaveControls.Dock = System.Windows.Forms.DockStyle.None;
            this.toolStripWaveControls.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripWaveControls.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonWaveformZoomOut,
            this.toolStripComboBoxWaveform,
            this.toolStripButtonWaveformZoomIn,
            this.toolStripSeparator16,
            this.toolStripButtonWaveformPause,
            this.toolStripButtonWaveformPlay,
            this.toolStripButtonLockCenter,
            this.toolStripSplitButtonPlayRate});
            this.toolStripWaveControls.Location = new System.Drawing.Point(0, 3);
            this.toolStripWaveControls.Name = "toolStripWaveControls";
            this.toolStripWaveControls.Size = new System.Drawing.Size(197, 25);
            this.toolStripWaveControls.TabIndex = 0;
            this.toolStripWaveControls.Text = "toolStrip2";
            // 
            // toolStripButtonWaveformZoomOut
            // 
            this.toolStripButtonWaveformZoomOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonWaveformZoomOut.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonWaveformZoomOut.Image")));
            this.toolStripButtonWaveformZoomOut.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonWaveformZoomOut.Name = "toolStripButtonWaveformZoomOut";
            this.toolStripButtonWaveformZoomOut.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonWaveformZoomOut.Text = "toolStripButton3";
            this.toolStripButtonWaveformZoomOut.Click += new System.EventHandler(this.toolStripButtonWaveformZoomOut_Click);
            // 
            // toolStripComboBoxWaveform
            // 
            this.toolStripComboBoxWaveform.AutoSize = false;
            this.toolStripComboBoxWaveform.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.toolStripComboBoxWaveform.Name = "toolStripComboBoxWaveform";
            this.toolStripComboBoxWaveform.Size = new System.Drawing.Size(62, 23);
            // 
            // toolStripButtonWaveformZoomIn
            // 
            this.toolStripButtonWaveformZoomIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonWaveformZoomIn.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonWaveformZoomIn.Image")));
            this.toolStripButtonWaveformZoomIn.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonWaveformZoomIn.Name = "toolStripButtonWaveformZoomIn";
            this.toolStripButtonWaveformZoomIn.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonWaveformZoomIn.Text = "toolStripButton1";
            this.toolStripButtonWaveformZoomIn.Click += new System.EventHandler(this.toolStripButtonWaveformZoomIn_Click);
            // 
            // toolStripSeparator16
            // 
            this.toolStripSeparator16.Name = "toolStripSeparator16";
            this.toolStripSeparator16.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButtonWaveformPause
            // 
            this.toolStripButtonWaveformPause.AutoToolTip = false;
            this.toolStripButtonWaveformPause.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonWaveformPause.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonWaveformPause.Image")));
            this.toolStripButtonWaveformPause.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonWaveformPause.Name = "toolStripButtonWaveformPause";
            this.toolStripButtonWaveformPause.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonWaveformPause.Text = "toolStripButton1";
            this.toolStripButtonWaveformPause.Visible = false;
            this.toolStripButtonWaveformPause.Click += new System.EventHandler(this.toolStripButtonWaveformPause_Click);
            // 
            // toolStripButtonWaveformPlay
            // 
            this.toolStripButtonWaveformPlay.AutoToolTip = false;
            this.toolStripButtonWaveformPlay.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonWaveformPlay.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonWaveformPlay.Image")));
            this.toolStripButtonWaveformPlay.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonWaveformPlay.Name = "toolStripButtonWaveformPlay";
            this.toolStripButtonWaveformPlay.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonWaveformPlay.Text = "toolStripButton1";
            this.toolStripButtonWaveformPlay.Click += new System.EventHandler(this.toolStripButtonWaveformPlay_Click);
            // 
            // toolStripButtonLockCenter
            // 
            this.toolStripButtonLockCenter.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonLockCenter.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLockCenter.Image")));
            this.toolStripButtonLockCenter.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonLockCenter.Name = "toolStripButtonLockCenter";
            this.toolStripButtonLockCenter.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonLockCenter.Text = "Center";
            this.toolStripButtonLockCenter.Click += new System.EventHandler(this.toolStripButtonLockCenter_Click);
            // 
            // toolStripSplitButtonPlayRate
            // 
            this.toolStripSplitButtonPlayRate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripSplitButtonPlayRate.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItemPlayRateSlow,
            this.toolStripMenuItemPlayRateNormal,
            this.toolStripMenuItemPlayRateFast,
            this.toolStripMenuItemPlayRateVeryFast});
            this.toolStripSplitButtonPlayRate.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButtonPlayRate.Image")));
            this.toolStripSplitButtonPlayRate.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripSplitButtonPlayRate.Name = "toolStripSplitButtonPlayRate";
            this.toolStripSplitButtonPlayRate.Size = new System.Drawing.Size(32, 22);
            this.toolStripSplitButtonPlayRate.Text = "Play rate (speed)";
            // 
            // toolStripMenuItemPlayRateSlow
            // 
            this.toolStripMenuItemPlayRateSlow.Name = "toolStripMenuItemPlayRateSlow";
            this.toolStripMenuItemPlayRateSlow.Size = new System.Drawing.Size(148, 22);
            this.toolStripMenuItemPlayRateSlow.Text = "Slow";
            this.toolStripMenuItemPlayRateSlow.Click += new System.EventHandler(this.ToolStripMenuItemPlayRateSlowClick);
            // 
            // toolStripMenuItemPlayRateNormal
            // 
            this.toolStripMenuItemPlayRateNormal.Checked = true;
            this.toolStripMenuItemPlayRateNormal.CheckState = System.Windows.Forms.CheckState.Checked;
            this.toolStripMenuItemPlayRateNormal.Name = "toolStripMenuItemPlayRateNormal";
            this.toolStripMenuItemPlayRateNormal.Size = new System.Drawing.Size(148, 22);
            this.toolStripMenuItemPlayRateNormal.Text = "Normal speed";
            this.toolStripMenuItemPlayRateNormal.Click += new System.EventHandler(this.ToolStripMenuItemPlayRateNormalClick);
            // 
            // toolStripMenuItemPlayRateFast
            // 
            this.toolStripMenuItemPlayRateFast.Name = "toolStripMenuItemPlayRateFast";
            this.toolStripMenuItemPlayRateFast.Size = new System.Drawing.Size(148, 22);
            this.toolStripMenuItemPlayRateFast.Text = "Fast ";
            this.toolStripMenuItemPlayRateFast.Click += new System.EventHandler(this.ToolStripMenuItemPlayRateFastClick);
            // 
            // toolStripMenuItemPlayRateVeryFast
            // 
            this.toolStripMenuItemPlayRateVeryFast.Name = "toolStripMenuItemPlayRateVeryFast";
            this.toolStripMenuItemPlayRateVeryFast.Size = new System.Drawing.Size(148, 22);
            this.toolStripMenuItemPlayRateVeryFast.Text = "Very fast";
            this.toolStripMenuItemPlayRateVeryFast.Click += new System.EventHandler(this.VeryFastToolStripMenuItemClick);
            // 
            // tabControlButtons
            // 
            this.tabControlButtons.Controls.Add(this.tabPageTranslate);
            this.tabControlButtons.Controls.Add(this.tabPageCreate);
            this.tabControlButtons.Controls.Add(this.tabPageAdjust);
            this.tabControlButtons.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
            this.tabControlButtons.Location = new System.Drawing.Point(6, 12);
            this.tabControlButtons.Name = "tabControlButtons";
            this.tabControlButtons.SelectedIndex = 0;
            this.tabControlButtons.Size = new System.Drawing.Size(467, 283);
            this.tabControlButtons.TabIndex = 0;
            this.tabControlButtons.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.TabControlButtonsDrawItem);
            this.tabControlButtons.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
            // 
            // tabPageTranslate
            // 
            this.tabPageTranslate.Controls.Add(this.labelTranslateTip);
            this.tabPageTranslate.Controls.Add(this.groupBoxTranslateSearch);
            this.tabPageTranslate.Controls.Add(this.groupBoxAutoContinue);
            this.tabPageTranslate.Controls.Add(this.buttonStop);
            this.tabPageTranslate.Controls.Add(this.groupBoxAutoRepeat);
            this.tabPageTranslate.Controls.Add(this.buttonPlayPrevious);
            this.tabPageTranslate.Controls.Add(this.buttonPlayCurrent);
            this.tabPageTranslate.Controls.Add(this.buttonPlayNext);
            this.tabPageTranslate.Location = new System.Drawing.Point(4, 22);
            this.tabPageTranslate.Name = "tabPageTranslate";
            this.tabPageTranslate.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageTranslate.Size = new System.Drawing.Size(459, 257);
            this.tabPageTranslate.TabIndex = 0;
            this.tabPageTranslate.Text = "Translate";
            this.tabPageTranslate.UseVisualStyleBackColor = true;
            // 
            // labelTranslateTip
            // 
            this.labelTranslateTip.AutoSize = true;
            this.labelTranslateTip.ForeColor = System.Drawing.Color.Gray;
            this.labelTranslateTip.Location = new System.Drawing.Point(16, 225);
            this.labelTranslateTip.Name = "labelTranslateTip";
            this.labelTranslateTip.Size = new System.Drawing.Size(307, 13);
            this.labelTranslateTip.TabIndex = 7;
            this.labelTranslateTip.Text = "Tip: Use <alt+arrow up/down> to go to previous/next subtitle";
            // 
            // groupBoxTranslateSearch
            // 
            this.groupBoxTranslateSearch.Controls.Add(this.buttonCustomUrl2);
            this.groupBoxTranslateSearch.Controls.Add(this.buttonCustomUrl1);
            this.groupBoxTranslateSearch.Controls.Add(this.buttonGoogleTranslateIt);
            this.groupBoxTranslateSearch.Controls.Add(this.buttonGoogleIt);
            this.groupBoxTranslateSearch.Controls.Add(this.textBoxSearchWord);
            this.groupBoxTranslateSearch.Location = new System.Drawing.Point(198, 68);
            this.groupBoxTranslateSearch.Name = "groupBoxTranslateSearch";
            this.groupBoxTranslateSearch.Size = new System.Drawing.Size(256, 150);
            this.groupBoxTranslateSearch.TabIndex = 6;
            this.groupBoxTranslateSearch.TabStop = false;
            this.groupBoxTranslateSearch.Text = "Search text online";
            // 
            // buttonCustomUrl2
            // 
            this.buttonCustomUrl2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.buttonCustomUrl2.Location = new System.Drawing.Point(6, 116);
            this.buttonCustomUrl2.Name = "buttonCustomUrl2";
            this.buttonCustomUrl2.Size = new System.Drawing.Size(244, 21);
            this.buttonCustomUrl2.TabIndex = 4;
            this.buttonCustomUrl2.Text = "Custom URL";
            this.buttonCustomUrl2.UseVisualStyleBackColor = true;
            this.buttonCustomUrl2.Click += new System.EventHandler(this.buttonCustomUrl2_Click);
            // 
            // buttonCustomUrl1
            // 
            this.buttonCustomUrl1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.buttonCustomUrl1.Location = new System.Drawing.Point(6, 90);
            this.buttonCustomUrl1.Name = "buttonCustomUrl1";
            this.buttonCustomUrl1.Size = new System.Drawing.Size(244, 21);
            this.buttonCustomUrl1.TabIndex = 3;
            this.buttonCustomUrl1.Text = "Custom URL";
            this.buttonCustomUrl1.UseVisualStyleBackColor = true;
            this.buttonCustomUrl1.Click += new System.EventHandler(this.buttonCustomUrl_Click);
            // 
            // buttonGoogleTranslateIt
            // 
            this.buttonGoogleTranslateIt.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.buttonGoogleTranslateIt.Location = new System.Drawing.Point(132, 63);
            this.buttonGoogleTranslateIt.Name = "buttonGoogleTranslateIt";
            this.buttonGoogleTranslateIt.Size = new System.Drawing.Size(118, 21);
            this.buttonGoogleTranslateIt.TabIndex = 2;
            this.buttonGoogleTranslateIt.Text = "Google translate it";
            this.buttonGoogleTranslateIt.UseVisualStyleBackColor = true;
            this.buttonGoogleTranslateIt.Click += new System.EventHandler(this.buttonGoogleTranslateIt_Click);
            // 
            // buttonGoogleIt
            // 
            this.buttonGoogleIt.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.buttonGoogleIt.Location = new System.Drawing.Point(6, 63);
            this.buttonGoogleIt.Name = "buttonGoogleIt";
            this.buttonGoogleIt.Size = new System.Drawing.Size(120, 21);
            this.buttonGoogleIt.TabIndex = 1;
            this.buttonGoogleIt.Text = "Google it";
            this.buttonGoogleIt.UseVisualStyleBackColor = true;
            this.buttonGoogleIt.Click += new System.EventHandler(this.buttonGoogleIt_Click);
            // 
            // textBoxSearchWord
            // 
            this.textBoxSearchWord.Location = new System.Drawing.Point(6, 18);
            this.textBoxSearchWord.Multiline = true;
            this.textBoxSearchWord.Name = "textBoxSearchWord";
            this.textBoxSearchWord.Size = new System.Drawing.Size(244, 39);
            this.textBoxSearchWord.TabIndex = 0;
            // 
            // groupBoxAutoContinue
            // 
            this.groupBoxAutoContinue.Controls.Add(this.comboBoxAutoContinue);
            this.groupBoxAutoContinue.Controls.Add(this.labelAutoContinueDelay);
            this.groupBoxAutoContinue.Controls.Add(this.checkBoxAutoContinue);
            this.groupBoxAutoContinue.Location = new System.Drawing.Point(12, 126);
            this.groupBoxAutoContinue.Name = "groupBoxAutoContinue";
            this.groupBoxAutoContinue.Size = new System.Drawing.Size(182, 92);
            this.groupBoxAutoContinue.TabIndex = 1;
            this.groupBoxAutoContinue.TabStop = false;
            this.groupBoxAutoContinue.Text = "Auto continue";
            // 
            // comboBoxAutoContinue
            // 
            this.comboBoxAutoContinue.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxAutoContinue.FormattingEnabled = true;
            this.comboBoxAutoContinue.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"});
            this.comboBoxAutoContinue.Location = new System.Drawing.Point(6, 59);
            this.comboBoxAutoContinue.Name = "comboBoxAutoContinue";
            this.comboBoxAutoContinue.Size = new System.Drawing.Size(96, 21);
            this.comboBoxAutoContinue.TabIndex = 2;
            // 
            // labelAutoContinueDelay
            // 
            this.labelAutoContinueDelay.AutoSize = true;
            this.labelAutoContinueDelay.Location = new System.Drawing.Point(7, 43);
            this.labelAutoContinueDelay.Name = "labelAutoContinueDelay";
            this.labelAutoContinueDelay.Size = new System.Drawing.Size(84, 13);
            this.labelAutoContinueDelay.TabIndex = 1;
            this.labelAutoContinueDelay.Text = "Delay (seconds)";
            // 
            // checkBoxAutoContinue
            // 
            this.checkBoxAutoContinue.AutoSize = true;
            this.checkBoxAutoContinue.Location = new System.Drawing.Point(10, 19);
            this.checkBoxAutoContinue.Name = "checkBoxAutoContinue";
            this.checkBoxAutoContinue.Size = new System.Drawing.Size(108, 17);
            this.checkBoxAutoContinue.TabIndex = 0;
            this.checkBoxAutoContinue.Text = "Auto continue on";
            this.checkBoxAutoContinue.UseVisualStyleBackColor = true;
            // 
            // buttonStop
            // 
            this.buttonStop.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.buttonStop.Location = new System.Drawing.Point(288, 41);
            this.buttonStop.Name = "buttonStop";
            this.buttonStop.Size = new System.Drawing.Size(75, 21);
            this.buttonStop.TabIndex = 5;
            this.buttonStop.Text = "Pa&use";
            this.buttonStop.UseVisualStyleBackColor = true;
            this.buttonStop.Click += new System.EventHandler(this.buttonStop_Click);
            // 
            // groupBoxAutoRepeat
            // 
            this.groupBoxAutoRepeat.Controls.Add(this.comboBoxAutoRepeat);
            this.groupBoxAutoRepeat.Controls.Add(this.labelAutoRepeatCount);
            this.groupBoxAutoRepeat.Controls.Add(this.checkBoxAutoRepeatOn);
            this.groupBoxAutoRepeat.Location = new System.Drawing.Point(12, 14);
            this.groupBoxAutoRepeat.Name = "groupBoxAutoRepeat";
            this.groupBoxAutoRepeat.Size = new System.Drawing.Size(182, 111);
            this.groupBoxAutoRepeat.TabIndex = 0;
            this.groupBoxAutoRepeat.TabStop = false;
            this.groupBoxAutoRepeat.Text = "Auto repeat";
            // 
            // comboBoxAutoRepeat
            // 
            this.comboBoxAutoRepeat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxAutoRepeat.FormattingEnabled = true;
            this.comboBoxAutoRepeat.Items.AddRange(new object[] {
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9"});
            this.comboBoxAutoRepeat.Location = new System.Drawing.Point(6, 60);
            this.comboBoxAutoRepeat.Name = "comboBoxAutoRepeat";
            this.comboBoxAutoRepeat.Size = new System.Drawing.Size(96, 21);
            this.comboBoxAutoRepeat.TabIndex = 2;
            // 
            // labelAutoRepeatCount
            // 
            this.labelAutoRepeatCount.AutoSize = true;
            this.labelAutoRepeatCount.Location = new System.Drawing.Point(6, 44);
            this.labelAutoRepeatCount.Name = "labelAutoRepeatCount";
            this.labelAutoRepeatCount.Size = new System.Drawing.Size(108, 13);
            this.labelAutoRepeatCount.TabIndex = 1;
            this.labelAutoRepeatCount.Text = "Repeat count (times)";
            // 
            // checkBoxAutoRepeatOn
            // 
            this.checkBoxAutoRepeatOn.AutoSize = true;
            this.checkBoxAutoRepeatOn.Checked = true;
            this.checkBoxAutoRepeatOn.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBoxAutoRepeatOn.Location = new System.Drawing.Point(10, 19);
            this.checkBoxAutoRepeatOn.Name = "checkBoxAutoRepeatOn";
            this.checkBoxAutoRepeatOn.Size = new System.Drawing.Size(99, 17);
            this.checkBoxAutoRepeatOn.TabIndex = 0;
            this.checkBoxAutoRepeatOn.Text = "Auto repeat on";
            this.checkBoxAutoRepeatOn.UseVisualStyleBackColor = true;
            // 
            // buttonPlayPrevious
            // 
            this.buttonPlayPrevious.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.buttonPlayPrevious.Location = new System.Drawing.Point(207, 14);
            this.buttonPlayPrevious.Name = "buttonPlayPrevious";
            this.buttonPlayPrevious.Size = new System.Drawing.Size(75, 21);
            this.buttonPlayPrevious.TabIndex = 2;
            this.buttonPlayPrevious.Text = "<< Previous";
            this.buttonPlayPrevious.UseVisualStyleBackColor = true;
            this.buttonPlayPrevious.Click += new System.EventHandler(this.buttonPlayPrevious_Click);
            // 
            // buttonPlayCurrent
            // 
            this.buttonPlayCurrent.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.buttonPlayCurrent.Location = new System.Drawing.Point(288, 14);
            this.buttonPlayCurrent.Name = "buttonPlayCurrent";
            this.buttonPlayCurrent.Size = new System.Drawing.Size(75, 21);
            this.buttonPlayCurrent.TabIndex = 3;
            this.buttonPlayCurrent.Text = "&Play current";
            this.buttonPlayCurrent.UseVisualStyleBackColor = true;
            this.buttonPlayCurrent.Click += new System.EventHandler(this.ButtonPlayCurrentClick);
            // 
            // buttonPlayNext
            // 
            this.buttonPlayNext.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.buttonPlayNext.Location = new System.Drawing.Point(369, 14);
            this.buttonPlayNext.Name = "buttonPlayNext";
            this.buttonPlayNext.Size = new System.Drawing.Size(75, 21);
            this.buttonPlayNext.TabIndex = 4;
            this.buttonPlayNext.Text = "Next >>";
            this.buttonPlayNext.UseVisualStyleBackColor = true;
            this.buttonPlayNext.Click += new System.EventHandler(this.buttonPlayNext_Click);
            // 
            // tabPageCreate
            // 
            this.tabPageCreate.Controls.Add(this.timeUpDownVideoPosition);
            this.tabPageCreate.Controls.Add(this.buttonGotoSub);
            this.tabPageCreate.Controls.Add(this.buttonBeforeText);
            this.tabPageCreate.Controls.Add(this.buttonSetEnd);
            this.tabPageCreate.Controls.Add(this.buttonInsertNewText);
            this.tabPageCreate.Controls.Add(this.buttonSetStartTime);
            this.tabPageCreate.Controls.Add(this.labelCreateF12);
            this.tabPageCreate.Controls.Add(this.labelCreateF11);
            this.tabPageCreate.Controls.Add(this.labelCreateF10);
            this.tabPageCreate.Controls.Add(this.labelCreateF9);
            this.tabPageCreate.Controls.Add(this.buttonForward2);
            this.tabPageCreate.Controls.Add(this.numericUpDownSec2);
            this.tabPageCreate.Controls.Add(this.buttonSecBack2);
            this.tabPageCreate.Controls.Add(this.labelCreateTip);
            this.tabPageCreate.Controls.Add(this.buttonForward1);
            this.tabPageCreate.Controls.Add(this.numericUpDownSec1);
            this.tabPageCreate.Controls.Add(this.labelVideoPosition);
            this.tabPageCreate.Controls.Add(this.buttonSecBack1);
            this.tabPageCreate.Location = new System.Drawing.Point(4, 22);
            this.tabPageCreate.Name = "tabPageCreate";
            this.tabPageCreate.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageCreate.Size = new System.Drawing.Size(459, 257);
            this.tabPageCreate.TabIndex = 1;
            this.tabPageCreate.Text = "Create";
            this.tabPageCreate.UseVisualStyleBackColor = true;
            // 
            // timeUpDownVideoPosition
            // 
            this.timeUpDownVideoPosition.AutoSize = true;
            this.timeUpDownVideoPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.timeUpDownVideoPosition.Location = new System.Drawing.Point(96, 191);
            this.timeUpDownVideoPosition.Margin = new System.Windows.Forms.Padding(4);
            this.timeUpDownVideoPosition.Name = "timeUpDownVideoPosition";
            this.timeUpDownVideoPosition.Size = new System.Drawing.Size(96, 25);
            this.timeUpDownVideoPosition.TabIndex = 12;
            timeCode1.Hours = 99;
            timeCode1.Milliseconds = 999;
            timeCode1.Minutes = 59;
            timeCode1.Seconds = 59;
            timeCode1.TimeSpan = System.TimeSpan.Parse("4.03:59:59.9990000");
            timeCode1.TotalMilliseconds = 359999999D;
            timeCode1.TotalSeconds = 359999.999D;
            this.timeUpDownVideoPosition.TimeCode = timeCode1;
            this.timeUpDownVideoPosition.UseVideoOffset = false;
            // 
            // buttonGotoSub
            // 
            this.buttonGotoSub.Location = new System.Drawing.Point(6, 58);
            this.buttonGotoSub.Name = "buttonGotoSub";
            this.buttonGotoSub.Size = new System.Drawing.Size(180, 21);
            this.buttonGotoSub.TabIndex = 2;
            this.buttonGotoSub.Text = "Goto subposition and pause";
            this.buttonGotoSub.UseVisualStyleBackColor = true;
            this.buttonGotoSub.Click += new System.EventHandler(this.buttonGotoSub_Click);
            // 
            // buttonBeforeText
            // 
            this.buttonBeforeText.Location = new System.Drawing.Point(6, 32);
            this.buttonBeforeText.Name = "buttonBeforeText";
            this.buttonBeforeText.Size = new System.Drawing.Size(180, 21);
            this.buttonBeforeText.TabIndex = 1;
            this.buttonBeforeText.Text = "Play from just before &text";
            this.buttonBeforeText.UseVisualStyleBackColor = true;
            this.buttonBeforeText.Click += new System.EventHandler(this.buttonBeforeText_Click);
            // 
            // buttonSetEnd
            // 
            this.buttonSetEnd.Location = new System.Drawing.Point(6, 110);
            this.buttonSetEnd.Name = "buttonSetEnd";
            this.buttonSetEnd.Size = new System.Drawing.Size(180, 21);
            this.buttonSetEnd.TabIndex = 4;
            this.buttonSetEnd.Text = "Set &end time";
            this.buttonSetEnd.UseVisualStyleBackColor = true;
            this.buttonSetEnd.Click += new System.EventHandler(this.ButtonSetEndClick);
            // 
            // buttonInsertNewText
            // 
            this.buttonInsertNewText.Location = new System.Drawing.Point(6, 6);
            this.buttonInsertNewText.Name = "buttonInsertNewText";
            this.buttonInsertNewText.Size = new System.Drawing.Size(180, 21);
            this.buttonInsertNewText.TabIndex = 0;
            this.buttonInsertNewText.Text = "&Insert new subtitle at vpos";
            this.buttonInsertNewText.UseVisualStyleBackColor = true;
            this.buttonInsertNewText.Click += new System.EventHandler(this.ButtonInsertNewTextClick);
            // 
            // buttonSetStartTime
            // 
            this.buttonSetStartTime.Location = new System.Drawing.Point(6, 84);
            this.buttonSetStartTime.Name = "buttonSetStartTime";
            this.buttonSetStartTime.Size = new System.Drawing.Size(180, 21);
            this.buttonSetStartTime.TabIndex = 3;
            this.buttonSetStartTime.Text = "Set &start time";
            this.buttonSetStartTime.UseVisualStyleBackColor = true;
            this.buttonSetStartTime.Click += new System.EventHandler(this.buttonSetStartTime_Click);
            // 
            // labelCreateF12
            // 
            this.labelCreateF12.AutoSize = true;
            this.labelCreateF12.ForeColor = System.Drawing.Color.Gray;
            this.labelCreateF12.Location = new System.Drawing.Point(188, 114);
            this.labelCreateF12.Name = "labelCreateF12";
            this.labelCreateF12.Size = new System.Drawing.Size(25, 13);
            this.labelCreateF12.TabIndex = 65;
            this.labelCreateF12.Text = "F12";
            // 
            // labelCreateF11
            // 
            this.labelCreateF11.AutoSize = true;
            this.labelCreateF11.ForeColor = System.Drawing.Color.Gray;
            this.labelCreateF11.Location = new System.Drawing.Point(188, 88);
            this.labelCreateF11.Name = "labelCreateF11";
            this.labelCreateF11.Size = new System.Drawing.Size(25, 13);
            this.labelCreateF11.TabIndex = 64;
            this.labelCreateF11.Text = "F11";
            // 
            // labelCreateF10
            // 
            this.labelCreateF10.AutoSize = true;
            this.labelCreateF10.ForeColor = System.Drawing.Color.Gray;
            this.labelCreateF10.Location = new System.Drawing.Point(188, 36);
            this.labelCreateF10.Name = "labelCreateF10";
            this.labelCreateF10.Size = new System.Drawing.Size(25, 13);
            this.labelCreateF10.TabIndex = 63;
            this.labelCreateF10.Text = "F10";
            // 
            // labelCreateF9
            // 
            this.labelCreateF9.AutoSize = true;
            this.labelCreateF9.ForeColor = System.Drawing.Color.Gray;
            this.labelCreateF9.Location = new System.Drawing.Point(188, 10);
            this.labelCreateF9.Name = "labelCreateF9";
            this.labelCreateF9.Size = new System.Drawing.Size(19, 13);
            this.labelCreateF9.TabIndex = 62;
            this.labelCreateF9.Text = "F9";
            // 
            // buttonForward2
            // 
            this.buttonForward2.Location = new System.Drawing.Point(128, 163);
            this.buttonForward2.Name = "buttonForward2";
            this.buttonForward2.Size = new System.Drawing.Size(58, 21);
            this.buttonForward2.TabIndex = 10;
            this.buttonForward2.Text = " >>";
            this.buttonForward2.UseVisualStyleBackColor = true;
            this.buttonForward2.Click += new System.EventHandler(this.buttonForward2_Click);
            // 
            // numericUpDownSec2
            // 
            this.numericUpDownSec2.DecimalPlaces = 3;
            this.numericUpDownSec2.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.numericUpDownSec2.Location = new System.Drawing.Point(70, 163);
            this.numericUpDownSec2.Maximum = new decimal(new int[] {
            60,
            0,
            0,
            0});
            this.numericUpDownSec2.Name = "numericUpDownSec2";
            this.numericUpDownSec2.Size = new System.Drawing.Size(51, 21);
            this.numericUpDownSec2.TabIndex = 9;
            this.numericUpDownSec2.Value = new decimal(new int[] {
            5000,
            0,
            0,
            196608});
            this.numericUpDownSec2.ValueChanged += new System.EventHandler(this.NumericUpDownSec2ValueChanged);
            // 
            // buttonSecBack2
            // 
            this.buttonSecBack2.Location = new System.Drawing.Point(6, 163);
            this.buttonSecBack2.Name = "buttonSecBack2";
            this.buttonSecBack2.Size = new System.Drawing.Size(58, 21);
            this.buttonSecBack2.TabIndex = 8;
            this.buttonSecBack2.Text = "<<";
            this.buttonSecBack2.UseVisualStyleBackColor = true;
            this.buttonSecBack2.Click += new System.EventHandler(this.buttonSecBack2_Click);
            // 
            // labelCreateTip
            // 
            this.labelCreateTip.AutoSize = true;
            this.labelCreateTip.ForeColor = System.Drawing.Color.Gray;
            this.labelCreateTip.Location = new System.Drawing.Point(6, 222);
            this.labelCreateTip.Name = "labelCreateTip";
            this.labelCreateTip.Size = new System.Drawing.Size(186, 13);
            this.labelCreateTip.TabIndex = 13;
            this.labelCreateTip.Text = "Tip: Use <ctrl+arrow left/right> keys";
            // 
            // buttonForward1
            // 
            this.buttonForward1.Location = new System.Drawing.Point(128, 137);
            this.buttonForward1.Name = "buttonForward1";
            this.buttonForward1.Size = new System.Drawing.Size(58, 21);
            this.buttonForward1.TabIndex = 7;
            this.buttonForward1.Text = ">>";
            this.buttonForward1.UseVisualStyleBackColor = true;
            this.buttonForward1.Click += new System.EventHandler(this.buttonForward1_Click);
            // 
            // numericUpDownSec1
            // 
            this.numericUpDownSec1.DecimalPlaces = 3;
            this.numericUpDownSec1.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.numericUpDownSec1.Location = new System.Drawing.Point(70, 137);
            this.numericUpDownSec1.Maximum = new decimal(new int[] {
            60,
            0,
            0,
            0});
            this.numericUpDownSec1.Name = "numericUpDownSec1";
            this.numericUpDownSec1.Size = new System.Drawing.Size(51, 21);
            this.numericUpDownSec1.TabIndex = 6;
            this.numericUpDownSec1.Value = new decimal(new int[] {
            500,
            0,
            0,
            196608});
            this.numericUpDownSec1.ValueChanged += new System.EventHandler(this.NumericUpDownSec1ValueChanged);
            // 
            // labelVideoPosition
            // 
            this.labelVideoPosition.AutoSize = true;
            this.labelVideoPosition.Location = new System.Drawing.Point(6, 196);
            this.labelVideoPosition.Name = "labelVideoPosition";
            this.labelVideoPosition.Size = new System.Drawing.Size(77, 13);
            this.labelVideoPosition.TabIndex = 11;
            this.labelVideoPosition.Text = "Video position:";
            this.labelVideoPosition.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // buttonSecBack1
            // 
            this.buttonSecBack1.Location = new System.Drawing.Point(6, 137);
            this.buttonSecBack1.Name = "buttonSecBack1";
            this.buttonSecBack1.Size = new System.Drawing.Size(58, 21);
            this.buttonSecBack1.TabIndex = 5;
            this.buttonSecBack1.Text = "<<";
            this.buttonSecBack1.UseVisualStyleBackColor = true;
            this.buttonSecBack1.Click += new System.EventHandler(this.buttonSecBack1_Click);
            // 
            // tabPageAdjust
            // 
            this.tabPageAdjust.Controls.Add(this.labelAdjustTip);
            this.tabPageAdjust.Controls.Add(this.buttonAdjustSetEndTime);
            this.tabPageAdjust.Controls.Add(this.buttonSetEndAndGoToNext);
            this.tabPageAdjust.Controls.Add(this.buttonSetStartAndOffsetRest);
            this.tabPageAdjust.Controls.Add(this.buttonAdjustSetStartTime);
            this.tabPageAdjust.Controls.Add(this.labelAdjustF12);
            this.tabPageAdjust.Controls.Add(this.labelAdjustF11);
            this.tabPageAdjust.Controls.Add(this.labelAdjustF10);
            this.tabPageAdjust.Controls.Add(this.labelAdjustF9);
            this.tabPageAdjust.Controls.Add(this.buttonAdjustSecForward2);
            this.tabPageAdjust.Controls.Add(this.numericUpDownSecAdjust2);
            this.tabPageAdjust.Controls.Add(this.buttonAdjustSecBack2);
            this.tabPageAdjust.Controls.Add(this.buttonAdjustSecForward1);
            this.tabPageAdjust.Controls.Add(this.numericUpDownSecAdjust1);
            this.tabPageAdjust.Controls.Add(this.buttonAdjustSecBack1);
            this.tabPageAdjust.Controls.Add(this.labelVideoPosition2);
            this.tabPageAdjust.Controls.Add(this.buttonAdjustGoToPosAndPause);
            this.tabPageAdjust.Controls.Add(this.buttonAdjustPlayBefore);
            this.tabPageAdjust.Controls.Add(this.timeUpDownVideoPositionAdjust);
            this.tabPageAdjust.Location = new System.Drawing.Point(4, 22);
            this.tabPageAdjust.Name = "tabPageAdjust";
            this.tabPageAdjust.Size = new System.Drawing.Size(459, 257);
            this.tabPageAdjust.TabIndex = 2;
            this.tabPageAdjust.Text = "Adjust";
            this.tabPageAdjust.UseVisualStyleBackColor = true;
            // 
            // labelAdjustTip
            // 
            this.labelAdjustTip.AutoSize = true;
            this.labelAdjustTip.ForeColor = System.Drawing.Color.Gray;
            this.labelAdjustTip.Location = new System.Drawing.Point(6, 238);
            this.labelAdjustTip.Name = "labelAdjustTip";
            this.labelAdjustTip.Size = new System.Drawing.Size(186, 13);
            this.labelAdjustTip.TabIndex = 14;
            this.labelAdjustTip.Text = "Tip: Use <ctrl+arrow left/right> keys";
            // 
            // buttonAdjustSetEndTime
            // 
            this.buttonAdjustSetEndTime.Location = new System.Drawing.Point(6, 84);
            this.buttonAdjustSetEndTime.Name = "buttonAdjustSetEndTime";
            this.buttonAdjustSetEndTime.Size = new System.Drawing.Size(180, 21);
            this.buttonAdjustSetEndTime.TabIndex = 3;
            this.buttonAdjustSetEndTime.Text = "Set end time";
            this.buttonAdjustSetEndTime.UseVisualStyleBackColor = true;
            this.buttonAdjustSetEndTime.Click += new System.EventHandler(this.ButtonSetEndClick);
            // 
            // buttonSetEndAndGoToNext
            // 
            this.buttonSetEndAndGoToNext.Location = new System.Drawing.Point(6, 32);
            this.buttonSetEndAndGoToNext.Name = "buttonSetEndAndGoToNext";
            this.buttonSetEndAndGoToNext.Size = new System.Drawing.Size(180, 21);
            this.buttonSetEndAndGoToNext.TabIndex = 1;
            this.buttonSetEndAndGoToNext.Text = "Set e&nd && goto next";
            this.buttonSetEndAndGoToNext.UseVisualStyleBackColor = true;
            this.buttonSetEndAndGoToNext.Click += new System.EventHandler(this.ButtonSetEndAndGoToNextClick);
            // 
            // buttonSetStartAndOffsetRest
            // 
            this.buttonSetStartAndOffsetRest.Location = new System.Drawing.Point(6, 6);
            this.buttonSetStartAndOffsetRest.Name = "buttonSetStartAndOffsetRest";
            this.buttonSetStartAndOffsetRest.Size = new System.Drawing.Size(180, 21);
            this.buttonSetStartAndOffsetRest.TabIndex = 0;
            this.buttonSetStartAndOffsetRest.Text = "Set sta&rt and offset the rest";
            this.buttonSetStartAndOffsetRest.UseVisualStyleBackColor = true;
            this.buttonSetStartAndOffsetRest.Click += new System.EventHandler(this.ButtonSetStartAndOffsetRestClick);
            // 
            // buttonAdjustSetStartTime
            // 
            this.buttonAdjustSetStartTime.Location = new System.Drawing.Point(6, 58);
            this.buttonAdjustSetStartTime.Name = "buttonAdjustSetStartTime";
            this.buttonAdjustSetStartTime.Size = new System.Drawing.Size(180, 21);
            this.buttonAdjustSetStartTime.TabIndex = 2;
            this.buttonAdjustSetStartTime.Text = "Set start time";
            this.buttonAdjustSetStartTime.UseVisualStyleBackColor = true;
            this.buttonAdjustSetStartTime.Click += new System.EventHandler(this.buttonSetStartTime_Click);
            // 
            // labelAdjustF12
            // 
            this.labelAdjustF12.AutoSize = true;
            this.labelAdjustF12.ForeColor = System.Drawing.Color.Gray;
            this.labelAdjustF12.Location = new System.Drawing.Point(188, 88);
            this.labelAdjustF12.Name = "labelAdjustF12";
            this.labelAdjustF12.Size = new System.Drawing.Size(25, 13);
            this.labelAdjustF12.TabIndex = 64;
            this.labelAdjustF12.Text = "F12";
            // 
            // labelAdjustF11
            // 
            this.labelAdjustF11.AutoSize = true;
            this.labelAdjustF11.ForeColor = System.Drawing.Color.Gray;
            this.labelAdjustF11.Location = new System.Drawing.Point(188, 62);
            this.labelAdjustF11.Name = "labelAdjustF11";
            this.labelAdjustF11.Size = new System.Drawing.Size(25, 13);
            this.labelAdjustF11.TabIndex = 63;
            this.labelAdjustF11.Text = "F11";
            // 
            // labelAdjustF10
            // 
            this.labelAdjustF10.AutoSize = true;
            this.labelAdjustF10.ForeColor = System.Drawing.Color.Gray;
            this.labelAdjustF10.Location = new System.Drawing.Point(188, 36);
            this.labelAdjustF10.Name = "labelAdjustF10";
            this.labelAdjustF10.Size = new System.Drawing.Size(25, 13);
            this.labelAdjustF10.TabIndex = 62;
            this.labelAdjustF10.Text = "F10";
            // 
            // labelAdjustF9
            // 
            this.labelAdjustF9.AutoSize = true;
            this.labelAdjustF9.ForeColor = System.Drawing.Color.Gray;
            this.labelAdjustF9.Location = new System.Drawing.Point(188, 10);
            this.labelAdjustF9.Name = "labelAdjustF9";
            this.labelAdjustF9.Size = new System.Drawing.Size(19, 13);
            this.labelAdjustF9.TabIndex = 61;
            this.labelAdjustF9.Text = "F9";
            // 
            // buttonAdjustSecForward2
            // 
            this.buttonAdjustSecForward2.Location = new System.Drawing.Point(128, 188);
            this.buttonAdjustSecForward2.Name = "buttonAdjustSecForward2";
            this.buttonAdjustSecForward2.Size = new System.Drawing.Size(58, 21);
            this.buttonAdjustSecForward2.TabIndex = 11;
            this.buttonAdjustSecForward2.Text = ">>";
            this.buttonAdjustSecForward2.UseVisualStyleBackColor = true;
            this.buttonAdjustSecForward2.Click += new System.EventHandler(this.buttonAdjustSecForward2_Click);
            // 
            // numericUpDownSecAdjust2
            // 
            this.numericUpDownSecAdjust2.DecimalPlaces = 3;
            this.numericUpDownSecAdjust2.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.numericUpDownSecAdjust2.Location = new System.Drawing.Point(70, 188);
            this.numericUpDownSecAdjust2.Maximum = new decimal(new int[] {
            60,
            0,
            0,
            0});
            this.numericUpDownSecAdjust2.Name = "numericUpDownSecAdjust2";
            this.numericUpDownSecAdjust2.Size = new System.Drawing.Size(51, 21);
            this.numericUpDownSecAdjust2.TabIndex = 10;
            this.numericUpDownSecAdjust2.Value = new decimal(new int[] {
            5000,
            0,
            0,
            196608});
            this.numericUpDownSecAdjust2.ValueChanged += new System.EventHandler(this.NumericUpDownSecAdjust2ValueChanged);
            // 
            // buttonAdjustSecBack2
            // 
            this.buttonAdjustSecBack2.Location = new System.Drawing.Point(6, 188);
            this.buttonAdjustSecBack2.Name = "buttonAdjustSecBack2";
            this.buttonAdjustSecBack2.Size = new System.Drawing.Size(58, 21);
            this.buttonAdjustSecBack2.TabIndex = 9;
            this.buttonAdjustSecBack2.Text = "<<";
            this.buttonAdjustSecBack2.UseVisualStyleBackColor = true;
            this.buttonAdjustSecBack2.Click += new System.EventHandler(this.buttonAdjustSecBack2_Click);
            // 
            // buttonAdjustSecForward1
            // 
            this.buttonAdjustSecForward1.Location = new System.Drawing.Point(128, 162);
            this.buttonAdjustSecForward1.Name = "buttonAdjustSecForward1";
            this.buttonAdjustSecForward1.Size = new System.Drawing.Size(58, 21);
            this.buttonAdjustSecForward1.TabIndex = 8;
            this.buttonAdjustSecForward1.Text = ">>";
            this.buttonAdjustSecForward1.UseVisualStyleBackColor = true;
            this.buttonAdjustSecForward1.Click += new System.EventHandler(this.ButtonAdjustSecForwardClick);
            // 
            // numericUpDownSecAdjust1
            // 
            this.numericUpDownSecAdjust1.DecimalPlaces = 3;
            this.numericUpDownSecAdjust1.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.numericUpDownSecAdjust1.Location = new System.Drawing.Point(70, 162);
            this.numericUpDownSecAdjust1.Maximum = new decimal(new int[] {
            60,
            0,
            0,
            0});
            this.numericUpDownSecAdjust1.Name = "numericUpDownSecAdjust1";
            this.numericUpDownSecAdjust1.Size = new System.Drawing.Size(51, 21);
            this.numericUpDownSecAdjust1.TabIndex = 7;
            this.numericUpDownSecAdjust1.Value = new decimal(new int[] {
            500,
            0,
            0,
            196608});
            this.numericUpDownSecAdjust1.ValueChanged += new System.EventHandler(this.NumericUpDownSecAdjust1ValueChanged);
            // 
            // buttonAdjustSecBack1
            // 
            this.buttonAdjustSecBack1.Location = new System.Drawing.Point(6, 162);
            this.buttonAdjustSecBack1.Name = "buttonAdjustSecBack1";
            this.buttonAdjustSecBack1.Size = new System.Drawing.Size(58, 21);
            this.buttonAdjustSecBack1.TabIndex = 6;
            this.buttonAdjustSecBack1.Text = "<<";
            this.buttonAdjustSecBack1.UseVisualStyleBackColor = true;
            this.buttonAdjustSecBack1.Click += new System.EventHandler(this.ButtonAdjustSecBackClick);
            // 
            // labelVideoPosition2
            // 
            this.labelVideoPosition2.AutoSize = true;
            this.labelVideoPosition2.Location = new System.Drawing.Point(6, 219);
            this.labelVideoPosition2.Name = "labelVideoPosition2";
            this.labelVideoPosition2.Size = new System.Drawing.Size(77, 13);
            this.labelVideoPosition2.TabIndex = 12;
            this.labelVideoPosition2.Text = "Video position:";
            this.labelVideoPosition2.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // buttonAdjustGoToPosAndPause
            // 
            this.buttonAdjustGoToPosAndPause.Location = new System.Drawing.Point(6, 136);
            this.buttonAdjustGoToPosAndPause.Name = "buttonAdjustGoToPosAndPause";
            this.buttonAdjustGoToPosAndPause.Size = new System.Drawing.Size(180, 21);
            this.buttonAdjustGoToPosAndPause.TabIndex = 5;
            this.buttonAdjustGoToPosAndPause.Text = "&Goto subposition and pause";
            this.buttonAdjustGoToPosAndPause.UseVisualStyleBackColor = true;
            this.buttonAdjustGoToPosAndPause.Click += new System.EventHandler(this.buttonGotoSub_Click);
            // 
            // buttonAdjustPlayBefore
            // 
            this.buttonAdjustPlayBefore.Location = new System.Drawing.Point(6, 110);
            this.buttonAdjustPlayBefore.Name = "buttonAdjustPlayBefore";
            this.buttonAdjustPlayBefore.Size = new System.Drawing.Size(180, 21);
            this.buttonAdjustPlayBefore.TabIndex = 4;
            this.buttonAdjustPlayBefore.Text = "&Play from just before text";
            this.buttonAdjustPlayBefore.UseVisualStyleBackColor = true;
            this.buttonAdjustPlayBefore.Click += new System.EventHandler(this.buttonBeforeText_Click);
            // 
            // timeUpDownVideoPositionAdjust
            // 
            this.timeUpDownVideoPositionAdjust.AutoSize = true;
            this.timeUpDownVideoPositionAdjust.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.timeUpDownVideoPositionAdjust.Location = new System.Drawing.Point(96, 213);
            this.timeUpDownVideoPositionAdjust.Margin = new System.Windows.Forms.Padding(4);
            this.timeUpDownVideoPositionAdjust.Name = "timeUpDownVideoPositionAdjust";
            this.timeUpDownVideoPositionAdjust.Size = new System.Drawing.Size(96, 25);
            this.timeUpDownVideoPositionAdjust.TabIndex = 13;
            this.timeUpDownVideoPositionAdjust.TimeCode = timeCode1;
            this.timeUpDownVideoPositionAdjust.UseVideoOffset = false;
            // 
            // ShowSubtitleTimer
            // 
            this.ShowSubtitleTimer.Enabled = true;
            this.ShowSubtitleTimer.Interval = 16;
            this.ShowSubtitleTimer.Tick += new System.EventHandler(this.ShowSubtitleTimerTick);
            // 
            // timerAutoDuration
            // 
            this.timerAutoDuration.Interval = 300;
            this.timerAutoDuration.Tick += new System.EventHandler(this.timerAutoDuration_Tick);
            // 
            // timerAutoContinue
            // 
            this.timerAutoContinue.Interval = 1000;
            this.timerAutoContinue.Tick += new System.EventHandler(this.timerAutoContinue_Tick);
            // 
            // timerStillTyping
            // 
            this.timerStillTyping.Interval = 1500;
            this.timerStillTyping.Tick += new System.EventHandler(this.timerStillTyping_Tick);
            // 
            // timerWaveform
            // 
            this.timerWaveform.Tick += new System.EventHandler(this.timerWaveform_Tick);
            // 
            // contextMenuStripWaveform
            // 
            this.contextMenuStripWaveform.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.addParagraphHereToolStripMenuItem,
            this.addParagraphAndPasteToolStripMenuItem,
            this.toolStripMenuItemFocusTextbox,
            this.deleteParagraphToolStripMenuItem,
            this.splitToolStripMenuItem1,
            this.mergeWithPreviousToolStripMenuItem,
            this.mergeWithNextToolStripMenuItem,
            this.toolStripSeparator11,
            this.toolStripMenuItemWaveformPlaySelection,
            this.toolStripSeparator24,
            this.showWaveformAndSpectrogramToolStripMenuItem,
            this.showOnlyWaveformToolStripMenuItem,
            this.showOnlySpectrogramToolStripMenuItem,
            this.toolStripSeparatorGuessTimeCodes,
            this.removeSceneChangeToolStripMenuItem,
            this.addSceneChangeToolStripMenuItem,
            this.guessTimeCodesToolStripMenuItem,
            this.seekSilenceToolStripMenuItem});
            this.contextMenuStripWaveform.Name = "contextMenuStripWaveform";
            this.contextMenuStripWaveform.Size = new System.Drawing.Size(275, 352);
            this.contextMenuStripWaveform.Closing += new System.Windows.Forms.ToolStripDropDownClosingEventHandler(this.contextMenuStripWaveform_Closing);
            this.contextMenuStripWaveform.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStripWaveformOpening);
            // 
            // addParagraphHereToolStripMenuItem
            // 
            this.addParagraphHereToolStripMenuItem.Name = "addParagraphHereToolStripMenuItem";
            this.addParagraphHereToolStripMenuItem.Size = new System.Drawing.Size(274, 22);
            this.addParagraphHereToolStripMenuItem.Text = "Add paragraph here";
            this.addParagraphHereToolStripMenuItem.Click += new System.EventHandler(this.addParagraphHereToolStripMenuItem_Click);
            // 
            // addParagraphAndPasteToolStripMenuItem
            // 
            this.addParagraphAndPasteToolStripMenuItem.Name = "addParagraphAndPasteToolStripMenuItem";
            this.addParagraphAndPasteToolStripMenuItem.Size = new System.Drawing.Size(274, 22);
            this.addParagraphAndPasteToolStripMenuItem.Text = "Add paragraph here + paste clipboard";
            this.addParagraphAndPasteToolStripMenuItem.Click += new System.EventHandler(this.addParagraphAndPasteToolStripMenuItem_Click);
            // 
            // toolStripMenuItemFocusTextbox
            // 
            this.toolStripMenuItemFocusTextbox.Name = "toolStripMenuItemFocusTextbox";
            this.toolStripMenuItemFocusTextbox.Size = new System.Drawing.Size(274, 22);
            this.toolStripMenuItemFocusTextbox.Text = "Focus textbox";
            this.toolStripMenuItemFocusTextbox.Click += new System.EventHandler(this.toolStripMenuItemFocusTextbox_Click);
            // 
            // deleteParagraphToolStripMenuItem
            // 
            this.deleteParagraphToolStripMenuItem.Name = "deleteParagraphToolStripMenuItem";
            this.deleteParagraphToolStripMenuItem.Size = new System.Drawing.Size(274, 22);
            this.deleteParagraphToolStripMenuItem.Text = "Delete paragraph";
            this.deleteParagraphToolStripMenuItem.Click += new System.EventHandler(this.deleteParagraphToolStripMenuItem_Click);
            // 
            // splitToolStripMenuItem1
            // 
            this.splitToolStripMenuItem1.Name = "splitToolStripMenuItem1";
            this.splitToolStripMenuItem1.Size = new System.Drawing.Size(274, 22);
            this.splitToolStripMenuItem1.Text = "Split";
            this.splitToolStripMenuItem1.Click += new System.EventHandler(this.splitToolStripMenuItem1_Click);
            // 
            // mergeWithPreviousToolStripMenuItem
            // 
            this.mergeWithPreviousToolStripMenuItem.Name = "mergeWithPreviousToolStripMenuItem";
            this.mergeWithPreviousToolStripMenuItem.Size = new System.Drawing.Size(274, 22);
            this.mergeWithPreviousToolStripMenuItem.Text = "Merge with previous";
            this.mergeWithPreviousToolStripMenuItem.Click += new System.EventHandler(this.mergeWithPreviousToolStripMenuItem_Click);
            // 
            // mergeWithNextToolStripMenuItem
            // 
            this.mergeWithNextToolStripMenuItem.Name = "mergeWithNextToolStripMenuItem";
            this.mergeWithNextToolStripMenuItem.Size = new System.Drawing.Size(274, 22);
            this.mergeWithNextToolStripMenuItem.Text = "Merge with next";
            this.mergeWithNextToolStripMenuItem.Click += new System.EventHandler(this.mergeWithNextToolStripMenuItem_Click);
            // 
            // toolStripSeparator11
            // 
            this.toolStripSeparator11.Name = "toolStripSeparator11";
            this.toolStripSeparator11.Size = new System.Drawing.Size(271, 6);
            // 
            // toolStripMenuItemWaveformPlaySelection
            // 
            this.toolStripMenuItemWaveformPlaySelection.Name = "toolStripMenuItemWaveformPlaySelection";
            this.toolStripMenuItemWaveformPlaySelection.Size = new System.Drawing.Size(274, 22);
            this.toolStripMenuItemWaveformPlaySelection.Text = "Play selection";
            this.toolStripMenuItemWaveformPlaySelection.Click += new System.EventHandler(this.toolStripMenuItemWaveformPlaySelection_Click);
            // 
            // toolStripSeparator24
            // 
            this.toolStripSeparator24.Name = "toolStripSeparator24";
            this.toolStripSeparator24.Size = new System.Drawing.Size(271, 6);
            // 
            // showWaveformAndSpectrogramToolStripMenuItem
            // 
            this.showWaveformAndSpectrogramToolStripMenuItem.Name = "showWaveformAndSpectrogramToolStripMenuItem";
            this.showWaveformAndSpectrogramToolStripMenuItem.Size = new System.Drawing.Size(274, 22);
            this.showWaveformAndSpectrogramToolStripMenuItem.Text = "Show waveform and spectrogram";
            this.showWaveformAndSpectrogramToolStripMenuItem.Click += new System.EventHandler(this.ShowWaveformAndSpectrogramToolStripMenuItemClick);
            // 
            // showOnlyWaveformToolStripMenuItem
            // 
            this.showOnlyWaveformToolStripMenuItem.Name = "showOnlyWaveformToolStripMenuItem";
            this.showOnlyWaveformToolStripMenuItem.Size = new System.Drawing.Size(274, 22);
            this.showOnlyWaveformToolStripMenuItem.Text = "Show only waveform";
            this.showOnlyWaveformToolStripMenuItem.Click += new System.EventHandler(this.ShowOnlyWaveformToolStripMenuItemClick);
            // 
            // showOnlySpectrogramToolStripMenuItem
            // 
            this.showOnlySpectrogramToolStripMenuItem.Name = "showOnlySpectrogramToolStripMenuItem";
            this.showOnlySpectrogramToolStripMenuItem.Size = new System.Drawing.Size(274, 22);
            this.showOnlySpectrogramToolStripMenuItem.Text = "Show only spectrogram";
            this.showOnlySpectrogramToolStripMenuItem.Click += new System.EventHandler(this.ShowOnlySpectrogramToolStripMenuItemClick);
            // 
            // toolStripSeparatorGuessTimeCodes
            // 
            this.toolStripSeparatorGuessTimeCodes.Name = "toolStripSeparatorGuessTimeCodes";
            this.toolStripSeparatorGuessTimeCodes.Size = new System.Drawing.Size(271, 6);
            // 
            // removeSceneChangeToolStripMenuItem
            // 
            this.removeSceneChangeToolStripMenuItem.Name = "removeSceneChangeToolStripMenuItem";
            this.removeSceneChangeToolStripMenuItem.Size = new System.Drawing.Size(274, 22);
            this.removeSceneChangeToolStripMenuItem.Text = "Remove scene change";
            this.removeSceneChangeToolStripMenuItem.Click += new System.EventHandler(this.removeSceneChangeToolStripMenuItem_Click);
            // 
            // addSceneChangeToolStripMenuItem
            // 
            this.addSceneChangeToolStripMenuItem.Name = "addSceneChangeToolStripMenuItem";
            this.addSceneChangeToolStripMenuItem.Size = new System.Drawing.Size(274, 22);
            this.addSceneChangeToolStripMenuItem.Text = "Add scene change";
            this.addSceneChangeToolStripMenuItem.Click += new System.EventHandler(this.addSceneChangeToolStripMenuItem_Click);
            // 
            // guessTimeCodesToolStripMenuItem
            // 
            this.guessTimeCodesToolStripMenuItem.Name = "guessTimeCodesToolStripMenuItem";
            this.guessTimeCodesToolStripMenuItem.Size = new System.Drawing.Size(274, 22);
            this.guessTimeCodesToolStripMenuItem.Text = "Guess time codes...";
            this.guessTimeCodesToolStripMenuItem.Click += new System.EventHandler(this.GuessTimeCodesToolStripMenuItemClick);
            // 
            // seekSilenceToolStripMenuItem
            // 
            this.seekSilenceToolStripMenuItem.Name = "seekSilenceToolStripMenuItem";
            this.seekSilenceToolStripMenuItem.Size = new System.Drawing.Size(274, 22);
            this.seekSilenceToolStripMenuItem.Text = "Seek silence...";
            this.seekSilenceToolStripMenuItem.Click += new System.EventHandler(this.seekSilenceToolStripMenuItem_Click);
            // 
            // splitContainerMain
            // 
            this.splitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerMain.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.splitContainerMain.Location = new System.Drawing.Point(0, 64);
            this.splitContainerMain.Name = "splitContainerMain";
            this.splitContainerMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainerMain.Panel1
            // 
            this.splitContainerMain.Panel1.Controls.Add(this.splitContainer1);
            // 
            // splitContainerMain.Panel2
            // 
            this.splitContainerMain.Panel2.Controls.Add(this.groupBoxVideo);
            this.splitContainerMain.Size = new System.Drawing.Size(975, 560);
            this.splitContainerMain.SplitterDistance = 251;
            this.splitContainerMain.TabIndex = 8;
            this.splitContainerMain.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.SplitContainerMainSplitterMoved);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.tabControlSubtitle);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.panelVideoPlayer);
            this.splitContainer1.Size = new System.Drawing.Size(975, 251);
            this.splitContainer1.SplitterDistance = 743;
            this.splitContainer1.TabIndex = 7;
            this.splitContainer1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.SplitContainer1SplitterMoved);
            // 
            // tabControlSubtitle
            // 
            this.tabControlSubtitle.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tabControlSubtitle.Controls.Add(this.tabPage1);
            this.tabControlSubtitle.Controls.Add(this.tabPage2);
            this.tabControlSubtitle.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tabControlSubtitle.Location = new System.Drawing.Point(3, 3);
            this.tabControlSubtitle.Name = "tabControlSubtitle";
            this.tabControlSubtitle.SelectedIndex = 0;
            this.tabControlSubtitle.Size = new System.Drawing.Size(738, 248);
            this.tabControlSubtitle.TabIndex = 0;
            this.tabControlSubtitle.SelectedIndexChanged += new System.EventHandler(this.TabControlSubtitleSelectedIndexChanged);
            this.tabControlSubtitle.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.TabControlSubtitleSelecting);
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.splitContainerListViewAndText);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(730, 222);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "List view";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // splitContainerListViewAndText
            // 
            this.splitContainerListViewAndText.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerListViewAndText.Location = new System.Drawing.Point(3, 3);
            this.splitContainerListViewAndText.Name = "splitContainerListViewAndText";
            this.splitContainerListViewAndText.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainerListViewAndText.Panel1
            // 
            this.splitContainerListViewAndText.Panel1.Controls.Add(this.SubtitleListview1);
            this.splitContainerListViewAndText.Panel1MinSize = 50;
            // 
            // splitContainerListViewAndText.Panel2
            // 
            this.splitContainerListViewAndText.Panel2.Controls.Add(this.groupBoxEdit);
            this.splitContainerListViewAndText.Panel2MinSize = 105;
            this.splitContainerListViewAndText.Size = new System.Drawing.Size(724, 216);
            this.splitContainerListViewAndText.SplitterDistance = 91;
            this.splitContainerListViewAndText.TabIndex = 2;
            // 
            // SubtitleListview1
            // 
            this.SubtitleListview1.AllowDrop = true;
            this.SubtitleListview1.ContextMenuStrip = this.contextMenuStripListview;
            this.SubtitleListview1.DisplayExtraFromExtra = false;
            this.SubtitleListview1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.SubtitleListview1.FirstVisibleIndex = -1;
            this.SubtitleListview1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.SubtitleListview1.FullRowSelect = true;
            this.SubtitleListview1.GridLines = true;
            this.SubtitleListview1.HideSelection = false;
            this.SubtitleListview1.Location = new System.Drawing.Point(0, 0);
            this.SubtitleListview1.Name = "SubtitleListview1";
            this.SubtitleListview1.OwnerDraw = true;
            this.SubtitleListview1.Size = new System.Drawing.Size(724, 91);
            this.SubtitleListview1.SubtitleFontBold = false;
            this.SubtitleListview1.SubtitleFontName = "Tahoma";
            this.SubtitleListview1.SubtitleFontSize = 8;
            this.SubtitleListview1.TabIndex = 0;
            this.SubtitleListview1.UseCompatibleStateImageBehavior = false;
            this.SubtitleListview1.UseSyntaxColoring = true;
            this.SubtitleListview1.View = System.Windows.Forms.View.Details;
            this.SubtitleListview1.SelectedIndexChanged += new System.EventHandler(this.SubtitleListview1_SelectedIndexChanged);
            this.SubtitleListview1.DragDrop += new System.Windows.Forms.DragEventHandler(this.SubtitleListview1_DragDrop);
            this.SubtitleListview1.DragEnter += new System.Windows.Forms.DragEventHandler(this.SubtitleListview1_DragEnter);
            this.SubtitleListview1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SubtitleListview1KeyDown);
            this.SubtitleListview1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.SubtitleListview1_MouseDoubleClick);
            this.SubtitleListview1.MouseEnter += new System.EventHandler(this.SubtitleListview1_MouseEnter);
            // 
            // groupBoxEdit
            // 
            this.groupBoxEdit.Controls.Add(this.labelSingleLine);
            this.groupBoxEdit.Controls.Add(this.labelAlternateSingleLine);
            this.groupBoxEdit.Controls.Add(this.labelDurationWarning);
            this.groupBoxEdit.Controls.Add(this.labelStartTimeWarning);
            this.groupBoxEdit.Controls.Add(this.buttonSplitLine);
            this.groupBoxEdit.Controls.Add(this.labelAlternateCharactersPerSecond);
            this.groupBoxEdit.Controls.Add(this.labelTextAlternateLineTotal);
            this.groupBoxEdit.Controls.Add(this.labelTextAlternateLineLengths);
            this.groupBoxEdit.Controls.Add(this.labelAlternateText);
            this.groupBoxEdit.Controls.Add(this.labelText);
            this.groupBoxEdit.Controls.Add(this.textBoxListViewTextAlternate);
            this.groupBoxEdit.Controls.Add(this.buttonAutoBreak);
            this.groupBoxEdit.Controls.Add(this.labelTextLineLengths);
            this.groupBoxEdit.Controls.Add(this.labelTextLineTotal);
            this.groupBoxEdit.Controls.Add(this.labelCharactersPerSecond);
            this.groupBoxEdit.Controls.Add(this.buttonUnBreak);
            this.groupBoxEdit.Controls.Add(this.timeUpDownStartTime);
            this.groupBoxEdit.Controls.Add(this.numericUpDownDuration);
            this.groupBoxEdit.Controls.Add(this.buttonPrevious);
            this.groupBoxEdit.Controls.Add(this.buttonNext);
            this.groupBoxEdit.Controls.Add(this.labelStartTime);
            this.groupBoxEdit.Controls.Add(this.textBoxListViewText);
            this.groupBoxEdit.Controls.Add(this.labelDuration);
            this.groupBoxEdit.Controls.Add(this.labelAutoDuration);
            this.groupBoxEdit.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBoxEdit.Location = new System.Drawing.Point(0, 0);
            this.groupBoxEdit.Name = "groupBoxEdit";
            this.groupBoxEdit.Size = new System.Drawing.Size(724, 121);
            this.groupBoxEdit.TabIndex = 1;
            this.groupBoxEdit.TabStop = false;
            // 
            // labelSingleLine
            // 
            this.labelSingleLine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelSingleLine.AutoSize = true;
            this.labelSingleLine.Location = new System.Drawing.Point(346, 94);
            this.labelSingleLine.Name = "labelSingleLine";
            this.labelSingleLine.Size = new System.Drawing.Size(76, 13);
            this.labelSingleLine.TabIndex = 32;
            this.labelSingleLine.Text = "labelSingleLine";
            // 
            // labelAlternateSingleLine
            // 
            this.labelAlternateSingleLine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelAlternateSingleLine.AutoSize = true;
            this.labelAlternateSingleLine.Location = new System.Drawing.Point(839, 94);
            this.labelAlternateSingleLine.Name = "labelAlternateSingleLine";
            this.labelAlternateSingleLine.Size = new System.Drawing.Size(47, 13);
            this.labelAlternateSingleLine.TabIndex = 36;
            this.labelAlternateSingleLine.Text = "AltSinLin";
            // 
            // labelDurationWarning
            // 
            this.labelDurationWarning.AutoSize = true;
            this.labelDurationWarning.ForeColor = System.Drawing.Color.Red;
            this.labelDurationWarning.Location = new System.Drawing.Point(123, 64);
            this.labelDurationWarning.Name = "labelDurationWarning";
            this.labelDurationWarning.Size = new System.Drawing.Size(110, 13);
            this.labelDurationWarning.TabIndex = 17;
            this.labelDurationWarning.Text = "labelDurationWarning";
            // 
            // labelStartTimeWarning
            // 
            this.labelStartTimeWarning.AutoSize = true;
            this.labelStartTimeWarning.ForeColor = System.Drawing.Color.Red;
            this.labelStartTimeWarning.Location = new System.Drawing.Point(9, 50);
            this.labelStartTimeWarning.Name = "labelStartTimeWarning";
            this.labelStartTimeWarning.Size = new System.Drawing.Size(115, 13);
            this.labelStartTimeWarning.TabIndex = 18;
            this.labelStartTimeWarning.Text = "labelStartTimeWarning";
            // 
            // buttonSplitLine
            // 
            this.buttonSplitLine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSplitLine.ForeColor = System.Drawing.Color.Red;
            this.buttonSplitLine.Location = new System.Drawing.Point(604, 81);
            this.buttonSplitLine.Name = "buttonSplitLine";
            this.buttonSplitLine.Size = new System.Drawing.Size(115, 21);
            this.buttonSplitLine.TabIndex = 39;
            this.buttonSplitLine.Text = "Split line";
            this.buttonSplitLine.UseVisualStyleBackColor = true;
            this.buttonSplitLine.Visible = false;
            this.buttonSplitLine.Click += new System.EventHandler(this.ButtonSplitLineClick);
            // 
            // labelAlternateCharactersPerSecond
            // 
            this.labelAlternateCharactersPerSecond.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.labelAlternateCharactersPerSecond.AutoSize = true;
            this.labelAlternateCharactersPerSecond.Location = new System.Drawing.Point(636, 11);
            this.labelAlternateCharactersPerSecond.Name = "labelAlternateCharactersPerSecond";
            this.labelAlternateCharactersPerSecond.Size = new System.Drawing.Size(64, 13);
            this.labelAlternateCharactersPerSecond.TabIndex = 38;
            this.labelAlternateCharactersPerSecond.Text = "altCharsSec";
            // 
            // labelTextAlternateLineTotal
            // 
            this.labelTextAlternateLineTotal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelTextAlternateLineTotal.AutoSize = true;
            this.labelTextAlternateLineTotal.Location = new System.Drawing.Point(682, 101);
            this.labelTextAlternateLineTotal.Name = "labelTextAlternateLineTotal";
            this.labelTextAlternateLineTotal.Size = new System.Drawing.Size(36, 13);
            this.labelTextAlternateLineTotal.TabIndex = 37;
            this.labelTextAlternateLineTotal.Text = "AltTot";
            // 
            // labelTextAlternateLineLengths
            // 
            this.labelTextAlternateLineLengths.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelTextAlternateLineLengths.AutoSize = true;
            this.labelTextAlternateLineLengths.Location = new System.Drawing.Point(786, 94);
            this.labelTextAlternateLineLengths.Name = "labelTextAlternateLineLengths";
            this.labelTextAlternateLineLengths.Size = new System.Drawing.Size(56, 13);
            this.labelTextAlternateLineLengths.TabIndex = 35;
            this.labelTextAlternateLineLengths.Text = "AltLineLen";
            // 
            // labelAlternateText
            // 
            this.labelAlternateText.AutoSize = true;
            this.labelAlternateText.Location = new System.Drawing.Point(803, 11);
            this.labelAlternateText.Name = "labelAlternateText";
            this.labelAlternateText.Size = new System.Drawing.Size(29, 13);
            this.labelAlternateText.TabIndex = 34;
            this.labelAlternateText.Text = "Text";
            this.labelAlternateText.Visible = false;
            // 
            // labelText
            // 
            this.labelText.AutoSize = true;
            this.labelText.Location = new System.Drawing.Point(239, 11);
            this.labelText.Name = "labelText";
            this.labelText.Size = new System.Drawing.Size(29, 13);
            this.labelText.TabIndex = 5;
            this.labelText.Text = "Text";
            // 
            // textBoxListViewTextAlternate
            // 
            this.textBoxListViewTextAlternate.AllowDrop = true;
            this.textBoxListViewTextAlternate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxListViewTextAlternate.ContextMenuStrip = this.contextMenuStripTextBoxListView;
            this.textBoxListViewTextAlternate.Enabled = false;
            this.textBoxListViewTextAlternate.HideSelection = false;
            this.textBoxListViewTextAlternate.Location = new System.Drawing.Point(946, 28);
            this.textBoxListViewTextAlternate.Multiline = true;
            this.textBoxListViewTextAlternate.Name = "textBoxListViewTextAlternate";
            this.textBoxListViewTextAlternate.Size = new System.Drawing.Size(0, 63);
            this.textBoxListViewTextAlternate.TabIndex = 33;
            this.textBoxListViewTextAlternate.Visible = false;
            this.textBoxListViewTextAlternate.MouseClick += new System.Windows.Forms.MouseEventHandler(this.TextBoxListViewTextAlternateMouseClick);
            this.textBoxListViewTextAlternate.TextChanged += new System.EventHandler(this.textBoxListViewTextAlternate_TextChanged);
            this.textBoxListViewTextAlternate.Enter += new System.EventHandler(this.TextBoxListViewTextAlternateEnter);
            this.textBoxListViewTextAlternate.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxListViewTextAlternateKeyDown);
            this.textBoxListViewTextAlternate.KeyUp += new System.Windows.Forms.KeyEventHandler(this.TextBoxListViewTextAlternateKeyUp);
            this.textBoxListViewTextAlternate.MouseMove += new System.Windows.Forms.MouseEventHandler(this.TextBoxListViewTextAlternateMouseMove);
            // 
            // contextMenuStripTextBoxListView
            // 
            this.contextMenuStripTextBoxListView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItemWebVttVoice,
            this.toolStripSeparatorWebVTT,
            this.cutToolStripMenuItem,
            this.copyToolStripMenuItem,
            this.pasteToolStripMenuItem,
            this.deleteToolStripMenuItem,
            this.toolStripMenuItemSplitTextAtCursor,
            this.toolStripSeparator18,
            this.selectAllToolStripMenuItem,
            this.toolStripSeparator17,
            this.normalToolStripMenuItem1,
            this.boldToolStripMenuItem1,
            this.italicToolStripMenuItem1,
            this.underlineToolStripMenuItem1,
            this.colorToolStripMenuItem1,
            this.fontNameToolStripMenuItem,
            this.toolStripSeparator26,
            this.toolStripMenuItemInsertUnicodeSymbol,
            this.toolStripMenuItemInsertUnicodeControlCharacters,
            this.superscriptToolStripMenuItem,
            this.subscriptToolStripMenuItem});
            this.contextMenuStripTextBoxListView.Name = "contextMenuStripTextBoxListView";
            this.contextMenuStripTextBoxListView.Size = new System.Drawing.Size(243, 402);
            this.contextMenuStripTextBoxListView.Closed += new System.Windows.Forms.ToolStripDropDownClosedEventHandler(this.MenuClosed);
            this.contextMenuStripTextBoxListView.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStripTextBoxListViewOpening);
            this.contextMenuStripTextBoxListView.Opened += new System.EventHandler(this.MenuOpened);
            // 
            // toolStripMenuItemWebVttVoice
            // 
            this.toolStripMenuItemWebVttVoice.Name = "toolStripMenuItemWebVttVoice";
            this.toolStripMenuItemWebVttVoice.Size = new System.Drawing.Size(242, 22);
            this.toolStripMenuItemWebVttVoice.Text = "WebVTT voice";
            // 
            // toolStripSeparatorWebVTT
            // 
            this.toolStripSeparatorWebVTT.Name = "toolStripSeparatorWebVTT";
            this.toolStripSeparatorWebVTT.Size = new System.Drawing.Size(239, 6);
            // 
            // cutToolStripMenuItem
            // 
            this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
            this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
            this.cutToolStripMenuItem.Size = new System.Drawing.Size(242, 22);
            this.cutToolStripMenuItem.Text = "Cut";
            this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click);
            // 
            // copyToolStripMenuItem
            // 
            this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
            this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
            this.copyToolStripMenuItem.Size = new System.Drawing.Size(242, 22);
            this.copyToolStripMenuItem.Text = "Copy";
            this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
            // 
            // pasteToolStripMenuItem
            // 
            this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
            this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
            this.pasteToolStripMenuItem.Size = new System.Drawing.Size(242, 22);
            this.pasteToolStripMenuItem.Text = "Paste";
            this.pasteToolStripMenuItem.Click += new System.EventHandler(this.PasteToolStripMenuItemClick);
            // 
            // deleteToolStripMenuItem
            // 
            this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
            this.deleteToolStripMenuItem.Size = new System.Drawing.Size(242, 22);
            this.deleteToolStripMenuItem.Text = "Delete";
            this.deleteToolStripMenuItem.Click += new System.EventHandler(this.DeleteToolStripMenuItemClick);
            // 
            // toolStripMenuItemSplitTextAtCursor
            // 
            this.toolStripMenuItemSplitTextAtCursor.Name = "toolStripMenuItemSplitTextAtCursor";
            this.toolStripMenuItemSplitTextAtCursor.Size = new System.Drawing.Size(242, 22);
            this.toolStripMenuItemSplitTextAtCursor.Text = "Split text at cursor position";
            this.toolStripMenuItemSplitTextAtCursor.Click += new System.EventHandler(this.ToolStripMenuItemSplitTextAtCursorClick);
            // 
            // toolStripSeparator18
            // 
            this.toolStripSeparator18.Name = "toolStripSeparator18";
            this.toolStripSeparator18.Size = new System.Drawing.Size(239, 6);
            // 
            // selectAllToolStripMenuItem
            // 
            this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
            this.selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
            this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(242, 22);
            this.selectAllToolStripMenuItem.Text = "Select all";
            this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
            // 
            // toolStripSeparator17
            // 
            this.toolStripSeparator17.Name = "toolStripSeparator17";
            this.toolStripSeparator17.Size = new System.Drawing.Size(239, 6);
            // 
            // normalToolStripMenuItem1
            // 
            this.normalToolStripMenuItem1.Name = "normalToolStripMenuItem1";
            this.normalToolStripMenuItem1.Size = new System.Drawing.Size(242, 22);
            this.normalToolStripMenuItem1.Text = "Normal";
            this.normalToolStripMenuItem1.Click += new System.EventHandler(this.NormalToolStripMenuItem1Click);
            // 
            // boldToolStripMenuItem1
            // 
            this.boldToolStripMenuItem1.Name = "boldToolStripMenuItem1";
            this.boldToolStripMenuItem1.Size = new System.Drawing.Size(242, 22);
            this.boldToolStripMenuItem1.Text = "Bold";
            this.boldToolStripMenuItem1.Click += new System.EventHandler(this.BoldToolStripMenuItem1Click);
            // 
            // italicToolStripMenuItem1
            // 
            this.italicToolStripMenuItem1.Name = "italicToolStripMenuItem1";
            this.italicToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I)));
            this.italicToolStripMenuItem1.Size = new System.Drawing.Size(242, 22);
            this.italicToolStripMenuItem1.Text = "Italic";
            this.italicToolStripMenuItem1.Click += new System.EventHandler(this.ItalicToolStripMenuItem1Click);
            // 
            // underlineToolStripMenuItem1
            // 
            this.underlineToolStripMenuItem1.Name = "underlineToolStripMenuItem1";
            this.underlineToolStripMenuItem1.Size = new System.Drawing.Size(242, 22);
            this.underlineToolStripMenuItem1.Text = "Underline";
            this.underlineToolStripMenuItem1.Click += new System.EventHandler(this.UnderlineToolStripMenuItem1Click);
            // 
            // colorToolStripMenuItem1
            // 
            this.colorToolStripMenuItem1.Name = "colorToolStripMenuItem1";
            this.colorToolStripMenuItem1.Size = new System.Drawing.Size(242, 22);
            this.colorToolStripMenuItem1.Text = "Color...";
            this.colorToolStripMenuItem1.Click += new System.EventHandler(this.ColorToolStripMenuItem1Click);
            // 
            // fontNameToolStripMenuItem
            // 
            this.fontNameToolStripMenuItem.Name = "fontNameToolStripMenuItem";
            this.fontNameToolStripMenuItem.Size = new System.Drawing.Size(242, 22);
            this.fontNameToolStripMenuItem.Text = "Font name...";
            this.fontNameToolStripMenuItem.Click += new System.EventHandler(this.FontNameToolStripMenuItemClick);
            // 
            // toolStripSeparator26
            // 
            this.toolStripSeparator26.Name = "toolStripSeparator26";
            this.toolStripSeparator26.Size = new System.Drawing.Size(239, 6);
            // 
            // toolStripMenuItemInsertUnicodeSymbol
            // 
            this.toolStripMenuItemInsertUnicodeSymbol.Name = "toolStripMenuItemInsertUnicodeSymbol";
            this.toolStripMenuItemInsertUnicodeSymbol.Size = new System.Drawing.Size(242, 22);
            this.toolStripMenuItemInsertUnicodeSymbol.Text = "Insert unicode character";
            // 
            // toolStripMenuItemInsertUnicodeControlCharacters
            // 
            this.toolStripMenuItemInsertUnicodeControlCharacters.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.leftToolStripMenuItem,
            this.righttoleftMarkToolStripMenuItem,
            this.startOfLefttorightEmbeddingLREToolStripMenuItem,
            this.startOfRighttoleftEmbeddingRLEToolStripMenuItem,
            this.startOfLefttorightOverrideLROToolStripMenuItem,
            this.startOfRighttoleftOverrideRLOToolStripMenuItem});
            this.toolStripMenuItemInsertUnicodeControlCharacters.Name = "toolStripMenuItemInsertUnicodeControlCharacters";
            this.toolStripMenuItemInsertUnicodeControlCharacters.Size = new System.Drawing.Size(242, 22);
            this.toolStripMenuItemInsertUnicodeControlCharacters.Text = "Insert unicode control character";
            // 
            // leftToolStripMenuItem
            // 
            this.leftToolStripMenuItem.Name = "leftToolStripMenuItem";
            this.leftToolStripMenuItem.Size = new System.Drawing.Size(272, 22);
            this.leftToolStripMenuItem.Text = "Left-to-right mark (LRM)";
            this.leftToolStripMenuItem.Click += new System.EventHandler(this.leftToolStripMenuItem_Click);
            // 
            // righttoleftMarkToolStripMenuItem
            // 
            this.righttoleftMarkToolStripMenuItem.Name = "righttoleftMarkToolStripMenuItem";
            this.righttoleftMarkToolStripMenuItem.Size = new System.Drawing.Size(272, 22);
            this.righttoleftMarkToolStripMenuItem.Text = "Right-to-left mark (RLM)";
            this.righttoleftMarkToolStripMenuItem.Click += new System.EventHandler(this.righttoleftMarkToolStripMenuItem_Click);
            // 
            // startOfLefttorightEmbeddingLREToolStripMenuItem
            // 
            this.startOfLefttorightEmbeddingLREToolStripMenuItem.Name = "startOfLefttorightEmbeddingLREToolStripMenuItem";
            this.startOfLefttorightEmbeddingLREToolStripMenuItem.Size = new System.Drawing.Size(272, 22);
            this.startOfLefttorightEmbeddingLREToolStripMenuItem.Text = "Start of left-to-right embedding (LRE)";
            this.startOfLefttorightEmbeddingLREToolStripMenuItem.Click += new System.EventHandler(this.startOfLefttorightEmbeddingLREToolStripMenuItem_Click);
            // 
            // startOfRighttoleftEmbeddingRLEToolStripMenuItem
            // 
            this.startOfRighttoleftEmbeddingRLEToolStripMenuItem.Name = "startOfRighttoleftEmbeddingRLEToolStripMenuItem";
            this.startOfRighttoleftEmbeddingRLEToolStripMenuItem.Size = new System.Drawing.Size(272, 22);
            this.startOfRighttoleftEmbeddingRLEToolStripMenuItem.Text = "Start of right-to-left embedding (RLE)";
            this.startOfRighttoleftEmbeddingRLEToolStripMenuItem.Click += new System.EventHandler(this.startOfRighttoleftEmbeddingRLEToolStripMenuItem_Click);
            // 
            // startOfLefttorightOverrideLROToolStripMenuItem
            // 
            this.startOfLefttorightOverrideLROToolStripMenuItem.Name = "startOfLefttorightOverrideLROToolStripMenuItem";
            this.startOfLefttorightOverrideLROToolStripMenuItem.Size = new System.Drawing.Size(272, 22);
            this.startOfLefttorightOverrideLROToolStripMenuItem.Text = "Start of left-to-right override (LRO)";
            this.startOfLefttorightOverrideLROToolStripMenuItem.Click += new System.EventHandler(this.startOfLefttorightOverrideLROToolStripMenuItem_Click);
            // 
            // startOfRighttoleftOverrideRLOToolStripMenuItem
            // 
            this.startOfRighttoleftOverrideRLOToolStripMenuItem.Name = "startOfRighttoleftOverrideRLOToolStripMenuItem";
            this.startOfRighttoleftOverrideRLOToolStripMenuItem.Size = new System.Drawing.Size(272, 22);
            this.startOfRighttoleftOverrideRLOToolStripMenuItem.Text = "Start of right-to-left override (RLO)";
            this.startOfRighttoleftOverrideRLOToolStripMenuItem.Click += new System.EventHandler(this.startOfRighttoleftOverrideRLOToolStripMenuItem_Click);
            // 
            // superscriptToolStripMenuItem
            // 
            this.superscriptToolStripMenuItem.Name = "superscriptToolStripMenuItem";
            this.superscriptToolStripMenuItem.Size = new System.Drawing.Size(242, 22);
            this.superscriptToolStripMenuItem.Text = "Superscript";
            this.superscriptToolStripMenuItem.Click += new System.EventHandler(this.SuperscriptToolStripMenuItemClick);
            // 
            // subscriptToolStripMenuItem
            // 
            this.subscriptToolStripMenuItem.Name = "subscriptToolStripMenuItem";
            this.subscriptToolStripMenuItem.Size = new System.Drawing.Size(242, 22);
            this.subscriptToolStripMenuItem.Text = "Subscript";
            this.subscriptToolStripMenuItem.Click += new System.EventHandler(this.SubscriptToolStripMenuItemClick);
            // 
            // buttonAutoBreak
            // 
            this.buttonAutoBreak.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonAutoBreak.Location = new System.Drawing.Point(604, 56);
            this.buttonAutoBreak.Name = "buttonAutoBreak";
            this.buttonAutoBreak.Size = new System.Drawing.Size(115, 21);
            this.buttonAutoBreak.TabIndex = 7;
            this.buttonAutoBreak.Text = "Auto br";
            this.buttonAutoBreak.UseVisualStyleBackColor = true;
            this.buttonAutoBreak.Click += new System.EventHandler(this.ButtonAutoBreakClick);
            // 
            // labelTextLineLengths
            // 
            this.labelTextLineLengths.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelTextLineLengths.AutoSize = true;
            this.labelTextLineLengths.Location = new System.Drawing.Point(239, 94);
            this.labelTextLineLengths.Name = "labelTextLineLengths";
            this.labelTextLineLengths.Size = new System.Drawing.Size(108, 13);
            this.labelTextLineLengths.TabIndex = 12;
            this.labelTextLineLengths.Text = "labelTextLineLengths";
            // 
            // labelTextLineTotal
            // 
            this.labelTextLineTotal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelTextLineTotal.AutoSize = true;
            this.labelTextLineTotal.Location = new System.Drawing.Point(1001, 94);
            this.labelTextLineTotal.Name = "labelTextLineTotal";
            this.labelTextLineTotal.Size = new System.Drawing.Size(94, 13);
            this.labelTextLineTotal.TabIndex = 21;
            this.labelTextLineTotal.Text = "labelTextLineTotal";
            // 
            // labelCharactersPerSecond
            // 
            this.labelCharactersPerSecond.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.labelCharactersPerSecond.AutoSize = true;
            this.labelCharactersPerSecond.Location = new System.Drawing.Point(432, 11);
            this.labelCharactersPerSecond.Name = "labelCharactersPerSecond";
            this.labelCharactersPerSecond.Size = new System.Drawing.Size(133, 13);
            this.labelCharactersPerSecond.TabIndex = 31;
            this.labelCharactersPerSecond.Text = "labelCharactersPerSecond";
            // 
            // buttonUnBreak
            // 
            this.buttonUnBreak.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonUnBreak.Location = new System.Drawing.Point(604, 30);
            this.buttonUnBreak.Name = "buttonUnBreak";
            this.buttonUnBreak.Size = new System.Drawing.Size(115, 21);
            this.buttonUnBreak.TabIndex = 6;
            this.buttonUnBreak.Text = "Unbreak";
            this.buttonUnBreak.UseVisualStyleBackColor = true;
            this.buttonUnBreak.Click += new System.EventHandler(this.ButtonUnBreakClick);
            // 
            // timeUpDownStartTime
            // 
            this.timeUpDownStartTime.AutoSize = true;
            this.timeUpDownStartTime.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.timeUpDownStartTime.Location = new System.Drawing.Point(9, 26);
            this.timeUpDownStartTime.Margin = new System.Windows.Forms.Padding(4);
            this.timeUpDownStartTime.Name = "timeUpDownStartTime";
            this.timeUpDownStartTime.Size = new System.Drawing.Size(96, 25);
            this.timeUpDownStartTime.TabIndex = 0;
            this.timeUpDownStartTime.TimeCode = timeCode1;
            this.timeUpDownStartTime.UseVideoOffset = false;
            // 
            // numericUpDownDuration
            // 
            this.numericUpDownDuration.DecimalPlaces = 3;
            this.numericUpDownDuration.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.numericUpDownDuration.Location = new System.Drawing.Point(123, 27);
            this.numericUpDownDuration.Maximum = new decimal(new int[] {
            999999999,
            0,
            0,
            0});
            this.numericUpDownDuration.Minimum = new decimal(new int[] {
            99999,
            0,
            0,
            -2147483648});
            this.numericUpDownDuration.Name = "numericUpDownDuration";
            this.numericUpDownDuration.Size = new System.Drawing.Size(56, 21);
            this.numericUpDownDuration.TabIndex = 1;
            this.numericUpDownDuration.ValueChanged += new System.EventHandler(this.NumericUpDownDurationValueChanged);
            // 
            // buttonPrevious
            // 
            this.buttonPrevious.Location = new System.Drawing.Point(9, 78);
            this.buttonPrevious.Name = "buttonPrevious";
            this.buttonPrevious.Size = new System.Drawing.Size(64, 21);
            this.buttonPrevious.TabIndex = 2;
            this.buttonPrevious.Text = "< Prev ";
            this.buttonPrevious.UseVisualStyleBackColor = true;
            this.buttonPrevious.Click += new System.EventHandler(this.ButtonPreviousClick);
            // 
            // buttonNext
            // 
            this.buttonNext.Location = new System.Drawing.Point(75, 78);
            this.buttonNext.Name = "buttonNext";
            this.buttonNext.Size = new System.Drawing.Size(64, 21);
            this.buttonNext.TabIndex = 3;
            this.buttonNext.Text = "Next >";
            this.buttonNext.UseVisualStyleBackColor = true;
            this.buttonNext.Click += new System.EventHandler(this.ButtonNextClick);
            // 
            // labelStartTime
            // 
            this.labelStartTime.AutoSize = true;
            this.labelStartTime.Location = new System.Drawing.Point(9, 11);
            this.labelStartTime.Name = "labelStartTime";
            this.labelStartTime.Size = new System.Drawing.Size(54, 13);
            this.labelStartTime.TabIndex = 3;
            this.labelStartTime.Text = "Start time";
            // 
            // textBoxListViewText
            // 
            this.textBoxListViewText.AllowDrop = true;
            this.textBoxListViewText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxListViewText.ContextMenuStrip = this.contextMenuStripTextBoxListView;
            this.textBoxListViewText.Enabled = false;
            this.textBoxListViewText.HideSelection = false;
            this.textBoxListViewText.Location = new System.Drawing.Point(236, 28);
            this.textBoxListViewText.Multiline = true;
            this.textBoxListViewText.Name = "textBoxListViewText";
            this.textBoxListViewText.Size = new System.Drawing.Size(362, 63);
            this.textBoxListViewText.TabIndex = 5;
            this.textBoxListViewText.MouseClick += new System.Windows.Forms.MouseEventHandler(this.TextBoxListViewTextMouseClick);
            this.textBoxListViewText.TextChanged += new System.EventHandler(this.TextBoxListViewTextTextChanged);
            this.textBoxListViewText.Enter += new System.EventHandler(this.TextBoxListViewTextEnter);
            this.textBoxListViewText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxListViewTextKeyDown);
            this.textBoxListViewText.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBoxListViewText_KeyUp);
            this.textBoxListViewText.Leave += new System.EventHandler(this.textBoxListViewText_Leave);
            this.textBoxListViewText.MouseMove += new System.Windows.Forms.MouseEventHandler(this.textBoxListViewText_MouseMove);
            // 
            // labelDuration
            // 
            this.labelDuration.AutoSize = true;
            this.labelDuration.Location = new System.Drawing.Point(123, 11);
            this.labelDuration.Name = "labelDuration";
            this.labelDuration.Size = new System.Drawing.Size(48, 13);
            this.labelDuration.TabIndex = 4;
            this.labelDuration.Text = "Duration";
            // 
            // labelAutoDuration
            // 
            this.labelAutoDuration.AutoSize = true;
            this.labelAutoDuration.Location = new System.Drawing.Point(94, 11);
            this.labelAutoDuration.Name = "labelAutoDuration";
            this.labelAutoDuration.Size = new System.Drawing.Size(30, 13);
            this.labelAutoDuration.TabIndex = 30;
            this.labelAutoDuration.Text = "Auto";
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.textBoxSource);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(730, 222);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Source view";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // textBoxSource
            // 
            this.textBoxSource.AllowDrop = true;
            this.textBoxSource.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textBoxSource.HideSelection = false;
            this.textBoxSource.Location = new System.Drawing.Point(3, 3);
            this.textBoxSource.MaxLength = 0;
            this.textBoxSource.Multiline = true;
            this.textBoxSource.Name = "textBoxSource";
            this.textBoxSource.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.textBoxSource.Size = new System.Drawing.Size(724, 216);
            this.textBoxSource.TabIndex = 12;
            this.textBoxSource.WordWrap = false;
            this.textBoxSource.Click += new System.EventHandler(this.TextBoxSourceClick);
            this.textBoxSource.TextChanged += new System.EventHandler(this.TextBoxSourceTextChanged);
            this.textBoxSource.DragDrop += new System.Windows.Forms.DragEventHandler(this.TextBoxSourceDragDrop);
            this.textBoxSource.DragEnter += new System.Windows.Forms.DragEventHandler(this.TextBoxSourceDragEnter);
            this.textBoxSource.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxSourceKeyDown);
            this.textBoxSource.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBoxSource_KeyUp);
            this.textBoxSource.Leave += new System.EventHandler(this.TextBoxSourceLeave);
            // 
            // panelVideoPlayer
            // 
            this.panelVideoPlayer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panelVideoPlayer.Controls.Add(this.mediaPlayer);
            this.panelVideoPlayer.Location = new System.Drawing.Point(1, 1);
            this.panelVideoPlayer.Name = "panelVideoPlayer";
            this.panelVideoPlayer.Size = new System.Drawing.Size(220, 246);
            this.panelVideoPlayer.TabIndex = 5;
            // 
            // mediaPlayer
            // 
            this.mediaPlayer.AllowDrop = true;
            this.mediaPlayer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.mediaPlayer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18)))));
            this.mediaPlayer.CurrentPosition = 0D;
            this.mediaPlayer.FontSizeFactor = 1F;
            this.mediaPlayer.Location = new System.Drawing.Point(0, 0);
            this.mediaPlayer.Margin = new System.Windows.Forms.Padding(0);
            this.mediaPlayer.Name = "mediaPlayer";
            this.mediaPlayer.ShowFullscreenButton = true;
            this.mediaPlayer.ShowMuteButton = true;
            this.mediaPlayer.ShowStopButton = true;
            this.mediaPlayer.Size = new System.Drawing.Size(219, 246);
            this.mediaPlayer.SubtitleText = "";
            this.mediaPlayer.TabIndex = 5;
            this.mediaPlayer.TextRightToLeft = System.Windows.Forms.RightToLeft.No;
            this.mediaPlayer.VideoHeight = 0;
            this.mediaPlayer.VideoPlayer = null;
            this.mediaPlayer.VideoWidth = 0;
            this.mediaPlayer.Volume = 0D;
            this.mediaPlayer.DragDrop += new System.Windows.Forms.DragEventHandler(this.mediaPlayer_DragDrop);
            this.mediaPlayer.DragEnter += new System.Windows.Forms.DragEventHandler(this.mediaPlayer_DragEnter);
            // 
            // contextMenuStripEmpty
            // 
            this.contextMenuStripEmpty.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.insertLineToolStripMenuItem});
            this.contextMenuStripEmpty.Name = "contextMenuStripEmpty";
            this.contextMenuStripEmpty.Size = new System.Drawing.Size(126, 26);
            // 
            // insertLineToolStripMenuItem
            // 
            this.insertLineToolStripMenuItem.Name = "insertLineToolStripMenuItem";
            this.insertLineToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
            this.insertLineToolStripMenuItem.Text = "Insert line";
            this.insertLineToolStripMenuItem.Click += new System.EventHandler(this.InsertLineToolStripMenuItemClick);
            // 
            // imageListPlayRate
            // 
            this.imageListPlayRate.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListPlayRate.ImageStream")));
            this.imageListPlayRate.TransparentColor = System.Drawing.Color.Transparent;
            this.imageListPlayRate.Images.SetKeyName(0, "FastForward.png");
            this.imageListPlayRate.Images.SetKeyName(1, "FastForwardHighLight.png");
            // 
            // timerTextUndo
            // 
            this.timerTextUndo.Interval = 700;
            this.timerTextUndo.Tick += new System.EventHandler(this.TimerTextUndoTick);
            // 
            // timerAlternateTextUndo
            // 
            this.timerAlternateTextUndo.Interval = 700;
            this.timerAlternateTextUndo.Tick += new System.EventHandler(this.TimerAlternateTextUndoTick);
            // 
            // toolStripMenuItemEdl
            // 
            this.toolStripMenuItemEdl.Name = "toolStripMenuItemEdl";
            this.toolStripMenuItemEdl.Size = new System.Drawing.Size(258, 22);
            this.toolStripMenuItemEdl.Text = "EDL...";
            this.toolStripMenuItemEdl.Click += new System.EventHandler(this.ExportToEdl);
            // 
            // Main
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(975, 646);
            this.Controls.Add(this.splitContainerMain);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.menuStrip1);
            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.KeyPreview = true;
            this.MainMenuStrip = this.menuStrip1;
            this.MinimumSize = new System.Drawing.Size(800, 554);
            this.Name = "Main";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
            this.Load += new System.EventHandler(this.Main_Load);
            this.Shown += new System.EventHandler(this.Main_Shown);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainKeyDown);
            this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.MainKeyUp);
            this.Resize += new System.EventHandler(this.Main_Resize);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.contextMenuStripListview.ResumeLayout(false);
            this.groupBoxVideo.ResumeLayout(false);
            this.groupBoxVideo.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarWaveformPosition)).EndInit();
            this.panelWaveformControls.ResumeLayout(false);
            this.panelWaveformControls.PerformLayout();
            this.toolStripWaveControls.ResumeLayout(false);
            this.toolStripWaveControls.PerformLayout();
            this.tabControlButtons.ResumeLayout(false);
            this.tabPageTranslate.ResumeLayout(false);
            this.tabPageTranslate.PerformLayout();
            this.groupBoxTranslateSearch.ResumeLayout(false);
            this.groupBoxTranslateSearch.PerformLayout();
            this.groupBoxAutoContinue.ResumeLayout(false);
            this.groupBoxAutoContinue.PerformLayout();
            this.groupBoxAutoRepeat.ResumeLayout(false);
            this.groupBoxAutoRepeat.PerformLayout();
            this.tabPageCreate.ResumeLayout(false);
            this.tabPageCreate.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSec2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSec1)).EndInit();
            this.tabPageAdjust.ResumeLayout(false);
            this.tabPageAdjust.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSecAdjust2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSecAdjust1)).EndInit();
            this.contextMenuStripWaveform.ResumeLayout(false);
            this.splitContainerMain.Panel1.ResumeLayout(false);
            this.splitContainerMain.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).EndInit();
            this.splitContainerMain.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.tabControlSubtitle.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.splitContainerListViewAndText.Panel1.ResumeLayout(false);
            this.splitContainerListViewAndText.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerListViewAndText)).EndInit();
            this.splitContainerListViewAndText.ResumeLayout(false);
            this.groupBoxEdit.ResumeLayout(false);
            this.groupBoxEdit.PerformLayout();
            this.contextMenuStripTextBoxListView.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDuration)).EndInit();
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            this.panelVideoPlayer.ResumeLayout(false);
            this.contextMenuStripEmpty.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Nikse.SubtitleEdit.Core.TimeCode timeCode1 = new Nikse.SubtitleEdit.Core.TimeCode();
     Nikse.SubtitleEdit.Core.TimeCode timeCode2 = new Nikse.SubtitleEdit.Core.TimeCode();
     this.openFileDialog1         = new System.Windows.Forms.OpenFileDialog();
     this.buttonOpenVideo         = new System.Windows.Forms.Button();
     this.buttonCancel            = new System.Windows.Forms.Button();
     this.buttonOK                = new System.Windows.Forms.Button();
     this.labelChooseVideoFile    = new System.Windows.Forms.Label();
     this.comboBoxDateTimeFormats = new System.Windows.Forms.ComboBox();
     this.labelWriteFormat        = new System.Windows.Forms.Label();
     this.labelVideoFileName      = new System.Windows.Forms.Label();
     this.dateTimePicker1         = new System.Windows.Forms.DateTimePicker();
     this.labelStartFrom          = new System.Windows.Forms.Label();
     this.labelExample            = new System.Windows.Forms.Label();
     this.textBoxExample          = new System.Windows.Forms.TextBox();
     this.labelDuration           = new System.Windows.Forms.Label();
     this.timeUpDownDuration      = new Nikse.SubtitleEdit.Controls.TimeUpDown();
     this.timeUpDownStartTime     = new Nikse.SubtitleEdit.Controls.TimeUpDown();
     this.SuspendLayout();
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // buttonOpenVideo
     //
     this.buttonOpenVideo.Location = new System.Drawing.Point(12, 29);
     this.buttonOpenVideo.Name     = "buttonOpenVideo";
     this.buttonOpenVideo.Size     = new System.Drawing.Size(28, 22);
     this.buttonOpenVideo.TabIndex = 1;
     this.buttonOpenVideo.Text     = "...";
     this.buttonOpenVideo.UseVisualStyleBackColor = true;
     this.buttonOpenVideo.Click += new System.EventHandler(this.buttonOpenVideo_Click);
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.ImeMode                 = System.Windows.Forms.ImeMode.NoControl;
     this.buttonCancel.Location                = new System.Drawing.Point(303, 269);
     this.buttonCancel.Name                    = "buttonCancel";
     this.buttonCancel.Size                    = new System.Drawing.Size(75, 23);
     this.buttonCancel.TabIndex                = 13;
     this.buttonCancel.Text                    = "C&ancel";
     this.buttonCancel.UseVisualStyleBackColor = true;
     //
     // buttonOK
     //
     this.buttonOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOK.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.buttonOK.Location = new System.Drawing.Point(130, 269);
     this.buttonOK.Name     = "buttonOK";
     this.buttonOK.Size     = new System.Drawing.Size(167, 23);
     this.buttonOK.TabIndex = 12;
     this.buttonOK.Text     = "&Generate subtitle";
     this.buttonOK.UseVisualStyleBackColor = true;
     this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
     //
     // labelChooseVideoFile
     //
     this.labelChooseVideoFile.AutoSize = true;
     this.labelChooseVideoFile.Location = new System.Drawing.Point(13, 13);
     this.labelChooseVideoFile.Name     = "labelChooseVideoFile";
     this.labelChooseVideoFile.Size     = new System.Drawing.Size(226, 13);
     this.labelChooseVideoFile.TabIndex = 0;
     this.labelChooseVideoFile.Text     = "Choose video file to extract date/time info from";
     //
     // comboBoxDateTimeFormats
     //
     this.comboBoxDateTimeFormats.FormattingEnabled = true;
     this.comboBoxDateTimeFormats.Items.AddRange(new object[] {
         "M/d/yyyy hh:mm:ss ",
         "M/d/yyyy<br />hh:mm:ss",
         "F  (Tuesday, April 10, 2012 9:15:07 PM)",
         "dd MMM yyyy, HH:mm:ss (10 Apr 2012 21:15:07)",
         "Current culture",
         "hh:mm:ss",
         "HH:mm:ss"
     });
     this.comboBoxDateTimeFormats.Location              = new System.Drawing.Point(12, 153);
     this.comboBoxDateTimeFormats.Name                  = "comboBoxDateTimeFormats";
     this.comboBoxDateTimeFormats.Size                  = new System.Drawing.Size(366, 21);
     this.comboBoxDateTimeFormats.TabIndex              = 9;
     this.comboBoxDateTimeFormats.SelectedIndexChanged += new System.EventHandler(this.comboBoxDateTimeFormats_SelectedIndexChanged);
     this.comboBoxDateTimeFormats.TextChanged          += new System.EventHandler(this.comboBoxDateTimeFormats_TextChanged);
     //
     // labelWriteFormat
     //
     this.labelWriteFormat.AutoSize = true;
     this.labelWriteFormat.Location = new System.Drawing.Point(12, 137);
     this.labelWriteFormat.Name     = "labelWriteFormat";
     this.labelWriteFormat.Size     = new System.Drawing.Size(143, 13);
     this.labelWriteFormat.TabIndex = 8;
     this.labelWriteFormat.Text     = "Date/time format write format";
     //
     // labelVideoFileName
     //
     this.labelVideoFileName.AutoSize = true;
     this.labelVideoFileName.Location = new System.Drawing.Point(44, 34);
     this.labelVideoFileName.Name     = "labelVideoFileName";
     this.labelVideoFileName.Size     = new System.Drawing.Size(100, 13);
     this.labelVideoFileName.TabIndex = 2;
     this.labelVideoFileName.Text     = "labelVideoFileName";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd";
     this.dateTimePicker1.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location     = new System.Drawing.Point(12, 87);
     this.dateTimePicker1.Name         = "dateTimePicker1";
     this.dateTimePicker1.Size         = new System.Drawing.Size(101, 20);
     this.dateTimePicker1.TabIndex     = 4;
     //
     // labelStartFrom
     //
     this.labelStartFrom.AutoSize = true;
     this.labelStartFrom.Location = new System.Drawing.Point(13, 71);
     this.labelStartFrom.Name     = "labelStartFrom";
     this.labelStartFrom.Size     = new System.Drawing.Size(52, 13);
     this.labelStartFrom.TabIndex = 3;
     this.labelStartFrom.Text     = "Start from";
     //
     // labelExample
     //
     this.labelExample.AutoSize = true;
     this.labelExample.Location = new System.Drawing.Point(12, 188);
     this.labelExample.Name     = "labelExample";
     this.labelExample.Size     = new System.Drawing.Size(47, 13);
     this.labelExample.TabIndex = 10;
     this.labelExample.Text     = "Example";
     //
     // textBoxExample
     //
     this.textBoxExample.BackColor = System.Drawing.SystemColors.MenuText;
     this.textBoxExample.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxExample.ForeColor = System.Drawing.Color.White;
     this.textBoxExample.Location  = new System.Drawing.Point(12, 204);
     this.textBoxExample.Multiline = true;
     this.textBoxExample.Name      = "textBoxExample";
     this.textBoxExample.Size      = new System.Drawing.Size(366, 53);
     this.textBoxExample.TabIndex  = 11;
     //
     // labelDuration
     //
     this.labelDuration.AutoSize = true;
     this.labelDuration.Location = new System.Drawing.Point(249, 70);
     this.labelDuration.Name     = "labelDuration";
     this.labelDuration.Size     = new System.Drawing.Size(47, 13);
     this.labelDuration.TabIndex = 6;
     this.labelDuration.Text     = "Duration";
     //
     // timeUpDownDuration
     //
     this.timeUpDownDuration.AutoSize     = true;
     this.timeUpDownDuration.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.timeUpDownDuration.Font         = new System.Drawing.Font("Segoe UI", 9F);
     this.timeUpDownDuration.Location     = new System.Drawing.Point(252, 87);
     this.timeUpDownDuration.Margin       = new System.Windows.Forms.Padding(4);
     this.timeUpDownDuration.Name         = "timeUpDownDuration";
     this.timeUpDownDuration.Size         = new System.Drawing.Size(96, 27);
     this.timeUpDownDuration.TabIndex     = 7;
     timeCode1.Hours                        = 0;
     timeCode1.Milliseconds                 = 0;
     timeCode1.Minutes                      = 0;
     timeCode1.Seconds                      = 0;
     timeCode1.TimeSpan                     = System.TimeSpan.Parse("00:00:00");
     timeCode1.TotalMilliseconds            = 0D;
     timeCode1.TotalSeconds                 = 0D;
     this.timeUpDownDuration.TimeCode       = timeCode1;
     this.timeUpDownDuration.UseVideoOffset = false;
     //
     // timeUpDownStartTime
     //
     this.timeUpDownStartTime.AutoSize     = true;
     this.timeUpDownStartTime.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.timeUpDownStartTime.Font         = new System.Drawing.Font("Segoe UI", 9F);
     this.timeUpDownStartTime.Location     = new System.Drawing.Point(118, 86);
     this.timeUpDownStartTime.Margin       = new System.Windows.Forms.Padding(4);
     this.timeUpDownStartTime.Name         = "timeUpDownStartTime";
     this.timeUpDownStartTime.Size         = new System.Drawing.Size(96, 27);
     this.timeUpDownStartTime.TabIndex     = 5;
     timeCode2.Hours                         = 0;
     timeCode2.Milliseconds                  = 0;
     timeCode2.Minutes                       = 0;
     timeCode2.Seconds                       = 0;
     timeCode2.TimeSpan                      = System.TimeSpan.Parse("00:00:00");
     timeCode2.TotalMilliseconds             = 0D;
     timeCode2.TotalSeconds                  = 0D;
     this.timeUpDownStartTime.TimeCode       = timeCode2;
     this.timeUpDownStartTime.UseVideoOffset = false;
     //
     // ExtractDateTimeInfo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(390, 302);
     this.Controls.Add(this.timeUpDownDuration);
     this.Controls.Add(this.labelDuration);
     this.Controls.Add(this.timeUpDownStartTime);
     this.Controls.Add(this.textBoxExample);
     this.Controls.Add(this.labelExample);
     this.Controls.Add(this.labelStartFrom);
     this.Controls.Add(this.dateTimePicker1);
     this.Controls.Add(this.labelVideoFileName);
     this.Controls.Add(this.labelWriteFormat);
     this.Controls.Add(this.comboBoxDateTimeFormats);
     this.Controls.Add(this.labelChooseVideoFile);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.buttonOpenVideo);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ExtractDateTimeInfo";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Extract date and time information";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.ExtractDateTimeInfo_KeyDown);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Nikse.SubtitleEdit.Core.TimeCode timeCode1 = new Nikse.SubtitleEdit.Core.TimeCode();
     this.btnSync    = new System.Windows.Forms.Button();
     this.TimeUpDown = new Nikse.SubtitleEdit.Controls.TimeUpDown();
     this.label1     = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // btnSync
     //
     this.btnSync.Location = new System.Drawing.Point(288, 40);
     this.btnSync.Name     = "btnSync";
     this.btnSync.Size     = new System.Drawing.Size(75, 23);
     this.btnSync.TabIndex = 0;
     this.btnSync.Text     = "Sync";
     this.btnSync.UseVisualStyleBackColor = true;
     this.btnSync.Click += new System.EventHandler(this.btnSync_Click);
     //
     // TimeUpDown
     //
     this.TimeUpDown.AutoSize     = true;
     this.TimeUpDown.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.TimeUpDown.Font         = new System.Drawing.Font("Segoe UI", 9F);
     this.TimeUpDown.Location     = new System.Drawing.Point(181, 39);
     this.TimeUpDown.Name         = "TimeUpDown";
     this.TimeUpDown.Size         = new System.Drawing.Size(96, 27);
     this.TimeUpDown.TabIndex     = 1;
     timeCode1.Hours                = 0;
     timeCode1.Milliseconds         = 0;
     timeCode1.Minutes              = 0;
     timeCode1.Seconds              = 0;
     timeCode1.TimeSpan             = System.TimeSpan.Parse("00:00:00");
     timeCode1.TotalMilliseconds    = 0D;
     timeCode1.TotalSeconds         = 0D;
     this.TimeUpDown.TimeCode       = timeCode1;
     this.TimeUpDown.UseVideoOffset = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(56, 45);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(119, 13);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Adjust subtitle sync time";
     //
     // frmGetSyncingParagraphsTimeSpan
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(436, 110);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.TimeUpDown);
     this.Controls.Add(this.btnSync);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "frmGetSyncingParagraphsTimeSpan";
     this.ShowIcon        = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Resync multiple paragraphs";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Nikse.SubtitleEdit.Core.TimeCode timeCode1 = new Nikse.SubtitleEdit.Core.TimeCode();
     this.labelTimeCodeStartOfProgramme = new System.Windows.Forms.Label();
     this.buttonOK               = new System.Windows.Forms.Button();
     this.buttonCancel           = new System.Windows.Forms.Button();
     this.buttonImport           = new System.Windows.Forms.Button();
     this.openFileDialog1        = new System.Windows.Forms.OpenFileDialog();
     this.textBoxComment         = new System.Windows.Forms.TextBox();
     this.labelComment           = new System.Windows.Forms.Label();
     this.textBoxTranslatedTitle = new System.Windows.Forms.TextBox();
     this.labelTranslatedTitle   = new System.Windows.Forms.Label();
     this.textBoxOriginalTitle   = new System.Windows.Forms.TextBox();
     this.labelOriginalTitle     = new System.Windows.Forms.Label();
     this.textBoxTranslator      = new System.Windows.Forms.TextBox();
     this.labelTranslator        = new System.Windows.Forms.Label();
     this.timeUpDownStartTime    = new Nikse.SubtitleEdit.Controls.TimeUpDown();
     this.comboBoxLanguage       = new System.Windows.Forms.ComboBox();
     this.labelLanguage          = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // labelTimeCodeStartOfProgramme
     //
     this.labelTimeCodeStartOfProgramme.AutoSize = true;
     this.labelTimeCodeStartOfProgramme.Location = new System.Drawing.Point(12, 180);
     this.labelTimeCodeStartOfProgramme.Name     = "labelTimeCodeStartOfProgramme";
     this.labelTimeCodeStartOfProgramme.Size     = new System.Drawing.Size(152, 13);
     this.labelTimeCodeStartOfProgramme.TabIndex = 10;
     this.labelTimeCodeStartOfProgramme.Text     = "Time code: Start of programme";
     //
     // buttonOK
     //
     this.buttonOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOK.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.buttonOK.Location = new System.Drawing.Point(250, 264);
     this.buttonOK.Name     = "buttonOK";
     this.buttonOK.Size     = new System.Drawing.Size(75, 21);
     this.buttonOK.TabIndex = 12;
     this.buttonOK.Text     = "Save";
     this.buttonOK.UseVisualStyleBackColor = true;
     this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.ImeMode                 = System.Windows.Forms.ImeMode.NoControl;
     this.buttonCancel.Location                = new System.Drawing.Point(331, 264);
     this.buttonCancel.Name                    = "buttonCancel";
     this.buttonCancel.Size                    = new System.Drawing.Size(75, 21);
     this.buttonCancel.TabIndex                = 13;
     this.buttonCancel.Text                    = "C&ancel";
     this.buttonCancel.UseVisualStyleBackColor = true;
     this.buttonCancel.Click                  += new System.EventHandler(this.buttonCancel_Click);
     //
     // buttonImport
     //
     this.buttonImport.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonImport.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.buttonImport.Location = new System.Drawing.Point(290, 12);
     this.buttonImport.Name     = "buttonImport";
     this.buttonImport.Size     = new System.Drawing.Size(116, 21);
     this.buttonImport.TabIndex = 14;
     this.buttonImport.Text     = "Import...";
     this.buttonImport.UseVisualStyleBackColor = true;
     this.buttonImport.Click += new System.EventHandler(this.buttonImport_Click);
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // textBoxComment
     //
     this.textBoxComment.Location  = new System.Drawing.Point(185, 117);
     this.textBoxComment.MaxLength = 24;
     this.textBoxComment.Name      = "textBoxComment";
     this.textBoxComment.Size      = new System.Drawing.Size(219, 20);
     this.textBoxComment.TabIndex  = 7;
     //
     // labelComment
     //
     this.labelComment.AutoSize = true;
     this.labelComment.Location = new System.Drawing.Point(13, 120);
     this.labelComment.Name     = "labelComment";
     this.labelComment.Size     = new System.Drawing.Size(51, 13);
     this.labelComment.TabIndex = 6;
     this.labelComment.Text     = "Comment";
     //
     // textBoxTranslatedTitle
     //
     this.textBoxTranslatedTitle.Location  = new System.Drawing.Point(185, 39);
     this.textBoxTranslatedTitle.MaxLength = 28;
     this.textBoxTranslatedTitle.Name      = "textBoxTranslatedTitle";
     this.textBoxTranslatedTitle.Size      = new System.Drawing.Size(219, 20);
     this.textBoxTranslatedTitle.TabIndex  = 1;
     //
     // labelTranslatedTitle
     //
     this.labelTranslatedTitle.AutoSize = true;
     this.labelTranslatedTitle.Location = new System.Drawing.Point(13, 42);
     this.labelTranslatedTitle.Name     = "labelTranslatedTitle";
     this.labelTranslatedTitle.Size     = new System.Drawing.Size(76, 13);
     this.labelTranslatedTitle.TabIndex = 0;
     this.labelTranslatedTitle.Text     = "Translated title";
     //
     // textBoxOriginalTitle
     //
     this.textBoxOriginalTitle.Location  = new System.Drawing.Point(185, 65);
     this.textBoxOriginalTitle.MaxLength = 24;
     this.textBoxOriginalTitle.Name      = "textBoxOriginalTitle";
     this.textBoxOriginalTitle.Size      = new System.Drawing.Size(219, 20);
     this.textBoxOriginalTitle.TabIndex  = 3;
     //
     // labelOriginalTitle
     //
     this.labelOriginalTitle.AutoSize = true;
     this.labelOriginalTitle.Location = new System.Drawing.Point(13, 68);
     this.labelOriginalTitle.Name     = "labelOriginalTitle";
     this.labelOriginalTitle.Size     = new System.Drawing.Size(61, 13);
     this.labelOriginalTitle.TabIndex = 2;
     this.labelOriginalTitle.Text     = "Original title";
     //
     // textBoxTranslator
     //
     this.textBoxTranslator.Location  = new System.Drawing.Point(185, 91);
     this.textBoxTranslator.MaxLength = 24;
     this.textBoxTranslator.Name      = "textBoxTranslator";
     this.textBoxTranslator.Size      = new System.Drawing.Size(219, 20);
     this.textBoxTranslator.TabIndex  = 5;
     //
     // labelTranslator
     //
     this.labelTranslator.AutoSize = true;
     this.labelTranslator.Location = new System.Drawing.Point(13, 94);
     this.labelTranslator.Name     = "labelTranslator";
     this.labelTranslator.Size     = new System.Drawing.Size(54, 13);
     this.labelTranslator.TabIndex = 4;
     this.labelTranslator.Text     = "Translator";
     //
     // timeUpDownStartTime
     //
     this.timeUpDownStartTime.AutoSize     = true;
     this.timeUpDownStartTime.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.timeUpDownStartTime.Location     = new System.Drawing.Point(183, 175);
     this.timeUpDownStartTime.Margin       = new System.Windows.Forms.Padding(4);
     this.timeUpDownStartTime.Name         = "timeUpDownStartTime";
     this.timeUpDownStartTime.Size         = new System.Drawing.Size(96, 24);
     this.timeUpDownStartTime.TabIndex     = 11;
     timeCode1.Hours                         = 99;
     timeCode1.Milliseconds                  = 999;
     timeCode1.Minutes                       = 59;
     timeCode1.Seconds                       = 59;
     timeCode1.TimeSpan                      = System.TimeSpan.Parse("4.03:59:59.9990000");
     timeCode1.TotalMilliseconds             = 359999999D;
     timeCode1.TotalSeconds                  = 359999.999D;
     this.timeUpDownStartTime.TimeCode       = timeCode1;
     this.timeUpDownStartTime.UseVideoOffset = false;
     //
     // comboBoxLanguage
     //
     this.comboBoxLanguage.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxLanguage.FormattingEnabled = true;
     this.comboBoxLanguage.Items.AddRange(new object[] {
         "Arabic",
         "Danish",
         "Chinese Simplified",
         "Chinese Traditional",
         "English",
         "Hebrew",
         "Russian",
         "Romanian"
     });
     this.comboBoxLanguage.Location = new System.Drawing.Point(185, 147);
     this.comboBoxLanguage.Name     = "comboBoxLanguage";
     this.comboBoxLanguage.Size     = new System.Drawing.Size(219, 21);
     this.comboBoxLanguage.TabIndex = 9;
     //
     // labelLanguage
     //
     this.labelLanguage.AutoSize = true;
     this.labelLanguage.Location = new System.Drawing.Point(16, 150);
     this.labelLanguage.Name     = "labelLanguage";
     this.labelLanguage.Size     = new System.Drawing.Size(55, 13);
     this.labelLanguage.TabIndex = 8;
     this.labelLanguage.Text     = "Language";
     //
     // Cavena890SaveOptions
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(418, 297);
     this.Controls.Add(this.labelLanguage);
     this.Controls.Add(this.comboBoxLanguage);
     this.Controls.Add(this.textBoxTranslator);
     this.Controls.Add(this.labelTranslator);
     this.Controls.Add(this.textBoxOriginalTitle);
     this.Controls.Add(this.labelOriginalTitle);
     this.Controls.Add(this.textBoxComment);
     this.Controls.Add(this.labelComment);
     this.Controls.Add(this.textBoxTranslatedTitle);
     this.Controls.Add(this.labelTranslatedTitle);
     this.Controls.Add(this.buttonImport);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.labelTimeCodeStartOfProgramme);
     this.Controls.Add(this.timeUpDownStartTime);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Cavena890SaveOptions";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Cavena 890 save options";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.Cavena890SaveOptions_KeyDown);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Nikse.SubtitleEdit.Core.TimeCode timeCode1 = new Nikse.SubtitleEdit.Core.TimeCode();
     this.buttonGetFrameRate         = new System.Windows.Forms.Button();
     this.buttonDone                 = new System.Windows.Forms.Button();
     this.buttonSplit                = new System.Windows.Forms.Button();
     this.label1                     = new System.Windows.Forms.Label();
     this.label2                     = new System.Windows.Forms.Label();
     this.openFileDialog1            = new System.Windows.Forms.OpenFileDialog();
     this.saveFileDialog1            = new System.Windows.Forms.SaveFileDialog();
     this.labelHourMinSecMilliSecond = new System.Windows.Forms.Label();
     this.splitTimeUpDownAdjust      = new Nikse.SubtitleEdit.Controls.TimeUpDown();
     this.buttonAdvanced             = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // buttonGetFrameRate
     //
     this.buttonGetFrameRate.Location = new System.Drawing.Point(137, 69);
     this.buttonGetFrameRate.Name     = "buttonGetFrameRate";
     this.buttonGetFrameRate.Size     = new System.Drawing.Size(25, 23);
     this.buttonGetFrameRate.TabIndex = 8;
     this.buttonGetFrameRate.Text     = "...";
     this.buttonGetFrameRate.UseVisualStyleBackColor = true;
     this.buttonGetFrameRate.Click += new System.EventHandler(this.buttonGetFrameRate_Click);
     //
     // buttonDone
     //
     this.buttonDone.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonDone.ImeMode                 = System.Windows.Forms.ImeMode.NoControl;
     this.buttonDone.Location                = new System.Drawing.Point(239, 109);
     this.buttonDone.Name                    = "buttonDone";
     this.buttonDone.Size                    = new System.Drawing.Size(75, 23);
     this.buttonDone.TabIndex                = 18;
     this.buttonDone.Text                    = "&Done";
     this.buttonDone.UseVisualStyleBackColor = true;
     //
     // buttonSplit
     //
     this.buttonSplit.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.buttonSplit.Location = new System.Drawing.Point(158, 109);
     this.buttonSplit.Name     = "buttonSplit";
     this.buttonSplit.Size     = new System.Drawing.Size(75, 23);
     this.buttonSplit.TabIndex = 17;
     this.buttonSplit.Text     = "&Split";
     this.buttonSplit.UseVisualStyleBackColor = true;
     this.buttonSplit.Click += new System.EventHandler(this.ButtonSplitClick);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(16, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(217, 13);
     this.label1.TabIndex = 19;
     this.label1.Text     = "Enter length of first part of video or browse";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(16, 29);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(152, 13);
     this.label2.TabIndex = 20;
     this.label2.Text     = "and get length from video file:";
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // labelHourMinSecMilliSecond
     //
     this.labelHourMinSecMilliSecond.AutoSize = true;
     this.labelHourMinSecMilliSecond.Location = new System.Drawing.Point(26, 52);
     this.labelHourMinSecMilliSecond.Name     = "labelHourMinSecMilliSecond";
     this.labelHourMinSecMilliSecond.Size     = new System.Drawing.Size(108, 13);
     this.labelHourMinSecMilliSecond.TabIndex = 22;
     this.labelHourMinSecMilliSecond.Text     = "Hours:min:sec.msecs";
     //
     // splitTimeUpDownAdjust
     //
     this.splitTimeUpDownAdjust.AutoSize     = true;
     this.splitTimeUpDownAdjust.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.splitTimeUpDownAdjust.Font         = new System.Drawing.Font("Segoe UI", 9F);
     this.splitTimeUpDownAdjust.Location     = new System.Drawing.Point(29, 69);
     this.splitTimeUpDownAdjust.Margin       = new System.Windows.Forms.Padding(4);
     this.splitTimeUpDownAdjust.Name         = "splitTimeUpDownAdjust";
     this.splitTimeUpDownAdjust.Size         = new System.Drawing.Size(96, 27);
     this.splitTimeUpDownAdjust.TabIndex     = 21;
     timeCode1.Hours                           = 0;
     timeCode1.Milliseconds                    = 0;
     timeCode1.Minutes                         = 0;
     timeCode1.Seconds                         = 0;
     timeCode1.TimeSpan                        = System.TimeSpan.Parse("00:00:00");
     timeCode1.TotalMilliseconds               = 0D;
     timeCode1.TotalSeconds                    = 0D;
     this.splitTimeUpDownAdjust.TimeCode       = timeCode1;
     this.splitTimeUpDownAdjust.UseVideoOffset = false;
     //
     // buttonAdvanced
     //
     this.buttonAdvanced.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.buttonAdvanced.Location = new System.Drawing.Point(54, 109);
     this.buttonAdvanced.Name     = "buttonAdvanced";
     this.buttonAdvanced.Size     = new System.Drawing.Size(98, 23);
     this.buttonAdvanced.TabIndex = 23;
     this.buttonAdvanced.Text     = "&Advanced";
     this.buttonAdvanced.UseVisualStyleBackColor = true;
     this.buttonAdvanced.Click += new System.EventHandler(this.buttonAdvanced_Click);
     //
     // SplitSubtitle
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(325, 140);
     this.Controls.Add(this.buttonAdvanced);
     this.Controls.Add(this.buttonGetFrameRate);
     this.Controls.Add(this.splitTimeUpDownAdjust);
     this.Controls.Add(this.labelHourMinSecMilliSecond);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.buttonDone);
     this.Controls.Add(this.buttonSplit);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "SplitSubtitle";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Split subtitle";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.FormSplitSubtitle_KeyDown);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Nikse.SubtitleEdit.Core.TimeCode timeCode1 = new Nikse.SubtitleEdit.Core.TimeCode();
     this.buttonCancel                = new System.Windows.Forms.Button();
     this.buttonOK                    = new System.Windows.Forms.Button();
     this.labelDescription            = new System.Windows.Forms.Label();
     this.checkBoxFromCurrentPosition = new System.Windows.Forms.CheckBox();
     this.timeUpDownVideoPosition     = new Nikse.SubtitleEdit.Controls.TimeUpDown();
     this.buttonReset                 = new System.Windows.Forms.Button();
     this.checkBoxKeepTimeCodes       = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.buttonCancel.Location = new System.Drawing.Point(386, 129);
     this.buttonCancel.Name     = "buttonCancel";
     this.buttonCancel.Size     = new System.Drawing.Size(75, 23);
     this.buttonCancel.TabIndex = 5;
     this.buttonCancel.Text     = "C&ancel";
     this.buttonCancel.UseVisualStyleBackColor = true;
     this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
     //
     // buttonOK
     //
     this.buttonOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOK.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.buttonOK.Location = new System.Drawing.Point(194, 129);
     this.buttonOK.Name     = "buttonOK";
     this.buttonOK.Size     = new System.Drawing.Size(75, 23);
     this.buttonOK.TabIndex = 3;
     this.buttonOK.Text     = "&OK";
     this.buttonOK.UseVisualStyleBackColor = true;
     this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
     //
     // labelDescription
     //
     this.labelDescription.AutoSize = true;
     this.labelDescription.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.labelDescription.Location = new System.Drawing.Point(12, 22);
     this.labelDescription.Name     = "labelDescription";
     this.labelDescription.Size     = new System.Drawing.Size(81, 13);
     this.labelDescription.TabIndex = 0;
     this.labelDescription.Text     = "Set video offset";
     //
     // checkBoxFromCurrentPosition
     //
     this.checkBoxFromCurrentPosition.AutoSize = true;
     this.checkBoxFromCurrentPosition.Location = new System.Drawing.Point(15, 71);
     this.checkBoxFromCurrentPosition.Name     = "checkBoxFromCurrentPosition";
     this.checkBoxFromCurrentPosition.Size     = new System.Drawing.Size(153, 17);
     this.checkBoxFromCurrentPosition.TabIndex = 2;
     this.checkBoxFromCurrentPosition.Text     = "From current video position";
     this.checkBoxFromCurrentPosition.UseVisualStyleBackColor = true;
     //
     // timeUpDownVideoPosition
     //
     this.timeUpDownVideoPosition.AutoSize     = true;
     this.timeUpDownVideoPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.timeUpDownVideoPosition.Font         = new System.Drawing.Font("Segoe UI", 9F);
     this.timeUpDownVideoPosition.Location     = new System.Drawing.Point(13, 39);
     this.timeUpDownVideoPosition.Margin       = new System.Windows.Forms.Padding(4);
     this.timeUpDownVideoPosition.Name         = "timeUpDownVideoPosition";
     this.timeUpDownVideoPosition.Size         = new System.Drawing.Size(96, 27);
     this.timeUpDownVideoPosition.TabIndex     = 1;
     timeCode1.Hours                             = 0;
     timeCode1.Milliseconds                      = 0;
     timeCode1.Minutes                           = 0;
     timeCode1.Seconds                           = 0;
     timeCode1.TimeSpan                          = System.TimeSpan.Parse("00:00:00");
     timeCode1.TotalMilliseconds                 = 0D;
     timeCode1.TotalSeconds                      = 0D;
     this.timeUpDownVideoPosition.TimeCode       = timeCode1;
     this.timeUpDownVideoPosition.UseVideoOffset = false;
     //
     // buttonReset
     //
     this.buttonReset.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonReset.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.buttonReset.Location = new System.Drawing.Point(275, 129);
     this.buttonReset.Name     = "buttonReset";
     this.buttonReset.Size     = new System.Drawing.Size(105, 23);
     this.buttonReset.TabIndex = 4;
     this.buttonReset.Text     = "Reset";
     this.buttonReset.UseVisualStyleBackColor = true;
     this.buttonReset.Click += new System.EventHandler(this.buttonReset_Click);
     //
     // checkBoxKeepTimeCodes
     //
     this.checkBoxKeepTimeCodes.AutoSize = true;
     this.checkBoxKeepTimeCodes.Location = new System.Drawing.Point(15, 94);
     this.checkBoxKeepTimeCodes.Name     = "checkBoxKeepTimeCodes";
     this.checkBoxKeepTimeCodes.Size     = new System.Drawing.Size(261, 17);
     this.checkBoxKeepTimeCodes.TabIndex = 6;
     this.checkBoxKeepTimeCodes.Text     = "Keep existing time codes (do not add video offset)";
     this.checkBoxKeepTimeCodes.UseVisualStyleBackColor = true;
     //
     // SetVideoOffset
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(473, 162);
     this.Controls.Add(this.checkBoxKeepTimeCodes);
     this.Controls.Add(this.buttonReset);
     this.Controls.Add(this.checkBoxFromCurrentPosition);
     this.Controls.Add(this.timeUpDownVideoPosition);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.labelDescription);
     this.KeyPreview    = true;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "SetVideoOffset";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "SetVideoOffset";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.SetVideoOffset_FormClosing);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Nikse.SubtitleEdit.Core.TimeCode timeCode1 = new Nikse.SubtitleEdit.Core.TimeCode();
     this.groupBoxSyncPointTimeCode = new System.Windows.Forms.GroupBox();
     this.timeUpDownLine            = new Nikse.SubtitleEdit.Controls.TimeUpDown();
     this.groupBox2               = new System.Windows.Forms.GroupBox();
     this.subtitleListView1       = new Nikse.SubtitleEdit.Controls.SubtitleListView();
     this.buttonCancel            = new System.Windows.Forms.Button();
     this.buttonSetSyncPoint      = new System.Windows.Forms.Button();
     this.openFileDialog1         = new System.Windows.Forms.OpenFileDialog();
     this.buttonOpenMovie         = new System.Windows.Forms.Button();
     this.timer1                  = new System.Windows.Forms.Timer(this.components);
     this.labelVideoFileName      = new System.Windows.Forms.Label();
     this.buttonHalfASecondBack   = new System.Windows.Forms.Button();
     this.buttonThreeSecondsBack  = new System.Windows.Forms.Button();
     this.buttonThreeSecondsAhead = new System.Windows.Forms.Button();
     this.buttonHalfASecondAhead  = new System.Windows.Forms.Button();
     this.buttonVerify            = new System.Windows.Forms.Button();
     this.labelSubtitle           = new System.Windows.Forms.Label();
     this.videoPlayerContainer1   = new Nikse.SubtitleEdit.Controls.VideoPlayerContainer();
     this.buttonFindTextEnd       = new System.Windows.Forms.Button();
     this.groupBoxSyncPointTimeCode.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBoxSyncPointTimeCode
     //
     this.groupBoxSyncPointTimeCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBoxSyncPointTimeCode.Controls.Add(this.timeUpDownLine);
     this.groupBoxSyncPointTimeCode.Location = new System.Drawing.Point(12, 12);
     this.groupBoxSyncPointTimeCode.Name     = "groupBoxSyncPointTimeCode";
     this.groupBoxSyncPointTimeCode.Size     = new System.Drawing.Size(172, 224);
     this.groupBoxSyncPointTimeCode.TabIndex = 1;
     this.groupBoxSyncPointTimeCode.TabStop  = false;
     this.groupBoxSyncPointTimeCode.Text     = "Sync point time code";
     //
     // timeUpDownLine
     //
     this.timeUpDownLine.AutoSize     = true;
     this.timeUpDownLine.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.timeUpDownLine.Font         = new System.Drawing.Font("Segoe UI", 9F);
     this.timeUpDownLine.Location     = new System.Drawing.Point(18, 19);
     this.timeUpDownLine.Margin       = new System.Windows.Forms.Padding(4);
     this.timeUpDownLine.Name         = "timeUpDownLine";
     this.timeUpDownLine.Size         = new System.Drawing.Size(111, 27);
     this.timeUpDownLine.TabIndex     = 1;
     timeCode1.Hours                    = 0;
     timeCode1.Milliseconds             = 0;
     timeCode1.Minutes                  = 0;
     timeCode1.Seconds                  = 0;
     timeCode1.TimeSpan                 = System.TimeSpan.Parse("00:00:00");
     timeCode1.TotalMilliseconds        = 0D;
     timeCode1.TotalSeconds             = 0D;
     this.timeUpDownLine.TimeCode       = timeCode1;
     this.timeUpDownLine.UseVideoOffset = false;
     this.timeUpDownLine.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.timeUpDownLine_KeyDown);
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.subtitleListView1);
     this.groupBox2.Location = new System.Drawing.Point(190, 13);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(605, 223);
     this.groupBox2.TabIndex = 10;
     this.groupBox2.TabStop  = false;
     //
     // subtitleListView1
     //
     this.subtitleListView1.AllowColumnReorder = true;
     this.subtitleListView1.Anchor             = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.subtitleListView1.FirstVisibleIndex = -1;
     this.subtitleListView1.Font             = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.subtitleListView1.FullRowSelect    = true;
     this.subtitleListView1.GridLines        = true;
     this.subtitleListView1.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.subtitleListView1.HideSelection    = false;
     this.subtitleListView1.Location         = new System.Drawing.Point(6, 18);
     this.subtitleListView1.Name             = "subtitleListView1";
     this.subtitleListView1.OwnerDraw        = true;
     this.subtitleListView1.Size             = new System.Drawing.Size(593, 199);
     this.subtitleListView1.SubtitleFontBold = false;
     this.subtitleListView1.SubtitleFontName = "Tahoma";
     this.subtitleListView1.SubtitleFontSize = 8;
     this.subtitleListView1.TabIndex         = 11;
     this.subtitleListView1.UseCompatibleStateImageBehavior = false;
     this.subtitleListView1.UseSyntaxColoring = true;
     this.subtitleListView1.View              = System.Windows.Forms.View.Details;
     this.subtitleListView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.SubtitleListView1MouseDoubleClick);
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.buttonCancel.Location = new System.Drawing.Point(713, 584);
     this.buttonCancel.Name     = "buttonCancel";
     this.buttonCancel.Size     = new System.Drawing.Size(75, 23);
     this.buttonCancel.TabIndex = 31;
     this.buttonCancel.Text     = "C&ancel";
     this.buttonCancel.UseVisualStyleBackColor = true;
     this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
     //
     // buttonSetSyncPoint
     //
     this.buttonSetSyncPoint.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonSetSyncPoint.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.buttonSetSyncPoint.Location = new System.Drawing.Point(584, 584);
     this.buttonSetSyncPoint.Name     = "buttonSetSyncPoint";
     this.buttonSetSyncPoint.Size     = new System.Drawing.Size(123, 23);
     this.buttonSetSyncPoint.TabIndex = 30;
     this.buttonSetSyncPoint.Text     = "&Set sync point";
     this.buttonSetSyncPoint.UseVisualStyleBackColor = true;
     this.buttonSetSyncPoint.Click += new System.EventHandler(this.buttonOK_Click);
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // buttonOpenMovie
     //
     this.buttonOpenMovie.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOpenMovie.Location = new System.Drawing.Point(682, 241);
     this.buttonOpenMovie.Name     = "buttonOpenMovie";
     this.buttonOpenMovie.Size     = new System.Drawing.Size(109, 23);
     this.buttonOpenMovie.TabIndex = 12;
     this.buttonOpenMovie.Text     = "Open movie...";
     this.buttonOpenMovie.UseVisualStyleBackColor = true;
     this.buttonOpenMovie.Click += new System.EventHandler(this.buttonOpenMovie_Click);
     //
     // timer1
     //
     this.timer1.Interval = 50;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // labelVideoFileName
     //
     this.labelVideoFileName.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelVideoFileName.AutoSize = true;
     this.labelVideoFileName.Location = new System.Drawing.Point(12, 250);
     this.labelVideoFileName.Name     = "labelVideoFileName";
     this.labelVideoFileName.Size     = new System.Drawing.Size(98, 13);
     this.labelVideoFileName.TabIndex = 21;
     this.labelVideoFileName.Text     = "labelVideoFileName";
     //
     // buttonHalfASecondBack
     //
     this.buttonHalfASecondBack.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonHalfASecondBack.Location = new System.Drawing.Point(12, 560);
     this.buttonHalfASecondBack.Name     = "buttonHalfASecondBack";
     this.buttonHalfASecondBack.Size     = new System.Drawing.Size(77, 23);
     this.buttonHalfASecondBack.TabIndex = 20;
     this.buttonHalfASecondBack.Text     = "&½ second <";
     this.buttonHalfASecondBack.UseVisualStyleBackColor = true;
     this.buttonHalfASecondBack.Click += new System.EventHandler(this.buttonStartHalfASecondBack_Click);
     //
     // buttonThreeSecondsBack
     //
     this.buttonThreeSecondsBack.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonThreeSecondsBack.Location = new System.Drawing.Point(95, 560);
     this.buttonThreeSecondsBack.Name     = "buttonThreeSecondsBack";
     this.buttonThreeSecondsBack.Size     = new System.Drawing.Size(77, 23);
     this.buttonThreeSecondsBack.TabIndex = 21;
     this.buttonThreeSecondsBack.Text     = "&3 seconds <";
     this.buttonThreeSecondsBack.UseVisualStyleBackColor = true;
     this.buttonThreeSecondsBack.Click += new System.EventHandler(this.buttonStartThreeSecondsBack_Click);
     //
     // buttonThreeSecondsAhead
     //
     this.buttonThreeSecondsAhead.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonThreeSecondsAhead.Location = new System.Drawing.Point(303, 560);
     this.buttonThreeSecondsAhead.Name     = "buttonThreeSecondsAhead";
     this.buttonThreeSecondsAhead.Size     = new System.Drawing.Size(77, 23);
     this.buttonThreeSecondsAhead.TabIndex = 23;
     this.buttonThreeSecondsAhead.Text     = "3 seconds >";
     this.buttonThreeSecondsAhead.UseVisualStyleBackColor = true;
     this.buttonThreeSecondsAhead.Click += new System.EventHandler(this.buttonStartThreeSecondsAhead_Click);
     //
     // buttonHalfASecondAhead
     //
     this.buttonHalfASecondAhead.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonHalfASecondAhead.Location = new System.Drawing.Point(386, 560);
     this.buttonHalfASecondAhead.Name     = "buttonHalfASecondAhead";
     this.buttonHalfASecondAhead.Size     = new System.Drawing.Size(77, 23);
     this.buttonHalfASecondAhead.TabIndex = 24;
     this.buttonHalfASecondAhead.Text     = "½ second >";
     this.buttonHalfASecondAhead.UseVisualStyleBackColor = true;
     this.buttonHalfASecondAhead.Click += new System.EventHandler(this.buttonStartHalfASecondAhead_Click);
     //
     // buttonVerify
     //
     this.buttonVerify.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonVerify.Location = new System.Drawing.Point(178, 560);
     this.buttonVerify.Name     = "buttonVerify";
     this.buttonVerify.Size     = new System.Drawing.Size(119, 23);
     this.buttonVerify.TabIndex = 22;
     this.buttonVerify.Text     = "Play 2 s and back";
     this.buttonVerify.UseVisualStyleBackColor = true;
     this.buttonVerify.Click += new System.EventHandler(this.buttonStartVerify_Click);
     //
     // labelSubtitle
     //
     this.labelSubtitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.labelSubtitle.BackColor = System.Drawing.Color.Black;
     this.labelSubtitle.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelSubtitle.ForeColor = System.Drawing.Color.White;
     this.labelSubtitle.Location  = new System.Drawing.Point(12, 529);
     this.labelSubtitle.Name      = "labelSubtitle";
     this.labelSubtitle.Size      = new System.Drawing.Size(779, 28);
     this.labelSubtitle.TabIndex  = 27;
     this.labelSubtitle.Text      = "labelSubtitle";
     this.labelSubtitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // videoPlayerContainer1
     //
     this.videoPlayerContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.videoPlayerContainer1.BackColor            = System.Drawing.Color.Black;
     this.videoPlayerContainer1.CurrentPosition      = 0D;
     this.videoPlayerContainer1.FontSizeFactor       = 1F;
     this.videoPlayerContainer1.LastParagraph        = null;
     this.videoPlayerContainer1.Location             = new System.Drawing.Point(12, 267);
     this.videoPlayerContainer1.Name                 = "videoPlayerContainer1";
     this.videoPlayerContainer1.ShowFullscreenButton = true;
     this.videoPlayerContainer1.ShowMuteButton       = true;
     this.videoPlayerContainer1.ShowStopButton       = true;
     this.videoPlayerContainer1.Size                 = new System.Drawing.Size(779, 263);
     this.videoPlayerContainer1.SmpteMode            = false;
     this.videoPlayerContainer1.SubtitleText         = "";
     this.videoPlayerContainer1.TabIndex             = 13;
     this.videoPlayerContainer1.TextRightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.videoPlayerContainer1.VideoHeight          = 0;
     this.videoPlayerContainer1.VideoPlayer          = null;
     this.videoPlayerContainer1.VideoWidth           = 0;
     this.videoPlayerContainer1.Volume               = 0D;
     //
     // buttonFindTextEnd
     //
     this.buttonFindTextEnd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonFindTextEnd.Location = new System.Drawing.Point(469, 560);
     this.buttonFindTextEnd.Name     = "buttonFindTextEnd";
     this.buttonFindTextEnd.Size     = new System.Drawing.Size(106, 23);
     this.buttonFindTextEnd.TabIndex = 25;
     this.buttonFindTextEnd.Text     = "Find text...";
     this.buttonFindTextEnd.UseVisualStyleBackColor = true;
     this.buttonFindTextEnd.Click += new System.EventHandler(this.ButtonFindTextEndClick);
     //
     // SetSyncPoint
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 609);
     this.Controls.Add(this.buttonFindTextEnd);
     this.Controls.Add(this.labelSubtitle);
     this.Controls.Add(this.buttonVerify);
     this.Controls.Add(this.buttonHalfASecondBack);
     this.Controls.Add(this.buttonThreeSecondsBack);
     this.Controls.Add(this.buttonThreeSecondsAhead);
     this.Controls.Add(this.buttonHalfASecondAhead);
     this.Controls.Add(this.labelVideoFileName);
     this.Controls.Add(this.buttonOpenMovie);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.buttonSetSyncPoint);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBoxSyncPointTimeCode);
     this.Controls.Add(this.videoPlayerContainer1);
     this.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.KeyPreview    = true;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(700, 600);
     this.Name          = "SetSyncPoint";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Set sync point";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.GetTime_FormClosing);
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.GetTime_FormClosed);
     this.Load         += new System.EventHandler(this.GetTimeLoad);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.GetTime_KeyDown);
     this.groupBoxSyncPointTimeCode.ResumeLayout(false);
     this.groupBoxSyncPointTimeCode.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Nikse.SubtitleEdit.Core.TimeCode timeCode2 = new Nikse.SubtitleEdit.Core.TimeCode();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.timeUpDownStartTime = new Nikse.SubtitleEdit.Controls.TimeUpDown();
     this.labelStartTime = new System.Windows.Forms.Label();
     this.comboBoxTimeCodeRate = new System.Windows.Forms.ComboBox();
     this.labelTimeCodeRate = new System.Windows.Forms.Label();
     this.textBoxEditRate = new System.Windows.Forms.TextBox();
     this.labelEditRate = new System.Windows.Forms.Label();
     this.buttonToday = new System.Windows.Forms.Button();
     this.textBoxIssueDate = new System.Windows.Forms.TextBox();
     this.labelIssueDate = new System.Windows.Forms.Label();
     this.comboBoxLanguage = new System.Windows.Forms.ComboBox();
     this.labelLanguage = new System.Windows.Forms.Label();
     this.buttonGenerateID = new System.Windows.Forms.Button();
     this.numericUpDownReelNumber = new System.Windows.Forms.NumericUpDown();
     this.groupBoxFont = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.labelFadeUpMs = new System.Windows.Forms.Label();
     this.numericUpDownFadeDown = new System.Windows.Forms.NumericUpDown();
     this.labelFadeDownTime = new System.Windows.Forms.Label();
     this.numericUpDownFadeUp = new System.Windows.Forms.NumericUpDown();
     this.labelFadeUpTime = new System.Windows.Forms.Label();
     this.buttonGenFontUri = new System.Windows.Forms.Button();
     this.numericUpDownTopBottomMargin = new System.Windows.Forms.NumericUpDown();
     this.label2 = new System.Windows.Forms.Label();
     this.panelFontEffectColor = new System.Windows.Forms.Panel();
     this.buttonFontEffectColor = new System.Windows.Forms.Button();
     this.panelFontColor = new System.Windows.Forms.Panel();
     this.buttonFontColor = new System.Windows.Forms.Button();
     this.labelEffectColor = new System.Windows.Forms.Label();
     this.numericUpDownFontSize = new System.Windows.Forms.NumericUpDown();
     this.labelFontSize = new System.Windows.Forms.Label();
     this.comboBoxFontEffect = new System.Windows.Forms.ComboBox();
     this.labelEffect = new System.Windows.Forms.Label();
     this.labelFontColor = new System.Windows.Forms.Label();
     this.textBoxFontID = new System.Windows.Forms.TextBox();
     this.labelFontId = new System.Windows.Forms.Label();
     this.textBoxFontUri = new System.Windows.Forms.TextBox();
     this.labelFontUri = new System.Windows.Forms.Label();
     this.labelReelNumber = new System.Windows.Forms.Label();
     this.textBoxMovieTitle = new System.Windows.Forms.TextBox();
     this.labelMovieTitle = new System.Windows.Forms.Label();
     this.textBoxSubtitleID = new System.Windows.Forms.TextBox();
     this.labelSubtitleID = new System.Windows.Forms.Label();
     this.buttonCancel = new System.Windows.Forms.Button();
     this.buttonOK = new System.Windows.Forms.Button();
     this.colorDialog1 = new System.Windows.Forms.ColorDialog();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownReelNumber)).BeginInit();
     this.groupBoxFont.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFadeDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFadeUp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTopBottomMargin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFontSize)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.timeUpDownStartTime);
     this.groupBox1.Controls.Add(this.labelStartTime);
     this.groupBox1.Controls.Add(this.comboBoxTimeCodeRate);
     this.groupBox1.Controls.Add(this.labelTimeCodeRate);
     this.groupBox1.Controls.Add(this.textBoxEditRate);
     this.groupBox1.Controls.Add(this.labelEditRate);
     this.groupBox1.Controls.Add(this.buttonToday);
     this.groupBox1.Controls.Add(this.textBoxIssueDate);
     this.groupBox1.Controls.Add(this.labelIssueDate);
     this.groupBox1.Controls.Add(this.comboBoxLanguage);
     this.groupBox1.Controls.Add(this.labelLanguage);
     this.groupBox1.Controls.Add(this.buttonGenerateID);
     this.groupBox1.Controls.Add(this.numericUpDownReelNumber);
     this.groupBox1.Controls.Add(this.groupBoxFont);
     this.groupBox1.Controls.Add(this.labelReelNumber);
     this.groupBox1.Controls.Add(this.textBoxMovieTitle);
     this.groupBox1.Controls.Add(this.labelMovieTitle);
     this.groupBox1.Controls.Add(this.textBoxSubtitleID);
     this.groupBox1.Controls.Add(this.labelSubtitleID);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(583, 512);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     //
     // timeUpDownStartTime
     //
     this.timeUpDownStartTime.AutoSize = true;
     this.timeUpDownStartTime.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.timeUpDownStartTime.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.timeUpDownStartTime.Location = new System.Drawing.Point(181, 214);
     this.timeUpDownStartTime.Name = "timeUpDownStartTime";
     this.timeUpDownStartTime.Size = new System.Drawing.Size(96, 27);
     this.timeUpDownStartTime.TabIndex = 8;
     timeCode2.Hours = 0;
     timeCode2.Milliseconds = 0;
     timeCode2.Minutes = 0;
     timeCode2.Seconds = 0;
     timeCode2.TimeSpan = System.TimeSpan.Parse("00:00:00");
     timeCode2.TotalMilliseconds = 0D;
     timeCode2.TotalSeconds = 0D;
     this.timeUpDownStartTime.TimeCode = timeCode2;
     this.timeUpDownStartTime.UseVideoOffset = false;
     //
     // labelStartTime
     //
     this.labelStartTime.AutoSize = true;
     this.labelStartTime.Location = new System.Drawing.Point(15, 214);
     this.labelStartTime.Name = "labelStartTime";
     this.labelStartTime.Size = new System.Drawing.Size(51, 13);
     this.labelStartTime.TabIndex = 39;
     this.labelStartTime.Text = "Start time";
     //
     // comboBoxTimeCodeRate
     //
     this.comboBoxTimeCodeRate.FormattingEnabled = true;
     this.comboBoxTimeCodeRate.Items.AddRange(new object[] {
     "24",
     "25",
     "30",
     "48"});
     this.comboBoxTimeCodeRate.Location = new System.Drawing.Point(181, 185);
     this.comboBoxTimeCodeRate.Name = "comboBoxTimeCodeRate";
     this.comboBoxTimeCodeRate.Size = new System.Drawing.Size(112, 21);
     this.comboBoxTimeCodeRate.TabIndex = 7;
     //
     // labelTimeCodeRate
     //
     this.labelTimeCodeRate.AutoSize = true;
     this.labelTimeCodeRate.Location = new System.Drawing.Point(15, 188);
     this.labelTimeCodeRate.Name = "labelTimeCodeRate";
     this.labelTimeCodeRate.Size = new System.Drawing.Size(78, 13);
     this.labelTimeCodeRate.TabIndex = 37;
     this.labelTimeCodeRate.Text = "Time code rate";
     //
     // textBoxEditRate
     //
     this.textBoxEditRate.Location = new System.Drawing.Point(181, 161);
     this.textBoxEditRate.Name = "textBoxEditRate";
     this.textBoxEditRate.Size = new System.Drawing.Size(112, 20);
     this.textBoxEditRate.TabIndex = 6;
     this.textBoxEditRate.Text = "1 24";
     //
     // labelEditRate
     //
     this.labelEditRate.AutoSize = true;
     this.labelEditRate.Location = new System.Drawing.Point(15, 163);
     this.labelEditRate.Name = "labelEditRate";
     this.labelEditRate.Size = new System.Drawing.Size(46, 13);
     this.labelEditRate.TabIndex = 35;
     this.labelEditRate.Text = "Edit rate";
     //
     // buttonToday
     //
     this.buttonToday.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.buttonToday.Location = new System.Drawing.Point(461, 134);
     this.buttonToday.Name = "buttonToday";
     this.buttonToday.Size = new System.Drawing.Size(100, 21);
     this.buttonToday.TabIndex = 5;
     this.buttonToday.Text = "Now";
     this.buttonToday.UseVisualStyleBackColor = true;
     this.buttonToday.Click += new System.EventHandler(this.buttonToday_Click);
     //
     // textBoxIssueDate
     //
     this.textBoxIssueDate.Location = new System.Drawing.Point(181, 135);
     this.textBoxIssueDate.Name = "textBoxIssueDate";
     this.textBoxIssueDate.Size = new System.Drawing.Size(274, 20);
     this.textBoxIssueDate.TabIndex = 4;
     this.textBoxIssueDate.Text = "2005-07-14T21:52:02.000-00:00";
     //
     // labelIssueDate
     //
     this.labelIssueDate.AutoSize = true;
     this.labelIssueDate.Location = new System.Drawing.Point(15, 138);
     this.labelIssueDate.Name = "labelIssueDate";
     this.labelIssueDate.Size = new System.Drawing.Size(56, 13);
     this.labelIssueDate.TabIndex = 32;
     this.labelIssueDate.Text = "Issue date";
     //
     // comboBoxLanguage
     //
     this.comboBoxLanguage.FormattingEnabled = true;
     this.comboBoxLanguage.Location = new System.Drawing.Point(181, 108);
     this.comboBoxLanguage.Name = "comboBoxLanguage";
     this.comboBoxLanguage.Size = new System.Drawing.Size(112, 21);
     this.comboBoxLanguage.TabIndex = 3;
     //
     // labelLanguage
     //
     this.labelLanguage.AutoSize = true;
     this.labelLanguage.Location = new System.Drawing.Point(15, 111);
     this.labelLanguage.Name = "labelLanguage";
     this.labelLanguage.Size = new System.Drawing.Size(55, 13);
     this.labelLanguage.TabIndex = 30;
     this.labelLanguage.Text = "Language";
     //
     // buttonGenerateID
     //
     this.buttonGenerateID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.buttonGenerateID.Location = new System.Drawing.Point(461, 29);
     this.buttonGenerateID.Name = "buttonGenerateID";
     this.buttonGenerateID.Size = new System.Drawing.Size(100, 21);
     this.buttonGenerateID.TabIndex = 1;
     this.buttonGenerateID.Text = "Generate ID";
     this.buttonGenerateID.UseVisualStyleBackColor = true;
     this.buttonGenerateID.Click += new System.EventHandler(this.buttonGenerateID_Click);
     //
     // numericUpDownReelNumber
     //
     this.numericUpDownReelNumber.Location = new System.Drawing.Point(181, 82);
     this.numericUpDownReelNumber.Maximum = new decimal(new int[] {
     250,
     0,
     0,
     0});
     this.numericUpDownReelNumber.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.numericUpDownReelNumber.Name = "numericUpDownReelNumber";
     this.numericUpDownReelNumber.Size = new System.Drawing.Size(112, 20);
     this.numericUpDownReelNumber.TabIndex = 2;
     this.numericUpDownReelNumber.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     //
     // groupBoxFont
     //
     this.groupBoxFont.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxFont.Controls.Add(this.label1);
     this.groupBoxFont.Controls.Add(this.labelFadeUpMs);
     this.groupBoxFont.Controls.Add(this.numericUpDownFadeDown);
     this.groupBoxFont.Controls.Add(this.labelFadeDownTime);
     this.groupBoxFont.Controls.Add(this.numericUpDownFadeUp);
     this.groupBoxFont.Controls.Add(this.labelFadeUpTime);
     this.groupBoxFont.Controls.Add(this.buttonGenFontUri);
     this.groupBoxFont.Controls.Add(this.numericUpDownTopBottomMargin);
     this.groupBoxFont.Controls.Add(this.label2);
     this.groupBoxFont.Controls.Add(this.panelFontEffectColor);
     this.groupBoxFont.Controls.Add(this.buttonFontEffectColor);
     this.groupBoxFont.Controls.Add(this.panelFontColor);
     this.groupBoxFont.Controls.Add(this.buttonFontColor);
     this.groupBoxFont.Controls.Add(this.labelEffectColor);
     this.groupBoxFont.Controls.Add(this.numericUpDownFontSize);
     this.groupBoxFont.Controls.Add(this.labelFontSize);
     this.groupBoxFont.Controls.Add(this.comboBoxFontEffect);
     this.groupBoxFont.Controls.Add(this.labelEffect);
     this.groupBoxFont.Controls.Add(this.labelFontColor);
     this.groupBoxFont.Controls.Add(this.textBoxFontID);
     this.groupBoxFont.Controls.Add(this.labelFontId);
     this.groupBoxFont.Controls.Add(this.textBoxFontUri);
     this.groupBoxFont.Controls.Add(this.labelFontUri);
     this.groupBoxFont.Location = new System.Drawing.Point(6, 237);
     this.groupBoxFont.Name = "groupBoxFont";
     this.groupBoxFont.Size = new System.Drawing.Size(571, 265);
     this.groupBoxFont.TabIndex = 9;
     this.groupBoxFont.TabStop = false;
     this.groupBoxFont.Text = "Font";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(294, 232);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(41, 13);
     this.label1.TabIndex = 43;
     this.label1.Text = "Frames";
     //
     // labelFadeUpMs
     //
     this.labelFadeUpMs.AutoSize = true;
     this.labelFadeUpMs.Location = new System.Drawing.Point(294, 206);
     this.labelFadeUpMs.Name = "labelFadeUpMs";
     this.labelFadeUpMs.Size = new System.Drawing.Size(41, 13);
     this.labelFadeUpMs.TabIndex = 42;
     this.labelFadeUpMs.Text = "Frames";
     //
     // numericUpDownFadeDown
     //
     this.numericUpDownFadeDown.Location = new System.Drawing.Point(174, 230);
     this.numericUpDownFadeDown.Maximum = new decimal(new int[] {
     50,
     0,
     0,
     0});
     this.numericUpDownFadeDown.Name = "numericUpDownFadeDown";
     this.numericUpDownFadeDown.Size = new System.Drawing.Size(112, 20);
     this.numericUpDownFadeDown.TabIndex = 39;
     //
     // labelFadeDownTime
     //
     this.labelFadeDownTime.AutoSize = true;
     this.labelFadeDownTime.Location = new System.Drawing.Point(10, 232);
     this.labelFadeDownTime.Name = "labelFadeDownTime";
     this.labelFadeDownTime.Size = new System.Drawing.Size(82, 13);
     this.labelFadeDownTime.TabIndex = 41;
     this.labelFadeDownTime.Text = "Fade down time";
     //
     // numericUpDownFadeUp
     //
     this.numericUpDownFadeUp.Location = new System.Drawing.Point(174, 204);
     this.numericUpDownFadeUp.Maximum = new decimal(new int[] {
     50,
     0,
     0,
     0});
     this.numericUpDownFadeUp.Name = "numericUpDownFadeUp";
     this.numericUpDownFadeUp.Size = new System.Drawing.Size(112, 20);
     this.numericUpDownFadeUp.TabIndex = 38;
     //
     // labelFadeUpTime
     //
     this.labelFadeUpTime.AutoSize = true;
     this.labelFadeUpTime.Location = new System.Drawing.Point(10, 206);
     this.labelFadeUpTime.Name = "labelFadeUpTime";
     this.labelFadeUpTime.Size = new System.Drawing.Size(68, 13);
     this.labelFadeUpTime.TabIndex = 40;
     this.labelFadeUpTime.Text = "Fade up time";
     //
     // buttonGenFontUri
     //
     this.buttonGenFontUri.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.buttonGenFontUri.Location = new System.Drawing.Point(454, 41);
     this.buttonGenFontUri.Name = "buttonGenFontUri";
     this.buttonGenFontUri.Size = new System.Drawing.Size(100, 21);
     this.buttonGenFontUri.TabIndex = 2;
     this.buttonGenFontUri.Text = "Generate";
     this.buttonGenFontUri.UseVisualStyleBackColor = true;
     this.buttonGenFontUri.Click += new System.EventHandler(this.button1_Click);
     //
     // numericUpDownTopBottomMargin
     //
     this.numericUpDownTopBottomMargin.Location = new System.Drawing.Point(175, 176);
     this.numericUpDownTopBottomMargin.Maximum = new decimal(new int[] {
     50,
     0,
     0,
     0});
     this.numericUpDownTopBottomMargin.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.numericUpDownTopBottomMargin.Name = "numericUpDownTopBottomMargin";
     this.numericUpDownTopBottomMargin.Size = new System.Drawing.Size(112, 20);
     this.numericUpDownTopBottomMargin.TabIndex = 9;
     this.numericUpDownTopBottomMargin.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(10, 178);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(97, 13);
     this.label2.TabIndex = 28;
     this.label2.Text = "Top/bottom margin";
     //
     // panelFontEffectColor
     //
     this.panelFontEffectColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelFontEffectColor.Location = new System.Drawing.Point(297, 123);
     this.panelFontEffectColor.Name = "panelFontEffectColor";
     this.panelFontEffectColor.Size = new System.Drawing.Size(21, 20);
     this.panelFontEffectColor.TabIndex = 7;
     this.panelFontEffectColor.Click += new System.EventHandler(this.buttonFontEffectColor_Click);
     //
     // buttonFontEffectColor
     //
     this.buttonFontEffectColor.Location = new System.Drawing.Point(175, 123);
     this.buttonFontEffectColor.Name = "buttonFontEffectColor";
     this.buttonFontEffectColor.Size = new System.Drawing.Size(112, 21);
     this.buttonFontEffectColor.TabIndex = 6;
     this.buttonFontEffectColor.Text = "Choose color";
     this.buttonFontEffectColor.UseVisualStyleBackColor = true;
     this.buttonFontEffectColor.Click += new System.EventHandler(this.buttonFontEffectColor_Click);
     //
     // panelFontColor
     //
     this.panelFontColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelFontColor.Location = new System.Drawing.Point(297, 70);
     this.panelFontColor.Name = "panelFontColor";
     this.panelFontColor.Size = new System.Drawing.Size(21, 20);
     this.panelFontColor.TabIndex = 4;
     this.panelFontColor.Click += new System.EventHandler(this.buttonFontColor_Click);
     //
     // buttonFontColor
     //
     this.buttonFontColor.Location = new System.Drawing.Point(175, 70);
     this.buttonFontColor.Name = "buttonFontColor";
     this.buttonFontColor.Size = new System.Drawing.Size(112, 21);
     this.buttonFontColor.TabIndex = 3;
     this.buttonFontColor.Text = "Choose color";
     this.buttonFontColor.UseVisualStyleBackColor = true;
     this.buttonFontColor.Click += new System.EventHandler(this.buttonFontColor_Click);
     //
     // labelEffectColor
     //
     this.labelEffectColor.AutoSize = true;
     this.labelEffectColor.Location = new System.Drawing.Point(10, 127);
     this.labelEffectColor.Name = "labelEffectColor";
     this.labelEffectColor.Size = new System.Drawing.Size(61, 13);
     this.labelEffectColor.TabIndex = 27;
     this.labelEffectColor.Text = "Effect color";
     //
     // numericUpDownFontSize
     //
     this.numericUpDownFontSize.Location = new System.Drawing.Point(175, 150);
     this.numericUpDownFontSize.Maximum = new decimal(new int[] {
     250,
     0,
     0,
     0});
     this.numericUpDownFontSize.Name = "numericUpDownFontSize";
     this.numericUpDownFontSize.Size = new System.Drawing.Size(112, 20);
     this.numericUpDownFontSize.TabIndex = 8;
     //
     // labelFontSize
     //
     this.labelFontSize.AutoSize = true;
     this.labelFontSize.Location = new System.Drawing.Point(10, 152);
     this.labelFontSize.Name = "labelFontSize";
     this.labelFontSize.Size = new System.Drawing.Size(27, 13);
     this.labelFontSize.TabIndex = 25;
     this.labelFontSize.Text = "Size";
     //
     // comboBoxFontEffect
     //
     this.comboBoxFontEffect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxFontEffect.FormattingEnabled = true;
     this.comboBoxFontEffect.Items.AddRange(new object[] {
     "None",
     "Border",
     "Shadow"});
     this.comboBoxFontEffect.Location = new System.Drawing.Point(175, 97);
     this.comboBoxFontEffect.Name = "comboBoxFontEffect";
     this.comboBoxFontEffect.Size = new System.Drawing.Size(112, 21);
     this.comboBoxFontEffect.TabIndex = 5;
     //
     // labelEffect
     //
     this.labelEffect.AutoSize = true;
     this.labelEffect.Location = new System.Drawing.Point(10, 100);
     this.labelEffect.Name = "labelEffect";
     this.labelEffect.Size = new System.Drawing.Size(35, 13);
     this.labelEffect.TabIndex = 22;
     this.labelEffect.Text = "Effect";
     //
     // labelFontColor
     //
     this.labelFontColor.AutoSize = true;
     this.labelFontColor.Location = new System.Drawing.Point(10, 74);
     this.labelFontColor.Name = "labelFontColor";
     this.labelFontColor.Size = new System.Drawing.Size(31, 13);
     this.labelFontColor.TabIndex = 18;
     this.labelFontColor.Text = "Color";
     //
     // textBoxFontID
     //
     this.textBoxFontID.Location = new System.Drawing.Point(175, 19);
     this.textBoxFontID.Name = "textBoxFontID";
     this.textBoxFontID.Size = new System.Drawing.Size(274, 20);
     this.textBoxFontID.TabIndex = 0;
     this.textBoxFontID.Text = "Freds_Font";
     //
     // labelFontId
     //
     this.labelFontId.AutoSize = true;
     this.labelFontId.Location = new System.Drawing.Point(10, 22);
     this.labelFontId.Name = "labelFontId";
     this.labelFontId.Size = new System.Drawing.Size(18, 13);
     this.labelFontId.TabIndex = 16;
     this.labelFontId.Text = "ID";
     //
     // textBoxFontUri
     //
     this.textBoxFontUri.Location = new System.Drawing.Point(175, 45);
     this.textBoxFontUri.Name = "textBoxFontUri";
     this.textBoxFontUri.Size = new System.Drawing.Size(274, 20);
     this.textBoxFontUri.TabIndex = 1;
     this.textBoxFontUri.Text = "Fred.ttf";
     //
     // labelFontUri
     //
     this.labelFontUri.AutoSize = true;
     this.labelFontUri.Location = new System.Drawing.Point(10, 48);
     this.labelFontUri.Name = "labelFontUri";
     this.labelFontUri.Size = new System.Drawing.Size(26, 13);
     this.labelFontUri.TabIndex = 14;
     this.labelFontUri.Text = "URI";
     //
     // labelReelNumber
     //
     this.labelReelNumber.AutoSize = true;
     this.labelReelNumber.Location = new System.Drawing.Point(15, 85);
     this.labelReelNumber.Name = "labelReelNumber";
     this.labelReelNumber.Size = new System.Drawing.Size(67, 13);
     this.labelReelNumber.TabIndex = 4;
     this.labelReelNumber.Text = "Reel number";
     //
     // textBoxMovieTitle
     //
     this.textBoxMovieTitle.Location = new System.Drawing.Point(181, 56);
     this.textBoxMovieTitle.Name = "textBoxMovieTitle";
     this.textBoxMovieTitle.Size = new System.Drawing.Size(274, 20);
     this.textBoxMovieTitle.TabIndex = 2;
     this.textBoxMovieTitle.Text = "Bedtime For Bonzo";
     //
     // labelMovieTitle
     //
     this.labelMovieTitle.AutoSize = true;
     this.labelMovieTitle.Location = new System.Drawing.Point(15, 59);
     this.labelMovieTitle.Name = "labelMovieTitle";
     this.labelMovieTitle.Size = new System.Drawing.Size(55, 13);
     this.labelMovieTitle.TabIndex = 2;
     this.labelMovieTitle.Text = "Movie title";
     //
     // textBoxSubtitleID
     //
     this.textBoxSubtitleID.Location = new System.Drawing.Point(181, 30);
     this.textBoxSubtitleID.Name = "textBoxSubtitleID";
     this.textBoxSubtitleID.Size = new System.Drawing.Size(274, 20);
     this.textBoxSubtitleID.TabIndex = 0;
     this.textBoxSubtitleID.Text = "40950d85-63eb-4ee2-b1e8-45c126601b94";
     //
     // labelSubtitleID
     //
     this.labelSubtitleID.AutoSize = true;
     this.labelSubtitleID.Location = new System.Drawing.Point(15, 33);
     this.labelSubtitleID.Name = "labelSubtitleID";
     this.labelSubtitleID.Size = new System.Drawing.Size(56, 13);
     this.labelSubtitleID.TabIndex = 0;
     this.labelSubtitleID.Text = "Subtitle ID";
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.buttonCancel.Location = new System.Drawing.Point(521, 529);
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.Size = new System.Drawing.Size(75, 21);
     this.buttonCancel.TabIndex = 2;
     this.buttonCancel.Text = "C&ancel";
     this.buttonCancel.UseVisualStyleBackColor = true;
     this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
     //
     // buttonOK
     //
     this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.buttonOK.Location = new System.Drawing.Point(440, 529);
     this.buttonOK.Name = "buttonOK";
     this.buttonOK.Size = new System.Drawing.Size(75, 21);
     this.buttonOK.TabIndex = 1;
     this.buttonOK.Text = "&OK";
     this.buttonOK.UseVisualStyleBackColor = true;
     this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click_1);
     //
     // DCinemaPropertiesSmpte
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(607, 563);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "DCinemaPropertiesSmpte";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "D-Cinema properties (SMPTE)";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownReelNumber)).EndInit();
     this.groupBoxFont.ResumeLayout(false);
     this.groupBoxFont.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFadeDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFadeUp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTopBottomMargin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFontSize)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Nikse.SubtitleEdit.Core.TimeCode timeCode1 = new Nikse.SubtitleEdit.Core.TimeCode();
     this.labelHourMinSecMilliSecond = new System.Windows.Forms.Label();
     this.buttonShowLater            = new System.Windows.Forms.Button();
     this.buttonShowEarlier          = new System.Windows.Forms.Button();
     this.labelTotalAdjustment       = new System.Windows.Forms.Label();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.radioButtonAllLines               = new System.Windows.Forms.RadioButton();
     this.radioButtonSelectedLinesOnly      = new System.Windows.Forms.RadioButton();
     this.timeUpDownAdjust                  = new Nikse.SubtitleEdit.Controls.TimeUpDown();
     this.radioButtonSelectedLineAndForward = new System.Windows.Forms.RadioButton();
     this.SuspendLayout();
     //
     // labelHourMinSecMilliSecond
     //
     this.labelHourMinSecMilliSecond.AutoSize = true;
     this.labelHourMinSecMilliSecond.Location = new System.Drawing.Point(11, 6);
     this.labelHourMinSecMilliSecond.Name     = "labelHourMinSecMilliSecond";
     this.labelHourMinSecMilliSecond.Size     = new System.Drawing.Size(108, 13);
     this.labelHourMinSecMilliSecond.TabIndex = 18;
     this.labelHourMinSecMilliSecond.Text     = "Hours:min:sec.msecs";
     //
     // buttonShowLater
     //
     this.buttonShowLater.Location = new System.Drawing.Point(145, 55);
     this.buttonShowLater.Name     = "buttonShowLater";
     this.buttonShowLater.Size     = new System.Drawing.Size(119, 23);
     this.buttonShowLater.TabIndex = 20;
     this.buttonShowLater.Text     = "Show later";
     this.buttonShowLater.UseVisualStyleBackColor = true;
     this.buttonShowLater.Click += new System.EventHandler(this.ButtonShowLaterClick);
     //
     // buttonShowEarlier
     //
     this.buttonShowEarlier.Location = new System.Drawing.Point(145, 26);
     this.buttonShowEarlier.Name     = "buttonShowEarlier";
     this.buttonShowEarlier.Size     = new System.Drawing.Size(120, 23);
     this.buttonShowEarlier.TabIndex = 19;
     this.buttonShowEarlier.Text     = "Show earlier";
     this.buttonShowEarlier.UseVisualStyleBackColor = true;
     this.buttonShowEarlier.Click += new System.EventHandler(this.ButtonShowEarlierClick);
     //
     // labelTotalAdjustment
     //
     this.labelTotalAdjustment.AutoSize = true;
     this.labelTotalAdjustment.Location = new System.Drawing.Point(9, 148);
     this.labelTotalAdjustment.Name     = "labelTotalAdjustment";
     this.labelTotalAdjustment.Size     = new System.Drawing.Size(108, 13);
     this.labelTotalAdjustment.TabIndex = 38;
     this.labelTotalAdjustment.Text     = "labelTotalAdjustment";
     //
     // timer1
     //
     this.timer1.Interval = 250;
     //
     // radioButtonAllLines
     //
     this.radioButtonAllLines.AutoSize = true;
     this.radioButtonAllLines.Location = new System.Drawing.Point(14, 70);
     this.radioButtonAllLines.Name     = "radioButtonAllLines";
     this.radioButtonAllLines.Size     = new System.Drawing.Size(60, 17);
     this.radioButtonAllLines.TabIndex = 39;
     this.radioButtonAllLines.TabStop  = true;
     this.radioButtonAllLines.Text     = "All lines";
     this.radioButtonAllLines.UseVisualStyleBackColor = true;
     this.radioButtonAllLines.CheckedChanged         += new System.EventHandler(this.RadioButtonCheckedChanged);
     //
     // radioButtonSelectedLinesOnly
     //
     this.radioButtonSelectedLinesOnly.AutoSize = true;
     this.radioButtonSelectedLinesOnly.Location = new System.Drawing.Point(14, 93);
     this.radioButtonSelectedLinesOnly.Name     = "radioButtonSelectedLinesOnly";
     this.radioButtonSelectedLinesOnly.Size     = new System.Drawing.Size(113, 17);
     this.radioButtonSelectedLinesOnly.TabIndex = 40;
     this.radioButtonSelectedLinesOnly.TabStop  = true;
     this.radioButtonSelectedLinesOnly.Text     = "Selected lines only";
     this.radioButtonSelectedLinesOnly.UseVisualStyleBackColor = true;
     this.radioButtonSelectedLinesOnly.CheckedChanged         += new System.EventHandler(this.RadioButtonCheckedChanged);
     //
     // timeUpDownAdjust
     //
     this.timeUpDownAdjust.AutoSize     = true;
     this.timeUpDownAdjust.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.timeUpDownAdjust.Font         = new System.Drawing.Font("Segoe UI", 9F);
     this.timeUpDownAdjust.Location     = new System.Drawing.Point(12, 23);
     this.timeUpDownAdjust.Margin       = new System.Windows.Forms.Padding(4);
     this.timeUpDownAdjust.Name         = "timeUpDownAdjust";
     this.timeUpDownAdjust.Size         = new System.Drawing.Size(96, 27);
     this.timeUpDownAdjust.TabIndex     = 21;
     timeCode1.Hours                      = 0;
     timeCode1.Milliseconds               = 0;
     timeCode1.Minutes                    = 0;
     timeCode1.Seconds                    = 0;
     timeCode1.TimeSpan                   = System.TimeSpan.Parse("00:00:00");
     timeCode1.TotalMilliseconds          = 0D;
     timeCode1.TotalSeconds               = 0D;
     this.timeUpDownAdjust.TimeCode       = timeCode1;
     this.timeUpDownAdjust.UseVideoOffset = false;
     //
     // radioButtonSelectedLineAndForward
     //
     this.radioButtonSelectedLineAndForward.AutoSize = true;
     this.radioButtonSelectedLineAndForward.Location = new System.Drawing.Point(14, 116);
     this.radioButtonSelectedLineAndForward.Name     = "radioButtonSelectedLineAndForward";
     this.radioButtonSelectedLineAndForward.Size     = new System.Drawing.Size(160, 17);
     this.radioButtonSelectedLineAndForward.TabIndex = 41;
     this.radioButtonSelectedLineAndForward.TabStop  = true;
     this.radioButtonSelectedLineAndForward.Text     = "Selected line(s) and forward";
     this.radioButtonSelectedLineAndForward.UseVisualStyleBackColor = true;
     this.radioButtonSelectedLineAndForward.CheckedChanged         += new System.EventHandler(this.RadioButtonCheckedChanged);
     //
     // ShowEarlierLater
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(301, 170);
     this.Controls.Add(this.radioButtonSelectedLineAndForward);
     this.Controls.Add(this.radioButtonSelectedLinesOnly);
     this.Controls.Add(this.radioButtonAllLines);
     this.Controls.Add(this.buttonShowLater);
     this.Controls.Add(this.buttonShowEarlier);
     this.Controls.Add(this.labelTotalAdjustment);
     this.Controls.Add(this.timeUpDownAdjust);
     this.Controls.Add(this.labelHourMinSecMilliSecond);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ShowEarlierLater";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Show selected lines earlier/later";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.ShowEarlierLater_FormClosing);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.ShowEarlierLater_KeyDown);
     this.ResumeLayout(false);
     this.PerformLayout();
 }