Default window position is now 'Parent center' - thx Mateo :)

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@1221 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
niksedk 2012-06-03 16:00:18 +00:00
parent 8dfce39d71
commit 946ec66eb3
71 changed files with 1385 additions and 358 deletions

View File

@ -102,6 +102,7 @@
this.MinimizeBox = false;
this.Name = "AddToNamesList";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Add to Names List";
this.ResumeLayout(false);
this.PerformLayout();

View File

@ -124,6 +124,7 @@
this.Name = "AddWareForm";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Generate wave form data";
this.Shown += new System.EventHandler(this.AddWareForm_Shown);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AddWareForm_KeyDown);

View File

@ -222,6 +222,7 @@
this.MinimizeBox = false;
this.Name = "AdjustDisplayDuration";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Adjust display time";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormAdjustDisplayTime_KeyDown);
this.groupBoxAdjustVia.ResumeLayout(false);

View File

@ -225,6 +225,7 @@
this.subtitleListView1.HideSelection = false;
this.subtitleListView1.Location = new System.Drawing.Point(6, 19);
this.subtitleListView1.Name = "subtitleListView1";
this.subtitleListView1.OwnerDraw = true;
this.subtitleListView1.Size = new System.Drawing.Size(905, 127);
this.subtitleListView1.TabIndex = 111;
this.subtitleListView1.UseCompatibleStateImageBehavior = false;
@ -250,6 +251,7 @@
this.Name = "ApplyDurationLimits";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Apply duration limits";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ApplyDurationLimits_KeyDown);
((System.ComponentModel.ISupportInitialize)(this.numericUpDownDurationMax)).EndInit();

View File

@ -121,7 +121,7 @@
this.comboBoxConditions.FormattingEnabled = true;
this.comboBoxConditions.Location = new System.Drawing.Point(12, 30);
this.comboBoxConditions.Name = "comboBoxConditions";
this.comboBoxConditions.Size = new System.Drawing.Size(150, 25);
this.comboBoxConditions.Size = new System.Drawing.Size(150, 21);
this.comboBoxConditions.TabIndex = 8;
this.comboBoxConditions.SelectedIndexChanged += new System.EventHandler(this.ComboBoxConditionsSelectedIndexChanged);
//
@ -130,13 +130,13 @@
this.labelCondition.AutoSize = true;
this.labelCondition.Location = new System.Drawing.Point(13, 13);
this.labelCondition.Name = "labelCondition";
this.labelCondition.Size = new System.Drawing.Size(177, 17);
this.labelCondition.Size = new System.Drawing.Size(141, 13);
this.labelCondition.TabIndex = 9;
this.labelCondition.Text = "Only break lines longer than";
//
// AutoBreakUnbreakLines
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(774, 454);
this.Controls.Add(this.labelCondition);
@ -152,6 +152,7 @@
this.Name = "AutoBreakUnbreakLines";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "AutoBreakUnbreakLines";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AutoBreakUnbreakLinesKeyDown);
this.groupBoxLinesFound.ResumeLayout(false);

View File

@ -322,6 +322,7 @@
this.Name = "Beamer";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Beamer";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BeamerFormClosing);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BeamerKeyDown);

View File

@ -161,6 +161,7 @@
this.MinimizeBox = false;
this.Name = "ChangeCasing";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Change casing";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormChangeCasing_KeyDown);
this.groupBoxChangeCasing.ResumeLayout(false);

View File

@ -189,6 +189,7 @@
this.Name = "ChangeCasingNames";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Change casing - Names";
this.Shown += new System.EventHandler(this.ChangeCasingNames_Shown);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ChangeCasingNames_KeyDown);

View File

@ -151,6 +151,7 @@
this.MinimizeBox = false;
this.Name = "ChangeFrameRate";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Change frame rate";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormChangeFrameRate_KeyDown);
this.ResumeLayout(false);

View File

@ -133,6 +133,7 @@
this.Name = "ChooseEncoding";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Choose encoding";
this.Load += new System.EventHandler(this.ChooseEncoding_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormChooseEncoding_KeyDown);

View File

@ -91,6 +91,7 @@
this.MinimizeBox = false;
this.Name = "ChooseLanguage";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Choose language";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ChangeLanguage_KeyDown);
this.ResumeLayout(false);

View File

@ -196,6 +196,7 @@ namespace Nikse.SubtitleEdit.Forms
this.subtitleListView2.HideSelection = false;
this.subtitleListView2.Location = new System.Drawing.Point(490, 48);
this.subtitleListView2.Name = "subtitleListView2";
this.subtitleListView2.OwnerDraw = true;
this.subtitleListView2.Size = new System.Drawing.Size(478, 430);
this.subtitleListView2.TabIndex = 9;
this.subtitleListView2.UseCompatibleStateImageBehavior = false;
@ -214,6 +215,7 @@ namespace Nikse.SubtitleEdit.Forms
this.subtitleListView1.HideSelection = false;
this.subtitleListView1.Location = new System.Drawing.Point(8, 48);
this.subtitleListView1.Name = "subtitleListView1";
this.subtitleListView1.OwnerDraw = true;
this.subtitleListView1.Size = new System.Drawing.Size(476, 430);
this.subtitleListView1.TabIndex = 7;
this.subtitleListView1.UseCompatibleStateImageBehavior = false;
@ -245,6 +247,7 @@ namespace Nikse.SubtitleEdit.Forms
this.Name = "Compare";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Compare subtitles";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Compare_FormClosing);
this.Shown += new System.EventHandler(this.Compare_Shown);

View File

@ -276,6 +276,7 @@
this.Name = "DvdSubRip";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Rip subtitles from ifo/vobs (dvd)";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DvdSubRip_KeyDown);
this.groupBoxDvd.ResumeLayout(false);

View File

@ -137,6 +137,7 @@
this.Name = "DvdSubRipChooseLanguage";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Choose language";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DvdSubRipShowSubtitles_KeyDown);
((System.ComponentModel.ISupportInitialize)(this.pictureBoxImage)).EndInit();

View File

@ -618,6 +618,7 @@
this.MinimumSize = new System.Drawing.Size(648, 462);
this.Name = "EbuSaveOptions";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "EbuSaveOptions";
this.tabControl1.ResumeLayout(false);
this.tabPageHeader.ResumeLayout(false);

View File

@ -203,6 +203,7 @@
this.MinimizeBox = false;
this.Name = "EffectKaraoke";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Karaoke effect";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormEffectkaraoke_KeyDown);
((System.ComponentModel.ISupportInitialize)(this.numericUpDownDelay)).EndInit();

View File

@ -159,6 +159,7 @@
this.MinimizeBox = false;
this.Name = "EffectTypewriter";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Typewriter effect";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormEffectTypewriter_KeyDown);
((System.ComponentModel.ISupportInitialize)(this.numericUpDownDelay)).EndInit();

View File

@ -34,6 +34,7 @@
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.groupBoxImageSettings = new System.Windows.Forms.GroupBox();
this.checkBoxSkipEmptyFrameAtStart = new System.Windows.Forms.CheckBox();
this.comboBoxBottomMargin = new System.Windows.Forms.ComboBox();
this.labelBottomMargin = new System.Windows.Forms.Label();
this.labelFrameRate = new System.Windows.Forms.Label();
@ -62,7 +63,6 @@
this.labelImageResolution = new System.Windows.Forms.Label();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.subtitleListView1 = new Nikse.SubtitleEdit.Controls.SubtitleListView();
this.checkBoxSkipEmptyFrameAtStart = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.groupBoxImageSettings.SuspendLayout();
this.SuspendLayout();
@ -148,6 +148,18 @@
this.groupBoxImageSettings.TabStop = false;
this.groupBoxImageSettings.Text = "Image settings";
//
// checkBoxSkipEmptyFrameAtStart
//
this.checkBoxSkipEmptyFrameAtStart.AutoSize = true;
this.checkBoxSkipEmptyFrameAtStart.Checked = true;
this.checkBoxSkipEmptyFrameAtStart.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxSkipEmptyFrameAtStart.Location = new System.Drawing.Point(276, 131);
this.checkBoxSkipEmptyFrameAtStart.Name = "checkBoxSkipEmptyFrameAtStart";
this.checkBoxSkipEmptyFrameAtStart.Size = new System.Drawing.Size(147, 17);
this.checkBoxSkipEmptyFrameAtStart.TabIndex = 37;
this.checkBoxSkipEmptyFrameAtStart.Text = "Skip empty frames at start";
this.checkBoxSkipEmptyFrameAtStart.UseVisualStyleBackColor = true;
//
// comboBoxBottomMargin
//
this.comboBoxBottomMargin.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
@ -505,24 +517,13 @@
this.subtitleListView1.GridLines = true;
this.subtitleListView1.Location = new System.Drawing.Point(12, 12);
this.subtitleListView1.Name = "subtitleListView1";
this.subtitleListView1.OwnerDraw = true;
this.subtitleListView1.Size = new System.Drawing.Size(712, 200);
this.subtitleListView1.TabIndex = 0;
this.subtitleListView1.UseCompatibleStateImageBehavior = false;
this.subtitleListView1.View = System.Windows.Forms.View.Details;
this.subtitleListView1.SelectedIndexChanged += new System.EventHandler(this.subtitleListView1_SelectedIndexChanged);
//
// checkBoxSkipEmptyFrameAtStart
//
this.checkBoxSkipEmptyFrameAtStart.AutoSize = true;
this.checkBoxSkipEmptyFrameAtStart.Checked = true;
this.checkBoxSkipEmptyFrameAtStart.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxSkipEmptyFrameAtStart.Location = new System.Drawing.Point(276, 131);
this.checkBoxSkipEmptyFrameAtStart.Name = "checkBoxSkipEmptyFrameAtStart";
this.checkBoxSkipEmptyFrameAtStart.Size = new System.Drawing.Size(147, 17);
this.checkBoxSkipEmptyFrameAtStart.TabIndex = 37;
this.checkBoxSkipEmptyFrameAtStart.Text = "Skip empty frames at start";
this.checkBoxSkipEmptyFrameAtStart.UseVisualStyleBackColor = true;
//
// ExportPngXml
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -541,6 +542,7 @@
this.MinimumSize = new System.Drawing.Size(730, 430);
this.Name = "ExportPngXml";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "ExportPngXml";
this.Shown += new System.EventHandler(this.ExportPngXml_Shown);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ExportPngXml_KeyDown);

View File

@ -364,6 +364,7 @@
this.Name = "ExportText";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Export plain text";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ExportText_KeyDown);
this.groupBoxImportOptions.ResumeLayout(false);

View File

@ -217,6 +217,7 @@
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ExtractDateTimeInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Extract date and time information";
this.ResumeLayout(false);
this.PerformLayout();

View File

@ -106,6 +106,7 @@ namespace Nikse.SubtitleEdit.Forms
this.subtitleListView1.Location = new System.Drawing.Point(12, 59);
this.subtitleListView1.MultiSelect = false;
this.subtitleListView1.Name = "subtitleListView1";
this.subtitleListView1.OwnerDraw = true;
this.subtitleListView1.Size = new System.Drawing.Size(572, 250);
this.subtitleListView1.TabIndex = 3;
this.subtitleListView1.UseCompatibleStateImageBehavior = false;
@ -130,6 +131,7 @@ namespace Nikse.SubtitleEdit.Forms
this.MinimizeBox = false;
this.Name = "FindSubtitleLine";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Find subtitle line";
this.Load += new System.EventHandler(this.FormFindSubtitleLine_Load);
this.Shown += new System.EventHandler(this.FormFindSubtitleLine_Shown);

View File

@ -382,6 +382,7 @@ namespace Nikse.SubtitleEdit.Forms
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, 156);
this.subtitleListView1.TabIndex = 110;
this.subtitleListView1.UseCompatibleStateImageBehavior = false;
@ -644,6 +645,7 @@ namespace Nikse.SubtitleEdit.Forms
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);

View File

@ -139,6 +139,7 @@
this.MinimizeBox = false;
this.Name = "GetDictionaries";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Need dictionaries?";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormGetDictionaries_KeyDown);
this.ResumeLayout(false);

View File

@ -175,6 +175,7 @@
this.MinimizeBox = false;
this.Name = "GoogleOrMicrosoftTranslate";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "GoogleOrMicrosoftTranslate";
this.Shown += new System.EventHandler(this.GoogleOrMicrosoftTranslate_Shown);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.GoogleOrMicrosoftTranslate_KeyDown);

View File

@ -150,6 +150,7 @@ namespace Nikse.SubtitleEdit.Forms
this.subtitleListViewTo.HideSelection = false;
this.subtitleListViewTo.Location = new System.Drawing.Point(471, 64);
this.subtitleListViewTo.Name = "subtitleListViewTo";
this.subtitleListViewTo.OwnerDraw = true;
this.subtitleListViewTo.Size = new System.Drawing.Size(428, 459);
this.subtitleListViewTo.TabIndex = 2;
this.subtitleListViewTo.UseCompatibleStateImageBehavior = false;
@ -167,6 +168,7 @@ namespace Nikse.SubtitleEdit.Forms
this.subtitleListViewFrom.HideSelection = false;
this.subtitleListViewFrom.Location = new System.Drawing.Point(18, 64);
this.subtitleListViewFrom.Name = "subtitleListViewFrom";
this.subtitleListViewFrom.OwnerDraw = true;
this.subtitleListViewFrom.Size = new System.Drawing.Size(430, 459);
this.subtitleListViewFrom.TabIndex = 0;
this.subtitleListViewFrom.UseCompatibleStateImageBehavior = false;
@ -199,6 +201,7 @@ namespace Nikse.SubtitleEdit.Forms
this.Name = "GoogleTranslate";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Google translate";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormGoogleTranslate_KeyDown);
this.Resize += new System.EventHandler(this.GoogleTranslate_Resize);

View File

@ -384,6 +384,7 @@
this.Name = "ImportText";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Import text";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ImportTextKeyDown);
this.groupBoxImportText.ResumeLayout(false);

View File

@ -122,6 +122,7 @@
this.Name = "Interjections";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Interjections";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Interjections_KeyDown);
this.groupBoxNamesIgonoreLists.ResumeLayout(false);

View File

@ -36,11 +36,11 @@
this.columnHeaderEndTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeaderFileName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.groupBoxPreview = new System.Windows.Forms.GroupBox();
this.labelTotalLines = new System.Windows.Forms.Label();
this.buttonClear = new System.Windows.Forms.Button();
this.ButtonRemoveVob = new System.Windows.Forms.Button();
this.buttonAddVobFile = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.labelTotalLines = new System.Windows.Forms.Label();
this.groupBoxPreview.SuspendLayout();
this.SuspendLayout();
//
@ -127,6 +127,15 @@
this.groupBoxPreview.TabStop = false;
this.groupBoxPreview.Text = "Add subtitles to join (drop also supported)";
//
// labelTotalLines
//
this.labelTotalLines.AutoSize = true;
this.labelTotalLines.Location = new System.Drawing.Point(7, 232);
this.labelTotalLines.Name = "labelTotalLines";
this.labelTotalLines.Size = new System.Drawing.Size(78, 13);
this.labelTotalLines.TabIndex = 105;
this.labelTotalLines.Text = "labelTotalLines";
//
// buttonClear
//
this.buttonClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
@ -164,15 +173,6 @@
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// labelTotalLines
//
this.labelTotalLines.AutoSize = true;
this.labelTotalLines.Location = new System.Drawing.Point(7, 232);
this.labelTotalLines.Name = "labelTotalLines";
this.labelTotalLines.Size = new System.Drawing.Size(78, 13);
this.labelTotalLines.TabIndex = 105;
this.labelTotalLines.Text = "labelTotalLines";
//
// JoinSubtitles
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -188,6 +188,7 @@
this.Name = "JoinSubtitles";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Join subtitles";
this.Shown += new System.EventHandler(this.JoinSubtitles_Shown);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.JoinSubtitles_KeyDown);

View File

@ -68,6 +68,7 @@
this.reopenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemSubStationAlpha = 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();
@ -289,7 +290,6 @@
this.buttonSecBack1 = new System.Windows.Forms.Button();
this.tabPageAdjust = new System.Windows.Forms.TabPage();
this.labelAdjustTip = new System.Windows.Forms.Label();
this.timeUpDownVideoPositionAdjust = new Nikse.SubtitleEdit.Controls.TimeUpDown();
this.buttonAdjustSetEndTime = new System.Windows.Forms.Button();
this.buttonSetEndAndGoToNext = new System.Windows.Forms.Button();
this.buttonSetStartAndOffsetRest = new System.Windows.Forms.Button();
@ -307,6 +307,7 @@
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.videoTimer = 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);
@ -775,6 +776,7 @@
this.reopenToolStripMenuItem,
this.saveToolStripMenuItem,
this.saveAsToolStripMenuItem,
this.toolStripMenuItemSubStationAlpha,
this.toolStripSeparator20,
this.openOriginalToolStripMenuItem,
this.saveOriginalToolStripMenuItem,
@ -837,6 +839,13 @@
this.saveAsToolStripMenuItem.Text = "Save as...";
this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.SaveAsToolStripMenuItemClick);
//
// toolStripMenuItemSubStationAlpha
//
this.toolStripMenuItemSubStationAlpha.Name = "toolStripMenuItemSubStationAlpha";
this.toolStripMenuItemSubStationAlpha.Size = new System.Drawing.Size(334, 22);
this.toolStripMenuItemSubStationAlpha.Text = "Advanced Sub Station Alpha properties...";
this.toolStripMenuItemSubStationAlpha.Click += new System.EventHandler(this.toolStripMenuItemSubStationAlpha_Click);
//
// toolStripSeparator20
//
this.toolStripSeparator20.Name = "toolStripSeparator20";
@ -1784,66 +1793,66 @@
this.fixCommonErrorsInSelectedLinesToolStripMenuItem,
this.changeCasingForSelectedLinesToolStripMenuItem});
this.contextMenuStripListview.Name = "contextMenuStripListview";
this.contextMenuStripListview.Size = new System.Drawing.Size(345, 850);
this.contextMenuStripListview.Size = new System.Drawing.Size(285, 782);
this.contextMenuStripListview.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStripListviewOpening);
//
// setStylesForSelectedLinesToolStripMenuItem
//
this.setStylesForSelectedLinesToolStripMenuItem.Name = "setStylesForSelectedLinesToolStripMenuItem";
this.setStylesForSelectedLinesToolStripMenuItem.Size = new System.Drawing.Size(344, 24);
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(344, 24);
this.toolStripMenuItemAssStyles.Size = new System.Drawing.Size(284, 22);
this.toolStripMenuItemAssStyles.Text = "ASS: Styles...";
this.toolStripMenuItemAssStyles.Click += new System.EventHandler(this.toolStripMenuItemAssStyles_Click);
//
// toolStripMenuItemDelete
//
this.toolStripMenuItemDelete.Name = "toolStripMenuItemDelete";
this.toolStripMenuItemDelete.Size = new System.Drawing.Size(344, 24);
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(344, 24);
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(344, 24);
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(344, 24);
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(344, 24);
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);
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(341, 6);
this.toolStripSeparator7.Size = new System.Drawing.Size(281, 6);
//
// splitLineToolStripMenuItem
//
this.splitLineToolStripMenuItem.Name = "splitLineToolStripMenuItem";
this.splitLineToolStripMenuItem.Size = new System.Drawing.Size(344, 24);
this.splitLineToolStripMenuItem.Size = new System.Drawing.Size(284, 22);
this.splitLineToolStripMenuItem.Text = "Split";
this.splitLineToolStripMenuItem.Click += new System.EventHandler(this.SplitLineToolStripMenuItemClick);
//
@ -1852,47 +1861,47 @@
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(344, 24);
this.toolStripMenuItemMergeLines.Size = new System.Drawing.Size(284, 22);
this.toolStripMenuItemMergeLines.Text = "Merge selected lines";
this.toolStripMenuItemMergeLines.Click += new System.EventHandler(this.ToolStripMenuItemMergeLinesClick);
//
// toolStripMenuItemMergeDialogue
//
this.toolStripMenuItemMergeDialogue.Name = "toolStripMenuItemMergeDialogue";
this.toolStripMenuItemMergeDialogue.Size = new System.Drawing.Size(344, 24);
this.toolStripMenuItemMergeDialogue.Size = new System.Drawing.Size(284, 22);
this.toolStripMenuItemMergeDialogue.Text = "Merge selected lines as dialogue";
this.toolStripMenuItemMergeDialogue.Click += new System.EventHandler(this.ToolStripMenuItemMergeDialogueClick);
//
// mergeBeforeToolStripMenuItem
//
this.mergeBeforeToolStripMenuItem.Name = "mergeBeforeToolStripMenuItem";
this.mergeBeforeToolStripMenuItem.Size = new System.Drawing.Size(344, 24);
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(344, 24);
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(341, 6);
this.toolStripSeparator8.Size = new System.Drawing.Size(281, 6);
//
// normalToolStripMenuItem
//
this.normalToolStripMenuItem.Name = "normalToolStripMenuItem";
this.normalToolStripMenuItem.Size = new System.Drawing.Size(344, 24);
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(344, 24);
this.boldToolStripMenuItem.Size = new System.Drawing.Size(284, 22);
this.boldToolStripMenuItem.Text = "Bold";
this.boldToolStripMenuItem.Click += new System.EventHandler(this.BoldToolStripMenuItemClick);
//
@ -1900,155 +1909,155 @@
//
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(344, 24);
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(344, 24);
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(344, 24);
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(344, 24);
this.toolStripMenuItemFont.Size = new System.Drawing.Size(284, 22);
this.toolStripMenuItemFont.Text = "Font name...";
this.toolStripMenuItemFont.Click += new System.EventHandler(this.toolStripMenuItemFont_Click);
//
// toolStripMenuItemSurroundWithMusicSymbols
//
this.toolStripMenuItemSurroundWithMusicSymbols.Name = "toolStripMenuItemSurroundWithMusicSymbols";
this.toolStripMenuItemSurroundWithMusicSymbols.Size = new System.Drawing.Size(344, 24);
this.toolStripMenuItemSurroundWithMusicSymbols.Size = new System.Drawing.Size(284, 22);
this.toolStripMenuItemSurroundWithMusicSymbols.Text = "♪";
this.toolStripMenuItemSurroundWithMusicSymbols.Click += new System.EventHandler(this.ToolStripMenuItemSurroundWithMusicSymbolsClick);
//
// toolStripMenuItemAlignTop
//
this.toolStripMenuItemAlignTop.Name = "toolStripMenuItemAlignTop";
this.toolStripMenuItemAlignTop.Size = new System.Drawing.Size(344, 24);
this.toolStripMenuItemAlignTop.Size = new System.Drawing.Size(284, 22);
this.toolStripMenuItemAlignTop.Text = "Align top";
this.toolStripMenuItemAlignTop.Click += new System.EventHandler(this.toolStripMenuItemAlignTop_Click);
//
// toolStripMenuItemAlignMiddle
//
this.toolStripMenuItemAlignMiddle.Name = "toolStripMenuItemAlignMiddle";
this.toolStripMenuItemAlignMiddle.Size = new System.Drawing.Size(344, 24);
this.toolStripMenuItemAlignMiddle.Size = new System.Drawing.Size(284, 22);
this.toolStripMenuItemAlignMiddle.Text = "Align middle";
this.toolStripMenuItemAlignMiddle.Click += new System.EventHandler(this.toolStripMenuItemAlignMiddle_Click);
//
// toolStripMenuItemLeft
//
this.toolStripMenuItemLeft.Name = "toolStripMenuItemLeft";
this.toolStripMenuItemLeft.Size = new System.Drawing.Size(344, 24);
this.toolStripMenuItemLeft.Size = new System.Drawing.Size(284, 22);
this.toolStripMenuItemLeft.Text = "Align left";
this.toolStripMenuItemLeft.Click += new System.EventHandler(this.toolStripMenuItemLeft_Click);
//
// toolStripMenuItemRight
//
this.toolStripMenuItemRight.Name = "toolStripMenuItemRight";
this.toolStripMenuItemRight.Size = new System.Drawing.Size(344, 24);
this.toolStripMenuItemRight.Size = new System.Drawing.Size(284, 22);
this.toolStripMenuItemRight.Text = "Align right";
this.toolStripMenuItemRight.Click += new System.EventHandler(this.toolStripMenuItemRight_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(341, 6);
this.toolStripSeparator2.Size = new System.Drawing.Size(281, 6);
//
// toolStripMenuItemAutoBreakLines
//
this.toolStripMenuItemAutoBreakLines.Name = "toolStripMenuItemAutoBreakLines";
this.toolStripMenuItemAutoBreakLines.Size = new System.Drawing.Size(344, 24);
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(344, 24);
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(341, 6);
this.toolStripSeparatorBreakLines.Size = new System.Drawing.Size(281, 6);
//
// typeEffectToolStripMenuItem
//
this.typeEffectToolStripMenuItem.Name = "typeEffectToolStripMenuItem";
this.typeEffectToolStripMenuItem.Size = new System.Drawing.Size(344, 24);
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(344, 24);
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(341, 6);
this.toolStripSeparatorAdvancedFunctions.Size = new System.Drawing.Size(281, 6);
//
// showSelectedLinesEarlierlaterToolStripMenuItem
//
this.showSelectedLinesEarlierlaterToolStripMenuItem.Name = "showSelectedLinesEarlierlaterToolStripMenuItem";
this.showSelectedLinesEarlierlaterToolStripMenuItem.Size = new System.Drawing.Size(344, 24);
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(344, 24);
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(344, 24);
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(344, 24);
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(344, 24);
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(344, 24);
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(344, 24);
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);
//
@ -2770,7 +2779,6 @@
// tabPageAdjust
//
this.tabPageAdjust.Controls.Add(this.labelAdjustTip);
this.tabPageAdjust.Controls.Add(this.timeUpDownVideoPositionAdjust);
this.tabPageAdjust.Controls.Add(this.buttonAdjustSetEndTime);
this.tabPageAdjust.Controls.Add(this.buttonSetEndAndGoToNext);
this.tabPageAdjust.Controls.Add(this.buttonSetStartAndOffsetRest);
@ -2788,6 +2796,7 @@
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);
@ -2805,16 +2814,6 @@
this.labelAdjustTip.TabIndex = 14;
this.labelAdjustTip.Text = "Tip: Use <ctrl+arrow left/right> keys";
//
// 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(92, 25);
this.timeUpDownVideoPositionAdjust.TabIndex = 13;
//
// buttonAdjustSetEndTime
//
this.buttonAdjustSetEndTime.Location = new System.Drawing.Point(6, 84);
@ -3013,6 +3012,16 @@
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(92, 25);
this.timeUpDownVideoPositionAdjust.TabIndex = 13;
//
// videoTimer
//
this.videoTimer.Interval = 50;
@ -3052,79 +3061,79 @@
this.showOnlyWaveformToolStripMenuItem,
this.showOnlySpectrogramToolStripMenuItem});
this.contextMenuStripWaveForm.Name = "contextMenuStripWaveForm";
this.contextMenuStripWaveForm.Size = new System.Drawing.Size(302, 232);
this.contextMenuStripWaveForm.Size = new System.Drawing.Size(253, 214);
this.contextMenuStripWaveForm.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStripWaveFormOpening);
//
// addParagraphHereToolStripMenuItem
//
this.addParagraphHereToolStripMenuItem.Name = "addParagraphHereToolStripMenuItem";
this.addParagraphHereToolStripMenuItem.Size = new System.Drawing.Size(301, 24);
this.addParagraphHereToolStripMenuItem.Size = new System.Drawing.Size(252, 22);
this.addParagraphHereToolStripMenuItem.Text = "Add paragraph here";
this.addParagraphHereToolStripMenuItem.Click += new System.EventHandler(this.addParagraphHereToolStripMenuItem_Click);
//
// deleteParagraphToolStripMenuItem
//
this.deleteParagraphToolStripMenuItem.Name = "deleteParagraphToolStripMenuItem";
this.deleteParagraphToolStripMenuItem.Size = new System.Drawing.Size(301, 24);
this.deleteParagraphToolStripMenuItem.Size = new System.Drawing.Size(252, 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(301, 24);
this.splitToolStripMenuItem1.Size = new System.Drawing.Size(252, 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(301, 24);
this.mergeWithPreviousToolStripMenuItem.Size = new System.Drawing.Size(252, 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(301, 24);
this.mergeWithNextToolStripMenuItem.Size = new System.Drawing.Size(252, 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(298, 6);
this.toolStripSeparator11.Size = new System.Drawing.Size(249, 6);
//
// toolStripMenuItemWaveFormPlaySelection
//
this.toolStripMenuItemWaveFormPlaySelection.Name = "toolStripMenuItemWaveFormPlaySelection";
this.toolStripMenuItemWaveFormPlaySelection.Size = new System.Drawing.Size(301, 24);
this.toolStripMenuItemWaveFormPlaySelection.Size = new System.Drawing.Size(252, 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(298, 6);
this.toolStripSeparator24.Size = new System.Drawing.Size(249, 6);
//
// showWaveformAndSpectrogramToolStripMenuItem
//
this.showWaveformAndSpectrogramToolStripMenuItem.Name = "showWaveformAndSpectrogramToolStripMenuItem";
this.showWaveformAndSpectrogramToolStripMenuItem.Size = new System.Drawing.Size(301, 24);
this.showWaveformAndSpectrogramToolStripMenuItem.Size = new System.Drawing.Size(252, 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(301, 24);
this.showOnlyWaveformToolStripMenuItem.Size = new System.Drawing.Size(252, 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(301, 24);
this.showOnlySpectrogramToolStripMenuItem.Size = new System.Drawing.Size(252, 22);
this.showOnlySpectrogramToolStripMenuItem.Text = "Show only spectrogram";
this.showOnlySpectrogramToolStripMenuItem.Click += new System.EventHandler(this.ShowOnlySpectrogramToolStripMenuItemClick);
//
@ -3361,14 +3370,14 @@
this.superscriptToolStripMenuItem,
this.subscriptToolStripMenuItem});
this.contextMenuStripTextBoxListView.Name = "contextMenuStripTextBoxListView";
this.contextMenuStripTextBoxListView.Size = new System.Drawing.Size(257, 382);
this.contextMenuStripTextBoxListView.Size = new System.Drawing.Size(215, 352);
this.contextMenuStripTextBoxListView.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStripTextBoxListViewOpening);
//
// 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(256, 24);
this.cutToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
this.cutToolStripMenuItem.Text = "Cut";
this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click);
//
@ -3376,7 +3385,7 @@
//
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(256, 24);
this.copyToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
this.copyToolStripMenuItem.Text = "Copy";
this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
//
@ -3384,53 +3393,53 @@
//
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(256, 24);
this.pasteToolStripMenuItem.Size = new System.Drawing.Size(214, 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(256, 24);
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(214, 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(256, 24);
this.toolStripMenuItemSplitTextAtCursor.Size = new System.Drawing.Size(214, 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(253, 6);
this.toolStripSeparator18.Size = new System.Drawing.Size(211, 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(256, 24);
this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(214, 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(253, 6);
this.toolStripSeparator17.Size = new System.Drawing.Size(211, 6);
//
// normalToolStripMenuItem1
//
this.normalToolStripMenuItem1.Name = "normalToolStripMenuItem1";
this.normalToolStripMenuItem1.Size = new System.Drawing.Size(256, 24);
this.normalToolStripMenuItem1.Size = new System.Drawing.Size(214, 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(256, 24);
this.boldToolStripMenuItem1.Size = new System.Drawing.Size(214, 22);
this.boldToolStripMenuItem1.Text = "Bold";
this.boldToolStripMenuItem1.Click += new System.EventHandler(this.BoldToolStripMenuItem1Click);
//
@ -3438,53 +3447,53 @@
//
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(256, 24);
this.italicToolStripMenuItem1.Size = new System.Drawing.Size(214, 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(256, 24);
this.underlineToolStripMenuItem1.Size = new System.Drawing.Size(214, 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(256, 24);
this.colorToolStripMenuItem1.Size = new System.Drawing.Size(214, 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(256, 24);
this.fontNameToolStripMenuItem.Size = new System.Drawing.Size(214, 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(253, 6);
this.toolStripSeparator26.Size = new System.Drawing.Size(211, 6);
//
// toolStripMenuItemInsertUnicodeSymbol
//
this.toolStripMenuItemInsertUnicodeSymbol.Name = "toolStripMenuItemInsertUnicodeSymbol";
this.toolStripMenuItemInsertUnicodeSymbol.Size = new System.Drawing.Size(256, 24);
this.toolStripMenuItemInsertUnicodeSymbol.Size = new System.Drawing.Size(214, 22);
this.toolStripMenuItemInsertUnicodeSymbol.Text = "Insert unicode character";
//
// superscriptToolStripMenuItem
//
this.superscriptToolStripMenuItem.Name = "superscriptToolStripMenuItem";
this.superscriptToolStripMenuItem.Size = new System.Drawing.Size(256, 24);
this.superscriptToolStripMenuItem.Size = new System.Drawing.Size(214, 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(256, 24);
this.subscriptToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
this.subscriptToolStripMenuItem.Text = "Subscript";
this.subscriptToolStripMenuItem.Click += new System.EventHandler(this.SubscriptToolStripMenuItemClick);
//
@ -3749,12 +3758,12 @@
this.contextMenuStripEmpty.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.insertLineToolStripMenuItem});
this.contextMenuStripEmpty.Name = "contextMenuStripEmpty";
this.contextMenuStripEmpty.Size = new System.Drawing.Size(143, 28);
this.contextMenuStripEmpty.Size = new System.Drawing.Size(126, 26);
//
// insertLineToolStripMenuItem
//
this.insertLineToolStripMenuItem.Name = "insertLineToolStripMenuItem";
this.insertLineToolStripMenuItem.Size = new System.Drawing.Size(142, 24);
this.insertLineToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
this.insertLineToolStripMenuItem.Text = "Insert line";
this.insertLineToolStripMenuItem.Click += new System.EventHandler(this.InsertLineToolStripMenuItemClick);
//
@ -4204,6 +4213,7 @@
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemExportCaptionInc;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemExportUltech130;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemAssStyles;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemSubStationAlpha;
}
}

View File

@ -1560,7 +1560,10 @@ namespace Nikse.SubtitleEdit.Forms
private void AboutToolStripMenuItemClick(object sender, EventArgs e)
{
ReloadFromSourceView();
new About().ShowDialog(this);
var about = new About();
_formPositionsAndSizes.SetPositionAndSize(about);
about.ShowDialog(this);
_formPositionsAndSizes.SavePositionAndSize(about);
}
private void VisualSyncToolStripMenuItemClick(object sender, EventArgs e)
@ -10482,6 +10485,22 @@ namespace Nikse.SubtitleEdit.Forms
else
removeOriginalToolStripMenuItem.Visible = false;
}
var format = GetCurrentSubtitleFormat();
if (format.GetType() == typeof(AdvancedSubStationAlpha))
{
toolStripMenuItemSubStationAlpha.Visible = true;
toolStripMenuItemSubStationAlpha.Text = Configuration.Settings.Language.Main.Menu.File.AdvancedSubStationAlphaProperties;
}
else if (format.GetType() == typeof(SubStationAlpha))
{
toolStripMenuItemSubStationAlpha.Visible = true;
toolStripMenuItemSubStationAlpha.Text = Configuration.Settings.Language.Main.Menu.File.SubStationAlphaProperties;
}
else
{
toolStripMenuItemSubStationAlpha.Visible = false;
}
toolStripSeparator20.Visible = subtitleLoaded;
}
@ -10728,6 +10747,9 @@ namespace Nikse.SubtitleEdit.Forms
toolStripMenuItemReverseRightToLeftStartEnd.Visible = true;
joinSubtitlesToolStripMenuItem.Visible = true;
plainTextWithoutLineBreaksToolStripMenuItem.Visible = false;
toolStripMenuItemExportCaptionInc.Visible = true;
toolStripMenuItemExportUltech130.Visible = true;
}
else
{
@ -10740,6 +10762,9 @@ namespace Nikse.SubtitleEdit.Forms
// toolStripMenuItemRightToLeftMode.Visible = false;
toolStripMenuItemReverseRightToLeftStartEnd.Visible = !string.IsNullOrEmpty(_language.Menu.Edit.ReverseRightToLeftStartEnd);
joinSubtitlesToolStripMenuItem.Visible = false;
toolStripMenuItemExportCaptionInc.Visible = false;
toolStripMenuItemExportUltech130.Visible = false;
}
}
@ -11715,6 +11740,7 @@ namespace Nikse.SubtitleEdit.Forms
_networkSession = new NikseWebServiceSession(_subtitle, _subtitleAlternate, TimerWebServiceTick, OnUpdateUserLogEntries);
NetworkStart networkNew = new NetworkStart();
networkNew.Initialize(_networkSession, _fileName);
_formPositionsAndSizes.SetPositionAndSize(networkNew);
if (networkNew.ShowDialog(this) == DialogResult.OK)
{
if (GetCurrentSubtitleFormat().GetType() == typeof(AdvancedSubStationAlpha) || GetCurrentSubtitleFormat().GetType() == typeof(SubStationAlpha))
@ -11734,6 +11760,7 @@ namespace Nikse.SubtitleEdit.Forms
{
_networkSession = null;
}
_formPositionsAndSizes.SavePositionAndSize(networkNew);
}
private void joinSessionToolStripMenuItem_Click(object sender, EventArgs e)
@ -14008,6 +14035,7 @@ namespace Nikse.SubtitleEdit.Forms
{
ReloadFromSourceView();
var joinSubtitles = new JoinSubtitles();
_formPositionsAndSizes.SetPositionAndSize(joinSubtitles);
if (joinSubtitles.ShowDialog(this) == DialogResult.OK)
{
if (joinSubtitles.JoinedSubtitle != null && joinSubtitles.JoinedSubtitle.Paragraphs.Count > 0 && ContinueNewOrExit())
@ -14026,6 +14054,7 @@ namespace Nikse.SubtitleEdit.Forms
ShowStatus(_language.SubtitleSplitted); //TODO: add language tags
}
}
_formPositionsAndSizes.SavePositionAndSize(joinSubtitles);
}
private void toolStripMenuItemReverseRightToLeftStartEnd_Click(object sender, EventArgs e)
@ -14174,5 +14203,13 @@ namespace Nikse.SubtitleEdit.Forms
}
}
private void toolStripMenuItemSubStationAlpha_Click(object sender, EventArgs e)
{
var properties = new SubStationAlphaProperties(_subtitle, GetCurrentSubtitleFormat());
_formPositionsAndSizes.SetPositionAndSize(properties);
properties.ShowDialog(this);
_formPositionsAndSizes.SavePositionAndSize(properties);
}
}
}

View File

@ -681,7 +681,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAD2
CAAAAk1TRnQBSQFMAgEBAgEAAXgBEwF4ARMBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
CAAAAk1TRnQBSQFMAgEBAgEAAagBEwGoARMBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA

View File

@ -95,6 +95,7 @@
this.Name = "MatroskaSubtitleChooser";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Choose subtitle from Matroska file";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormMatroskaSubtitleChooser_KeyDown);
this.ResumeLayout(false);

View File

@ -209,6 +209,7 @@ namespace Nikse.SubtitleEdit.Forms
this.SubtitleListview1.HideSelection = false;
this.SubtitleListview1.Location = new System.Drawing.Point(10, 274);
this.SubtitleListview1.Name = "SubtitleListview1";
this.SubtitleListview1.OwnerDraw = true;
this.SubtitleListview1.Size = new System.Drawing.Size(757, 282);
this.SubtitleListview1.TabIndex = 4;
this.SubtitleListview1.UseCompatibleStateImageBehavior = false;
@ -234,6 +235,7 @@ namespace Nikse.SubtitleEdit.Forms
this.Name = "MergeShortLines";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "MergeShortLines";
this.Shown += new System.EventHandler(this.MergeShortLines_Shown);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MergeShortLines_KeyDown);

View File

@ -54,11 +54,11 @@
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.moveUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.moveDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.buttonOK = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.moveUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.moveDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.groupBoxLinesFound.SuspendLayout();
this.groupBoxReplaces.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
@ -316,6 +316,20 @@
this.deleteToolStripMenuItem.Text = "Delete";
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.DeleteToolStripMenuItemClick);
//
// moveUpToolStripMenuItem
//
this.moveUpToolStripMenuItem.Name = "moveUpToolStripMenuItem";
this.moveUpToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.moveUpToolStripMenuItem.Text = "Move up";
this.moveUpToolStripMenuItem.Click += new System.EventHandler(this.moveUpToolStripMenuItem_Click);
//
// moveDownToolStripMenuItem
//
this.moveDownToolStripMenuItem.Name = "moveDownToolStripMenuItem";
this.moveDownToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.moveDownToolStripMenuItem.Text = "Move down";
this.moveDownToolStripMenuItem.Click += new System.EventHandler(this.moveDownToolStripMenuItem_Click);
//
// buttonOK
//
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
@ -358,20 +372,6 @@
this.splitContainer1.SplitterDistance = 303;
this.splitContainer1.TabIndex = 12;
//
// moveUpToolStripMenuItem
//
this.moveUpToolStripMenuItem.Name = "moveUpToolStripMenuItem";
this.moveUpToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.moveUpToolStripMenuItem.Text = "Move up";
this.moveUpToolStripMenuItem.Click += new System.EventHandler(this.moveUpToolStripMenuItem_Click);
//
// moveDownToolStripMenuItem
//
this.moveDownToolStripMenuItem.Name = "moveDownToolStripMenuItem";
this.moveDownToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.moveDownToolStripMenuItem.Text = "Move down";
this.moveDownToolStripMenuItem.Click += new System.EventHandler(this.moveDownToolStripMenuItem_Click);
//
// MultipleReplace
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -385,6 +385,7 @@
this.Name = "MultipleReplace";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Multiple replace";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MultipleReplace_KeyDown);
this.groupBoxLinesFound.ResumeLayout(false);

View File

@ -141,6 +141,7 @@
this.MinimumSize = new System.Drawing.Size(200, 300);
this.Name = "NetworkChat";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "NetworkChat";
this.ResumeLayout(false);
this.PerformLayout();

View File

@ -125,7 +125,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAo
EgAAAk1TRnQBSQFMAgEBCAEAAcgBAAHIAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
EgAAAk1TRnQBSQFMAgEBCAEAAdABAAHQAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAATADAAEBAQABCAYAAQwYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA

View File

@ -156,6 +156,7 @@
this.MinimizeBox = false;
this.Name = "NetworkJoin";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Join network session";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.NetworkJoin_KeyDown);
this.ResumeLayout(false);

View File

@ -148,6 +148,7 @@
this.Name = "NetworkLogAndInfo";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Network session info and log";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.NetworkLogAndInfo_KeyDown);
this.ResumeLayout(false);

View File

@ -155,6 +155,7 @@
this.MinimizeBox = false;
this.Name = "NetworkStart";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Start network session";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.NetworkNew_KeyDown);
this.ResumeLayout(false);

View File

@ -352,6 +352,7 @@
this.Name = "OcrSpellCheck";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "OCR spellcheck";
this.groupBoxSuggestions.ResumeLayout(false);
this.GroupBoxEditWord.ResumeLayout(false);

View File

@ -122,6 +122,7 @@
this.MinimizeBox = false;
this.Name = "PacEncoding";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "PacEncoding";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PacEncoding_KeyDown);
this.ResumeLayout(false);

View File

@ -138,7 +138,7 @@
this.checkBoxRemoveTextBeforeColon.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxRemoveTextBeforeColon.Location = new System.Drawing.Point(241, 26);
this.checkBoxRemoveTextBeforeColon.Name = "checkBoxRemoveTextBeforeColon";
this.checkBoxRemoveTextBeforeColon.Size = new System.Drawing.Size(175, 17);
this.checkBoxRemoveTextBeforeColon.Size = new System.Drawing.Size(169, 17);
this.checkBoxRemoveTextBeforeColon.TabIndex = 10;
this.checkBoxRemoveTextBeforeColon.Text = "Remove text before a colon (:)";
this.checkBoxRemoveTextBeforeColon.UseVisualStyleBackColor = true;
@ -186,7 +186,7 @@
this.checkBoxRemoveInterjections.AutoSize = true;
this.checkBoxRemoveInterjections.Location = new System.Drawing.Point(241, 141);
this.checkBoxRemoveInterjections.Name = "checkBoxRemoveInterjections";
this.checkBoxRemoveInterjections.Size = new System.Drawing.Size(130, 17);
this.checkBoxRemoveInterjections.Size = new System.Drawing.Size(128, 17);
this.checkBoxRemoveInterjections.TabIndex = 14;
this.checkBoxRemoveInterjections.Text = "Remove interjections ";
this.checkBoxRemoveInterjections.UseVisualStyleBackColor = true;
@ -221,7 +221,7 @@
this.checkBoxRemoveWhereContains.AutoSize = true;
this.checkBoxRemoveWhereContains.Location = new System.Drawing.Point(241, 92);
this.checkBoxRemoveWhereContains.Name = "checkBoxRemoveWhereContains";
this.checkBoxRemoveWhereContains.Size = new System.Drawing.Size(153, 17);
this.checkBoxRemoveWhereContains.Size = new System.Drawing.Size(148, 17);
this.checkBoxRemoveWhereContains.TabIndex = 12;
this.checkBoxRemoveWhereContains.Text = "Remove text if it contains:";
this.checkBoxRemoveWhereContains.UseVisualStyleBackColor = true;
@ -262,7 +262,7 @@
this.checkBoxRemoveTextBeforeColonOnlyUppercase.AutoSize = true;
this.checkBoxRemoveTextBeforeColonOnlyUppercase.Location = new System.Drawing.Point(261, 46);
this.checkBoxRemoveTextBeforeColonOnlyUppercase.Name = "checkBoxRemoveTextBeforeColonOnlyUppercase";
this.checkBoxRemoveTextBeforeColonOnlyUppercase.Size = new System.Drawing.Size(151, 17);
this.checkBoxRemoveTextBeforeColonOnlyUppercase.Size = new System.Drawing.Size(153, 17);
this.checkBoxRemoveTextBeforeColonOnlyUppercase.TabIndex = 11;
this.checkBoxRemoveTextBeforeColonOnlyUppercase.Text = "Only if text is UPPERCASE";
this.checkBoxRemoveTextBeforeColonOnlyUppercase.UseVisualStyleBackColor = true;
@ -273,7 +273,7 @@
this.checkBoxOnlyIfInSeparateLine.AutoSize = true;
this.checkBoxOnlyIfInSeparateLine.Location = new System.Drawing.Point(21, 172);
this.checkBoxOnlyIfInSeparateLine.Name = "checkBoxOnlyIfInSeparateLine";
this.checkBoxOnlyIfInSeparateLine.Size = new System.Drawing.Size(137, 17);
this.checkBoxOnlyIfInSeparateLine.Size = new System.Drawing.Size(133, 17);
this.checkBoxOnlyIfInSeparateLine.TabIndex = 9;
this.checkBoxOnlyIfInSeparateLine.Text = "Only if on separate line";
this.checkBoxOnlyIfInSeparateLine.UseVisualStyleBackColor = true;
@ -298,7 +298,7 @@
this.checkBoxRemoveTextBetweenQuestionMarks.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxRemoveTextBetweenQuestionMarks.Location = new System.Drawing.Point(20, 115);
this.checkBoxRemoveTextBetweenQuestionMarks.Name = "checkBoxRemoveTextBetweenQuestionMarks";
this.checkBoxRemoveTextBetweenQuestionMarks.Size = new System.Drawing.Size(76, 17);
this.checkBoxRemoveTextBetweenQuestionMarks.Size = new System.Drawing.Size(82, 17);
this.checkBoxRemoveTextBetweenQuestionMarks.TabIndex = 4;
this.checkBoxRemoveTextBetweenQuestionMarks.Text = "\"?\" and \"?\"";
this.checkBoxRemoveTextBetweenQuestionMarks.UseVisualStyleBackColor = true;
@ -311,7 +311,7 @@
this.checkBoxRemoveTextBetweenParentheses.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxRemoveTextBetweenParentheses.Location = new System.Drawing.Point(20, 69);
this.checkBoxRemoveTextBetweenParentheses.Name = "checkBoxRemoveTextBetweenParentheses";
this.checkBoxRemoveTextBetweenParentheses.Size = new System.Drawing.Size(74, 17);
this.checkBoxRemoveTextBetweenParentheses.Size = new System.Drawing.Size(76, 17);
this.checkBoxRemoveTextBetweenParentheses.TabIndex = 2;
this.checkBoxRemoveTextBetweenParentheses.Text = "\"(\" and \")\"";
this.checkBoxRemoveTextBetweenParentheses.UseVisualStyleBackColor = true;
@ -324,7 +324,7 @@
this.checkBoxRemoveTextBetweenBrackets.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxRemoveTextBetweenBrackets.Location = new System.Drawing.Point(20, 92);
this.checkBoxRemoveTextBetweenBrackets.Name = "checkBoxRemoveTextBetweenBrackets";
this.checkBoxRemoveTextBetweenBrackets.Size = new System.Drawing.Size(76, 17);
this.checkBoxRemoveTextBetweenBrackets.Size = new System.Drawing.Size(78, 17);
this.checkBoxRemoveTextBetweenBrackets.TabIndex = 3;
this.checkBoxRemoveTextBetweenBrackets.Text = "\"{\" and \"}\"";
this.checkBoxRemoveTextBetweenBrackets.UseVisualStyleBackColor = true;
@ -337,7 +337,7 @@
this.checkBoxRemoveTextBetweenSquares.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxRemoveTextBetweenSquares.Location = new System.Drawing.Point(20, 45);
this.checkBoxRemoveTextBetweenSquares.Name = "checkBoxRemoveTextBetweenSquares";
this.checkBoxRemoveTextBetweenSquares.Size = new System.Drawing.Size(74, 17);
this.checkBoxRemoveTextBetweenSquares.Size = new System.Drawing.Size(76, 17);
this.checkBoxRemoveTextBetweenSquares.TabIndex = 1;
this.checkBoxRemoveTextBetweenSquares.Text = "\"[\" and \"]\"";
this.checkBoxRemoveTextBetweenSquares.UseVisualStyleBackColor = true;
@ -368,6 +368,7 @@
this.Name = "FormRemoveTextForHearImpaired";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Remove text for hearing impaired";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormRemoveTextForHearImpaired_FormClosing);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormRemoveTextForHearImpaired_KeyDown);

View File

@ -66,6 +66,7 @@
this.SubtitleListview1.HideSelection = false;
this.SubtitleListview1.Location = new System.Drawing.Point(6, 19);
this.SubtitleListview1.Name = "SubtitleListview1";
this.SubtitleListview1.OwnerDraw = true;
this.SubtitleListview1.Size = new System.Drawing.Size(714, 341);
this.SubtitleListview1.TabIndex = 5;
this.SubtitleListview1.UseCompatibleStateImageBehavior = false;
@ -154,6 +155,7 @@
this.Name = "SetMinimumDisplayTimeBetweenParagraphs";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Set minimum display time between paragraphs";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SetMinimalDisplayTimeDifference_KeyDown);
this.groupBoxLinesFound.ResumeLayout(false);

View File

@ -98,6 +98,7 @@
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.TabIndex = 11;
this.subtitleListView1.UseCompatibleStateImageBehavior = false;
@ -283,6 +284,7 @@
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);

View File

@ -218,9 +218,20 @@
this.buttonUpdateShortcut = new System.Windows.Forms.Button();
this.treeViewShortcuts = new System.Windows.Forms.TreeView();
this.labelShortcut = new System.Windows.Forms.Label();
this.tabPageSyntaxColoring = new System.Windows.Forms.TabPage();
this.groupBoxListViewSyntaxColoring = new System.Windows.Forms.GroupBox();
this.checkBoxSyntaxOverlap = new System.Windows.Forms.CheckBox();
this.checkBoxSyntaxColorTextTooLong = new System.Windows.Forms.CheckBox();
this.checkBoxSyntaxColorDurationTooLarge = new System.Windows.Forms.CheckBox();
this.checkBoxSyntaxColorDurationTooSmall = new System.Windows.Forms.CheckBox();
this.colorDialogSSAStyle = new System.Windows.Forms.ColorDialog();
this.fontDialogSSAStyle = new System.Windows.Forms.FontDialog();
this.labelStatus = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.buttonListViewSyntaxColorWarning = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.buttonListViewSyntaxColorError = new System.Windows.Forms.Button();
this.checkBoxSyntaxColorTextMoreThanTwoLines = new System.Windows.Forms.CheckBox();
this.tabControlSettings.SuspendLayout();
this.tabPageGenerel.SuspendLayout();
this.groupBoxMiscellaneous.SuspendLayout();
@ -264,12 +275,14 @@
this.groupBoxProxyAuthentication.SuspendLayout();
this.tabPageShortcuts.SuspendLayout();
this.groupBoxShortcuts.SuspendLayout();
this.tabPageSyntaxColoring.SuspendLayout();
this.groupBoxListViewSyntaxColoring.SuspendLayout();
this.SuspendLayout();
//
// buttonOK
//
this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonOK.Location = new System.Drawing.Point(661, 456);
this.buttonOK.Location = new System.Drawing.Point(686, 456);
this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21);
this.buttonOK.TabIndex = 0;
@ -280,7 +293,7 @@
// buttonCancel
//
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(740, 456);
this.buttonCancel.Location = new System.Drawing.Point(767, 456);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21);
this.buttonCancel.TabIndex = 1;
@ -298,10 +311,11 @@
this.tabControlSettings.Controls.Add(this.tabPageSsaStyle);
this.tabControlSettings.Controls.Add(this.tabPageProxy);
this.tabControlSettings.Controls.Add(this.tabPageShortcuts);
this.tabControlSettings.Controls.Add(this.tabPageSyntaxColoring);
this.tabControlSettings.Location = new System.Drawing.Point(13, 13);
this.tabControlSettings.Name = "tabControlSettings";
this.tabControlSettings.SelectedIndex = 0;
this.tabControlSettings.Size = new System.Drawing.Size(806, 437);
this.tabControlSettings.Size = new System.Drawing.Size(829, 437);
this.tabControlSettings.TabIndex = 2;
this.tabControlSettings.SelectedIndexChanged += new System.EventHandler(this.TabControlSettingsSelectedIndexChanged);
//
@ -311,7 +325,7 @@
this.tabPageGenerel.Location = new System.Drawing.Point(4, 22);
this.tabPageGenerel.Name = "tabPageGenerel";
this.tabPageGenerel.Padding = new System.Windows.Forms.Padding(3);
this.tabPageGenerel.Size = new System.Drawing.Size(798, 411);
this.tabPageGenerel.Size = new System.Drawing.Size(821, 411);
this.tabPageGenerel.TabIndex = 0;
this.tabPageGenerel.Text = "Generel";
this.tabPageGenerel.UseVisualStyleBackColor = true;
@ -362,7 +376,7 @@
this.groupBoxMiscellaneous.Controls.Add(this.labelDefaultFrameRate);
this.groupBoxMiscellaneous.Location = new System.Drawing.Point(6, 6);
this.groupBoxMiscellaneous.Name = "groupBoxMiscellaneous";
this.groupBoxMiscellaneous.Size = new System.Drawing.Size(786, 399);
this.groupBoxMiscellaneous.Size = new System.Drawing.Size(809, 399);
this.groupBoxMiscellaneous.TabIndex = 0;
this.groupBoxMiscellaneous.TabStop = false;
this.groupBoxMiscellaneous.Text = "Miscellaneous";
@ -433,7 +447,7 @@
this.checkBoxAutoWrapWhileTyping.AutoSize = true;
this.checkBoxAutoWrapWhileTyping.Location = new System.Drawing.Point(193, 146);
this.checkBoxAutoWrapWhileTyping.Name = "checkBoxAutoWrapWhileTyping";
this.checkBoxAutoWrapWhileTyping.Size = new System.Drawing.Size(137, 17);
this.checkBoxAutoWrapWhileTyping.Size = new System.Drawing.Size(132, 17);
this.checkBoxAutoWrapWhileTyping.TabIndex = 4;
this.checkBoxAutoWrapWhileTyping.Text = "Auto-wrap while typing";
this.checkBoxAutoWrapWhileTyping.UseVisualStyleBackColor = true;
@ -533,7 +547,7 @@
this.checkBoxPromptDeleteLines.AutoSize = true;
this.checkBoxPromptDeleteLines.Location = new System.Drawing.Point(436, 309);
this.checkBoxPromptDeleteLines.Name = "checkBoxPromptDeleteLines";
this.checkBoxPromptDeleteLines.Size = new System.Drawing.Size(142, 17);
this.checkBoxPromptDeleteLines.Size = new System.Drawing.Size(138, 17);
this.checkBoxPromptDeleteLines.TabIndex = 26;
this.checkBoxPromptDeleteLines.Text = "Prompt for deleting lines";
this.checkBoxPromptDeleteLines.UseVisualStyleBackColor = true;
@ -552,7 +566,7 @@
this.checkBoxAllowEditOfOriginalSubtitle.AutoSize = true;
this.checkBoxAllowEditOfOriginalSubtitle.Location = new System.Drawing.Point(436, 286);
this.checkBoxAllowEditOfOriginalSubtitle.Name = "checkBoxAllowEditOfOriginalSubtitle";
this.checkBoxAllowEditOfOriginalSubtitle.Size = new System.Drawing.Size(160, 17);
this.checkBoxAllowEditOfOriginalSubtitle.Size = new System.Drawing.Size(155, 17);
this.checkBoxAllowEditOfOriginalSubtitle.TabIndex = 25;
this.checkBoxAllowEditOfOriginalSubtitle.Text = "Allow edit of original subtitle";
this.checkBoxAllowEditOfOriginalSubtitle.UseVisualStyleBackColor = true;
@ -685,7 +699,7 @@
this.checkBoxRememberWindowPosition.AutoSize = true;
this.checkBoxRememberWindowPosition.Location = new System.Drawing.Point(436, 101);
this.checkBoxRememberWindowPosition.Name = "checkBoxRememberWindowPosition";
this.checkBoxRememberWindowPosition.Size = new System.Drawing.Size(223, 17);
this.checkBoxRememberWindowPosition.Size = new System.Drawing.Size(222, 17);
this.checkBoxRememberWindowPosition.TabIndex = 16;
this.checkBoxRememberWindowPosition.Text = "Remember main window position and size";
this.checkBoxRememberWindowPosition.UseVisualStyleBackColor = true;
@ -722,7 +736,7 @@
this.checkBoxStartInSourceView.AutoSize = true;
this.checkBoxStartInSourceView.Location = new System.Drawing.Point(436, 124);
this.checkBoxStartInSourceView.Name = "checkBoxStartInSourceView";
this.checkBoxStartInSourceView.Size = new System.Drawing.Size(121, 17);
this.checkBoxStartInSourceView.Size = new System.Drawing.Size(119, 17);
this.checkBoxStartInSourceView.TabIndex = 17;
this.checkBoxStartInSourceView.Text = "Start in source view";
this.checkBoxStartInSourceView.UseVisualStyleBackColor = true;
@ -732,7 +746,7 @@
this.checkBoxReopenLastOpened.AutoSize = true;
this.checkBoxReopenLastOpened.Location = new System.Drawing.Point(444, 52);
this.checkBoxReopenLastOpened.Name = "checkBoxReopenLastOpened";
this.checkBoxReopenLastOpened.Size = new System.Drawing.Size(145, 17);
this.checkBoxReopenLastOpened.Size = new System.Drawing.Size(140, 17);
this.checkBoxReopenLastOpened.TabIndex = 14;
this.checkBoxReopenLastOpened.Text = "Start with last file loaded";
this.checkBoxReopenLastOpened.UseVisualStyleBackColor = true;
@ -742,7 +756,7 @@
this.checkBoxRememberRecentFiles.AutoSize = true;
this.checkBoxRememberRecentFiles.Location = new System.Drawing.Point(436, 28);
this.checkBoxRememberRecentFiles.Name = "checkBoxRememberRecentFiles";
this.checkBoxRememberRecentFiles.Size = new System.Drawing.Size(195, 17);
this.checkBoxRememberRecentFiles.Size = new System.Drawing.Size(188, 17);
this.checkBoxRememberRecentFiles.TabIndex = 13;
this.checkBoxRememberRecentFiles.Text = "Remember recent files (for reopen)";
this.checkBoxRememberRecentFiles.UseVisualStyleBackColor = true;
@ -753,7 +767,7 @@
this.checkBoxSubtitleFontBold.AutoSize = true;
this.checkBoxSubtitleFontBold.Location = new System.Drawing.Point(193, 269);
this.checkBoxSubtitleFontBold.Name = "checkBoxSubtitleFontBold";
this.checkBoxSubtitleFontBold.Size = new System.Drawing.Size(46, 17);
this.checkBoxSubtitleFontBold.Size = new System.Drawing.Size(47, 17);
this.checkBoxSubtitleFontBold.TabIndex = 8;
this.checkBoxSubtitleFontBold.Text = "Bold";
this.checkBoxSubtitleFontBold.UseVisualStyleBackColor = true;
@ -824,7 +838,7 @@
this.tabPageToolBar.Location = new System.Drawing.Point(4, 22);
this.tabPageToolBar.Name = "tabPageToolBar";
this.tabPageToolBar.Padding = new System.Windows.Forms.Padding(3);
this.tabPageToolBar.Size = new System.Drawing.Size(798, 411);
this.tabPageToolBar.Size = new System.Drawing.Size(821, 411);
this.tabPageToolBar.TabIndex = 7;
this.tabPageToolBar.Text = "Toolbar ";
this.tabPageToolBar.UseVisualStyleBackColor = true;
@ -834,7 +848,7 @@
this.groupBox2.Controls.Add(this.checkBoxShowFrameRate);
this.groupBox2.Location = new System.Drawing.Point(7, 131);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(785, 274);
this.groupBox2.Size = new System.Drawing.Size(808, 274);
this.groupBox2.TabIndex = 35;
this.groupBox2.TabStop = false;
//
@ -882,7 +896,7 @@
this.groupBoxShowToolBarButtons.Controls.Add(this.checkBoxToolbarNew);
this.groupBoxShowToolBarButtons.Location = new System.Drawing.Point(6, 6);
this.groupBoxShowToolBarButtons.Name = "groupBoxShowToolBarButtons";
this.groupBoxShowToolBarButtons.Size = new System.Drawing.Size(786, 118);
this.groupBoxShowToolBarButtons.Size = new System.Drawing.Size(809, 118);
this.groupBoxShowToolBarButtons.TabIndex = 0;
this.groupBoxShowToolBarButtons.TabStop = false;
this.groupBoxShowToolBarButtons.Text = "Show toolbar buttons";
@ -1165,7 +1179,7 @@
this.tabPageVideoPlayer.Location = new System.Drawing.Point(4, 22);
this.tabPageVideoPlayer.Name = "tabPageVideoPlayer";
this.tabPageVideoPlayer.Padding = new System.Windows.Forms.Padding(3);
this.tabPageVideoPlayer.Size = new System.Drawing.Size(798, 411);
this.tabPageVideoPlayer.Size = new System.Drawing.Size(821, 411);
this.tabPageVideoPlayer.TabIndex = 2;
this.tabPageVideoPlayer.Text = "Video player";
this.tabPageVideoPlayer.UseVisualStyleBackColor = true;
@ -1177,7 +1191,7 @@
this.groupBoxMainWindowVideoControls.Controls.Add(this.comboBoxCustomSearch);
this.groupBoxMainWindowVideoControls.Location = new System.Drawing.Point(7, 296);
this.groupBoxMainWindowVideoControls.Name = "groupBoxMainWindowVideoControls";
this.groupBoxMainWindowVideoControls.Size = new System.Drawing.Size(785, 109);
this.groupBoxMainWindowVideoControls.Size = new System.Drawing.Size(808, 109);
this.groupBoxMainWindowVideoControls.TabIndex = 15;
this.groupBoxMainWindowVideoControls.TabStop = false;
this.groupBoxMainWindowVideoControls.Text = "Main window video controls";
@ -1221,7 +1235,7 @@
this.groupBoxVideoPlayerDefault.Controls.Add(this.labelVolDescr);
this.groupBoxVideoPlayerDefault.Location = new System.Drawing.Point(7, 135);
this.groupBoxVideoPlayerDefault.Name = "groupBoxVideoPlayerDefault";
this.groupBoxVideoPlayerDefault.Size = new System.Drawing.Size(785, 155);
this.groupBoxVideoPlayerDefault.Size = new System.Drawing.Size(808, 155);
this.groupBoxVideoPlayerDefault.TabIndex = 14;
this.groupBoxVideoPlayerDefault.TabStop = false;
//
@ -1308,7 +1322,7 @@
this.groupBoxVideoEngine.Controls.Add(this.radioButtonVideoPlayerManagedDirectX);
this.groupBoxVideoEngine.Location = new System.Drawing.Point(6, 6);
this.groupBoxVideoEngine.Name = "groupBoxVideoEngine";
this.groupBoxVideoEngine.Size = new System.Drawing.Size(786, 123);
this.groupBoxVideoEngine.Size = new System.Drawing.Size(809, 123);
this.groupBoxVideoEngine.TabIndex = 0;
this.groupBoxVideoEngine.TabStop = false;
this.groupBoxVideoEngine.Text = "Video engine";
@ -1410,7 +1424,7 @@
this.tabPageWaveForm.Controls.Add(this.groupBoxWaveFormAppearence);
this.tabPageWaveForm.Location = new System.Drawing.Point(4, 22);
this.tabPageWaveForm.Name = "tabPageWaveForm";
this.tabPageWaveForm.Size = new System.Drawing.Size(798, 411);
this.tabPageWaveForm.Size = new System.Drawing.Size(821, 411);
this.tabPageWaveForm.TabIndex = 6;
this.tabPageWaveForm.Text = "Waveform/spectrogram";
this.tabPageWaveForm.UseVisualStyleBackColor = true;
@ -1422,7 +1436,7 @@
this.groupBoxSpectrogram.Controls.Add(this.checkBoxGenerateSpectrogram);
this.groupBoxSpectrogram.Location = new System.Drawing.Point(6, 216);
this.groupBoxSpectrogram.Name = "groupBoxSpectrogram";
this.groupBoxSpectrogram.Size = new System.Drawing.Size(786, 103);
this.groupBoxSpectrogram.Size = new System.Drawing.Size(809, 103);
this.groupBoxSpectrogram.TabIndex = 1;
this.groupBoxSpectrogram.TabStop = false;
this.groupBoxSpectrogram.Text = "Spectrogram";
@ -1464,7 +1478,7 @@
this.groupBox1.Controls.Add(this.labelWaveFormsFolderInfo);
this.groupBox1.Location = new System.Drawing.Point(6, 325);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(786, 77);
this.groupBox1.Size = new System.Drawing.Size(809, 77);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
//
@ -1503,7 +1517,7 @@
this.groupBoxWaveFormAppearence.Controls.Add(this.checkBoxWaveFormShowGrid);
this.groupBoxWaveFormAppearence.Location = new System.Drawing.Point(6, 6);
this.groupBoxWaveFormAppearence.Name = "groupBoxWaveFormAppearence";
this.groupBoxWaveFormAppearence.Size = new System.Drawing.Size(786, 203);
this.groupBoxWaveFormAppearence.Size = new System.Drawing.Size(809, 203);
this.groupBoxWaveFormAppearence.TabIndex = 0;
this.groupBoxWaveFormAppearence.TabStop = false;
this.groupBoxWaveFormAppearence.Text = "Wave form appearence";
@ -1631,7 +1645,7 @@
this.tabPageTools.Location = new System.Drawing.Point(4, 22);
this.tabPageTools.Name = "tabPageTools";
this.tabPageTools.Padding = new System.Windows.Forms.Padding(3);
this.tabPageTools.Size = new System.Drawing.Size(798, 411);
this.tabPageTools.Size = new System.Drawing.Size(821, 411);
this.tabPageTools.TabIndex = 5;
this.tabPageTools.Text = "Tools";
this.tabPageTools.UseVisualStyleBackColor = true;
@ -1641,7 +1655,7 @@
this.groupBoxSpellCheck.Controls.Add(this.checkBoxSpellCheckAutoChangeNames);
this.groupBoxSpellCheck.Location = new System.Drawing.Point(6, 283);
this.groupBoxSpellCheck.Name = "groupBoxSpellCheck";
this.groupBoxSpellCheck.Size = new System.Drawing.Size(785, 122);
this.groupBoxSpellCheck.Size = new System.Drawing.Size(809, 122);
this.groupBoxSpellCheck.TabIndex = 4;
this.groupBoxSpellCheck.TabStop = false;
this.groupBoxSpellCheck.Text = "Spell check";
@ -1665,7 +1679,7 @@
this.groupBoxFixCommonErrors.Controls.Add(this.labelToolsMusicSymbol);
this.groupBoxFixCommonErrors.Location = new System.Drawing.Point(7, 129);
this.groupBoxFixCommonErrors.Name = "groupBoxFixCommonErrors";
this.groupBoxFixCommonErrors.Size = new System.Drawing.Size(785, 148);
this.groupBoxFixCommonErrors.Size = new System.Drawing.Size(808, 148);
this.groupBoxFixCommonErrors.TabIndex = 3;
this.groupBoxFixCommonErrors.TabStop = false;
this.groupBoxFixCommonErrors.Text = "Fix common errors";
@ -1730,7 +1744,7 @@
this.groupBoxToolsVisualSync.Controls.Add(this.labelVerifyButton);
this.groupBoxToolsVisualSync.Location = new System.Drawing.Point(6, 6);
this.groupBoxToolsVisualSync.Name = "groupBoxToolsVisualSync";
this.groupBoxToolsVisualSync.Size = new System.Drawing.Size(786, 116);
this.groupBoxToolsVisualSync.Size = new System.Drawing.Size(809, 116);
this.groupBoxToolsVisualSync.TabIndex = 2;
this.groupBoxToolsVisualSync.TabStop = false;
this.groupBoxToolsVisualSync.Text = "Visual sync";
@ -1810,7 +1824,7 @@
this.tabPageWordLists.Location = new System.Drawing.Point(4, 22);
this.tabPageWordLists.Name = "tabPageWordLists";
this.tabPageWordLists.Padding = new System.Windows.Forms.Padding(3);
this.tabPageWordLists.Size = new System.Drawing.Size(798, 411);
this.tabPageWordLists.Size = new System.Drawing.Size(821, 411);
this.tabPageWordLists.TabIndex = 3;
this.tabPageWordLists.Text = "Word lists";
this.tabPageWordLists.UseVisualStyleBackColor = true;
@ -1825,7 +1839,7 @@
this.groupBoxWordLists.Controls.Add(this.comboBoxWordListLanguage);
this.groupBoxWordLists.Location = new System.Drawing.Point(6, 6);
this.groupBoxWordLists.Name = "groupBoxWordLists";
this.groupBoxWordLists.Size = new System.Drawing.Size(786, 399);
this.groupBoxWordLists.Size = new System.Drawing.Size(809, 399);
this.groupBoxWordLists.TabIndex = 2;
this.groupBoxWordLists.TabStop = false;
this.groupBoxWordLists.Text = "Word lists";
@ -2050,7 +2064,7 @@
this.tabPageSsaStyle.Location = new System.Drawing.Point(4, 22);
this.tabPageSsaStyle.Name = "tabPageSsaStyle";
this.tabPageSsaStyle.Padding = new System.Windows.Forms.Padding(3);
this.tabPageSsaStyle.Size = new System.Drawing.Size(798, 411);
this.tabPageSsaStyle.Size = new System.Drawing.Size(821, 411);
this.tabPageSsaStyle.TabIndex = 1;
this.tabPageSsaStyle.Text = "SSA style";
this.tabPageSsaStyle.UseVisualStyleBackColor = true;
@ -2064,7 +2078,7 @@
this.groupBoxSsaStyle.Controls.Add(this.buttonSSAChooseFont);
this.groupBoxSsaStyle.Location = new System.Drawing.Point(6, 6);
this.groupBoxSsaStyle.Name = "groupBoxSsaStyle";
this.groupBoxSsaStyle.Size = new System.Drawing.Size(786, 399);
this.groupBoxSsaStyle.Size = new System.Drawing.Size(809, 399);
this.groupBoxSsaStyle.TabIndex = 0;
this.groupBoxSsaStyle.TabStop = false;
this.groupBoxSsaStyle.Text = "Sub Station Alpha style";
@ -2125,7 +2139,7 @@
this.tabPageProxy.Location = new System.Drawing.Point(4, 22);
this.tabPageProxy.Name = "tabPageProxy";
this.tabPageProxy.Padding = new System.Windows.Forms.Padding(3);
this.tabPageProxy.Size = new System.Drawing.Size(798, 411);
this.tabPageProxy.Size = new System.Drawing.Size(821, 411);
this.tabPageProxy.TabIndex = 4;
this.tabPageProxy.Text = "Proxy";
this.tabPageProxy.UseVisualStyleBackColor = true;
@ -2137,7 +2151,7 @@
this.groupBoxProxySettings.Controls.Add(this.labelProxyAddress);
this.groupBoxProxySettings.Location = new System.Drawing.Point(6, 6);
this.groupBoxProxySettings.Name = "groupBoxProxySettings";
this.groupBoxProxySettings.Size = new System.Drawing.Size(786, 399);
this.groupBoxProxySettings.Size = new System.Drawing.Size(809, 399);
this.groupBoxProxySettings.TabIndex = 1;
this.groupBoxProxySettings.TabStop = false;
this.groupBoxProxySettings.Text = "Proxy server settings";
@ -2228,7 +2242,7 @@
this.tabPageShortcuts.Location = new System.Drawing.Point(4, 22);
this.tabPageShortcuts.Name = "tabPageShortcuts";
this.tabPageShortcuts.Padding = new System.Windows.Forms.Padding(3);
this.tabPageShortcuts.Size = new System.Drawing.Size(798, 411);
this.tabPageShortcuts.Size = new System.Drawing.Size(821, 411);
this.tabPageShortcuts.TabIndex = 8;
this.tabPageShortcuts.Text = "Shortcuts";
this.tabPageShortcuts.UseVisualStyleBackColor = true;
@ -2245,7 +2259,7 @@
this.groupBoxShortcuts.Controls.Add(this.labelShortcut);
this.groupBoxShortcuts.Location = new System.Drawing.Point(6, 6);
this.groupBoxShortcuts.Name = "groupBoxShortcuts";
this.groupBoxShortcuts.Size = new System.Drawing.Size(786, 399);
this.groupBoxShortcuts.Size = new System.Drawing.Size(809, 399);
this.groupBoxShortcuts.TabIndex = 2;
this.groupBoxShortcuts.TabStop = false;
this.groupBoxShortcuts.Text = "Shortcuts";
@ -2390,7 +2404,7 @@
this.treeViewShortcuts.HideSelection = false;
this.treeViewShortcuts.Location = new System.Drawing.Point(16, 21);
this.treeViewShortcuts.Name = "treeViewShortcuts";
this.treeViewShortcuts.Size = new System.Drawing.Size(751, 325);
this.treeViewShortcuts.Size = new System.Drawing.Size(787, 325);
this.treeViewShortcuts.TabIndex = 0;
this.treeViewShortcuts.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewShortcuts_AfterSelect);
//
@ -2403,6 +2417,75 @@
this.labelShortcut.TabIndex = 3;
this.labelShortcut.Text = "Shortcut:";
//
// tabPageSyntaxColoring
//
this.tabPageSyntaxColoring.Controls.Add(this.groupBoxListViewSyntaxColoring);
this.tabPageSyntaxColoring.Location = new System.Drawing.Point(4, 22);
this.tabPageSyntaxColoring.Name = "tabPageSyntaxColoring";
this.tabPageSyntaxColoring.Padding = new System.Windows.Forms.Padding(3);
this.tabPageSyntaxColoring.Size = new System.Drawing.Size(821, 411);
this.tabPageSyntaxColoring.TabIndex = 9;
this.tabPageSyntaxColoring.Text = "Syntax coloring";
this.tabPageSyntaxColoring.UseVisualStyleBackColor = true;
//
// groupBoxListViewSyntaxColoring
//
this.groupBoxListViewSyntaxColoring.Controls.Add(this.checkBoxSyntaxColorTextMoreThanTwoLines);
this.groupBoxListViewSyntaxColoring.Controls.Add(this.panel1);
this.groupBoxListViewSyntaxColoring.Controls.Add(this.checkBoxSyntaxOverlap);
this.groupBoxListViewSyntaxColoring.Controls.Add(this.checkBoxSyntaxColorDurationTooSmall);
this.groupBoxListViewSyntaxColoring.Controls.Add(this.buttonListViewSyntaxColorWarning);
this.groupBoxListViewSyntaxColoring.Controls.Add(this.buttonListViewSyntaxColorError);
this.groupBoxListViewSyntaxColoring.Controls.Add(this.checkBoxSyntaxColorTextTooLong);
this.groupBoxListViewSyntaxColoring.Controls.Add(this.checkBoxSyntaxColorDurationTooLarge);
this.groupBoxListViewSyntaxColoring.Controls.Add(this.panel2);
this.groupBoxListViewSyntaxColoring.Location = new System.Drawing.Point(6, 6);
this.groupBoxListViewSyntaxColoring.Name = "groupBoxListViewSyntaxColoring";
this.groupBoxListViewSyntaxColoring.Size = new System.Drawing.Size(808, 399);
this.groupBoxListViewSyntaxColoring.TabIndex = 15;
this.groupBoxListViewSyntaxColoring.TabStop = false;
this.groupBoxListViewSyntaxColoring.Text = "List view syntax coloring";
//
// checkBoxSyntaxOverlap
//
this.checkBoxSyntaxOverlap.AutoSize = true;
this.checkBoxSyntaxOverlap.Location = new System.Drawing.Point(20, 154);
this.checkBoxSyntaxOverlap.Name = "checkBoxSyntaxOverlap";
this.checkBoxSyntaxOverlap.Size = new System.Drawing.Size(97, 17);
this.checkBoxSyntaxOverlap.TabIndex = 13;
this.checkBoxSyntaxOverlap.Text = "Overlap - color";
this.checkBoxSyntaxOverlap.UseVisualStyleBackColor = true;
//
// checkBoxSyntaxColorTextTooLong
//
this.checkBoxSyntaxColorTextTooLong.AutoSize = true;
this.checkBoxSyntaxColorTextTooLong.Location = new System.Drawing.Point(20, 93);
this.checkBoxSyntaxColorTextTooLong.Name = "checkBoxSyntaxColorTextTooLong";
this.checkBoxSyntaxColorTextTooLong.Size = new System.Drawing.Size(132, 17);
this.checkBoxSyntaxColorTextTooLong.TabIndex = 12;
this.checkBoxSyntaxColorTextTooLong.Text = "Text - color if too long";
this.checkBoxSyntaxColorTextTooLong.UseVisualStyleBackColor = true;
//
// checkBoxSyntaxColorDurationTooLarge
//
this.checkBoxSyntaxColorDurationTooLarge.AutoSize = true;
this.checkBoxSyntaxColorDurationTooLarge.Location = new System.Drawing.Point(20, 58);
this.checkBoxSyntaxColorDurationTooLarge.Name = "checkBoxSyntaxColorDurationTooLarge";
this.checkBoxSyntaxColorDurationTooLarge.Size = new System.Drawing.Size(155, 17);
this.checkBoxSyntaxColorDurationTooLarge.TabIndex = 11;
this.checkBoxSyntaxColorDurationTooLarge.Text = "Duration - color if too large";
this.checkBoxSyntaxColorDurationTooLarge.UseVisualStyleBackColor = true;
//
// checkBoxSyntaxColorDurationTooSmall
//
this.checkBoxSyntaxColorDurationTooSmall.AutoSize = true;
this.checkBoxSyntaxColorDurationTooSmall.Location = new System.Drawing.Point(20, 35);
this.checkBoxSyntaxColorDurationTooSmall.Name = "checkBoxSyntaxColorDurationTooSmall";
this.checkBoxSyntaxColorDurationTooSmall.Size = new System.Drawing.Size(154, 17);
this.checkBoxSyntaxColorDurationTooSmall.TabIndex = 10;
this.checkBoxSyntaxColorDurationTooSmall.Text = "Duration - color if too small";
this.checkBoxSyntaxColorDurationTooSmall.UseVisualStyleBackColor = true;
//
// labelStatus
//
this.labelStatus.AutoSize = true;
@ -2412,11 +2495,55 @@
this.labelStatus.TabIndex = 3;
this.labelStatus.Text = "labelStatus";
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Location = new System.Drawing.Point(414, 59);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(21, 20);
this.panel1.TabIndex = 7;
//
// buttonListViewSyntaxColorWarning
//
this.buttonListViewSyntaxColorWarning.Location = new System.Drawing.Point(292, 58);
this.buttonListViewSyntaxColorWarning.Name = "buttonListViewSyntaxColorWarning";
this.buttonListViewSyntaxColorWarning.Size = new System.Drawing.Size(112, 21);
this.buttonListViewSyntaxColorWarning.TabIndex = 6;
this.buttonListViewSyntaxColorWarning.Text = "Warning color";
this.buttonListViewSyntaxColorWarning.UseVisualStyleBackColor = true;
//
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Location = new System.Drawing.Point(414, 31);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(21, 20);
this.panel2.TabIndex = 5;
//
// buttonListViewSyntaxColorError
//
this.buttonListViewSyntaxColorError.Location = new System.Drawing.Point(292, 31);
this.buttonListViewSyntaxColorError.Name = "buttonListViewSyntaxColorError";
this.buttonListViewSyntaxColorError.Size = new System.Drawing.Size(112, 21);
this.buttonListViewSyntaxColorError.TabIndex = 4;
this.buttonListViewSyntaxColorError.Text = "Error color";
this.buttonListViewSyntaxColorError.UseVisualStyleBackColor = true;
//
// checkBoxSyntaxColorTextMoreThanTwoLines
//
this.checkBoxSyntaxColorTextMoreThanTwoLines.AutoSize = true;
this.checkBoxSyntaxColorTextMoreThanTwoLines.Location = new System.Drawing.Point(20, 116);
this.checkBoxSyntaxColorTextMoreThanTwoLines.Name = "checkBoxSyntaxColorTextMoreThanTwoLines";
this.checkBoxSyntaxColorTextMoreThanTwoLines.Size = new System.Drawing.Size(187, 17);
this.checkBoxSyntaxColorTextMoreThanTwoLines.TabIndex = 14;
this.checkBoxSyntaxColorTextMoreThanTwoLines.Text = "Text - color if more than two lines";
this.checkBoxSyntaxColorTextMoreThanTwoLines.UseVisualStyleBackColor = true;
//
// Settings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(831, 484);
this.ClientSize = new System.Drawing.Size(854, 484);
this.Controls.Add(this.labelStatus);
this.Controls.Add(this.tabControlSettings);
this.Controls.Add(this.buttonCancel);
@ -2428,6 +2555,7 @@
this.MinimizeBox = false;
this.Name = "Settings";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Settings";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormSettings_KeyDown);
this.tabControlSettings.ResumeLayout(false);
@ -2494,6 +2622,9 @@
this.tabPageShortcuts.ResumeLayout(false);
this.groupBoxShortcuts.ResumeLayout(false);
this.groupBoxShortcuts.PerformLayout();
this.tabPageSyntaxColoring.ResumeLayout(false);
this.groupBoxListViewSyntaxColoring.ResumeLayout(false);
this.groupBoxListViewSyntaxColoring.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
@ -2694,5 +2825,16 @@
private System.Windows.Forms.NumericUpDown numericUpDownDurationMin;
private System.Windows.Forms.ComboBox comboBoxTimeCodeMode;
private System.Windows.Forms.Label labelTimeCodeMode;
private System.Windows.Forms.TabPage tabPageSyntaxColoring;
private System.Windows.Forms.GroupBox groupBoxListViewSyntaxColoring;
private System.Windows.Forms.CheckBox checkBoxSyntaxOverlap;
private System.Windows.Forms.CheckBox checkBoxSyntaxColorTextTooLong;
private System.Windows.Forms.CheckBox checkBoxSyntaxColorDurationTooLarge;
private System.Windows.Forms.CheckBox checkBoxSyntaxColorDurationTooSmall;
private System.Windows.Forms.CheckBox checkBoxSyntaxColorTextMoreThanTwoLines;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button buttonListViewSyntaxColorWarning;
private System.Windows.Forms.Button buttonListViewSyntaxColorError;
private System.Windows.Forms.Panel panel2;
}
}

View File

@ -148,7 +148,6 @@ namespace Nikse.SubtitleEdit.Forms
UpdateSsaExample();
var proxy = Configuration.Settings.Proxy;
textBoxProxyAddress.Text = proxy.ProxyAddress;
textBoxProxyUserName.Text = proxy.UserName;
@ -158,6 +157,12 @@ namespace Nikse.SubtitleEdit.Forms
textBoxProxyPassword.Text = proxy.DecodePassword();
textBoxProxyDomain.Text = proxy.Domain;
checkBoxSyntaxColorDurationTooSmall.Checked = Configuration.Settings.Tools.ListViewSyntaxColorDurationSmall;
checkBoxSyntaxColorDurationTooLarge.Checked = Configuration.Settings.Tools.ListViewSyntaxColorDurationBig;
checkBoxSyntaxColorTextTooLong.Checked = Configuration.Settings.Tools.ListViewSyntaxColorLongLines;
checkBoxSyntaxColorTextMoreThanTwoLines.Checked = Configuration.Settings.Tools.ListViewSyntaxMoreThanTwoLines;
checkBoxSyntaxOverlap.Checked = Configuration.Settings.Tools.ListViewSyntaxColorOverlap;
// Language
var language = Configuration.Settings.Language.Settings;
Text = language.Title;
@ -617,6 +622,9 @@ namespace Nikse.SubtitleEdit.Forms
comboBoxShortcutKey.Left = labelShortcutKey.Left + labelShortcutKey.Width;
comboBoxShortcutKey.Items[0] = Configuration.Settings.Language.General.None;
if (!Configuration.Settings.General.ShowBetaStuff)
tabControlSettings.TabPages.Remove(tabPageSyntaxColoring);
FixLargeFonts();
}
@ -932,6 +940,12 @@ namespace Nikse.SubtitleEdit.Forms
proxy.EncodePassword(textBoxProxyPassword.Text);
proxy.Domain = textBoxProxyDomain.Text;
Configuration.Settings.Tools.ListViewSyntaxColorDurationSmall = checkBoxSyntaxColorDurationTooSmall.Checked;
Configuration.Settings.Tools.ListViewSyntaxColorDurationBig = checkBoxSyntaxColorDurationTooLarge.Checked;
Configuration.Settings.Tools.ListViewSyntaxColorLongLines = checkBoxSyntaxColorTextTooLong.Checked ;
Configuration.Settings.Tools.ListViewSyntaxMoreThanTwoLines = checkBoxSyntaxColorTextMoreThanTwoLines.Checked;
Configuration.Settings.Tools.ListViewSyntaxColorOverlap = checkBoxSyntaxOverlap.Checked;
Configuration.Settings.VideoControls.WaveFormDrawGrid = checkBoxWaveFormShowGrid.Checked;
Configuration.Settings.VideoControls.WaveFormGridColor = panelWaveFormGridColor.BackColor;
Configuration.Settings.VideoControls.WaveFormSelectedColor = panelWaveFormSelectedColor.BackColor;
@ -2064,9 +2078,7 @@ namespace Nikse.SubtitleEdit.Forms
MessageBox.Show(string.Format(Configuration.Settings.Language.Settings.ShortcutIsNotValid, sb));
return;
}
treeViewShortcuts.SelectedNode.Text = text + " " + sb;
}
}

View File

@ -136,6 +136,7 @@
this.MinimizeBox = false;
this.Name = "ShowHistory";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "History (for undo)";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormShowHistory_KeyDown);
this.ResumeLayout(false);

View File

@ -268,7 +268,7 @@
this.checkBoxAutoChangeNames.AutoSize = true;
this.checkBoxAutoChangeNames.Location = new System.Drawing.Point(8, 157);
this.checkBoxAutoChangeNames.Name = "checkBoxAutoChangeNames";
this.checkBoxAutoChangeNames.Size = new System.Drawing.Size(216, 17);
this.checkBoxAutoChangeNames.Size = new System.Drawing.Size(209, 17);
this.checkBoxAutoChangeNames.TabIndex = 12;
this.checkBoxAutoChangeNames.Text = "Auto fix names where only casing differ";
this.checkBoxAutoChangeNames.UseVisualStyleBackColor = true;
@ -357,6 +357,7 @@
this.MinimizeBox = false;
this.Name = "SpellCheck";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Spell check";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SpellCheck_FormClosing);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormSpellCheck_KeyDown);

View File

@ -37,6 +37,7 @@
this.radioButtonCharacters = new System.Windows.Forms.RadioButton();
this.RadioButtonLines = new System.Windows.Forms.RadioButton();
this.groupBoxOutput = new System.Windows.Forms.GroupBox();
this.buttonOpenOutputFolder = new System.Windows.Forms.Button();
this.labelFileName = new System.Windows.Forms.Label();
this.textBoxFileName = new System.Windows.Forms.TextBox();
this.comboBoxSubtitleFormats = new System.Windows.Forms.ComboBox();
@ -55,7 +56,6 @@
this.buttonCancel = new System.Windows.Forms.Button();
this.buttonSplit = new System.Windows.Forms.Button();
this.buttonBasic = new System.Windows.Forms.Button();
this.buttonOpenOutputFolder = new System.Windows.Forms.Button();
this.groupBoxParts.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownParts)).BeginInit();
@ -182,6 +182,16 @@
this.groupBoxOutput.TabStop = false;
this.groupBoxOutput.Text = "Output";
//
// buttonOpenOutputFolder
//
this.buttonOpenOutputFolder.Location = new System.Drawing.Point(574, 75);
this.buttonOpenOutputFolder.Name = "buttonOpenOutputFolder";
this.buttonOpenOutputFolder.Size = new System.Drawing.Size(81, 23);
this.buttonOpenOutputFolder.TabIndex = 5;
this.buttonOpenOutputFolder.Text = "Open...";
this.buttonOpenOutputFolder.UseVisualStyleBackColor = true;
this.buttonOpenOutputFolder.Click += new System.EventHandler(this.buttonOpenOutputFolder_Click);
//
// labelFileName
//
this.labelFileName.AutoSize = true;
@ -343,16 +353,6 @@
this.buttonBasic.UseVisualStyleBackColor = true;
this.buttonBasic.Click += new System.EventHandler(this.buttonBasic_Click);
//
// buttonOpenOutputFolder
//
this.buttonOpenOutputFolder.Location = new System.Drawing.Point(574, 75);
this.buttonOpenOutputFolder.Name = "buttonOpenOutputFolder";
this.buttonOpenOutputFolder.Size = new System.Drawing.Size(81, 23);
this.buttonOpenOutputFolder.TabIndex = 5;
this.buttonOpenOutputFolder.Text = "Open...";
this.buttonOpenOutputFolder.UseVisualStyleBackColor = true;
this.buttonOpenOutputFolder.Click += new System.EventHandler(this.buttonOpenOutputFolder_Click);
//
// Split
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -371,6 +371,7 @@
this.Name = "Split";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Split";
this.Shown += new System.EventHandler(this.Split_Shown);
this.ResizeEnd += new System.EventHandler(this.Split_ResizeEnd);

View File

@ -253,6 +253,7 @@
this.SubtitleListview1.HideSelection = false;
this.SubtitleListview1.Location = new System.Drawing.Point(12, 270);
this.SubtitleListview1.Name = "SubtitleListview1";
this.SubtitleListview1.OwnerDraw = true;
this.SubtitleListview1.Size = new System.Drawing.Size(750, 301);
this.SubtitleListview1.TabIndex = 5;
this.SubtitleListview1.UseCompatibleStateImageBehavior = false;
@ -279,6 +280,7 @@
this.Name = "SplitLongLines";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Split long lines";
this.Shown += new System.EventHandler(this.SplitLongLines_Shown);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SplitLongLines_KeyDown);

View File

@ -144,6 +144,7 @@
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);

View File

@ -88,6 +88,7 @@
this.MinimizeBox = false;
this.Name = "StartNumberingFrom";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Start numbering from...";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormStartNumberingFrom_KeyDown);
this.ResumeLayout(false);

View File

@ -0,0 +1,438 @@
namespace Nikse.SubtitleEdit.Forms
{
partial class SubStationAlphaProperties
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.groupBoxScript = new System.Windows.Forms.GroupBox();
this.groupBoxOptions = new System.Windows.Forms.GroupBox();
this.groupBoxResolution = new System.Windows.Forms.GroupBox();
this.labelTitle = new System.Windows.Forms.Label();
this.textBoxTitle = new System.Windows.Forms.TextBox();
this.buttonGetResolutionFromVideo = new System.Windows.Forms.Button();
this.numericUpDownVideoWidth = new System.Windows.Forms.NumericUpDown();
this.labelWrapStyle = new System.Windows.Forms.Label();
this.labelX = new System.Windows.Forms.Label();
this.numericUpDownVideoHeight = new System.Windows.Forms.NumericUpDown();
this.labelOriginalScript = new System.Windows.Forms.Label();
this.textBoxOriginalScript = new System.Windows.Forms.TextBox();
this.textBoxTiming = new System.Windows.Forms.TextBox();
this.textBoxEditing = new System.Windows.Forms.TextBox();
this.textBoxTranslation = new System.Windows.Forms.TextBox();
this.labelTranslation = new System.Windows.Forms.Label();
this.labelEditing = new System.Windows.Forms.Label();
this.labelTiming = new System.Windows.Forms.Label();
this.labelSyncPoint = new System.Windows.Forms.Label();
this.textBoxUpdateDetails = new System.Windows.Forms.TextBox();
this.textBoxUpdatedBy = new System.Windows.Forms.TextBox();
this.textBoxSyncPoint = new System.Windows.Forms.TextBox();
this.labelUpdatedBy = new System.Windows.Forms.Label();
this.labelUpdateDetails = new System.Windows.Forms.Label();
this.labelVideoResolution = new System.Windows.Forms.Label();
this.comboBoxWrapStyle = new System.Windows.Forms.ComboBox();
this.labelCollision = new System.Windows.Forms.Label();
this.comboBoxCollision = new System.Windows.Forms.ComboBox();
this.checkBoxScaleBorderAndShadow = new System.Windows.Forms.CheckBox();
this.buttonOK = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.groupBoxScript.SuspendLayout();
this.groupBoxOptions.SuspendLayout();
this.groupBoxResolution.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownVideoWidth)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownVideoHeight)).BeginInit();
this.SuspendLayout();
//
// groupBoxScript
//
this.groupBoxScript.Controls.Add(this.labelUpdateDetails);
this.groupBoxScript.Controls.Add(this.labelUpdatedBy);
this.groupBoxScript.Controls.Add(this.textBoxSyncPoint);
this.groupBoxScript.Controls.Add(this.textBoxUpdatedBy);
this.groupBoxScript.Controls.Add(this.textBoxUpdateDetails);
this.groupBoxScript.Controls.Add(this.labelSyncPoint);
this.groupBoxScript.Controls.Add(this.labelTiming);
this.groupBoxScript.Controls.Add(this.labelEditing);
this.groupBoxScript.Controls.Add(this.labelTranslation);
this.groupBoxScript.Controls.Add(this.textBoxTranslation);
this.groupBoxScript.Controls.Add(this.textBoxEditing);
this.groupBoxScript.Controls.Add(this.textBoxTiming);
this.groupBoxScript.Controls.Add(this.textBoxOriginalScript);
this.groupBoxScript.Controls.Add(this.labelOriginalScript);
this.groupBoxScript.Controls.Add(this.textBoxTitle);
this.groupBoxScript.Controls.Add(this.labelTitle);
this.groupBoxScript.Location = new System.Drawing.Point(12, 12);
this.groupBoxScript.Name = "groupBoxScript";
this.groupBoxScript.Size = new System.Drawing.Size(471, 233);
this.groupBoxScript.TabIndex = 0;
this.groupBoxScript.TabStop = false;
this.groupBoxScript.Text = "Script";
//
// groupBoxOptions
//
this.groupBoxOptions.Controls.Add(this.checkBoxScaleBorderAndShadow);
this.groupBoxOptions.Controls.Add(this.comboBoxCollision);
this.groupBoxOptions.Controls.Add(this.labelCollision);
this.groupBoxOptions.Controls.Add(this.comboBoxWrapStyle);
this.groupBoxOptions.Controls.Add(this.labelWrapStyle);
this.groupBoxOptions.Location = new System.Drawing.Point(12, 314);
this.groupBoxOptions.Name = "groupBoxOptions";
this.groupBoxOptions.Size = new System.Drawing.Size(471, 100);
this.groupBoxOptions.TabIndex = 1;
this.groupBoxOptions.TabStop = false;
this.groupBoxOptions.Text = "Options";
//
// groupBoxResolution
//
this.groupBoxResolution.Controls.Add(this.labelVideoResolution);
this.groupBoxResolution.Controls.Add(this.numericUpDownVideoHeight);
this.groupBoxResolution.Controls.Add(this.buttonGetResolutionFromVideo);
this.groupBoxResolution.Controls.Add(this.labelX);
this.groupBoxResolution.Controls.Add(this.numericUpDownVideoWidth);
this.groupBoxResolution.Location = new System.Drawing.Point(12, 251);
this.groupBoxResolution.Name = "groupBoxResolution";
this.groupBoxResolution.Size = new System.Drawing.Size(471, 57);
this.groupBoxResolution.TabIndex = 1;
this.groupBoxResolution.TabStop = false;
this.groupBoxResolution.Text = "Resolution";
//
// labelTitle
//
this.labelTitle.AutoSize = true;
this.labelTitle.Location = new System.Drawing.Point(6, 23);
this.labelTitle.Name = "labelTitle";
this.labelTitle.Size = new System.Drawing.Size(27, 13);
this.labelTitle.TabIndex = 0;
this.labelTitle.Text = "Title";
//
// textBoxTitle
//
this.textBoxTitle.Location = new System.Drawing.Point(191, 20);
this.textBoxTitle.Name = "textBoxTitle";
this.textBoxTitle.Size = new System.Drawing.Size(263, 20);
this.textBoxTitle.TabIndex = 1;
//
// buttonGetResolutionFromVideo
//
this.buttonGetResolutionFromVideo.Location = new System.Drawing.Point(317, 16);
this.buttonGetResolutionFromVideo.Name = "buttonGetResolutionFromVideo";
this.buttonGetResolutionFromVideo.Size = new System.Drawing.Size(27, 23);
this.buttonGetResolutionFromVideo.TabIndex = 0;
this.buttonGetResolutionFromVideo.Text = "...";
this.buttonGetResolutionFromVideo.UseVisualStyleBackColor = true;
//
// numericUpDownVideoWidth
//
this.numericUpDownVideoWidth.Location = new System.Drawing.Point(191, 19);
this.numericUpDownVideoWidth.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.numericUpDownVideoWidth.Name = "numericUpDownVideoWidth";
this.numericUpDownVideoWidth.Size = new System.Drawing.Size(47, 20);
this.numericUpDownVideoWidth.TabIndex = 1;
//
// labelWrapStyle
//
this.labelWrapStyle.AutoSize = true;
this.labelWrapStyle.Location = new System.Drawing.Point(6, 18);
this.labelWrapStyle.Name = "labelWrapStyle";
this.labelWrapStyle.Size = new System.Drawing.Size(57, 13);
this.labelWrapStyle.TabIndex = 1;
this.labelWrapStyle.Text = "Wrap style";
//
// labelX
//
this.labelX.AutoSize = true;
this.labelX.Location = new System.Drawing.Point(244, 21);
this.labelX.Name = "labelX";
this.labelX.Size = new System.Drawing.Size(14, 13);
this.labelX.TabIndex = 2;
this.labelX.Text = "X";
//
// numericUpDownVideoHeight
//
this.numericUpDownVideoHeight.Location = new System.Drawing.Point(264, 19);
this.numericUpDownVideoHeight.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.numericUpDownVideoHeight.Name = "numericUpDownVideoHeight";
this.numericUpDownVideoHeight.Size = new System.Drawing.Size(47, 20);
this.numericUpDownVideoHeight.TabIndex = 3;
//
// labelOriginalScript
//
this.labelOriginalScript.AutoSize = true;
this.labelOriginalScript.Location = new System.Drawing.Point(6, 49);
this.labelOriginalScript.Name = "labelOriginalScript";
this.labelOriginalScript.Size = new System.Drawing.Size(70, 13);
this.labelOriginalScript.TabIndex = 2;
this.labelOriginalScript.Text = "Original script";
//
// textBoxOriginalScript
//
this.textBoxOriginalScript.Location = new System.Drawing.Point(191, 46);
this.textBoxOriginalScript.Name = "textBoxOriginalScript";
this.textBoxOriginalScript.Size = new System.Drawing.Size(263, 20);
this.textBoxOriginalScript.TabIndex = 3;
//
// textBoxTiming
//
this.textBoxTiming.Location = new System.Drawing.Point(191, 124);
this.textBoxTiming.Name = "textBoxTiming";
this.textBoxTiming.Size = new System.Drawing.Size(263, 20);
this.textBoxTiming.TabIndex = 4;
//
// textBoxEditing
//
this.textBoxEditing.Location = new System.Drawing.Point(191, 98);
this.textBoxEditing.Name = "textBoxEditing";
this.textBoxEditing.Size = new System.Drawing.Size(263, 20);
this.textBoxEditing.TabIndex = 5;
//
// textBoxTranslation
//
this.textBoxTranslation.Location = new System.Drawing.Point(191, 72);
this.textBoxTranslation.Name = "textBoxTranslation";
this.textBoxTranslation.Size = new System.Drawing.Size(263, 20);
this.textBoxTranslation.TabIndex = 6;
//
// labelTranslation
//
this.labelTranslation.AutoSize = true;
this.labelTranslation.Location = new System.Drawing.Point(6, 75);
this.labelTranslation.Name = "labelTranslation";
this.labelTranslation.Size = new System.Drawing.Size(59, 13);
this.labelTranslation.TabIndex = 7;
this.labelTranslation.Text = "Translation";
//
// labelEditing
//
this.labelEditing.AutoSize = true;
this.labelEditing.Location = new System.Drawing.Point(6, 101);
this.labelEditing.Name = "labelEditing";
this.labelEditing.Size = new System.Drawing.Size(39, 13);
this.labelEditing.TabIndex = 8;
this.labelEditing.Text = "Editing";
//
// labelTiming
//
this.labelTiming.AutoSize = true;
this.labelTiming.Location = new System.Drawing.Point(6, 127);
this.labelTiming.Name = "labelTiming";
this.labelTiming.Size = new System.Drawing.Size(38, 13);
this.labelTiming.TabIndex = 9;
this.labelTiming.Text = "Timing";
//
// labelSyncPoint
//
this.labelSyncPoint.AutoSize = true;
this.labelSyncPoint.Location = new System.Drawing.Point(6, 153);
this.labelSyncPoint.Name = "labelSyncPoint";
this.labelSyncPoint.Size = new System.Drawing.Size(63, 13);
this.labelSyncPoint.TabIndex = 10;
this.labelSyncPoint.Text = "Synch point";
//
// textBoxUpdateDetails
//
this.textBoxUpdateDetails.Location = new System.Drawing.Point(191, 202);
this.textBoxUpdateDetails.Name = "textBoxUpdateDetails";
this.textBoxUpdateDetails.Size = new System.Drawing.Size(263, 20);
this.textBoxUpdateDetails.TabIndex = 11;
//
// textBoxUpdatedBy
//
this.textBoxUpdatedBy.Location = new System.Drawing.Point(191, 176);
this.textBoxUpdatedBy.Name = "textBoxUpdatedBy";
this.textBoxUpdatedBy.Size = new System.Drawing.Size(263, 20);
this.textBoxUpdatedBy.TabIndex = 12;
//
// textBoxSyncPoint
//
this.textBoxSyncPoint.Location = new System.Drawing.Point(191, 150);
this.textBoxSyncPoint.Name = "textBoxSyncPoint";
this.textBoxSyncPoint.Size = new System.Drawing.Size(263, 20);
this.textBoxSyncPoint.TabIndex = 13;
//
// labelUpdatedBy
//
this.labelUpdatedBy.AutoSize = true;
this.labelUpdatedBy.Location = new System.Drawing.Point(6, 179);
this.labelUpdatedBy.Name = "labelUpdatedBy";
this.labelUpdatedBy.Size = new System.Drawing.Size(62, 13);
this.labelUpdatedBy.TabIndex = 14;
this.labelUpdatedBy.Text = "Updated by";
//
// labelUpdateDetails
//
this.labelUpdateDetails.AutoSize = true;
this.labelUpdateDetails.Location = new System.Drawing.Point(7, 205);
this.labelUpdateDetails.Name = "labelUpdateDetails";
this.labelUpdateDetails.Size = new System.Drawing.Size(75, 13);
this.labelUpdateDetails.TabIndex = 15;
this.labelUpdateDetails.Text = "Update details";
//
// labelVideoResolution
//
this.labelVideoResolution.AutoSize = true;
this.labelVideoResolution.Location = new System.Drawing.Point(7, 21);
this.labelVideoResolution.Name = "labelVideoResolution";
this.labelVideoResolution.Size = new System.Drawing.Size(82, 13);
this.labelVideoResolution.TabIndex = 16;
this.labelVideoResolution.Text = "Video resolution";
//
// comboBoxWrapStyle
//
this.comboBoxWrapStyle.FormattingEnabled = true;
this.comboBoxWrapStyle.Items.AddRange(new object[] {
"0: Smart wrapping, top line is wider",
"1: End-of-line word wrapping, only \\N breaks",
"2: No word wrapping, both \\n and \\N break",
"3: Smart wrapping, bottom line is wider"});
this.comboBoxWrapStyle.Location = new System.Drawing.Point(191, 15);
this.comboBoxWrapStyle.Name = "comboBoxWrapStyle";
this.comboBoxWrapStyle.Size = new System.Drawing.Size(263, 21);
this.comboBoxWrapStyle.TabIndex = 2;
//
// labelCollision
//
this.labelCollision.AutoSize = true;
this.labelCollision.Location = new System.Drawing.Point(6, 45);
this.labelCollision.Name = "labelCollision";
this.labelCollision.Size = new System.Drawing.Size(45, 13);
this.labelCollision.TabIndex = 3;
this.labelCollision.Text = "Collision";
//
// comboBoxCollision
//
this.comboBoxCollision.FormattingEnabled = true;
this.comboBoxCollision.Items.AddRange(new object[] {
"Normal",
"Reverse"});
this.comboBoxCollision.Location = new System.Drawing.Point(191, 42);
this.comboBoxCollision.Name = "comboBoxCollision";
this.comboBoxCollision.Size = new System.Drawing.Size(263, 21);
this.comboBoxCollision.TabIndex = 4;
//
// checkBoxScaleBorderAndShadow
//
this.checkBoxScaleBorderAndShadow.AutoSize = true;
this.checkBoxScaleBorderAndShadow.Location = new System.Drawing.Point(191, 70);
this.checkBoxScaleBorderAndShadow.Name = "checkBoxScaleBorderAndShadow";
this.checkBoxScaleBorderAndShadow.Size = new System.Drawing.Size(147, 17);
this.checkBoxScaleBorderAndShadow.TabIndex = 5;
this.checkBoxScaleBorderAndShadow.Text = "Scale border and shadow";
this.checkBoxScaleBorderAndShadow.UseVisualStyleBackColor = true;
//
// buttonOK
//
this.buttonOK.Location = new System.Drawing.Point(327, 427);
this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21);
this.buttonOK.TabIndex = 3;
this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true;
this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
//
// buttonCancel
//
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(409, 427);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21);
this.buttonCancel.TabIndex = 4;
this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
//
// SubStationAlphaProperties
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(498, 460);
this.Controls.Add(this.buttonOK);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.groupBoxResolution);
this.Controls.Add(this.groupBoxOptions);
this.Controls.Add(this.groupBoxScript);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.Name = "SubStationAlphaProperties";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Sub Station Alpha properties";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SubStationAlphaProperties_KeyDown);
this.groupBoxScript.ResumeLayout(false);
this.groupBoxScript.PerformLayout();
this.groupBoxOptions.ResumeLayout(false);
this.groupBoxOptions.PerformLayout();
this.groupBoxResolution.ResumeLayout(false);
this.groupBoxResolution.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownVideoWidth)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownVideoHeight)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBoxScript;
private System.Windows.Forms.GroupBox groupBoxOptions;
private System.Windows.Forms.Label labelUpdateDetails;
private System.Windows.Forms.Label labelUpdatedBy;
private System.Windows.Forms.TextBox textBoxSyncPoint;
private System.Windows.Forms.TextBox textBoxUpdatedBy;
private System.Windows.Forms.TextBox textBoxUpdateDetails;
private System.Windows.Forms.Label labelSyncPoint;
private System.Windows.Forms.Label labelTiming;
private System.Windows.Forms.Label labelEditing;
private System.Windows.Forms.Label labelTranslation;
private System.Windows.Forms.TextBox textBoxTranslation;
private System.Windows.Forms.TextBox textBoxEditing;
private System.Windows.Forms.TextBox textBoxTiming;
private System.Windows.Forms.TextBox textBoxOriginalScript;
private System.Windows.Forms.Label labelOriginalScript;
private System.Windows.Forms.TextBox textBoxTitle;
private System.Windows.Forms.Label labelTitle;
private System.Windows.Forms.CheckBox checkBoxScaleBorderAndShadow;
private System.Windows.Forms.ComboBox comboBoxCollision;
private System.Windows.Forms.Label labelCollision;
private System.Windows.Forms.ComboBox comboBoxWrapStyle;
private System.Windows.Forms.Label labelWrapStyle;
private System.Windows.Forms.GroupBox groupBoxResolution;
private System.Windows.Forms.Label labelVideoResolution;
private System.Windows.Forms.NumericUpDown numericUpDownVideoHeight;
private System.Windows.Forms.Button buttonGetResolutionFromVideo;
private System.Windows.Forms.Label labelX;
private System.Windows.Forms.NumericUpDown numericUpDownVideoWidth;
private System.Windows.Forms.Button buttonOK;
private System.Windows.Forms.Button buttonCancel;
}
}

View File

@ -0,0 +1,150 @@
using System;
using System.Text;
using System.Windows.Forms;
using Nikse.SubtitleEdit.Logic;
using Nikse.SubtitleEdit.Logic.SubtitleFormats;
namespace Nikse.SubtitleEdit.Forms
{
public sealed partial class SubStationAlphaProperties : Form
{
private Subtitle _subtitle;
private bool _isSubStationAlpha;
public SubStationAlphaProperties(Subtitle subtitle, SubtitleFormat format)
{
InitializeComponent();
_subtitle = subtitle;
_isSubStationAlpha = format.FriendlyName == new SubStationAlpha().FriendlyName;
var l = Configuration.Settings.Language.SubStationAlphaProperties;
if (_isSubStationAlpha)
Text = l.TitleSubstationAlpha;
else
Text = l.Title;
groupBoxScript.Text = l.Script;
labelTitle.Text = l.ScriptTitle;
comboBoxWrapStyle.SelectedIndex = 2;
comboBoxCollision.SelectedIndex = 0;
if (subtitle.Header != null)
{
foreach (string line in subtitle.Header.Split(Environment.NewLine.ToCharArray(), StringSplitOptions.RemoveEmptyEntries))
{
string s = line.ToLower();
if (s.StartsWith("title:"))
{
textBoxTitle.Text = s.Remove(0, 6).Trim();
}
else if (s.StartsWith("original script:"))
{
textBoxOriginalScript.Text = s.Remove(0, 16).Trim();
}
else if (s.StartsWith("original translation:"))
{
textBoxTranslation.Text = s.Remove(0, 21).Trim();
}
else if (s.StartsWith("original editing:"))
{
textBoxEditing.Text = s.Remove(0, 17).Trim();
}
else if (s.StartsWith("original timing:"))
{
textBoxTiming.Text = s.Remove(0, 16).Trim();
}
else if (s.StartsWith("synch point:"))
{
textBoxSyncPoint.Text = s.Remove(0, 12).Trim();
}
else if (s.StartsWith("script updated by:"))
{
textBoxUpdatedBy.Text = s.Remove(0, 18).Trim();
}
else if (s.StartsWith("update details:"))
{
textBoxUpdateDetails.Text = s.Remove(0, 18).Trim();
}
else if (s.StartsWith("collisions:"))
{
if (s.Remove(0, 11).Trim() == "reverse")
comboBoxCollision.SelectedIndex = 1;
}
else if (s.StartsWith("playresx:"))
{
int number;
if (int.TryParse(s.Remove(0, 9).Trim(), out number))
numericUpDownVideoWidth.Value = number;
}
else if (s.StartsWith("playresy:"))
{
int number;
if (int.TryParse(s.Remove(0, 9).Trim(), out number))
numericUpDownVideoHeight.Value = number;
}
else if (s.StartsWith("scaledborderandshadow:"))
{
checkBoxScaleBorderAndShadow.Checked = s.Remove(0, 22).Trim().ToLower() == "yes";
}
}
}
}
private void buttonCancel_Click(object sender, EventArgs e)
{
DialogResult = DialogResult.Cancel;
}
private void buttonOK_Click(object sender, EventArgs e)
{
UpdateTag("Title", textBoxTitle.Text);
UpdateTag("Original Script", textBoxTitle.Text);
UpdateTag("Original Translation", textBoxTranslation.Text);
UpdateTag("Original Editing", textBoxEditing.Text);
UpdateTag("Original Timing", textBoxTiming.Text);
UpdateTag("Synch Point", textBoxSyncPoint.Text);
UpdateTag("Script Updated By", textBoxUpdatedBy.Text);
UpdateTag("Update Details", textBoxUpdateDetails.Text);
UpdateTag("PlayResX", numericUpDownVideoWidth.Value.ToString());
UpdateTag("PlayResY", numericUpDownVideoHeight.Value.ToString());
UpdateTag("wrapstyle", comboBoxWrapStyle.SelectedIndex.ToString());
if (comboBoxCollision.SelectedIndex == 0)
UpdateTag("collisions", "normal");
else
UpdateTag("collisions", "reverse");
if (checkBoxScaleBorderAndShadow.Checked)
UpdateTag("ScaledBorderAndShadow", "yes");
else
UpdateTag("ScaledBorderAndShadow", "no");
DialogResult = DialogResult.OK;
}
private void UpdateTag(string tag, string text)
{
if (_subtitle.Header == null)
{
}
var sb = new StringBuilder();
foreach (string line in _subtitle.Header.Split(Environment.NewLine.ToCharArray(), StringSplitOptions.RemoveEmptyEntries))
{
string s = line.ToLower();
if (s.StartsWith(tag.ToLower() + ":"))
{
sb.AppendLine(line.Substring(0, tag.Length) + ": " + text);
}
else
{
sb.AppendLine(line);
}
}
_subtitle.Header = sb.ToString();
}
private void SubStationAlphaProperties_KeyDown(object sender, KeyEventArgs e)
{
if (e.KeyCode == Keys.Escape)
DialogResult = DialogResult.Cancel;
}
}
}

View File

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View File

@ -817,6 +817,7 @@
this.Name = "SubStationAlphaStyles";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Advanced SubStation Alpha styles";
this.ResizeEnd += new System.EventHandler(this.SubStationAlphaStyles_ResizeEnd);
this.SizeChanged += new System.EventHandler(this.SubStationAlphaStyles_SizeChanged);

View File

@ -33,16 +33,16 @@
this.buttonFindText = new System.Windows.Forms.Button();
this.labelOtherSubtitleFileName = new System.Windows.Forms.Label();
this.labelSubtitleFileName = new System.Windows.Forms.Label();
this.subtitleListView2 = new Nikse.SubtitleEdit.Controls.SubtitleListView();
this.listBoxSyncPoints = new System.Windows.Forms.ListBox();
this.labelNoOfSyncPoints = new System.Windows.Forms.Label();
this.buttonRemoveSyncPoint = new System.Windows.Forms.Button();
this.buttonSetSyncPoint = new System.Windows.Forms.Button();
this.SubtitleListview1 = new Nikse.SubtitleEdit.Controls.SubtitleListView();
this.labelSyncInfo = new System.Windows.Forms.Label();
this.buttonApplySync = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.buttonOK = new System.Windows.Forms.Button();
this.subtitleListView2 = new Nikse.SubtitleEdit.Controls.SubtitleListView();
this.SubtitleListview1 = new Nikse.SubtitleEdit.Controls.SubtitleListView();
this.groupBoxImportResult.SuspendLayout();
this.SuspendLayout();
//
@ -107,6 +107,25 @@
this.labelSubtitleFileName.TabIndex = 20;
this.labelSubtitleFileName.Text = "labelSubtitleFileName";
//
// subtitleListView2
//
this.subtitleListView2.AllowDrop = true;
this.subtitleListView2.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.subtitleListView2.DisplayExtraFromExtra = false;
this.subtitleListView2.FirstVisibleIndex = -1;
this.subtitleListView2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.subtitleListView2.FullRowSelect = true;
this.subtitleListView2.GridLines = true;
this.subtitleListView2.HideSelection = false;
this.subtitleListView2.Location = new System.Drawing.Point(629, 33);
this.subtitleListView2.MultiSelect = false;
this.subtitleListView2.Name = "subtitleListView2";
this.subtitleListView2.OwnerDraw = true;
this.subtitleListView2.Size = new System.Drawing.Size(453, 368);
this.subtitleListView2.TabIndex = 19;
this.subtitleListView2.UseCompatibleStateImageBehavior = false;
this.subtitleListView2.View = System.Windows.Forms.View.Details;
//
// listBoxSyncPoints
//
this.listBoxSyncPoints.Anchor = System.Windows.Forms.AnchorStyles.Right;
@ -149,6 +168,28 @@
this.buttonSetSyncPoint.UseVisualStyleBackColor = true;
this.buttonSetSyncPoint.Click += new System.EventHandler(this.buttonSetSyncPoint_Click);
//
// SubtitleListview1
//
this.SubtitleListview1.AllowDrop = 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.DisplayExtraFromExtra = false;
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(9, 33);
this.SubtitleListview1.MultiSelect = false;
this.SubtitleListview1.Name = "SubtitleListview1";
this.SubtitleListview1.OwnerDraw = true;
this.SubtitleListview1.Size = new System.Drawing.Size(466, 368);
this.SubtitleListview1.TabIndex = 12;
this.SubtitleListview1.UseCompatibleStateImageBehavior = false;
this.SubtitleListview1.View = System.Windows.Forms.View.Details;
this.SubtitleListview1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.SubtitleListview1_MouseDoubleClick);
//
// labelSyncInfo
//
this.labelSyncInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
@ -195,45 +236,6 @@
this.buttonOK.UseVisualStyleBackColor = true;
this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
//
// subtitleListView2
//
this.subtitleListView2.AllowDrop = true;
this.subtitleListView2.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.subtitleListView2.DisplayExtraFromExtra = false;
this.subtitleListView2.FirstVisibleIndex = -1;
this.subtitleListView2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.subtitleListView2.FullRowSelect = true;
this.subtitleListView2.GridLines = true;
this.subtitleListView2.HideSelection = false;
this.subtitleListView2.Location = new System.Drawing.Point(629, 33);
this.subtitleListView2.MultiSelect = false;
this.subtitleListView2.Name = "subtitleListView2";
this.subtitleListView2.Size = new System.Drawing.Size(453, 368);
this.subtitleListView2.TabIndex = 19;
this.subtitleListView2.UseCompatibleStateImageBehavior = false;
this.subtitleListView2.View = System.Windows.Forms.View.Details;
//
// SubtitleListview1
//
this.SubtitleListview1.AllowDrop = 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.DisplayExtraFromExtra = false;
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(9, 33);
this.SubtitleListview1.MultiSelect = false;
this.SubtitleListview1.Name = "SubtitleListview1";
this.SubtitleListview1.Size = new System.Drawing.Size(466, 368);
this.SubtitleListview1.TabIndex = 12;
this.SubtitleListview1.UseCompatibleStateImageBehavior = false;
this.SubtitleListview1.View = System.Windows.Forms.View.Details;
this.SubtitleListview1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.SubtitleListview1_MouseDoubleClick);
//
// SyncPointsSync
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -252,6 +254,7 @@
this.Name = "SyncPointsSync";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "SyncPointsSync";
this.Shown += new System.EventHandler(this.SyncPointsSyncShown);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SyncPointsSync_KeyDown);

View File

@ -83,6 +83,7 @@
this.MinimizeBox = false;
this.Name = "UnknownSubtitle";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Uknown subtitle";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormUnknownSubtitle_KeyDown);
this.ResumeLayout(false);

View File

@ -101,6 +101,7 @@
this.MinimumSize = new System.Drawing.Size(700, 500);
this.Name = "VideoError";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Error playing video file - ";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.VideoError_KeyDown);
this.groupBox1.ResumeLayout(false);

View File

@ -382,6 +382,7 @@ namespace Nikse.SubtitleEdit.Forms
this.MinimumSize = new System.Drawing.Size(935, 540);
this.Name = "VisualSync";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Visual Sync";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormVisualSync_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.VisualSync_FormClosed);

View File

@ -231,6 +231,7 @@
this.MinimizeBox = false;
this.Name = "VobSubEditCharacters";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Edit image compare database";
this.Shown += new System.EventHandler(this.VobSubEditCharacters_Shown);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.VobSubEditCharacters_KeyDown);

View File

@ -44,6 +44,8 @@ namespace Nikse.SubtitleEdit.Forms
this.toolStripSeparatorImageCompare = new System.Windows.Forms.ToolStripSeparator();
this.inspectImageCompareMatchesForCurrentImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.EditLastAdditionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.labelSubtitleText = new System.Windows.Forms.Label();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.labelStatus = new System.Windows.Forms.Label();
@ -108,8 +110,6 @@ namespace Nikse.SubtitleEdit.Forms
this.splitContainerBottom = new System.Windows.Forms.SplitContainer();
this.textBoxCurrentText = new Nikse.SubtitleEdit.Controls.SETextBox();
this.subtitleListView1 = new Nikse.SubtitleEdit.Controls.SubtitleListView();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxSubtitleImage)).BeginInit();
this.contextMenuStripListview.SuspendLayout();
this.groupBoxOcrMethod.SuspendLayout();
@ -239,6 +239,18 @@ namespace Nikse.SubtitleEdit.Forms
this.EditLastAdditionsToolStripMenuItem.Text = "Edit last ocr image additions...";
this.EditLastAdditionsToolStripMenuItem.Click += new System.EventHandler(this.inspectLastAdditionsToolStripMenuItem_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(302, 6);
//
// deleteToolStripMenuItem
//
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(305, 22);
this.deleteToolStripMenuItem.Text = "Delete";
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.DeleteToolStripMenuItemClick);
//
// labelSubtitleText
//
this.labelSubtitleText.AutoSize = true;
@ -972,6 +984,7 @@ namespace Nikse.SubtitleEdit.Forms
this.subtitleListView1.HideSelection = false;
this.subtitleListView1.Location = new System.Drawing.Point(8, 21);
this.subtitleListView1.Name = "subtitleListView1";
this.subtitleListView1.OwnerDraw = true;
this.subtitleListView1.Size = new System.Drawing.Size(631, 183);
this.subtitleListView1.TabIndex = 4;
this.subtitleListView1.UseCompatibleStateImageBehavior = false;
@ -979,18 +992,6 @@ namespace Nikse.SubtitleEdit.Forms
this.subtitleListView1.SelectedIndexChanged += new System.EventHandler(this.SubtitleListView1SelectedIndexChanged);
this.subtitleListView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.subtitleListView1_KeyDown);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(302, 6);
//
// deleteToolStripMenuItem
//
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(305, 22);
this.deleteToolStripMenuItem.Text = "Delete";
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.DeleteToolStripMenuItemClick);
//
// VobSubOcr
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -1010,6 +1011,7 @@ namespace Nikse.SubtitleEdit.Forms
this.Name = "VobSubOcr";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Import/OCR VobSub (sub/idx) subtitle";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.VobSubOcr_FormClosing);
this.Shown += new System.EventHandler(this.FormVobSubOcr_Shown);

View File

@ -623,6 +623,7 @@
this.Name = "VobSubOcrCharacter";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "VobSub - Manual image to text";
this.Shown += new System.EventHandler(this.VobSubOcrCharacter_Shown);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.VobSubOcrCharacter_KeyDown);

View File

@ -228,6 +228,7 @@
this.Controls.Add(this.buttonOK);
this.Name = "VobSubOcrCharacterInspect";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "VobSubOcrCharacterInspect";
this.groupBoxCurrentCompareImage.ResumeLayout(false);
this.groupBoxCurrentCompareImage.PerformLayout();

View File

@ -89,6 +89,7 @@
this.MinimizeBox = false;
this.Name = "VobSubOcrNewFolder";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "New folder";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormVobSubOcrNewFolder_KeyDown);
this.ResumeLayout(false);

View File

@ -136,6 +136,7 @@
this.MinimizeBox = false;
this.Name = "Watermark";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Watermark";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Watermark_KeyDown);
this.groupBoxGenerate.ResumeLayout(false);

View File

@ -105,6 +105,7 @@
this.MinimizeBox = false;
this.Name = "YouTubeAnnotationsImport";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "YouTubeAnnotationsImport";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.YouTubeAnnotationsImport_KeyDown);
this.ResumeLayout(false);

View File

@ -58,6 +58,7 @@ namespace Nikse.SubtitleEdit.Logic
public LanguageStructure.SplitLongLines SplitLongLines;
public LanguageStructure.SplitSubtitle SplitSubtitle;
public LanguageStructure.StartNumberingFrom StartNumberingFrom;
public LanguageStructure.SubStationAlphaProperties SubStationAlphaProperties;
public LanguageStructure.SubStationAlphaStyles SubStationAlphaStyles;
public LanguageStructure.PointSync PointSync;
public LanguageStructure.UnknownSubtitle UnknownSubtitle;
@ -779,6 +780,8 @@ namespace Nikse.SubtitleEdit.Logic
Reopen = "&Reopen",
Save = "&Save",
SaveAs = "Save &as...",
AdvancedSubStationAlphaProperties = "Advanced Sub Station Alpha properties...",
SubStationAlphaProperties = "Sub Station Alpha properties...",
OpenOriginal = "Open original subtitle (translator mode)...",
SaveOriginal = "Save original subtitle",
CloseOriginal = "Close original subtitle",
@ -1396,6 +1399,16 @@ can edit in same subtitle file (collaboration)",
PleaseEnterAValidNumber = "Ups, please enter a number",
};
SubStationAlphaProperties= new LanguageStructure.SubStationAlphaProperties
{
Title = "Advanced Sub Station Alpha properties",
TitleSubstationAlpha = "Sub Station Alpha properties",
Script = "Script",
ScriptTitle = "Title",
};
SubStationAlphaStyles = new LanguageStructure.SubStationAlphaStyles
{
Title = "Advanced Sub Station Alpha styles",

View File

@ -722,6 +722,8 @@
public string Reopen { get; set; }
public string Save { get; set; }
public string SaveAs { get; set; }
public string AdvancedSubStationAlphaProperties { get; set; }
public string SubStationAlphaProperties { get; set; }
public string OpenOriginal { get; set; }
public string SaveOriginal { get; set; }
public string CloseOriginal { get; set; }
@ -1346,6 +1348,27 @@
public string PleaseEnterAValidNumber { get; set; }
}
public class SubStationAlphaProperties
{
public string Title { get; set; }
public string TitleSubstationAlpha { get; set; }
public string Script { get; set; }
public string ScriptTitle { get; set; }
public string OriginalScript { get; set; }
public string Translation { get; set; }
public string Editing { get; set; }
public string Timing { get; set; }
public string SyncPoint { get; set; }
public string UpdatedBy { get; set; }
public string UpdateDetails { get; set; }
public string Resolution { get; set; }
public string VideoResolution { get; set; }
public string Options { get; set; }
public string WrapStyle { get; set; }
public string Collision { get; set; }
public string ScaleBorderAndShadow { get; set; }
}
public class SubStationAlphaStyles
{
public string Title { get; set; }

View File

@ -428,6 +428,12 @@
<Compile Include="Forms\StartNumberingFrom.Designer.cs">
<DependentUpon>StartNumberingFrom.cs</DependentUpon>
</Compile>
<Compile Include="Forms\SubStationAlphaProperties.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\SubStationAlphaProperties.Designer.cs">
<DependentUpon>SubStationAlphaProperties.cs</DependentUpon>
</Compile>
<Compile Include="Forms\SubStationAlphaStyles.cs">
<SubType>Form</SubType>
</Compile>
@ -954,6 +960,9 @@
<DependentUpon>StartNumberingFrom.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Forms\SubStationAlphaProperties.resx">
<DependentUpon>SubStationAlphaProperties.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\SubStationAlphaStyles.resx">
<DependentUpon>SubStationAlphaStyles.cs</DependentUpon>
</EmbeddedResource>