Working on font change

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@48 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
niksedk 2010-10-14 18:45:13 +00:00
parent aa765eac65
commit 8c737ddfb9
39 changed files with 784 additions and 733 deletions

View File

@ -61,7 +61,7 @@
this.labelLanguage.AutoSize = true;
this.labelLanguage.Location = new System.Drawing.Point(12, 15);
this.labelLanguage.Name = "labelLanguage";
this.labelLanguage.Size = new System.Drawing.Size(55, 13);
this.labelLanguage.Size = new System.Drawing.Size(54, 13);
this.labelLanguage.TabIndex = 15;
this.labelLanguage.Text = "Language";
//
@ -84,6 +84,7 @@
this.Controls.Add(this.comboBoxLanguages);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonOK);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.MaximizeBox = false;

View File

@ -132,7 +132,7 @@ namespace Nikse.SubtitleEdit.Forms
this.labelStatus.AutoSize = true;
this.labelStatus.Location = new System.Drawing.Point(4, 560);
this.labelStatus.Name = "labelStatus";
this.labelStatus.Size = new System.Drawing.Size(35, 13);
this.labelStatus.Size = new System.Drawing.Size(37, 13);
this.labelStatus.TabIndex = 17;
this.labelStatus.Text = "status";
//
@ -168,7 +168,7 @@ namespace Nikse.SubtitleEdit.Forms
this.checkBoxShowOnlyDifferences.AutoSize = true;
this.checkBoxShowOnlyDifferences.Location = new System.Drawing.Point(330, 542);
this.checkBoxShowOnlyDifferences.Name = "checkBoxShowOnlyDifferences";
this.checkBoxShowOnlyDifferences.Size = new System.Drawing.Size(130, 17);
this.checkBoxShowOnlyDifferences.Size = new System.Drawing.Size(132, 17);
this.checkBoxShowOnlyDifferences.TabIndex = 20;
this.checkBoxShowOnlyDifferences.Text = "Show only differences";
this.checkBoxShowOnlyDifferences.UseVisualStyleBackColor = true;
@ -180,7 +180,7 @@ namespace Nikse.SubtitleEdit.Forms
this.checkBoxOnlyListDifferencesInText.AutoSize = true;
this.checkBoxOnlyListDifferencesInText.Location = new System.Drawing.Point(330, 560);
this.checkBoxOnlyListDifferencesInText.Name = "checkBoxOnlyListDifferencesInText";
this.checkBoxOnlyListDifferencesInText.Size = new System.Drawing.Size(189, 17);
this.checkBoxOnlyListDifferencesInText.Size = new System.Drawing.Size(197, 17);
this.checkBoxOnlyListDifferencesInText.TabIndex = 21;
this.checkBoxOnlyListDifferencesInText.Text = "Only look for differences in the text";
this.checkBoxOnlyListDifferencesInText.UseVisualStyleBackColor = true;
@ -235,6 +235,7 @@ namespace Nikse.SubtitleEdit.Forms
this.Controls.Add(this.subtitleListView2);
this.Controls.Add(this.subtitleListView1);
this.Controls.Add(this.labelSubtitle1);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.KeyPreview = true;
this.MinimumSize = new System.Drawing.Size(800, 400);
this.Name = "Compare";

View File

@ -69,7 +69,7 @@
this.textBoxIfoFileName.Location = new System.Drawing.Point(6, 34);
this.textBoxIfoFileName.Name = "textBoxIfoFileName";
this.textBoxIfoFileName.ReadOnly = true;
this.textBoxIfoFileName.Size = new System.Drawing.Size(435, 20);
this.textBoxIfoFileName.Size = new System.Drawing.Size(435, 21);
this.textBoxIfoFileName.TabIndex = 0;
this.textBoxIfoFileName.DragDrop += new System.Windows.Forms.DragEventHandler(this.TextBoxIfoFileNameDragDrop);
this.textBoxIfoFileName.DragEnter += new System.Windows.Forms.DragEventHandler(this.TextBoxIfoFileNameDragEnter);
@ -79,7 +79,7 @@
this.labelIfoFile.AutoSize = true;
this.labelIfoFile.Location = new System.Drawing.Point(6, 18);
this.labelIfoFile.Name = "labelIfoFile";
this.labelIfoFile.Size = new System.Drawing.Size(40, 13);
this.labelIfoFile.Size = new System.Drawing.Size(42, 13);
this.labelIfoFile.TabIndex = 2;
this.labelIfoFile.Text = "IFO file";
//
@ -161,7 +161,7 @@
this.radioButtonPal.Checked = true;
this.radioButtonPal.Location = new System.Drawing.Point(6, 19);
this.radioButtonPal.Name = "radioButtonPal";
this.radioButtonPal.Size = new System.Drawing.Size(80, 17);
this.radioButtonPal.Size = new System.Drawing.Size(81, 17);
this.radioButtonPal.TabIndex = 0;
this.radioButtonPal.TabStop = true;
this.radioButtonPal.Text = "PAL (25fps)";
@ -212,7 +212,7 @@
this.labelVobFiles.AutoSize = true;
this.labelVobFiles.Location = new System.Drawing.Point(6, 61);
this.labelVobFiles.Name = "labelVobFiles";
this.labelVobFiles.Size = new System.Drawing.Size(50, 13);
this.labelVobFiles.Size = new System.Drawing.Size(49, 13);
this.labelVobFiles.TabIndex = 4;
this.labelVobFiles.Text = "VOB files";
//
@ -244,13 +244,13 @@
this.labelStatus.AutoSize = true;
this.labelStatus.Location = new System.Drawing.Point(117, 276);
this.labelStatus.Name = "labelStatus";
this.labelStatus.Size = new System.Drawing.Size(37, 13);
this.labelStatus.Size = new System.Drawing.Size(38, 13);
this.labelStatus.TabIndex = 5;
this.labelStatus.Text = "Status";
//
// buttonStartRipping
//
this.buttonStartRipping.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonStartRipping.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonStartRipping.Location = new System.Drawing.Point(4, 273);
this.buttonStartRipping.Name = "buttonStartRipping";
this.buttonStartRipping.Size = new System.Drawing.Size(107, 31);
@ -268,6 +268,7 @@
this.Controls.Add(this.labelStatus);
this.Controls.Add(this.progressBarRip);
this.Controls.Add(this.groupBoxDvd);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.MaximizeBox = false;

View File

@ -75,7 +75,7 @@
this.labelChooseLanguage.AutoSize = true;
this.labelChooseLanguage.Location = new System.Drawing.Point(6, 11);
this.labelChooseLanguage.Name = "labelChooseLanguage";
this.labelChooseLanguage.Size = new System.Drawing.Size(141, 13);
this.labelChooseLanguage.Size = new System.Drawing.Size(146, 13);
this.labelChooseLanguage.TabIndex = 3;
this.labelChooseLanguage.Text = "Choose language (stream-id)";
//
@ -129,6 +129,7 @@
this.Controls.Add(this.labelChooseLanguage);
this.Controls.Add(this.comboBoxLanguages);
this.Controls.Add(this.listBox1);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;

View File

@ -51,7 +51,7 @@
this.labelTotalMillisecs.AutoSize = true;
this.labelTotalMillisecs.Location = new System.Drawing.Point(120, 57);
this.labelTotalMillisecs.Name = "labelTotalMillisecs";
this.labelTotalMillisecs.Size = new System.Drawing.Size(92, 13);
this.labelTotalMillisecs.Size = new System.Drawing.Size(90, 13);
this.labelTotalMillisecs.TabIndex = 49;
this.labelTotalMillisecs.Text = "labelTotalMillisecs";
//
@ -60,7 +60,7 @@
this.labelTM.AutoSize = true;
this.labelTM.Location = new System.Drawing.Point(44, 56);
this.labelTM.Name = "labelTM";
this.labelTM.Size = new System.Drawing.Size(78, 13);
this.labelTM.Size = new System.Drawing.Size(79, 13);
this.labelTM.TabIndex = 48;
this.labelTM.Text = "Total millisecs.:";
//
@ -84,7 +84,7 @@
0,
-2147483648});
this.numericUpDownDelay.Name = "numericUpDownDelay";
this.numericUpDownDelay.Size = new System.Drawing.Size(54, 20);
this.numericUpDownDelay.Size = new System.Drawing.Size(54, 21);
this.numericUpDownDelay.TabIndex = 47;
//
// labelColor
@ -92,7 +92,7 @@
this.labelColor.AutoSize = true;
this.labelColor.Location = new System.Drawing.Point(180, 22);
this.labelColor.Name = "labelColor";
this.labelColor.Size = new System.Drawing.Size(31, 13);
this.labelColor.Size = new System.Drawing.Size(32, 13);
this.labelColor.TabIndex = 46;
this.labelColor.Text = "Color";
//
@ -101,7 +101,7 @@
this.labelEndDelay.AutoSize = true;
this.labelEndDelay.Location = new System.Drawing.Point(10, 78);
this.labelEndDelay.Name = "labelEndDelay";
this.labelEndDelay.Size = new System.Drawing.Size(112, 13);
this.labelEndDelay.Size = new System.Drawing.Size(113, 13);
this.labelEndDelay.TabIndex = 45;
this.labelEndDelay.Text = "End delay in millisecs.:";
//
@ -148,7 +148,7 @@
this.labelChooseColor.AutoSize = true;
this.labelChooseColor.Location = new System.Drawing.Point(50, 22);
this.labelChooseColor.Name = "labelChooseColor";
this.labelChooseColor.Size = new System.Drawing.Size(72, 13);
this.labelChooseColor.Size = new System.Drawing.Size(73, 13);
this.labelChooseColor.TabIndex = 40;
this.labelChooseColor.Text = "Choose color:";
//
@ -196,6 +196,7 @@
this.Controls.Add(this.panelColor);
this.Controls.Add(this.labelChooseColor);
this.Controls.Add(this.buttonPreview);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.MaximizeBox = false;

View File

@ -46,7 +46,7 @@
this.labelPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.labelPreview.BackColor = System.Drawing.Color.Black;
this.labelPreview.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelPreview.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelPreview.ForeColor = System.Drawing.Color.White;
this.labelPreview.Location = new System.Drawing.Point(12, 72);
this.labelPreview.Name = "labelPreview";
@ -94,7 +94,7 @@
this.labelEndDelay.AutoSize = true;
this.labelEndDelay.Location = new System.Drawing.Point(17, 44);
this.labelEndDelay.Name = "labelEndDelay";
this.labelEndDelay.Size = new System.Drawing.Size(112, 13);
this.labelEndDelay.Size = new System.Drawing.Size(113, 13);
this.labelEndDelay.TabIndex = 32;
this.labelEndDelay.Text = "End delay in millisecs.:";
//
@ -118,7 +118,7 @@
0,
-2147483648});
this.numericUpDownDelay.Name = "numericUpDownDelay";
this.numericUpDownDelay.Size = new System.Drawing.Size(54, 20);
this.numericUpDownDelay.Size = new System.Drawing.Size(54, 21);
this.numericUpDownDelay.TabIndex = 35;
//
// labelTM
@ -126,7 +126,7 @@
this.labelTM.AutoSize = true;
this.labelTM.Location = new System.Drawing.Point(51, 22);
this.labelTM.Name = "labelTM";
this.labelTM.Size = new System.Drawing.Size(78, 13);
this.labelTM.Size = new System.Drawing.Size(79, 13);
this.labelTM.TabIndex = 36;
this.labelTM.Text = "Total millisecs.:";
//
@ -135,7 +135,7 @@
this.labelTotalMillisecs.AutoSize = true;
this.labelTotalMillisecs.Location = new System.Drawing.Point(127, 23);
this.labelTotalMillisecs.Name = "labelTotalMillisecs";
this.labelTotalMillisecs.Size = new System.Drawing.Size(92, 13);
this.labelTotalMillisecs.Size = new System.Drawing.Size(90, 13);
this.labelTotalMillisecs.TabIndex = 37;
this.labelTotalMillisecs.Text = "labelTotalMillisecs";
//
@ -152,6 +152,7 @@
this.Controls.Add(this.buttonOK);
this.Controls.Add(this.buttonPreview);
this.Controls.Add(this.labelPreview);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.MaximizeBox = false;

View File

@ -41,7 +41,7 @@
//
this.textBoxFind.Location = new System.Drawing.Point(12, 12);
this.textBoxFind.Name = "textBoxFind";
this.textBoxFind.Size = new System.Drawing.Size(189, 20);
this.textBoxFind.Size = new System.Drawing.Size(189, 21);
this.textBoxFind.TabIndex = 0;
this.textBoxFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxFindKeyDown);
//
@ -83,7 +83,7 @@
this.radioButtonCaseSensitive.AutoSize = true;
this.radioButtonCaseSensitive.Location = new System.Drawing.Point(76, 63);
this.radioButtonCaseSensitive.Name = "radioButtonCaseSensitive";
this.radioButtonCaseSensitive.Size = new System.Drawing.Size(93, 17);
this.radioButtonCaseSensitive.Size = new System.Drawing.Size(94, 17);
this.radioButtonCaseSensitive.TabIndex = 7;
this.radioButtonCaseSensitive.Text = "Case sensitive";
this.radioButtonCaseSensitive.UseVisualStyleBackColor = true;
@ -94,7 +94,7 @@
this.radioButtonRegEx.AutoSize = true;
this.radioButtonRegEx.Location = new System.Drawing.Point(177, 63);
this.radioButtonRegEx.Name = "radioButtonRegEx";
this.radioButtonRegEx.Size = new System.Drawing.Size(57, 17);
this.radioButtonRegEx.Size = new System.Drawing.Size(56, 17);
this.radioButtonRegEx.TabIndex = 9;
this.radioButtonRegEx.Text = "RegEx";
this.radioButtonRegEx.UseVisualStyleBackColor = true;
@ -111,6 +111,7 @@
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonFind);
this.Controls.Add(this.textBoxFind);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;

View File

@ -77,7 +77,7 @@ namespace Nikse.SubtitleEdit.Forms
//
this.textBoxFindText.Location = new System.Drawing.Point(12, 32);
this.textBoxFindText.Name = "textBoxFindText";
this.textBoxFindText.Size = new System.Drawing.Size(178, 20);
this.textBoxFindText.Size = new System.Drawing.Size(178, 21);
this.textBoxFindText.TabIndex = 0;
this.textBoxFindText.TextChanged += new System.EventHandler(this.TextBoxFindTextTextChanged);
this.textBoxFindText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxFindTextKeyDown);
@ -97,6 +97,7 @@ namespace Nikse.SubtitleEdit.Forms
this.subtitleListView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.subtitleListView1.FirstVisibleIndex = -1;
this.subtitleListView1.FullRowSelect = true;
this.subtitleListView1.GridLines = true;
this.subtitleListView1.HideSelection = false;
@ -120,6 +121,7 @@ namespace Nikse.SubtitleEdit.Forms
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonOK);
this.Controls.Add(this.subtitleListView1);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.MaximizeBox = false;

View File

@ -49,6 +49,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonFixesInverse = new System.Windows.Forms.Button();
this.buttonFixesSelectAll = new System.Windows.Forms.Button();
this.buttonFixesApply = new System.Windows.Forms.Button();
this.subtitleListView1 = new Nikse.SubtitleEdit.Controls.SubtitleListView();
this.contextMenuStripListview = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenuItemDelete = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
@ -59,6 +60,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonAutoBreak = new System.Windows.Forms.Button();
this.labelStartTimeWarning = new System.Windows.Forms.Label();
this.labelDurationWarning = new System.Windows.Forms.Label();
this.timeUpDownStartTime = new Nikse.SubtitleEdit.Controls.TimeUpDown();
this.numericUpDownDuration = new System.Windows.Forms.NumericUpDown();
this.labelDuration = new System.Windows.Forms.Label();
this.labelStartTime = new System.Windows.Forms.Label();
@ -74,8 +76,6 @@ namespace Nikse.SubtitleEdit.Forms
this.tabPageLog = new System.Windows.Forms.TabPage();
this.textBoxFixedIssues = new System.Windows.Forms.TextBox();
this.labelNumberOfImportantLogMessages = new System.Windows.Forms.Label();
this.subtitleListView1 = new Nikse.SubtitleEdit.Controls.SubtitleListView();
this.timeUpDownStartTime = new Nikse.SubtitleEdit.Controls.TimeUpDown();
this.groupBoxStep1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.tabControl1.SuspendLayout();
@ -117,7 +117,7 @@ namespace Nikse.SubtitleEdit.Forms
this.labelStatus.AutoSize = true;
this.labelStatus.Location = new System.Drawing.Point(12, 542);
this.labelStatus.Name = "labelStatus";
this.labelStatus.Size = new System.Drawing.Size(59, 13);
this.labelStatus.Size = new System.Drawing.Size(60, 13);
this.labelStatus.TabIndex = 5;
this.labelStatus.Text = "labelStatus";
//
@ -286,7 +286,7 @@ namespace Nikse.SubtitleEdit.Forms
// buttonFixesApply
//
this.buttonFixesApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonFixesApply.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonFixesApply.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonFixesApply.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonFixesApply.Location = new System.Drawing.Point(634, 232);
this.buttonFixesApply.Name = "buttonFixesApply";
@ -296,6 +296,24 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonFixesApply.UseVisualStyleBackColor = true;
this.buttonFixesApply.Click += new System.EventHandler(this.ButtonFixesApplyClick);
//
// subtitleListView1
//
this.subtitleListView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.subtitleListView1.ContextMenuStrip = this.contextMenuStripListview;
this.subtitleListView1.FirstVisibleIndex = -1;
this.subtitleListView1.FullRowSelect = true;
this.subtitleListView1.GridLines = true;
this.subtitleListView1.HideSelection = false;
this.subtitleListView1.Location = new System.Drawing.Point(2, 269);
this.subtitleListView1.Name = "subtitleListView1";
this.subtitleListView1.Size = new System.Drawing.Size(797, 109);
this.subtitleListView1.TabIndex = 110;
this.subtitleListView1.UseCompatibleStateImageBehavior = false;
this.subtitleListView1.View = System.Windows.Forms.View.Details;
this.subtitleListView1.SelectedIndexChanged += new System.EventHandler(this.SubtitleListView1SelectedIndexChanged);
//
// contextMenuStripListview
//
this.contextMenuStripListview.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
@ -383,7 +401,7 @@ namespace Nikse.SubtitleEdit.Forms
this.labelStartTimeWarning.ForeColor = System.Drawing.Color.Red;
this.labelStartTimeWarning.Location = new System.Drawing.Point(6, 51);
this.labelStartTimeWarning.Name = "labelStartTimeWarning";
this.labelStartTimeWarning.Size = new System.Drawing.Size(114, 13);
this.labelStartTimeWarning.Size = new System.Drawing.Size(115, 13);
this.labelStartTimeWarning.TabIndex = 32;
this.labelStartTimeWarning.Text = "labelStartTimeWarning";
//
@ -393,10 +411,19 @@ namespace Nikse.SubtitleEdit.Forms
this.labelDurationWarning.ForeColor = System.Drawing.Color.Red;
this.labelDurationWarning.Location = new System.Drawing.Point(57, 64);
this.labelDurationWarning.Name = "labelDurationWarning";
this.labelDurationWarning.Size = new System.Drawing.Size(109, 13);
this.labelDurationWarning.Size = new System.Drawing.Size(110, 13);
this.labelDurationWarning.TabIndex = 31;
this.labelDurationWarning.Text = "labelDurationWarning";
//
// timeUpDownStartTime
//
this.timeUpDownStartTime.AutoSize = true;
this.timeUpDownStartTime.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.timeUpDownStartTime.Location = new System.Drawing.Point(8, 27);
this.timeUpDownStartTime.Name = "timeUpDownStartTime";
this.timeUpDownStartTime.Size = new System.Drawing.Size(89, 25);
this.timeUpDownStartTime.TabIndex = 112;
//
// numericUpDownDuration
//
this.numericUpDownDuration.DecimalPlaces = 3;
@ -417,7 +444,7 @@ namespace Nikse.SubtitleEdit.Forms
0,
-2147483648});
this.numericUpDownDuration.Name = "numericUpDownDuration";
this.numericUpDownDuration.Size = new System.Drawing.Size(54, 20);
this.numericUpDownDuration.Size = new System.Drawing.Size(54, 21);
this.numericUpDownDuration.TabIndex = 114;
this.numericUpDownDuration.ValueChanged += new System.EventHandler(this.NumericUpDownDurationValueChanged);
//
@ -426,7 +453,7 @@ namespace Nikse.SubtitleEdit.Forms
this.labelDuration.AutoSize = true;
this.labelDuration.Location = new System.Drawing.Point(97, 12);
this.labelDuration.Name = "labelDuration";
this.labelDuration.Size = new System.Drawing.Size(47, 13);
this.labelDuration.Size = new System.Drawing.Size(48, 13);
this.labelDuration.TabIndex = 28;
this.labelDuration.Text = "Duration";
//
@ -435,7 +462,7 @@ namespace Nikse.SubtitleEdit.Forms
this.labelStartTime.AutoSize = true;
this.labelStartTime.Location = new System.Drawing.Point(6, 12);
this.labelStartTime.Name = "labelStartTime";
this.labelStartTime.Size = new System.Drawing.Size(51, 13);
this.labelStartTime.Size = new System.Drawing.Size(54, 13);
this.labelStartTime.TabIndex = 27;
this.labelStartTime.Text = "Start time";
//
@ -522,7 +549,7 @@ namespace Nikse.SubtitleEdit.Forms
this.tabPageLog.Controls.Add(this.textBoxFixedIssues);
this.tabPageLog.Location = new System.Drawing.Point(4, 22);
this.tabPageLog.Name = "tabPageLog";
this.tabPageLog.Size = new System.Drawing.Size(802, 472);
this.tabPageLog.Size = new System.Drawing.Size(802, 471);
this.tabPageLog.TabIndex = 2;
this.tabPageLog.Text = "Log";
this.tabPageLog.UseVisualStyleBackColor = true;
@ -549,37 +576,10 @@ namespace Nikse.SubtitleEdit.Forms
this.labelNumberOfImportantLogMessages.ForeColor = System.Drawing.Color.Red;
this.labelNumberOfImportantLogMessages.Location = new System.Drawing.Point(12, 558);
this.labelNumberOfImportantLogMessages.Name = "labelNumberOfImportantLogMessages";
this.labelNumberOfImportantLogMessages.Size = new System.Drawing.Size(187, 13);
this.labelNumberOfImportantLogMessages.Size = new System.Drawing.Size(190, 13);
this.labelNumberOfImportantLogMessages.TabIndex = 11;
this.labelNumberOfImportantLogMessages.Text = "labelNumberOfImportantLogMessages";
//
// subtitleListView1
//
this.subtitleListView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.subtitleListView1.ContextMenuStrip = this.contextMenuStripListview;
this.subtitleListView1.FirstVisibleIndex = -1;
this.subtitleListView1.FullRowSelect = true;
this.subtitleListView1.GridLines = true;
this.subtitleListView1.HideSelection = false;
this.subtitleListView1.Location = new System.Drawing.Point(2, 269);
this.subtitleListView1.Name = "subtitleListView1";
this.subtitleListView1.Size = new System.Drawing.Size(797, 109);
this.subtitleListView1.TabIndex = 110;
this.subtitleListView1.UseCompatibleStateImageBehavior = false;
this.subtitleListView1.View = System.Windows.Forms.View.Details;
this.subtitleListView1.SelectedIndexChanged += new System.EventHandler(this.SubtitleListView1SelectedIndexChanged);
//
// timeUpDownStartTime
//
this.timeUpDownStartTime.AutoSize = true;
this.timeUpDownStartTime.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.timeUpDownStartTime.Location = new System.Drawing.Point(8, 27);
this.timeUpDownStartTime.Name = "timeUpDownStartTime";
this.timeUpDownStartTime.Size = new System.Drawing.Size(89, 24);
this.timeUpDownStartTime.TabIndex = 112;
//
// FixCommonErrors
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -593,6 +593,7 @@ namespace Nikse.SubtitleEdit.Forms
this.Controls.Add(this.buttonNextFinish);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBoxStep1);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;

View File

@ -792,6 +792,16 @@ namespace Nikse.SubtitleEdit.Forms
p.Text = p.Text.Substring(0, p.Text.Length - " .".Length) + ".";
}
if (p.Text.EndsWith(" \""))
{
p.Text = p.Text.Remove(p.Text.Length - 2, 1);
}
if (p.Text.Contains(" \"" + Environment.NewLine))
{
p.Text = p.Text.Replace(" \"" + Environment.NewLine, "\"" + Environment.NewLine);
}
if (p.Text.Contains(" ." + Environment.NewLine))
{
p.Text = p.Text.Replace(" ." + Environment.NewLine, "." + Environment.NewLine);

View File

@ -53,7 +53,7 @@
this.labelDescription2.AutoSize = true;
this.labelDescription2.Location = new System.Drawing.Point(30, 34);
this.labelDescription2.Name = "labelDescription2";
this.labelDescription2.Size = new System.Drawing.Size(260, 13);
this.labelDescription2.Size = new System.Drawing.Size(263, 13);
this.labelDescription2.TabIndex = 1;
this.labelDescription2.Text = "uses the spell checking dictionaries from Open Office.";
//
@ -62,7 +62,7 @@
this.linkLabelOpenDictionaryFolder.AutoSize = true;
this.linkLabelOpenDictionaryFolder.Location = new System.Drawing.Point(30, 164);
this.linkLabelOpenDictionaryFolder.Name = "linkLabelOpenDictionaryFolder";
this.linkLabelOpenDictionaryFolder.Size = new System.Drawing.Size(124, 13);
this.linkLabelOpenDictionaryFolder.Size = new System.Drawing.Size(126, 13);
this.linkLabelOpenDictionaryFolder.TabIndex = 15;
this.linkLabelOpenDictionaryFolder.TabStop = true;
this.linkLabelOpenDictionaryFolder.Text = "Open \'Dictionaries\' folder";
@ -73,7 +73,7 @@
this.labelDescription1.AutoSize = true;
this.labelDescription1.Location = new System.Drawing.Point(30, 16);
this.labelDescription1.Name = "labelDescription1";
this.labelDescription1.Size = new System.Drawing.Size(320, 13);
this.labelDescription1.Size = new System.Drawing.Size(316, 13);
this.labelDescription1.TabIndex = 8;
this.labelDescription1.Text = "Subtitle Edit\'s spell check is based on the NHunspell engine which";
//
@ -102,7 +102,7 @@
this.labelChooseLanguageAndClickDownload.AutoSize = true;
this.labelChooseLanguageAndClickDownload.Location = new System.Drawing.Point(30, 80);
this.labelChooseLanguageAndClickDownload.Name = "labelChooseLanguageAndClickDownload";
this.labelChooseLanguageAndClickDownload.Size = new System.Drawing.Size(202, 13);
this.labelChooseLanguageAndClickDownload.Size = new System.Drawing.Size(201, 13);
this.labelChooseLanguageAndClickDownload.TabIndex = 11;
this.labelChooseLanguageAndClickDownload.Text = "Choose your languge and click download";
//
@ -111,7 +111,7 @@
this.labelPleaseWait.AutoSize = true;
this.labelPleaseWait.Location = new System.Drawing.Point(30, 122);
this.labelPleaseWait.Name = "labelPleaseWait";
this.labelPleaseWait.Size = new System.Drawing.Size(70, 13);
this.labelPleaseWait.Size = new System.Drawing.Size(73, 13);
this.labelPleaseWait.TabIndex = 12;
this.labelPleaseWait.Text = "Please wait...";
//
@ -128,6 +128,7 @@
this.Controls.Add(this.linkLabelOpenDictionaryFolder);
this.Controls.Add(this.labelDescription2);
this.Controls.Add(this.buttonOK);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.MaximizeBox = false;

View File

@ -126,7 +126,7 @@
<value>12, 9</value>
</data>
<data name="labelGoToLine.Size" type="System.Drawing.Size, System.Drawing">
<value>76, 13</value>
<value>73, 13</value>
</data>
<data name="labelGoToLine.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
@ -174,7 +174,7 @@
<value>15, 25</value>
</data>
<data name="textBox1.Size" type="System.Drawing.Size, System.Drawing">
<value>100, 20</value>
<value>100, 21</value>
</data>
<data name="textBox1.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
@ -228,6 +228,9 @@
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>235, 84</value>
</data>
<data name="$this.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8.25pt</value>
</data>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAkAMDAQAAEABABoBgAAlgAAACAgEAABAAQA6AIAAP4GAAAQEBAAAQAEACgBAADmCQAAMDAAAAEA

View File

@ -58,7 +58,7 @@ namespace Nikse.SubtitleEdit.Forms
this.labelFrom.AutoSize = true;
this.labelFrom.Location = new System.Drawing.Point(288, 41);
this.labelFrom.Name = "labelFrom";
this.labelFrom.Size = new System.Drawing.Size(33, 13);
this.labelFrom.Size = new System.Drawing.Size(35, 13);
this.labelFrom.TabIndex = 1;
this.labelFrom.Text = "From:";
//
@ -118,7 +118,7 @@ namespace Nikse.SubtitleEdit.Forms
this.linkLabelPoweredByGoogleTranslate.AutoSize = true;
this.linkLabelPoweredByGoogleTranslate.Location = new System.Drawing.Point(15, 529);
this.linkLabelPoweredByGoogleTranslate.Name = "linkLabelPoweredByGoogleTranslate";
this.linkLabelPoweredByGoogleTranslate.Size = new System.Drawing.Size(143, 13);
this.linkLabelPoweredByGoogleTranslate.Size = new System.Drawing.Size(146, 13);
this.linkLabelPoweredByGoogleTranslate.TabIndex = 8;
this.linkLabelPoweredByGoogleTranslate.TabStop = true;
this.linkLabelPoweredByGoogleTranslate.Text = "Powered by Google translate";
@ -129,7 +129,7 @@ namespace Nikse.SubtitleEdit.Forms
this.labelPleaseWait.AutoSize = true;
this.labelPleaseWait.Location = new System.Drawing.Point(703, 23);
this.labelPleaseWait.Name = "labelPleaseWait";
this.labelPleaseWait.Size = new System.Drawing.Size(171, 13);
this.labelPleaseWait.Size = new System.Drawing.Size(176, 13);
this.labelPleaseWait.TabIndex = 10;
this.labelPleaseWait.Text = "Please wait... this may take a while";
//
@ -181,6 +181,7 @@ namespace Nikse.SubtitleEdit.Forms
this.Controls.Add(this.subtitleListViewFrom);
this.Controls.Add(this.labelFrom);
this.Controls.Add(this.comboBoxFrom);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;

View File

@ -46,10 +46,10 @@
this.radioButtonLineMode = new System.Windows.Forms.RadioButton();
this.checkBoxRemoveEmptyLines = new System.Windows.Forms.CheckBox();
this.groupBoxImportResult = new System.Windows.Forms.GroupBox();
this.SubtitleListview1 = new Nikse.SubtitleEdit.Controls.SubtitleListView();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.buttonCancel = new System.Windows.Forms.Button();
this.buttonOK = new System.Windows.Forms.Button();
this.SubtitleListview1 = new Nikse.SubtitleEdit.Controls.SubtitleListView();
this.groupBoxImportText.SuspendLayout();
this.groupBoxImportOptions.SuspendLayout();
this.groupBoxDuration.SuspendLayout();
@ -123,7 +123,7 @@
this.checkBoxMergeShortLines.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxMergeShortLines.Location = new System.Drawing.Point(6, 98);
this.checkBoxMergeShortLines.Name = "checkBoxMergeShortLines";
this.checkBoxMergeShortLines.Size = new System.Drawing.Size(189, 17);
this.checkBoxMergeShortLines.Size = new System.Drawing.Size(193, 17);
this.checkBoxMergeShortLines.TabIndex = 40;
this.checkBoxMergeShortLines.Text = "Merge short lines with continuation";
this.checkBoxMergeShortLines.UseVisualStyleBackColor = true;
@ -155,7 +155,7 @@
0,
0});
this.numericUpDownDurationFixed.Name = "numericUpDownDurationFixed";
this.numericUpDownDurationFixed.Size = new System.Drawing.Size(64, 20);
this.numericUpDownDurationFixed.Size = new System.Drawing.Size(64, 21);
this.numericUpDownDurationFixed.TabIndex = 37;
this.numericUpDownDurationFixed.Value = new decimal(new int[] {
1000,
@ -168,7 +168,7 @@
this.radioButtonDurationFixed.AutoSize = true;
this.radioButtonDurationFixed.Location = new System.Drawing.Point(19, 42);
this.radioButtonDurationFixed.Name = "radioButtonDurationFixed";
this.radioButtonDurationFixed.Size = new System.Drawing.Size(50, 17);
this.radioButtonDurationFixed.Size = new System.Drawing.Size(51, 17);
this.radioButtonDurationFixed.TabIndex = 3;
this.radioButtonDurationFixed.Text = "Fixed";
this.radioButtonDurationFixed.UseVisualStyleBackColor = true;
@ -180,7 +180,7 @@
this.radioButtonDurationAuto.Checked = true;
this.radioButtonDurationAuto.Location = new System.Drawing.Point(19, 19);
this.radioButtonDurationAuto.Name = "radioButtonDurationAuto";
this.radioButtonDurationAuto.Size = new System.Drawing.Size(47, 17);
this.radioButtonDurationAuto.Size = new System.Drawing.Size(48, 17);
this.radioButtonDurationAuto.TabIndex = 2;
this.radioButtonDurationAuto.TabStop = true;
this.radioButtonDurationAuto.Text = "Auto";
@ -211,7 +211,7 @@
0,
0});
this.numericUpDownGapBetweenLines.Name = "numericUpDownGapBetweenLines";
this.numericUpDownGapBetweenLines.Size = new System.Drawing.Size(64, 20);
this.numericUpDownGapBetweenLines.Size = new System.Drawing.Size(64, 21);
this.numericUpDownGapBetweenLines.TabIndex = 36;
this.numericUpDownGapBetweenLines.Value = new decimal(new int[] {
1000,
@ -224,7 +224,7 @@
this.labelGapBetweenSubtitles.AutoSize = true;
this.labelGapBetweenSubtitles.Location = new System.Drawing.Point(6, 175);
this.labelGapBetweenSubtitles.Name = "labelGapBetweenSubtitles";
this.labelGapBetweenSubtitles.Size = new System.Drawing.Size(177, 13);
this.labelGapBetweenSubtitles.Size = new System.Drawing.Size(180, 13);
this.labelGapBetweenSubtitles.TabIndex = 37;
this.labelGapBetweenSubtitles.Text = "Gap between subtitles (milliseconds)";
//
@ -235,7 +235,7 @@
this.checkBoxRemoveLinesWithoutLetters.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxRemoveLinesWithoutLetters.Location = new System.Drawing.Point(6, 144);
this.checkBoxRemoveLinesWithoutLetters.Name = "checkBoxRemoveLinesWithoutLetters";
this.checkBoxRemoveLinesWithoutLetters.Size = new System.Drawing.Size(158, 17);
this.checkBoxRemoveLinesWithoutLetters.Size = new System.Drawing.Size(162, 17);
this.checkBoxRemoveLinesWithoutLetters.TabIndex = 5;
this.checkBoxRemoveLinesWithoutLetters.Text = "Remove lines without letters";
this.checkBoxRemoveLinesWithoutLetters.UseVisualStyleBackColor = true;
@ -258,7 +258,7 @@
this.radioButtonAutoSplit.Checked = true;
this.radioButtonAutoSplit.Location = new System.Drawing.Point(6, 19);
this.radioButtonAutoSplit.Name = "radioButtonAutoSplit";
this.radioButtonAutoSplit.Size = new System.Drawing.Size(88, 17);
this.radioButtonAutoSplit.Size = new System.Drawing.Size(93, 17);
this.radioButtonAutoSplit.TabIndex = 2;
this.radioButtonAutoSplit.TabStop = true;
this.radioButtonAutoSplit.Text = "Auto split text";
@ -270,7 +270,7 @@
this.radioButtonLineMode.AutoSize = true;
this.radioButtonLineMode.Location = new System.Drawing.Point(6, 42);
this.radioButtonLineMode.Name = "radioButtonLineMode";
this.radioButtonLineMode.Size = new System.Drawing.Size(131, 17);
this.radioButtonLineMode.Size = new System.Drawing.Size(133, 17);
this.radioButtonLineMode.TabIndex = 0;
this.radioButtonLineMode.Text = "One line is one subtitle";
this.radioButtonLineMode.UseVisualStyleBackColor = true;
@ -283,7 +283,7 @@
this.checkBoxRemoveEmptyLines.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxRemoveEmptyLines.Location = new System.Drawing.Point(6, 121);
this.checkBoxRemoveEmptyLines.Name = "checkBoxRemoveEmptyLines";
this.checkBoxRemoveEmptyLines.Size = new System.Drawing.Size(121, 17);
this.checkBoxRemoveEmptyLines.Size = new System.Drawing.Size(122, 17);
this.checkBoxRemoveEmptyLines.TabIndex = 3;
this.checkBoxRemoveEmptyLines.Text = "Remove empty lines";
this.checkBoxRemoveEmptyLines.UseVisualStyleBackColor = true;
@ -302,6 +302,24 @@
this.groupBoxImportResult.TabStop = false;
this.groupBoxImportResult.Text = "Preview";
//
// 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.FirstVisibleIndex = -1;
this.SubtitleListview1.FullRowSelect = true;
this.SubtitleListview1.GridLines = true;
this.SubtitleListview1.HideSelection = false;
this.SubtitleListview1.Location = new System.Drawing.Point(6, 19);
this.SubtitleListview1.MultiSelect = false;
this.SubtitleListview1.Name = "SubtitleListview1";
this.SubtitleListview1.Size = new System.Drawing.Size(811, 186);
this.SubtitleListview1.TabIndex = 12;
this.SubtitleListview1.UseCompatibleStateImageBehavior = false;
this.SubtitleListview1.View = System.Windows.Forms.View.Details;
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
@ -330,24 +348,6 @@
this.buttonOK.UseVisualStyleBackColor = true;
this.buttonOK.Click += new System.EventHandler(this.buttonOK_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.FirstVisibleIndex = -1;
this.SubtitleListview1.FullRowSelect = true;
this.SubtitleListview1.GridLines = true;
this.SubtitleListview1.HideSelection = false;
this.SubtitleListview1.Location = new System.Drawing.Point(6, 19);
this.SubtitleListview1.MultiSelect = false;
this.SubtitleListview1.Name = "SubtitleListview1";
this.SubtitleListview1.Size = new System.Drawing.Size(811, 186);
this.SubtitleListview1.TabIndex = 12;
this.SubtitleListview1.UseCompatibleStateImageBehavior = false;
this.SubtitleListview1.View = System.Windows.Forms.View.Details;
//
// ImportText
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -358,6 +358,7 @@
this.Controls.Add(this.groupBoxImportResult);
this.Controls.Add(this.groupBoxImportOptions);
this.Controls.Add(this.groupBoxImportText);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.KeyPreview = true;
this.MinimumSize = new System.Drawing.Size(810, 648);
this.Name = "ImportText";

File diff suppressed because it is too large Load Diff

View File

@ -1333,7 +1333,7 @@ namespace Nikse.SubtitleEdit.Forms
var gs = Configuration.Settings.General;
if (string.IsNullOrEmpty(gs.SubtitleFontName))
gs.SubtitleFontName = "Microsoft Sans Serif";
gs.SubtitleFontName = "Tahoma";
if (gs.SubtitleFontBold)
{

View File

@ -127,28 +127,28 @@
<data name="toolStripButtonFileNew.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAATPSURBVFhH7ZfbT1xVFMax+qQv6l9h0sQHfeuLPhiaSmfE
YihSaGKLtEYotSpWq4nRmhCNtY310hC5DDJCQWAAKZkOA5S0QygkJcUmarjfB4b7cBvwc387XeOe0znY
Jj744CRf9j7rnLW+39p7h3NISPj/919age7u7qd6enqWAoEAWlpatPx+P1pbW6NjW1sbqPb29hhJ3HyW
uVKHNVmbHrY984G+vr6tzc1NrK6uaq2trWF9fR0bGxtgnGMkEsHW1ha2t7e1OGfMfIY5zJU6zGVtetgC
dHR0aJOVlRWEw+G4AFZzK4RAmgCsxZq8Rw9bgKamJiwvL+uHZdwJhDCinYzNmvSwBWhsbMTS0pIWk+zM
zW34p+VnDdaSuvSwBWhoaMDi4qJWPAjup5wHjuyaMmNybjia5lKXHrYA9fX1mJ+fx8LCQgyEuR1ysGSP
5ZCKsew3c6RzmrMma9PDFsDj8cSYM9E059mQzswTzrlslxxgOUeymgJBD1uAuro6TTk3NxezElJEikqX
vBbJcvOa2ydLLp1LTXrYAtTW1saYE8bsQJZUQGSZZZXk3Jg5sqXSGD1sAaqrqxEKhTA7O6tHUksHsoRm
d9KleXDl/Igxa5g16WELUFVVFWPORCG3gvDaKoKYxpxLIwJBjx0BZmZmEAwGoyBcDelCYHhtJ9NUVpIj
a7L2jgAVFRWYnp6OikmSyGTpwoSSDhkTQz4rjTDfrEkP2xWorKzE1NSUTpBEc0WksBWGEOY9s2OzFmvT
wxbA7XZjcnISExMTemQykyizE7M7c5WkU8YkT2qw5spsBG73T/YA5eXlUXMmsMhOIObSSqehmQXc/qMZ
tTeP4Ydre7R+7spG7+9XEFkBvA1ee4CysjKMj49jbGxMg3AuK2ICMWYVYQdG7uByIAeuQAauD17Ar8Eq
3FHi3NWZgcudOWis67YHcLlc2nx0dPQeECsMgf7WJIJTIZT630R553G0j5yH57f8qBHnjLnVvYtXXgOQ
8FDcc1BSUoKRkRENwFFgTCDGrCJc920/vqzdD3fvCRTdOo6SW29Ev5g4Z8zdm4dznhScdT9fFBeguLgY
w8PD2pyjgFhhGDdFoMKGfHx+9VV8fT0LF24oBV6Pvq45Z4z3zvkP48PSF+J/lvFdPTQ0hMHBQQ3AOSVA
jIlMOM7zLyXhs6uZetnNDxl5azLGewW+TLxduPeec8A92cV39cDAQIwEiFBWMAEk1KlvHPjIm64L80+0
vJjkBcYY733szUTed0mcx5yDh1XgcQKwmBVCrq0wAsV4getd5Fak4L2mDOQ3pSP/l0PRdwXnjPHeW56D
eKfIEVJ+9Iz+HlWz3fyG58nu7+9/YLXc8OFIgRM5njTk1BxUStN/minOGTup7mV99RLer878UfnRMwbg
ma6uLjQ3N/9JCHZ3vyDhubD6ItrA6W9zceiiA0frU3G0MjW6z5xnq9jhwmScOJ8FZf1sPIDdiYmJn/A/
G5/PB3441NTU3LduensR8PYg94tspH7qRFppMtLLXtHiPPWsEye/P4aUI85LXG0rgD4DSk8r7VU6cFcv
qzH5AXXA8YHD5zj1XPjF0/tA7c9LWnOecbapOvvuetAr5gxwL3YpPaL0mNITSk/+y2JN1qYHvfTvLwqK
zQYw45A7AAAAAElFTkSuQmCC
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAATPSURBVFhH7ZfbT1xVFMax+qQv6l9h0sQHffNFHwxNpTNi
MRQpNLFFWiOUWhWrrYnRmhCNtY310hC5DDJCQWAAqZkOA0jaIXRISopN1HAb7pfhPtzxc387XeOe0zlj
m/jgg5N82fusc9b6fmvvHc4hKen/339pBYLB4BM9PT1LgUAAra2tWn6/H21tbdGxvb0dVEdHR4wkbj7L
XKnDmqxND9ue+UBfX9/25uYmVldXtdbW1rC+vo6NjQ0wznFrawvb29vY2dnR4pwx8xnmMFfqMJe16WEL
0NnZqU1WVlYQiUTiAljNrRACaQKwFmvyHj1sAVpaWrC8vKwfljERCGFEiYzNmvSwBWhubsbS0pIWk+zM
zW34p+VnDdaSuvSwBWhqasLi4qJWPAjup5wHjuyaMmNybjia5lKXHrYAjY2NmJ+fx8LCQgyEuR1ysGSP
5ZCKsew3c6RzmrMma9PDFsDj8cSYM9E059mQzswTzrlslxxgOUeymgJBD1uAhoYGTTk3NxezElJEikqX
vBbJcvOa2ydLLp1LTXrYAtTX18eYE8bsQJZUQGSZZZXk3Jg5sqXSGD1sAWpraxEOhzE7O6tHUksHsoRm
d9KleXDl/Igxa5g16WELUFNTE2PORCG3gvDaKoKYxpxLIwJBj4QAMzMzmJ6ejoJwNaQLgeG1nUxTWUmO
rMnaCQGqqqowNTUVFZMkkcnShQklHTImhnxWGmG+WZMetitQXV2NyclJnSCJ5opIYSsMIcx7ZsdmLdam
hy2A2+3GxMQExsfH9chkJlFmJ2Z35ipJp4xJntRgzZXZLbjdP9gDVFZWRs2ZwCKJQMyllU7DMwu49cfP
qL9xFN/98ozWj9256P39CrZWAG+T1x6goqICY2NjGB0d1SCcy4qYQIxZRdiB0G1cDuTBFcjCtcEL+HW6
BreVOHd1ZeFyVx6aG4L2AC6XS5uPjIzcBWKFIdDfmsD0ZBjl/jdQ2XUMHaHz8PxWGDXinDG3unfxyqsA
kh6Iew7KysoQCoU0AEeBMYEYs4pwwVt+fF6/D+7e4yi5eQxlN1+PfjFxzpi7twDnPGk4636uJC5AaWkp
hoeHtTlHAbHCMG6KQMVNhfj06iv48loOLlxXCrwWfV1zzhjvnfMfwpny5+N/lvFdPTQ0hMHBQQ3AOSVA
jIlMOM4LL6Xgk6vZetnNDxl5azLGe0W+bLxVvOeuc8A92cV39cDAQIwEiFBWMAEk1MmvHPjAm6kL80+0
vJjkBcYY733ozUbBNymcx5yDB1XgUQKwmBVCrq0wAsV4kesd5Fel4d2WLBS2ZKLwp4PRdwXnjPHem54D
eLvEEVZ+9Iz+Hlaz3fyG58nu7++/b7Ve9+FwkRN5ngzk1R1QytB/minOGTuh7uV88SLeq83+XvnRMwbg
qe7ubqgPhj8Jwe7uFSQyF1FfRBs49XU+Dl504EhjOo5Up0f3mfNcFTtUnIrj53OgrJ+OB7A7OTn5I/5n
4/P5wA+Hurq6e9YNby8C3h7kf5aL9I+dyChPRWbFy1qcp5914sS3R5F22HmJq20F0GdA6UmlPUr77+gl
Nabep/Y73nf4HCefjbxwai+ofQUpa87TznZVZ+8dD3rFnAHuxS6lh5QeUXpM6fF/WazJ2vSgl/79BdvL
zO6VlOm5AAAAAElFTkSuQmCC
</value>
</data>
<data name="toolStripButtonFileOpen.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -247,222 +247,222 @@
<data name="toolStripButtonFind.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
</value>
</data>
<data name="toolStripButtonReplace.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
TkSuQmCC
</value>
</data>
<data name="toolStripButtonVisualSync.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
</value>
</data>
<data name="toolStripButtonSpellCheck.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAASjSURBVFhH7ZVbTJtlGMeZh2j0zisTY8zChfHGeLHojXHe
GLNQVlpOPUFPUGiBAgVKW9p+UKClMEAKgyLlIDDGqZS2HMqpdOM4KINCOAymi1ucweiFl8bo3/dDSAjG
izG6C+OX/PN+7+F7nt//eb72i4j4//ovVqB3kWFyhZIxtM5F13LswxfucSiUgo3DHuz94oJnS4neIA+3
7jIbXghI36r4kXczH7s/D2HxSQ22D52497gJ/SsydN6LQ1gh2tuvvj64mk7cd2Hph5uY/s6IyYcGzD22
IfhjJxyBcAMsCH8fCVFYP+zD+EEJxvcNGN3XIfBtHXy7ZXDMJoavAoNrRe/1zIux/LQd/ke18B5Q8O7p
4d2n4P/ehtbZZLRMxGnD1oKOOTl563VYeOKAe98I9wMjXDs6+PYr0Hdfg8YpbvjcO+YlV9oC6cR5I7wP
KjC0q8fAdhGcOwRkz4KbPgEqJ1nxYXPfOCNBf5DC2EENBnb06N/S4/aWlgBQaFtQoo4AhC25fUbObhyV
wbNXhd5tCj1bReje1KInpEPXpgY1HgHMw4JPwgZQPSJC27KGJC9G54YO7SEtOkjPOzbUqJtMQdUQ5/zu
zc44j8UTb/03+nKvUH3DLSHJitC2rkErSexYK4QjWIDmYB7MLi7aXPJ3z+Ve3c361TwgBC1TLx8RiHjp
bCDzoBD1gVy0BAvRtKKGfTWPjPmwE1W6pDDd5Px2ruSalrg+Qw8X9pARduLOPCiGqYeHUnfc5ZOAlsHk
prJ+EerXVKhfIVpWwbaYA9tSLm7MKVHcy0PexodvPjOAqiOaq25lHwWpXshC1VzGkUqcIhi/4YG6ncij
gxq7BbD6M/DVYi6q53NQM0+fz0b1UjaoWwJoWs75FVQ2sUF5JCj3y1A2k47yWTksswpY72SC8qaioJ0H
jT1hSN8pQNViNioIqDWQCQtR5V0lTFMKaDqe48VT1F+HfioFxmkZjFOpoCbTUDwjQwmBKfMrUDxGIBx8
GLwpKA8oYPLLYSKQpWSvlMzzHBzkNMT4nrn0Jw+kWqPuy20sFA4nQzcuhW5CgiJfKnQ+GfQ01DQBojUl
h4EWATRMppN5GrRuKbIaEs7/szuBSK5i6GW1TKj6eCgcE0M9LkHBmJTcp0BNRi0B0kykQOP7W9oJAjid
CrktHnJLbO253Z9+UGhlxEgqmUhrT4TKI0S2R4TcETFyvKIjqbwS5HqlR8oflSKzmw9xbezzuz8NkVoX
E8mwXP1D1MBCpjsZmaQtGS4hERnJPIvMswicclQIsZkJLsVQXIj700GaZc2vcqjon/iWaKT185E+LIDM
ySdKIhJATmDEXyeAb465WPdnncQZvryTWBIFYTcHEgIi6udCPMCDZICLhOLr4JREf3Hh7s8EvJRk4RvZ
hqg/uS3xEDgTkUQ+NPE1MWDpGbT714j+8Xd9UVCXSKBXiN76XPKpgqllgGVjIqGLjejCa7hy7f1Ysvf2
8Rn67IVfJwB0ks8iP44sFTqEYJWyEUvFPqXXwg1AO6LL+wbRO0QfEH10LPqeXqP3wtaCk5LSlXj5uN90
z09Er4Wl9Bfey7MB/wLqAOM2pi6ZgQAAAABJRU5ErkJggg==
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAASkSURBVFhH7ZVZTGNlGIYZl2j0zisTY4zhwnhjvJjojXG8
0JgJZaAL0A26AIUWKFCgtKXtgQIthQGkMCxSFoHpQKEUWpaylc6wDstAISwDoxNn4hiMXnhpjL7+ByEh
GC+mQ+fCeJI3//mX833P+32nPRER/1//xQr0LjJM7mASBjd46F5mP3juHgeDKdg8cmD/Fzc820r0rvFx
805Mw3MB6VuVPPRu5WPv50EsPq7BzpELdx81wbkiQ9ddDsIK0dFx5dWB1XTivhtLP9zA9HdGTD4wYO6R
DWs/dsEeCDfAguj3kSCFjaM+jB+WYPzAgNEDHQLf1sG3Vwb7bEL4KjCwXvSOY16C5Scd8D+shfeQgndf
D+8BBf/3NrTNJqF1gqMNWws65+Tkrddh4bEdwwdGDN83wr2rg++gAn33NGic4oXPvX1eerk9kE6cN8J7
vwKDe3r07xTBtUtA9i244ROicpIZFzb3jTNSONcojB3WoH9XD+e2Hre2tQSAQvuCEnUEIGzJm2fkrMZR
GTz7VejdoeDYLkLPlhaOoA7dWxrUeIQwDwk/DhtA9YgY7csakrwYXZs6dAS16CQ979xUo24yBVWD3NDd
m10cj8UTZ/03+nKvSH19WEqSFaF9Q4M2kti+Xgj7WgFa1vJgdvPQ7pa/HZJ7dQ/zV3O/CLRMvQJEIOKF
84HMAyLUB3LRulaIphU1mlfzyJiPZqJKdzJMDdzfQkquaeX0GRw8NAeNaCbuzAMSmBx8lA5z3j0NaBlI
aipzilG/rkL9CtGyCrbFHNiWcnF9ToniXj7yNj94/akBVJ3RPHUb6zhI9UIWquYyjlXiEsP4DR/UrQQ+
HdTYI4TVn4GvFnNRPZ+Dmnn6fDaql7JB3RRC0xriV1DZxALlkaLcL0PZTDrKZ+WwzCpgvZ0JypuKgg4+
NM3xg/ouIaoWs1FBQK2BTFiIKu8oYZpSQNP5DC+eov4a9FMpME7LYJxKBTWZhuIZGUoITJlfgeIxAmEX
wOBNQXlAAZNfDhOBLCV7pWSeZ+cipyHW99SlP30g1Rp1T25jonAoCbrxZOgmpCjypULnk0FPQ00TIFpT
chhoEUDDZDqZp0E7nIyshvjQf3anEElVDL2sNgaqPj4KxyRQj0tRMJZM7lOgJqOWAGkmUqDx/S3tBAGc
ToXcFge5hV0bsvuzD4qsjFhpZQzSOhKg8oiQ7REjd0SCHK/4WCqvFLne5GPljyYjs0cASS372d2fhUit
i4383HLlD3EDE5nDScgkbclwi4jISOZZZJ5F4JSjIkjMMeBRDMWFuD8bpEXW8jKXiv5JYIlGmlOA9CEh
ZC4BUSKREHICI/k6HgJz7MW6P++EY/jydkJJFEQ9XEgJiNjJg6SfD2k/D/HF18Atif7iwt2fC3gp0SIw
sgxRf/Ja4yB0JSCRfGjiamLB1DNo968Q/ePv+qKgLpFALxG98Zn0E0WMlgGmLQbx3SxEF17F5avvscne
mydn6LMXfp0C0Ek+jfwoslRkF4FZygKbYj+h18INQDuiy/sa0VtE7xN9eCL6nl6j98LWgtOS0pV48aTf
dM9PRa+FpfQX3svzAf8Cvo3jLXYPFS0AAAAASUVORK5CYII=
</value>
</data>
<data name="toolStripButtonSettings.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
</value>
</data>
<data name="toolStripButtonHelp.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
AAAASUVORK5CYII=
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
kAAAAABJRU5ErkJggg==
</value>
</data>
<data name="toolStripButtonToogleWaveForm.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">

View File

@ -68,7 +68,7 @@
this.labelChoose.AutoSize = true;
this.labelChoose.Location = new System.Drawing.Point(9, 20);
this.labelChoose.Name = "labelChoose";
this.labelChoose.Size = new System.Drawing.Size(220, 13);
this.labelChoose.Size = new System.Drawing.Size(224, 13);
this.labelChoose.TabIndex = 48;
this.labelChoose.Text = "More than one subtitle found - please choose";
//
@ -81,6 +81,7 @@
this.Controls.Add(this.listBox1);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonOK);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.MaximizeBox = false;

View File

@ -86,7 +86,7 @@ namespace Nikse.SubtitleEdit.Forms
0,
0});
this.numericUpDownMaxCharacters.Name = "numericUpDownMaxCharacters";
this.numericUpDownMaxCharacters.Size = new System.Drawing.Size(64, 20);
this.numericUpDownMaxCharacters.Size = new System.Drawing.Size(64, 21);
this.numericUpDownMaxCharacters.TabIndex = 0;
this.numericUpDownMaxCharacters.Value = new decimal(new int[] {
65,
@ -100,7 +100,7 @@ namespace Nikse.SubtitleEdit.Forms
this.labelMaxCharacters.AutoSize = true;
this.labelMaxCharacters.Location = new System.Drawing.Point(267, 9);
this.labelMaxCharacters.Name = "labelMaxCharacters";
this.labelMaxCharacters.Size = new System.Drawing.Size(187, 13);
this.labelMaxCharacters.Size = new System.Drawing.Size(190, 13);
this.labelMaxCharacters.TabIndex = 32;
this.labelMaxCharacters.Text = "Maximum characters in one paragraph";
//
@ -127,7 +127,7 @@ namespace Nikse.SubtitleEdit.Forms
0,
0});
this.numericUpDownMaxMillisecondsBetweenLines.Name = "numericUpDownMaxMillisecondsBetweenLines";
this.numericUpDownMaxMillisecondsBetweenLines.Size = new System.Drawing.Size(64, 20);
this.numericUpDownMaxMillisecondsBetweenLines.Size = new System.Drawing.Size(64, 21);
this.numericUpDownMaxMillisecondsBetweenLines.TabIndex = 2;
this.numericUpDownMaxMillisecondsBetweenLines.Value = new decimal(new int[] {
250,
@ -211,6 +211,7 @@ namespace Nikse.SubtitleEdit.Forms
this.Controls.Add(this.SubtitleListview1);
this.Controls.Add(this.buttonOK);
this.Controls.Add(this.buttonCancel);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.KeyPreview = true;
this.MinimumSize = new System.Drawing.Size(750, 400);
this.Name = "MergeShortLines";

View File

@ -152,7 +152,7 @@
this.labelFindWhat.AutoSize = true;
this.labelFindWhat.Location = new System.Drawing.Point(17, 26);
this.labelFindWhat.Name = "labelFindWhat";
this.labelFindWhat.Size = new System.Drawing.Size(56, 13);
this.labelFindWhat.Size = new System.Drawing.Size(58, 13);
this.labelFindWhat.TabIndex = 22;
this.labelFindWhat.Text = "Find what:";
//
@ -169,7 +169,7 @@
//
this.textBoxReplace.Location = new System.Drawing.Point(250, 42);
this.textBoxReplace.Name = "textBoxReplace";
this.textBoxReplace.Size = new System.Drawing.Size(227, 20);
this.textBoxReplace.Size = new System.Drawing.Size(227, 21);
this.textBoxReplace.TabIndex = 2;
this.textBoxReplace.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxReplaceKeyDown);
//
@ -178,7 +178,7 @@
this.radioButtonRegEx.AutoSize = true;
this.radioButtonRegEx.Location = new System.Drawing.Point(187, 68);
this.radioButtonRegEx.Name = "radioButtonRegEx";
this.radioButtonRegEx.Size = new System.Drawing.Size(57, 17);
this.radioButtonRegEx.Size = new System.Drawing.Size(56, 17);
this.radioButtonRegEx.TabIndex = 6;
this.radioButtonRegEx.Text = "RegEx";
this.radioButtonRegEx.UseVisualStyleBackColor = true;
@ -189,7 +189,7 @@
this.radioButtonCaseSensitive.AutoSize = true;
this.radioButtonCaseSensitive.Location = new System.Drawing.Point(86, 68);
this.radioButtonCaseSensitive.Name = "radioButtonCaseSensitive";
this.radioButtonCaseSensitive.Size = new System.Drawing.Size(93, 17);
this.radioButtonCaseSensitive.Size = new System.Drawing.Size(94, 17);
this.radioButtonCaseSensitive.TabIndex = 5;
this.radioButtonCaseSensitive.Text = "Case sensitive";
this.radioButtonCaseSensitive.UseVisualStyleBackColor = true;
@ -212,7 +212,7 @@
//
this.textBoxFind.Location = new System.Drawing.Point(20, 42);
this.textBoxFind.Name = "textBoxFind";
this.textBoxFind.Size = new System.Drawing.Size(224, 20);
this.textBoxFind.Size = new System.Drawing.Size(224, 21);
this.textBoxFind.TabIndex = 1;
//
// listViewReplaceList
@ -302,6 +302,7 @@
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.groupBoxReplaces);
this.Controls.Add(this.groupBoxLinesFound);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.MaximizeBox = false;

View File

@ -184,10 +184,10 @@
//
// textBoxWord
//
this.textBoxWord.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxWord.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxWord.Location = new System.Drawing.Point(6, 19);
this.textBoxWord.Name = "textBoxWord";
this.textBoxWord.Size = new System.Drawing.Size(290, 21);
this.textBoxWord.Size = new System.Drawing.Size(290, 22);
this.textBoxWord.TabIndex = 31;
this.textBoxWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxWordKeyDown);
//
@ -246,7 +246,7 @@
//
// textBoxWholeText
//
this.textBoxWholeText.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxWholeText.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxWholeText.Location = new System.Drawing.Point(6, 19);
this.textBoxWholeText.Multiline = true;
this.textBoxWholeText.Name = "textBoxWholeText";
@ -294,7 +294,7 @@
// richTextBoxParagraph
//
this.richTextBoxParagraph.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.richTextBoxParagraph.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.richTextBoxParagraph.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.richTextBoxParagraph.Location = new System.Drawing.Point(6, 12);
this.richTextBoxParagraph.Name = "richTextBoxParagraph";
this.richTextBoxParagraph.ReadOnly = true;
@ -334,6 +334,7 @@
this.Controls.Add(this.groupBoxSuggestions);
this.Controls.Add(this.GroupBoxEditWord);
this.Controls.Add(this.groupBoxEditWholeText);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Name = "OcrSpellCheck";
this.ShowIcon = false;
this.Text = "OCR spellcheck";

View File

@ -38,6 +38,7 @@
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.checkBoxRemoveTextBeforeColon = new System.Windows.Forms.CheckBox();
this.groupBoxRemoveTextConditions = new System.Windows.Forms.GroupBox();
this.labelRemoveTextBetween = new System.Windows.Forms.Label();
this.comboBoxRemoveIfTextContains = new System.Windows.Forms.ComboBox();
this.checkBoxRemoveWhereContains = new System.Windows.Forms.CheckBox();
this.comboBoxCustomEnd = new System.Windows.Forms.ComboBox();
@ -50,7 +51,6 @@
this.checkBoxRemoveTextBetweenBrackets = new System.Windows.Forms.CheckBox();
this.checkBoxRemoveTextBetweenSquares = new System.Windows.Forms.CheckBox();
this.labelAnd = new System.Windows.Forms.Label();
this.labelRemoveTextBetween = new System.Windows.Forms.Label();
this.groupBoxLinesFound.SuspendLayout();
this.groupBoxRemoveTextConditions.SuspendLayout();
this.SuspendLayout();
@ -136,7 +136,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(169, 17);
this.checkBoxRemoveTextBeforeColon.Size = new System.Drawing.Size(175, 17);
this.checkBoxRemoveTextBeforeColon.TabIndex = 9;
this.checkBoxRemoveTextBeforeColon.Text = "Remove text before a colon (:)";
this.checkBoxRemoveTextBeforeColon.UseVisualStyleBackColor = true;
@ -167,6 +167,15 @@
this.groupBoxRemoveTextConditions.TabStop = false;
this.groupBoxRemoveTextConditions.Text = "Remove text conditions";
//
// labelRemoveTextBetween
//
this.labelRemoveTextBetween.AutoSize = true;
this.labelRemoveTextBetween.Location = new System.Drawing.Point(8, 26);
this.labelRemoveTextBetween.Name = "labelRemoveTextBetween";
this.labelRemoveTextBetween.Size = new System.Drawing.Size(114, 13);
this.labelRemoveTextBetween.TabIndex = 13;
this.labelRemoveTextBetween.Text = "Remove text between";
//
// comboBoxRemoveIfTextContains
//
this.comboBoxRemoveIfTextContains.FormattingEnabled = true;
@ -187,7 +196,7 @@
this.checkBoxRemoveWhereContains.AutoSize = true;
this.checkBoxRemoveWhereContains.Location = new System.Drawing.Point(241, 137);
this.checkBoxRemoveWhereContains.Name = "checkBoxRemoveWhereContains";
this.checkBoxRemoveWhereContains.Size = new System.Drawing.Size(148, 17);
this.checkBoxRemoveWhereContains.Size = new System.Drawing.Size(153, 17);
this.checkBoxRemoveWhereContains.TabIndex = 11;
this.checkBoxRemoveWhereContains.Text = "Remove text if it contains:";
this.checkBoxRemoveWhereContains.UseVisualStyleBackColor = true;
@ -228,7 +237,7 @@
this.checkBoxRemoveTextBeforeColonOnlyUppercase.AutoSize = true;
this.checkBoxRemoveTextBeforeColonOnlyUppercase.Location = new System.Drawing.Point(260, 44);
this.checkBoxRemoveTextBeforeColonOnlyUppercase.Name = "checkBoxRemoveTextBeforeColonOnlyUppercase";
this.checkBoxRemoveTextBeforeColonOnlyUppercase.Size = new System.Drawing.Size(153, 17);
this.checkBoxRemoveTextBeforeColonOnlyUppercase.Size = new System.Drawing.Size(151, 17);
this.checkBoxRemoveTextBeforeColonOnlyUppercase.TabIndex = 10;
this.checkBoxRemoveTextBeforeColonOnlyUppercase.Text = "Only if text is UPPERCASE";
this.checkBoxRemoveTextBeforeColonOnlyUppercase.UseVisualStyleBackColor = true;
@ -239,7 +248,7 @@
this.checkBoxOnlyIfInSeparateLine.AutoSize = true;
this.checkBoxOnlyIfInSeparateLine.Location = new System.Drawing.Point(11, 169);
this.checkBoxOnlyIfInSeparateLine.Name = "checkBoxOnlyIfInSeparateLine";
this.checkBoxOnlyIfInSeparateLine.Size = new System.Drawing.Size(133, 17);
this.checkBoxOnlyIfInSeparateLine.Size = new System.Drawing.Size(137, 17);
this.checkBoxOnlyIfInSeparateLine.TabIndex = 8;
this.checkBoxOnlyIfInSeparateLine.Text = "Only if on separate line";
this.checkBoxOnlyIfInSeparateLine.UseVisualStyleBackColor = true;
@ -264,7 +273,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(82, 17);
this.checkBoxRemoveTextBetweenQuestionMarks.Size = new System.Drawing.Size(76, 17);
this.checkBoxRemoveTextBetweenQuestionMarks.TabIndex = 3;
this.checkBoxRemoveTextBetweenQuestionMarks.Text = "\"?\" and \"?\"";
this.checkBoxRemoveTextBetweenQuestionMarks.UseVisualStyleBackColor = true;
@ -277,7 +286,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(76, 17);
this.checkBoxRemoveTextBetweenParentheses.Size = new System.Drawing.Size(74, 17);
this.checkBoxRemoveTextBetweenParentheses.TabIndex = 1;
this.checkBoxRemoveTextBetweenParentheses.Text = "\"(\" and \")\"";
this.checkBoxRemoveTextBetweenParentheses.UseVisualStyleBackColor = true;
@ -290,7 +299,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(78, 17);
this.checkBoxRemoveTextBetweenBrackets.Size = new System.Drawing.Size(76, 17);
this.checkBoxRemoveTextBetweenBrackets.TabIndex = 2;
this.checkBoxRemoveTextBetweenBrackets.Text = "\"{\" and \"}\"";
this.checkBoxRemoveTextBetweenBrackets.UseVisualStyleBackColor = true;
@ -303,7 +312,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(76, 17);
this.checkBoxRemoveTextBetweenSquares.Size = new System.Drawing.Size(74, 17);
this.checkBoxRemoveTextBetweenSquares.TabIndex = 0;
this.checkBoxRemoveTextBetweenSquares.Text = "\"[\" and \"]\"";
this.checkBoxRemoveTextBetweenSquares.UseVisualStyleBackColor = true;
@ -318,15 +327,6 @@
this.labelAnd.TabIndex = 6;
this.labelAnd.Text = "and";
//
// labelRemoveTextBetween
//
this.labelRemoveTextBetween.AutoSize = true;
this.labelRemoveTextBetween.Location = new System.Drawing.Point(8, 26);
this.labelRemoveTextBetween.Name = "labelRemoveTextBetween";
this.labelRemoveTextBetween.Size = new System.Drawing.Size(111, 13);
this.labelRemoveTextBetween.TabIndex = 13;
this.labelRemoveTextBetween.Text = "Remove text between";
//
// FormRemoveTextForHearImpaired
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -336,6 +336,7 @@
this.Controls.Add(this.groupBoxLinesFound);
this.Controls.Add(this.buttonOK);
this.Controls.Add(this.buttonCancel);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;

View File

@ -46,7 +46,7 @@
this.radioButtonRegEx.AutoSize = true;
this.radioButtonRegEx.Location = new System.Drawing.Point(182, 51);
this.radioButtonRegEx.Name = "radioButtonRegEx";
this.radioButtonRegEx.Size = new System.Drawing.Size(57, 17);
this.radioButtonRegEx.Size = new System.Drawing.Size(56, 17);
this.radioButtonRegEx.TabIndex = 3;
this.radioButtonRegEx.Text = "RegEx";
this.radioButtonRegEx.UseVisualStyleBackColor = true;
@ -57,7 +57,7 @@
this.radioButtonCaseSensitive.AutoSize = true;
this.radioButtonCaseSensitive.Location = new System.Drawing.Point(81, 51);
this.radioButtonCaseSensitive.Name = "radioButtonCaseSensitive";
this.radioButtonCaseSensitive.Size = new System.Drawing.Size(93, 17);
this.radioButtonCaseSensitive.Size = new System.Drawing.Size(94, 17);
this.radioButtonCaseSensitive.TabIndex = 2;
this.radioButtonCaseSensitive.Text = "Case sensitive";
this.radioButtonCaseSensitive.UseVisualStyleBackColor = true;
@ -90,7 +90,7 @@
//
this.textBoxFind.Location = new System.Drawing.Point(15, 25);
this.textBoxFind.Name = "textBoxFind";
this.textBoxFind.Size = new System.Drawing.Size(262, 20);
this.textBoxFind.Size = new System.Drawing.Size(262, 21);
this.textBoxFind.TabIndex = 0;
this.textBoxFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxFindKeyDown);
//
@ -108,7 +108,7 @@
//
this.textBoxReplace.Location = new System.Drawing.Point(15, 103);
this.textBoxReplace.Name = "textBoxReplace";
this.textBoxReplace.Size = new System.Drawing.Size(265, 20);
this.textBoxReplace.Size = new System.Drawing.Size(265, 21);
this.textBoxReplace.TabIndex = 4;
this.textBoxReplace.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxFindKeyDown);
//
@ -126,7 +126,7 @@
this.labelFindWhat.AutoSize = true;
this.labelFindWhat.Location = new System.Drawing.Point(12, 9);
this.labelFindWhat.Name = "labelFindWhat";
this.labelFindWhat.Size = new System.Drawing.Size(56, 13);
this.labelFindWhat.Size = new System.Drawing.Size(58, 13);
this.labelFindWhat.TabIndex = 15;
this.labelFindWhat.Text = "Find what:";
//
@ -155,6 +155,7 @@
this.Controls.Add(this.radioButtonNormal);
this.Controls.Add(this.buttonReplace);
this.Controls.Add(this.textBoxFind);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;

View File

@ -29,12 +29,12 @@
private void InitializeComponent()
{
this.groupBoxLinesFound = new System.Windows.Forms.GroupBox();
this.SubtitleListview1 = new Nikse.SubtitleEdit.Controls.SubtitleListView();
this.numericUpDownMinMillisecondsBetweenLines = new System.Windows.Forms.NumericUpDown();
this.labelMaxMillisecondsBetweenLines = new System.Windows.Forms.Label();
this.buttonOK = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.checkBoxShowOnlyChangedLines = new System.Windows.Forms.CheckBox();
this.SubtitleListview1 = new Nikse.SubtitleEdit.Controls.SubtitleListView();
this.groupBoxLinesFound.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownMinMillisecondsBetweenLines)).BeginInit();
this.SuspendLayout();
@ -52,6 +52,23 @@
this.groupBoxLinesFound.TabStop = false;
this.groupBoxLinesFound.Text = "Preview";
//
// 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.FirstVisibleIndex = -1;
this.SubtitleListview1.FullRowSelect = true;
this.SubtitleListview1.GridLines = true;
this.SubtitleListview1.HideSelection = false;
this.SubtitleListview1.Location = new System.Drawing.Point(6, 19);
this.SubtitleListview1.Name = "SubtitleListview1";
this.SubtitleListview1.Size = new System.Drawing.Size(714, 341);
this.SubtitleListview1.TabIndex = 5;
this.SubtitleListview1.UseCompatibleStateImageBehavior = false;
this.SubtitleListview1.View = System.Windows.Forms.View.Details;
//
// numericUpDownMinMillisecondsBetweenLines
//
this.numericUpDownMinMillisecondsBetweenLines.Location = new System.Drawing.Point(18, 34);
@ -66,7 +83,7 @@
0,
0});
this.numericUpDownMinMillisecondsBetweenLines.Name = "numericUpDownMinMillisecondsBetweenLines";
this.numericUpDownMinMillisecondsBetweenLines.Size = new System.Drawing.Size(64, 20);
this.numericUpDownMinMillisecondsBetweenLines.Size = new System.Drawing.Size(64, 21);
this.numericUpDownMinMillisecondsBetweenLines.TabIndex = 34;
this.numericUpDownMinMillisecondsBetweenLines.Value = new decimal(new int[] {
50,
@ -80,7 +97,7 @@
this.labelMaxMillisecondsBetweenLines.AutoSize = true;
this.labelMaxMillisecondsBetweenLines.Location = new System.Drawing.Point(15, 18);
this.labelMaxMillisecondsBetweenLines.Name = "labelMaxMillisecondsBetweenLines";
this.labelMaxMillisecondsBetweenLines.Size = new System.Drawing.Size(173, 13);
this.labelMaxMillisecondsBetweenLines.Size = new System.Drawing.Size(172, 13);
this.labelMaxMillisecondsBetweenLines.TabIndex = 35;
this.labelMaxMillisecondsBetweenLines.Text = "Mininum milliseconds between lines";
//
@ -113,29 +130,12 @@
this.checkBoxShowOnlyChangedLines.AutoSize = true;
this.checkBoxShowOnlyChangedLines.Location = new System.Drawing.Point(18, 448);
this.checkBoxShowOnlyChangedLines.Name = "checkBoxShowOnlyChangedLines";
this.checkBoxShowOnlyChangedLines.Size = new System.Drawing.Size(141, 17);
this.checkBoxShowOnlyChangedLines.Size = new System.Drawing.Size(142, 17);
this.checkBoxShowOnlyChangedLines.TabIndex = 38;
this.checkBoxShowOnlyChangedLines.Text = "Show only modified lines";
this.checkBoxShowOnlyChangedLines.UseVisualStyleBackColor = true;
this.checkBoxShowOnlyChangedLines.CheckedChanged += new System.EventHandler(this.checkBoxShowOnlyChangedLines_CheckedChanged);
//
// 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.FirstVisibleIndex = -1;
this.SubtitleListview1.FullRowSelect = true;
this.SubtitleListview1.GridLines = true;
this.SubtitleListview1.HideSelection = false;
this.SubtitleListview1.Location = new System.Drawing.Point(6, 19);
this.SubtitleListview1.Name = "SubtitleListview1";
this.SubtitleListview1.Size = new System.Drawing.Size(714, 341);
this.SubtitleListview1.TabIndex = 5;
this.SubtitleListview1.UseCompatibleStateImageBehavior = false;
this.SubtitleListview1.View = System.Windows.Forms.View.Details;
//
// SetMinimumDisplayTimeBetweenParagraphs
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -147,7 +147,9 @@
this.Controls.Add(this.numericUpDownMinMillisecondsBetweenLines);
this.Controls.Add(this.labelMaxMillisecondsBetweenLines);
this.Controls.Add(this.groupBoxLinesFound);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Name = "SetMinimumDisplayTimeBetweenParagraphs";
this.ShowIcon = false;
this.Text = "Set minimum display time between paragraphs";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SetMinimalDisplayTimeDifference_KeyDown);
this.groupBoxLinesFound.ResumeLayout(false);

View File

@ -68,7 +68,7 @@
this.timeUpDownLine.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.timeUpDownLine.Location = new System.Drawing.Point(18, 19);
this.timeUpDownLine.Name = "timeUpDownLine";
this.timeUpDownLine.Size = new System.Drawing.Size(89, 24);
this.timeUpDownLine.Size = new System.Drawing.Size(89, 25);
this.timeUpDownLine.TabIndex = 1;
//
// groupBox2
@ -149,7 +149,7 @@
this.labelVideoFileName.AutoSize = true;
this.labelVideoFileName.Location = new System.Drawing.Point(12, 211);
this.labelVideoFileName.Name = "labelVideoFileName";
this.labelVideoFileName.Size = new System.Drawing.Size(100, 13);
this.labelVideoFileName.Size = new System.Drawing.Size(98, 13);
this.labelVideoFileName.TabIndex = 21;
this.labelVideoFileName.Text = "labelVideoFileName";
//
@ -213,7 +213,7 @@
this.labelSubtitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.labelSubtitle.BackColor = System.Drawing.Color.Black;
this.labelSubtitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelSubtitle.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelSubtitle.ForeColor = System.Drawing.Color.White;
this.labelSubtitle.Location = new System.Drawing.Point(12, 492);
this.labelSubtitle.Name = "labelSubtitle";
@ -254,6 +254,7 @@
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBoxSyncPointTimeCode);
this.Controls.Add(this.videoPlayerContainer1);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;

View File

@ -107,6 +107,9 @@
this.radioButtonVideoPlayerDirectShow = new System.Windows.Forms.RadioButton();
this.radioButtonVideoPlayerManagedDirectX = new System.Windows.Forms.RadioButton();
this.tabPageWaveForm = new System.Windows.Forms.TabPage();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.buttonWaveFormsFolderEmpty = new System.Windows.Forms.Button();
this.labelWaveFormsFolderInfo = new System.Windows.Forms.Label();
this.groupBoxWaveFormAppearence = new System.Windows.Forms.GroupBox();
this.panelWaveFormTextColor = new System.Windows.Forms.Panel();
this.buttonWaveFormTextColor = new System.Windows.Forms.Button();
@ -180,9 +183,6 @@
this.colorDialogSSAStyle = new System.Windows.Forms.ColorDialog();
this.fontDialogSSAStyle = new System.Windows.Forms.FontDialog();
this.labelStatus = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.labelWaveFormsFolderInfo = new System.Windows.Forms.Label();
this.buttonWaveFormsFolderEmpty = new System.Windows.Forms.Button();
this.tabControlSettings.SuspendLayout();
this.tabPageGenerel.SuspendLayout();
this.groupBoxMiscellaneous.SuspendLayout();
@ -202,6 +202,7 @@
this.groupBoxVideoPlayerDefault.SuspendLayout();
this.groupBoxVideoEngine.SuspendLayout();
this.tabPageWaveForm.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBoxWaveFormAppearence.SuspendLayout();
this.tabPageTools.SuspendLayout();
this.groupBoxSpellCheck.SuspendLayout();
@ -218,7 +219,6 @@
this.tabPageProxy.SuspendLayout();
this.groupBoxProxySettings.SuspendLayout();
this.groupBoxProxyAuthentication.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// buttonOK
@ -317,7 +317,7 @@
this.checkBoxShowFrameRate.AutoSize = true;
this.checkBoxShowFrameRate.Location = new System.Drawing.Point(180, 19);
this.checkBoxShowFrameRate.Name = "checkBoxShowFrameRate";
this.checkBoxShowFrameRate.Size = new System.Drawing.Size(149, 17);
this.checkBoxShowFrameRate.Size = new System.Drawing.Size(154, 17);
this.checkBoxShowFrameRate.TabIndex = 29;
this.checkBoxShowFrameRate.Text = "Show frame rate in toolbar";
this.checkBoxShowFrameRate.UseVisualStyleBackColor = true;
@ -359,7 +359,7 @@
this.labelListViewDoubleClickEvent.AutoSize = true;
this.labelListViewDoubleClickEvent.Location = new System.Drawing.Point(432, 183);
this.labelListViewDoubleClickEvent.Name = "labelListViewDoubleClickEvent";
this.labelListViewDoubleClickEvent.Size = new System.Drawing.Size(229, 13);
this.labelListViewDoubleClickEvent.Size = new System.Drawing.Size(227, 13);
this.labelListViewDoubleClickEvent.TabIndex = 14;
this.labelListViewDoubleClickEvent.Text = "Double-click on line in main window listview will";
//
@ -368,7 +368,7 @@
this.textBoxShowLineBreaksAs.Location = new System.Drawing.Point(588, 151);
this.textBoxShowLineBreaksAs.MaxLength = 10;
this.textBoxShowLineBreaksAs.Name = "textBoxShowLineBreaksAs";
this.textBoxShowLineBreaksAs.Size = new System.Drawing.Size(69, 20);
this.textBoxShowLineBreaksAs.Size = new System.Drawing.Size(69, 21);
this.textBoxShowLineBreaksAs.TabIndex = 24;
//
// labelShowLineBreaksAs
@ -385,7 +385,7 @@
this.checkBoxRememberWindowPosition.AutoSize = true;
this.checkBoxRememberWindowPosition.Location = new System.Drawing.Point(435, 71);
this.checkBoxRememberWindowPosition.Name = "checkBoxRememberWindowPosition";
this.checkBoxRememberWindowPosition.Size = new System.Drawing.Size(222, 17);
this.checkBoxRememberWindowPosition.Size = new System.Drawing.Size(223, 17);
this.checkBoxRememberWindowPosition.TabIndex = 18;
this.checkBoxRememberWindowPosition.Text = "Remember main window position and size";
this.checkBoxRememberWindowPosition.UseVisualStyleBackColor = true;
@ -395,7 +395,7 @@
this.textBoxSubtitleLineMaximumLength.Location = new System.Drawing.Point(180, 133);
this.textBoxSubtitleLineMaximumLength.MaxLength = 3;
this.textBoxSubtitleLineMaximumLength.Name = "textBoxSubtitleLineMaximumLength";
this.textBoxSubtitleLineMaximumLength.Size = new System.Drawing.Size(121, 20);
this.textBoxSubtitleLineMaximumLength.Size = new System.Drawing.Size(121, 21);
this.textBoxSubtitleLineMaximumLength.TabIndex = 6;
this.textBoxSubtitleLineMaximumLength.Text = "68";
this.textBoxSubtitleLineMaximumLength.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxAjustSecondsKeyDown);
@ -405,7 +405,7 @@
this.labelSubMaxLen.AutoSize = true;
this.labelSubMaxLen.Location = new System.Drawing.Point(14, 136);
this.labelSubMaxLen.Name = "labelSubMaxLen";
this.labelSubMaxLen.Size = new System.Drawing.Size(99, 13);
this.labelSubMaxLen.Size = new System.Drawing.Size(103, 13);
this.labelSubMaxLen.TabIndex = 11;
this.labelSubMaxLen.Text = "Subtitle max. length";
//
@ -414,7 +414,7 @@
this.labelSubtitleFontSize.AutoSize = true;
this.labelSubtitleFontSize.Location = new System.Drawing.Point(14, 197);
this.labelSubtitleFontSize.Name = "labelSubtitleFontSize";
this.labelSubtitleFontSize.Size = new System.Drawing.Size(84, 13);
this.labelSubtitleFontSize.Size = new System.Drawing.Size(87, 13);
this.labelSubtitleFontSize.TabIndex = 10;
this.labelSubtitleFontSize.Text = "Subtitle font size";
//
@ -432,7 +432,7 @@
this.checkBoxStartInSourceView.AutoSize = true;
this.checkBoxStartInSourceView.Location = new System.Drawing.Point(435, 94);
this.checkBoxStartInSourceView.Name = "checkBoxStartInSourceView";
this.checkBoxStartInSourceView.Size = new System.Drawing.Size(119, 17);
this.checkBoxStartInSourceView.Size = new System.Drawing.Size(121, 17);
this.checkBoxStartInSourceView.TabIndex = 20;
this.checkBoxStartInSourceView.Text = "Start in source view";
this.checkBoxStartInSourceView.UseVisualStyleBackColor = true;
@ -442,7 +442,7 @@
this.checkBoxReopenLastOpened.AutoSize = true;
this.checkBoxReopenLastOpened.Location = new System.Drawing.Point(435, 48);
this.checkBoxReopenLastOpened.Name = "checkBoxReopenLastOpened";
this.checkBoxReopenLastOpened.Size = new System.Drawing.Size(140, 17);
this.checkBoxReopenLastOpened.Size = new System.Drawing.Size(145, 17);
this.checkBoxReopenLastOpened.TabIndex = 16;
this.checkBoxReopenLastOpened.Text = "Start with last file loaded";
this.checkBoxReopenLastOpened.UseVisualStyleBackColor = true;
@ -452,7 +452,7 @@
this.checkBoxRememberRecentFiles.AutoSize = true;
this.checkBoxRememberRecentFiles.Location = new System.Drawing.Point(435, 25);
this.checkBoxRememberRecentFiles.Name = "checkBoxRememberRecentFiles";
this.checkBoxRememberRecentFiles.Size = new System.Drawing.Size(188, 17);
this.checkBoxRememberRecentFiles.Size = new System.Drawing.Size(195, 17);
this.checkBoxRememberRecentFiles.TabIndex = 14;
this.checkBoxRememberRecentFiles.Text = "Remember recent files (for reopen)";
this.checkBoxRememberRecentFiles.UseVisualStyleBackColor = true;
@ -462,7 +462,7 @@
this.checkBoxSubtitleFontBold.AutoSize = true;
this.checkBoxSubtitleFontBold.Location = new System.Drawing.Point(180, 222);
this.checkBoxSubtitleFontBold.Name = "checkBoxSubtitleFontBold";
this.checkBoxSubtitleFontBold.Size = new System.Drawing.Size(47, 17);
this.checkBoxSubtitleFontBold.Size = new System.Drawing.Size(46, 17);
this.checkBoxSubtitleFontBold.TabIndex = 12;
this.checkBoxSubtitleFontBold.Text = "Bold";
this.checkBoxSubtitleFontBold.UseVisualStyleBackColor = true;
@ -496,7 +496,7 @@
this.labelSubtitleFont.AutoSize = true;
this.labelSubtitleFont.Location = new System.Drawing.Point(14, 172);
this.labelSubtitleFont.Name = "labelSubtitleFont";
this.labelSubtitleFont.Size = new System.Drawing.Size(63, 13);
this.labelSubtitleFont.Size = new System.Drawing.Size(66, 13);
this.labelSubtitleFont.TabIndex = 8;
this.labelSubtitleFont.Text = "Subtitle font";
//
@ -519,7 +519,7 @@
this.labelDefaultFileEncoding.AutoSize = true;
this.labelDefaultFileEncoding.Location = new System.Drawing.Point(14, 79);
this.labelDefaultFileEncoding.Name = "labelDefaultFileEncoding";
this.labelDefaultFileEncoding.Size = new System.Drawing.Size(104, 13);
this.labelDefaultFileEncoding.Size = new System.Drawing.Size(105, 13);
this.labelDefaultFileEncoding.TabIndex = 2;
this.labelDefaultFileEncoding.Text = "Default file encoding";
//
@ -536,7 +536,7 @@
this.labelDefaultFrameRate.AutoSize = true;
this.labelDefaultFrameRate.Location = new System.Drawing.Point(14, 44);
this.labelDefaultFrameRate.Name = "labelDefaultFrameRate";
this.labelDefaultFrameRate.Size = new System.Drawing.Size(88, 13);
this.labelDefaultFrameRate.Size = new System.Drawing.Size(93, 13);
this.labelDefaultFrameRate.TabIndex = 0;
this.labelDefaultFrameRate.Text = "Default framerate";
//
@ -584,7 +584,7 @@
this.labelTBHelp.AutoSize = true;
this.labelTBHelp.Location = new System.Drawing.Point(594, 21);
this.labelTBHelp.Name = "labelTBHelp";
this.labelTBHelp.Size = new System.Drawing.Size(29, 13);
this.labelTBHelp.Size = new System.Drawing.Size(28, 13);
this.labelTBHelp.TabIndex = 33;
this.labelTBHelp.Text = "Help";
//
@ -601,7 +601,7 @@
this.checkBoxHelp.AutoSize = true;
this.checkBoxHelp.Location = new System.Drawing.Point(596, 80);
this.checkBoxHelp.Name = "checkBoxHelp";
this.checkBoxHelp.Size = new System.Drawing.Size(56, 17);
this.checkBoxHelp.Size = new System.Drawing.Size(55, 17);
this.checkBoxHelp.TabIndex = 31;
this.checkBoxHelp.Text = "Visible";
this.checkBoxHelp.UseVisualStyleBackColor = true;
@ -611,7 +611,7 @@
this.labelTBSettings.AutoSize = true;
this.labelTBSettings.Location = new System.Drawing.Point(526, 21);
this.labelTBSettings.Name = "labelTBSettings";
this.labelTBSettings.Size = new System.Drawing.Size(45, 13);
this.labelTBSettings.Size = new System.Drawing.Size(46, 13);
this.labelTBSettings.TabIndex = 30;
this.labelTBSettings.Text = "Settings";
//
@ -628,7 +628,7 @@
this.checkBoxSettings.AutoSize = true;
this.checkBoxSettings.Location = new System.Drawing.Point(532, 80);
this.checkBoxSettings.Name = "checkBoxSettings";
this.checkBoxSettings.Size = new System.Drawing.Size(56, 17);
this.checkBoxSettings.Size = new System.Drawing.Size(55, 17);
this.checkBoxSettings.TabIndex = 28;
this.checkBoxSettings.Text = "Visible";
this.checkBoxSettings.UseVisualStyleBackColor = true;
@ -638,7 +638,7 @@
this.labelTBSpellCheck.AutoSize = true;
this.labelTBSpellCheck.Location = new System.Drawing.Point(459, 21);
this.labelTBSpellCheck.Name = "labelTBSpellCheck";
this.labelTBSpellCheck.Size = new System.Drawing.Size(63, 13);
this.labelTBSpellCheck.Size = new System.Drawing.Size(59, 13);
this.labelTBSpellCheck.TabIndex = 27;
this.labelTBSpellCheck.Text = "Spell check";
//
@ -655,7 +655,7 @@
this.checkBoxSpellCheck.AutoSize = true;
this.checkBoxSpellCheck.Location = new System.Drawing.Point(464, 80);
this.checkBoxSpellCheck.Name = "checkBoxSpellCheck";
this.checkBoxSpellCheck.Size = new System.Drawing.Size(56, 17);
this.checkBoxSpellCheck.Size = new System.Drawing.Size(55, 17);
this.checkBoxSpellCheck.TabIndex = 26;
this.checkBoxSpellCheck.Text = "Visible";
this.checkBoxSpellCheck.UseVisualStyleBackColor = true;
@ -665,7 +665,7 @@
this.labelTBVisualSync.AutoSize = true;
this.labelTBVisualSync.Location = new System.Drawing.Point(382, 21);
this.labelTBVisualSync.Name = "labelTBVisualSync";
this.labelTBVisualSync.Size = new System.Drawing.Size(60, 13);
this.labelTBVisualSync.Size = new System.Drawing.Size(59, 13);
this.labelTBVisualSync.TabIndex = 21;
this.labelTBVisualSync.Text = "Visual sync";
//
@ -682,7 +682,7 @@
this.checkBoxVisualSync.AutoSize = true;
this.checkBoxVisualSync.Location = new System.Drawing.Point(398, 80);
this.checkBoxVisualSync.Name = "checkBoxVisualSync";
this.checkBoxVisualSync.Size = new System.Drawing.Size(56, 17);
this.checkBoxVisualSync.Size = new System.Drawing.Size(55, 17);
this.checkBoxVisualSync.TabIndex = 19;
this.checkBoxVisualSync.Text = "Visible";
this.checkBoxVisualSync.UseVisualStyleBackColor = true;
@ -692,7 +692,7 @@
this.labelTBReplace.AutoSize = true;
this.labelTBReplace.Location = new System.Drawing.Point(327, 21);
this.labelTBReplace.Name = "labelTBReplace";
this.labelTBReplace.Size = new System.Drawing.Size(47, 13);
this.labelTBReplace.Size = new System.Drawing.Size(45, 13);
this.labelTBReplace.TabIndex = 18;
this.labelTBReplace.Text = "Replace";
//
@ -709,7 +709,7 @@
this.checkBoxReplace.AutoSize = true;
this.checkBoxReplace.Location = new System.Drawing.Point(335, 80);
this.checkBoxReplace.Name = "checkBoxReplace";
this.checkBoxReplace.Size = new System.Drawing.Size(56, 17);
this.checkBoxReplace.Size = new System.Drawing.Size(55, 17);
this.checkBoxReplace.TabIndex = 16;
this.checkBoxReplace.Text = "Visible";
this.checkBoxReplace.UseVisualStyleBackColor = true;
@ -736,7 +736,7 @@
this.checkBoxToolbarFind.AutoSize = true;
this.checkBoxToolbarFind.Location = new System.Drawing.Point(272, 80);
this.checkBoxToolbarFind.Name = "checkBoxToolbarFind";
this.checkBoxToolbarFind.Size = new System.Drawing.Size(56, 17);
this.checkBoxToolbarFind.Size = new System.Drawing.Size(55, 17);
this.checkBoxToolbarFind.TabIndex = 13;
this.checkBoxToolbarFind.Text = "Visible";
this.checkBoxToolbarFind.UseVisualStyleBackColor = true;
@ -746,7 +746,7 @@
this.labelTBSaveAs.AutoSize = true;
this.labelTBSaveAs.Location = new System.Drawing.Point(200, 21);
this.labelTBSaveAs.Name = "labelTBSaveAs";
this.labelTBSaveAs.Size = new System.Drawing.Size(46, 13);
this.labelTBSaveAs.Size = new System.Drawing.Size(45, 13);
this.labelTBSaveAs.TabIndex = 12;
this.labelTBSaveAs.Text = "Save as";
//
@ -763,7 +763,7 @@
this.checkBoxToolbarSaveAs.AutoSize = true;
this.checkBoxToolbarSaveAs.Location = new System.Drawing.Point(209, 80);
this.checkBoxToolbarSaveAs.Name = "checkBoxToolbarSaveAs";
this.checkBoxToolbarSaveAs.Size = new System.Drawing.Size(56, 17);
this.checkBoxToolbarSaveAs.Size = new System.Drawing.Size(55, 17);
this.checkBoxToolbarSaveAs.TabIndex = 10;
this.checkBoxToolbarSaveAs.Text = "Visible";
this.checkBoxToolbarSaveAs.UseVisualStyleBackColor = true;
@ -773,7 +773,7 @@
this.labelTBSave.AutoSize = true;
this.labelTBSave.Location = new System.Drawing.Point(144, 21);
this.labelTBSave.Name = "labelTBSave";
this.labelTBSave.Size = new System.Drawing.Size(32, 13);
this.labelTBSave.Size = new System.Drawing.Size(31, 13);
this.labelTBSave.TabIndex = 9;
this.labelTBSave.Text = "Save";
//
@ -790,7 +790,7 @@
this.checkBoxToolbarSave.AutoSize = true;
this.checkBoxToolbarSave.Location = new System.Drawing.Point(146, 80);
this.checkBoxToolbarSave.Name = "checkBoxToolbarSave";
this.checkBoxToolbarSave.Size = new System.Drawing.Size(56, 17);
this.checkBoxToolbarSave.Size = new System.Drawing.Size(55, 17);
this.checkBoxToolbarSave.TabIndex = 7;
this.checkBoxToolbarSave.Text = "Visible";
this.checkBoxToolbarSave.UseVisualStyleBackColor = true;
@ -817,7 +817,7 @@
this.checkBoxToolbarOpen.AutoSize = true;
this.checkBoxToolbarOpen.Location = new System.Drawing.Point(83, 80);
this.checkBoxToolbarOpen.Name = "checkBoxToolbarOpen";
this.checkBoxToolbarOpen.Size = new System.Drawing.Size(56, 17);
this.checkBoxToolbarOpen.Size = new System.Drawing.Size(55, 17);
this.checkBoxToolbarOpen.TabIndex = 4;
this.checkBoxToolbarOpen.Text = "Visible";
this.checkBoxToolbarOpen.UseVisualStyleBackColor = true;
@ -827,7 +827,7 @@
this.labelTBNew.AutoSize = true;
this.labelTBNew.Location = new System.Drawing.Point(19, 21);
this.labelTBNew.Name = "labelTBNew";
this.labelTBNew.Size = new System.Drawing.Size(29, 13);
this.labelTBNew.Size = new System.Drawing.Size(28, 13);
this.labelTBNew.TabIndex = 3;
this.labelTBNew.Text = "New";
//
@ -844,7 +844,7 @@
this.checkBoxToolbarNew.AutoSize = true;
this.checkBoxToolbarNew.Location = new System.Drawing.Point(20, 80);
this.checkBoxToolbarNew.Name = "checkBoxToolbarNew";
this.checkBoxToolbarNew.Size = new System.Drawing.Size(56, 17);
this.checkBoxToolbarNew.Size = new System.Drawing.Size(55, 17);
this.checkBoxToolbarNew.TabIndex = 1;
this.checkBoxToolbarNew.Text = "Visible";
this.checkBoxToolbarNew.UseVisualStyleBackColor = true;
@ -878,7 +878,7 @@
//
this.textBoxCustomSearchUrl.Location = new System.Drawing.Point(166, 38);
this.textBoxCustomSearchUrl.Name = "textBoxCustomSearchUrl";
this.textBoxCustomSearchUrl.Size = new System.Drawing.Size(601, 20);
this.textBoxCustomSearchUrl.Size = new System.Drawing.Size(601, 21);
this.textBoxCustomSearchUrl.TabIndex = 2;
//
// labelCustomSearch
@ -886,7 +886,7 @@
this.labelCustomSearch.AutoSize = true;
this.labelCustomSearch.Location = new System.Drawing.Point(12, 20);
this.labelCustomSearch.Name = "labelCustomSearch";
this.labelCustomSearch.Size = new System.Drawing.Size(132, 13);
this.labelCustomSearch.Size = new System.Drawing.Size(137, 13);
this.labelCustomSearch.TabIndex = 1;
this.labelCustomSearch.Text = "Custom search text and url";
//
@ -921,7 +921,7 @@
this.checkBoxVideoPlayerShowStopButton.AutoSize = true;
this.checkBoxVideoPlayerShowStopButton.Location = new System.Drawing.Point(9, 19);
this.checkBoxVideoPlayerShowStopButton.Name = "checkBoxVideoPlayerShowStopButton";
this.checkBoxVideoPlayerShowStopButton.Size = new System.Drawing.Size(109, 17);
this.checkBoxVideoPlayerShowStopButton.Size = new System.Drawing.Size(111, 17);
this.checkBoxVideoPlayerShowStopButton.TabIndex = 10;
this.checkBoxVideoPlayerShowStopButton.Text = "Show stop button";
this.checkBoxVideoPlayerShowStopButton.UseVisualStyleBackColor = true;
@ -940,18 +940,18 @@
this.labelDefaultVol.AutoSize = true;
this.labelDefaultVol.Location = new System.Drawing.Point(9, 56);
this.labelDefaultVol.Name = "labelDefaultVol";
this.labelDefaultVol.Size = new System.Drawing.Size(78, 13);
this.labelDefaultVol.Size = new System.Drawing.Size(79, 13);
this.labelDefaultVol.TabIndex = 6;
this.labelDefaultVol.Text = "Default volume";
//
// labelVolDescr
//
this.labelVolDescr.AutoSize = true;
this.labelVolDescr.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelVolDescr.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelVolDescr.ForeColor = System.Drawing.Color.Gray;
this.labelVolDescr.Location = new System.Drawing.Point(232, 57);
this.labelVolDescr.Name = "labelVolDescr";
this.labelVolDescr.Size = new System.Drawing.Size(147, 12);
this.labelVolDescr.Size = new System.Drawing.Size(150, 11);
this.labelVolDescr.TabIndex = 9;
this.labelVolDescr.Text = "0 is no sound, 100 is higest volume";
//
@ -975,11 +975,11 @@
// labelVideoPlayerVLC
//
this.labelVideoPlayerVLC.AutoSize = true;
this.labelVideoPlayerVLC.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelVideoPlayerVLC.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelVideoPlayerVLC.ForeColor = System.Drawing.Color.Gray;
this.labelVideoPlayerVLC.Location = new System.Drawing.Point(150, 49);
this.labelVideoPlayerVLC.Name = "labelVideoPlayerVLC";
this.labelVideoPlayerVLC.Size = new System.Drawing.Size(204, 12);
this.labelVideoPlayerVLC.Size = new System.Drawing.Size(209, 11);
this.labelVideoPlayerVLC.TabIndex = 13;
this.labelVideoPlayerVLC.Text = "libvlc.dll from VLC Media Player (1.1.0 or newer)";
//
@ -988,7 +988,7 @@
this.radioButtonVideoPlayerVLC.AutoSize = true;
this.radioButtonVideoPlayerVLC.Location = new System.Drawing.Point(10, 46);
this.radioButtonVideoPlayerVLC.Name = "radioButtonVideoPlayerVLC";
this.radioButtonVideoPlayerVLC.Size = new System.Drawing.Size(45, 17);
this.radioButtonVideoPlayerVLC.Size = new System.Drawing.Size(43, 17);
this.radioButtonVideoPlayerVLC.TabIndex = 4;
this.radioButtonVideoPlayerVLC.TabStop = true;
this.radioButtonVideoPlayerVLC.Text = "VLC";
@ -997,33 +997,33 @@
// labelVideoPlayerWmp
//
this.labelVideoPlayerWmp.AutoSize = true;
this.labelVideoPlayerWmp.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelVideoPlayerWmp.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelVideoPlayerWmp.ForeColor = System.Drawing.Color.Gray;
this.labelVideoPlayerWmp.Location = new System.Drawing.Point(150, 70);
this.labelVideoPlayerWmp.Name = "labelVideoPlayerWmp";
this.labelVideoPlayerWmp.Size = new System.Drawing.Size(97, 12);
this.labelVideoPlayerWmp.Size = new System.Drawing.Size(95, 11);
this.labelVideoPlayerWmp.TabIndex = 11;
this.labelVideoPlayerWmp.Text = "WMP ActiveX Control";
//
// labelDirectShowDescription
//
this.labelDirectShowDescription.AutoSize = true;
this.labelDirectShowDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelDirectShowDescription.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelDirectShowDescription.ForeColor = System.Drawing.Color.Gray;
this.labelDirectShowDescription.Location = new System.Drawing.Point(150, 26);
this.labelDirectShowDescription.Name = "labelDirectShowDescription";
this.labelDirectShowDescription.Size = new System.Drawing.Size(97, 12);
this.labelDirectShowDescription.Size = new System.Drawing.Size(98, 11);
this.labelDirectShowDescription.TabIndex = 10;
this.labelDirectShowDescription.Text = "Quartz.dll in system32";
//
// labelManagedDirectXDescription
//
this.labelManagedDirectXDescription.AutoSize = true;
this.labelManagedDirectXDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelManagedDirectXDescription.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelManagedDirectXDescription.ForeColor = System.Drawing.Color.Gray;
this.labelManagedDirectXDescription.Location = new System.Drawing.Point(150, 93);
this.labelManagedDirectXDescription.Name = "labelManagedDirectXDescription";
this.labelManagedDirectXDescription.Size = new System.Drawing.Size(315, 12);
this.labelManagedDirectXDescription.Size = new System.Drawing.Size(314, 11);
this.labelManagedDirectXDescription.TabIndex = 9;
this.labelManagedDirectXDescription.Text = "Microsoft.DirectX.AudioVideoPlayback - .NET Managed code from DirectX";
this.labelManagedDirectXDescription.Visible = false;
@ -1033,7 +1033,7 @@
this.radioButtonVideoPlayerWmp.AutoSize = true;
this.radioButtonVideoPlayerWmp.Location = new System.Drawing.Point(10, 67);
this.radioButtonVideoPlayerWmp.Name = "radioButtonVideoPlayerWmp";
this.radioButtonVideoPlayerWmp.Size = new System.Drawing.Size(133, 17);
this.radioButtonVideoPlayerWmp.Size = new System.Drawing.Size(132, 17);
this.radioButtonVideoPlayerWmp.TabIndex = 8;
this.radioButtonVideoPlayerWmp.TabStop = true;
this.radioButtonVideoPlayerWmp.Text = "Windows Media Player";
@ -1044,7 +1044,7 @@
this.radioButtonVideoPlayerDirectShow.AutoSize = true;
this.radioButtonVideoPlayerDirectShow.Location = new System.Drawing.Point(10, 23);
this.radioButtonVideoPlayerDirectShow.Name = "radioButtonVideoPlayerDirectShow";
this.radioButtonVideoPlayerDirectShow.Size = new System.Drawing.Size(83, 17);
this.radioButtonVideoPlayerDirectShow.Size = new System.Drawing.Size(82, 17);
this.radioButtonVideoPlayerDirectShow.TabIndex = 1;
this.radioButtonVideoPlayerDirectShow.TabStop = true;
this.radioButtonVideoPlayerDirectShow.Text = "DirectShow ";
@ -1055,7 +1055,7 @@
this.radioButtonVideoPlayerManagedDirectX.AutoSize = true;
this.radioButtonVideoPlayerManagedDirectX.Location = new System.Drawing.Point(10, 90);
this.radioButtonVideoPlayerManagedDirectX.Name = "radioButtonVideoPlayerManagedDirectX";
this.radioButtonVideoPlayerManagedDirectX.Size = new System.Drawing.Size(108, 17);
this.radioButtonVideoPlayerManagedDirectX.Size = new System.Drawing.Size(106, 17);
this.radioButtonVideoPlayerManagedDirectX.TabIndex = 6;
this.radioButtonVideoPlayerManagedDirectX.TabStop = true;
this.radioButtonVideoPlayerManagedDirectX.Text = "Managed DirectX";
@ -1073,6 +1073,35 @@
this.tabPageWaveForm.Text = "Wave form";
this.tabPageWaveForm.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.buttonWaveFormsFolderEmpty);
this.groupBox1.Controls.Add(this.labelWaveFormsFolderInfo);
this.groupBox1.Location = new System.Drawing.Point(6, 216);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(786, 157);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
//
// buttonWaveFormsFolderEmpty
//
this.buttonWaveFormsFolderEmpty.Location = new System.Drawing.Point(10, 37);
this.buttonWaveFormsFolderEmpty.Name = "buttonWaveFormsFolderEmpty";
this.buttonWaveFormsFolderEmpty.Size = new System.Drawing.Size(188, 23);
this.buttonWaveFormsFolderEmpty.TabIndex = 1;
this.buttonWaveFormsFolderEmpty.Text = "Empty \'WaveForms\' folder";
this.buttonWaveFormsFolderEmpty.UseVisualStyleBackColor = true;
this.buttonWaveFormsFolderEmpty.Click += new System.EventHandler(this.buttonWaveFormsFolderEmpty_Click);
//
// labelWaveFormsFolderInfo
//
this.labelWaveFormsFolderInfo.AutoSize = true;
this.labelWaveFormsFolderInfo.Location = new System.Drawing.Point(7, 20);
this.labelWaveFormsFolderInfo.Name = "labelWaveFormsFolderInfo";
this.labelWaveFormsFolderInfo.Size = new System.Drawing.Size(207, 13);
this.labelWaveFormsFolderInfo.TabIndex = 0;
this.labelWaveFormsFolderInfo.Text = "\'WaveForms\' folder contains x files (x mb)";
//
// groupBoxWaveFormAppearence
//
this.groupBoxWaveFormAppearence.Controls.Add(this.panelWaveFormTextColor);
@ -1221,7 +1250,7 @@
this.checkBoxSpellCheckAutoChangeNames.AutoSize = true;
this.checkBoxSpellCheckAutoChangeNames.Location = new System.Drawing.Point(15, 20);
this.checkBoxSpellCheckAutoChangeNames.Name = "checkBoxSpellCheckAutoChangeNames";
this.checkBoxSpellCheckAutoChangeNames.Size = new System.Drawing.Size(209, 17);
this.checkBoxSpellCheckAutoChangeNames.Size = new System.Drawing.Size(216, 17);
this.checkBoxSpellCheckAutoChangeNames.TabIndex = 0;
this.checkBoxSpellCheckAutoChangeNames.Text = "Auto fix names where only casing differ";
this.checkBoxSpellCheckAutoChangeNames.UseVisualStyleBackColor = true;
@ -1260,7 +1289,7 @@
this.textBoxMusicSymbolsToReplace.Location = new System.Drawing.Point(483, 46);
this.textBoxMusicSymbolsToReplace.MaxLength = 100;
this.textBoxMusicSymbolsToReplace.Name = "textBoxMusicSymbolsToReplace";
this.textBoxMusicSymbolsToReplace.Size = new System.Drawing.Size(274, 20);
this.textBoxMusicSymbolsToReplace.Size = new System.Drawing.Size(274, 21);
this.textBoxMusicSymbolsToReplace.TabIndex = 35;
//
// labelToolsMusicSymbolsToReplace
@ -1268,7 +1297,7 @@
this.labelToolsMusicSymbolsToReplace.AutoSize = true;
this.labelToolsMusicSymbolsToReplace.Location = new System.Drawing.Point(480, 30);
this.labelToolsMusicSymbolsToReplace.Name = "labelToolsMusicSymbolsToReplace";
this.labelToolsMusicSymbolsToReplace.Size = new System.Drawing.Size(221, 13);
this.labelToolsMusicSymbolsToReplace.Size = new System.Drawing.Size(225, 13);
this.labelToolsMusicSymbolsToReplace.TabIndex = 34;
this.labelToolsMusicSymbolsToReplace.Text = "Music symbols to replace (separate by space)";
//
@ -1277,7 +1306,7 @@
this.labelToolsMusicSymbol.AutoSize = true;
this.labelToolsMusicSymbol.Location = new System.Drawing.Point(480, 79);
this.labelToolsMusicSymbol.Name = "labelToolsMusicSymbol";
this.labelToolsMusicSymbol.Size = new System.Drawing.Size(70, 13);
this.labelToolsMusicSymbol.Size = new System.Drawing.Size(69, 13);
this.labelToolsMusicSymbol.TabIndex = 32;
this.labelToolsMusicSymbol.Text = "Music symbol";
//
@ -1286,7 +1315,7 @@
this.labelMergeShortLines.AutoSize = true;
this.labelMergeShortLines.Location = new System.Drawing.Point(12, 30);
this.labelMergeShortLines.Name = "labelMergeShortLines";
this.labelMergeShortLines.Size = new System.Drawing.Size(120, 13);
this.labelMergeShortLines.Size = new System.Drawing.Size(124, 13);
this.labelMergeShortLines.TabIndex = 31;
this.labelMergeShortLines.Text = "Merge lines shorter than";
//
@ -1384,7 +1413,7 @@
this.labelToolsStartScene.AutoSize = true;
this.labelToolsStartScene.Location = new System.Drawing.Point(13, 52);
this.labelToolsStartScene.Name = "labelToolsStartScene";
this.labelToolsStartScene.Size = new System.Drawing.Size(122, 13);
this.labelToolsStartScene.Size = new System.Drawing.Size(125, 13);
this.labelToolsStartScene.TabIndex = 27;
this.labelToolsStartScene.Text = "Start scene paragraph is";
//
@ -1421,7 +1450,7 @@
this.labelVerifyButton.AutoSize = true;
this.labelVerifyButton.Location = new System.Drawing.Point(13, 25);
this.labelVerifyButton.Name = "labelVerifyButton";
this.labelVerifyButton.Size = new System.Drawing.Size(151, 13);
this.labelVerifyButton.Size = new System.Drawing.Size(147, 13);
this.labelVerifyButton.TabIndex = 3;
this.labelVerifyButton.Text = "Play X seconds and back, X is";
//
@ -1469,7 +1498,7 @@
//
this.textBoxOcrFixValue.Location = new System.Drawing.Point(82, 208);
this.textBoxOcrFixValue.Name = "textBoxOcrFixValue";
this.textBoxOcrFixValue.Size = new System.Drawing.Size(74, 20);
this.textBoxOcrFixValue.Size = new System.Drawing.Size(74, 21);
this.textBoxOcrFixValue.TabIndex = 45;
this.textBoxOcrFixValue.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxOcrFixValueKeyDown);
//
@ -1498,7 +1527,7 @@
//
this.textBoxOcrFixKey.Location = new System.Drawing.Point(6, 208);
this.textBoxOcrFixKey.Name = "textBoxOcrFixKey";
this.textBoxOcrFixKey.Size = new System.Drawing.Size(74, 20);
this.textBoxOcrFixKey.Size = new System.Drawing.Size(74, 21);
this.textBoxOcrFixKey.TabIndex = 44;
//
// buttonAddOcrFix
@ -1549,7 +1578,7 @@
//
this.textBoxUserWord.Location = new System.Drawing.Point(3, 209);
this.textBoxUserWord.Name = "textBoxUserWord";
this.textBoxUserWord.Size = new System.Drawing.Size(147, 20);
this.textBoxUserWord.Size = new System.Drawing.Size(147, 21);
this.textBoxUserWord.TabIndex = 34;
this.textBoxUserWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxUserWordKeyDown);
//
@ -1579,7 +1608,7 @@
this.checkBoxNamesEtcOnline.AutoSize = true;
this.checkBoxNamesEtcOnline.Location = new System.Drawing.Point(7, 22);
this.checkBoxNamesEtcOnline.Name = "checkBoxNamesEtcOnline";
this.checkBoxNamesEtcOnline.Size = new System.Drawing.Size(162, 17);
this.checkBoxNamesEtcOnline.Size = new System.Drawing.Size(163, 17);
this.checkBoxNamesEtcOnline.TabIndex = 26;
this.checkBoxNamesEtcOnline.Text = "Use online names etc xml file";
this.checkBoxNamesEtcOnline.UseVisualStyleBackColor = true;
@ -1588,7 +1617,7 @@
//
this.textBoxNamesEtcOnline.Location = new System.Drawing.Point(6, 45);
this.textBoxNamesEtcOnline.Name = "textBoxNamesEtcOnline";
this.textBoxNamesEtcOnline.Size = new System.Drawing.Size(235, 20);
this.textBoxNamesEtcOnline.Size = new System.Drawing.Size(235, 21);
this.textBoxNamesEtcOnline.TabIndex = 28;
this.textBoxNamesEtcOnline.Text = "http://www.nikse.dk/se/Names_Etc.xml";
//
@ -1630,7 +1659,7 @@
//
this.textBoxNameEtc.Location = new System.Drawing.Point(3, 212);
this.textBoxNameEtc.Name = "textBoxNameEtc";
this.textBoxNameEtc.Size = new System.Drawing.Size(151, 20);
this.textBoxNameEtc.Size = new System.Drawing.Size(151, 21);
this.textBoxNameEtc.TabIndex = 24;
this.textBoxNameEtc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxNameEtcKeyDown);
//
@ -1649,7 +1678,7 @@
this.labelWordListLanguage.AutoSize = true;
this.labelWordListLanguage.Location = new System.Drawing.Point(6, 19);
this.labelWordListLanguage.Name = "labelWordListLanguage";
this.labelWordListLanguage.Size = new System.Drawing.Size(55, 13);
this.labelWordListLanguage.Size = new System.Drawing.Size(54, 13);
this.labelWordListLanguage.TabIndex = 1;
this.labelWordListLanguage.Text = "Language";
//
@ -1690,7 +1719,7 @@
// labelSSAExample
//
this.labelSSAExample.BackColor = System.Drawing.Color.Black;
this.labelSSAExample.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelSSAExample.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelSSAExample.ForeColor = System.Drawing.Color.White;
this.labelSSAExample.Location = new System.Drawing.Point(23, 152);
this.labelSSAExample.Name = "labelSSAExample";
@ -1713,7 +1742,7 @@
this.labelExampleColon.AutoSize = true;
this.labelExampleColon.Location = new System.Drawing.Point(25, 137);
this.labelExampleColon.Name = "labelExampleColon";
this.labelExampleColon.Size = new System.Drawing.Size(50, 13);
this.labelExampleColon.Size = new System.Drawing.Size(51, 13);
this.labelExampleColon.TabIndex = 2;
this.labelExampleColon.Text = "Example:";
//
@ -1779,7 +1808,7 @@
//
this.textBoxProxyDomain.Location = new System.Drawing.Point(106, 71);
this.textBoxProxyDomain.Name = "textBoxProxyDomain";
this.textBoxProxyDomain.Size = new System.Drawing.Size(192, 20);
this.textBoxProxyDomain.Size = new System.Drawing.Size(192, 21);
this.textBoxProxyDomain.TabIndex = 30;
//
// labelProxyDomain
@ -1787,7 +1816,7 @@
this.labelProxyDomain.AutoSize = true;
this.labelProxyDomain.Location = new System.Drawing.Point(12, 74);
this.labelProxyDomain.Name = "labelProxyDomain";
this.labelProxyDomain.Size = new System.Drawing.Size(43, 13);
this.labelProxyDomain.Size = new System.Drawing.Size(42, 13);
this.labelProxyDomain.TabIndex = 29;
this.labelProxyDomain.Text = "Domain";
//
@ -1795,7 +1824,7 @@
//
this.textBoxProxyUserName.Location = new System.Drawing.Point(106, 19);
this.textBoxProxyUserName.Name = "textBoxProxyUserName";
this.textBoxProxyUserName.Size = new System.Drawing.Size(192, 20);
this.textBoxProxyUserName.Size = new System.Drawing.Size(192, 21);
this.textBoxProxyUserName.TabIndex = 22;
//
// labelProxyPassword
@ -1820,7 +1849,7 @@
//
this.textBoxProxyPassword.Location = new System.Drawing.Point(106, 45);
this.textBoxProxyPassword.Name = "textBoxProxyPassword";
this.textBoxProxyPassword.Size = new System.Drawing.Size(192, 20);
this.textBoxProxyPassword.Size = new System.Drawing.Size(192, 21);
this.textBoxProxyPassword.TabIndex = 24;
this.textBoxProxyPassword.UseSystemPasswordChar = true;
//
@ -1828,7 +1857,7 @@
//
this.textBoxProxyAddress.Location = new System.Drawing.Point(134, 34);
this.textBoxProxyAddress.Name = "textBoxProxyAddress";
this.textBoxProxyAddress.Size = new System.Drawing.Size(192, 20);
this.textBoxProxyAddress.Size = new System.Drawing.Size(192, 21);
this.textBoxProxyAddress.TabIndex = 20;
//
// labelProxyAddress
@ -1836,7 +1865,7 @@
this.labelProxyAddress.AutoSize = true;
this.labelProxyAddress.Location = new System.Drawing.Point(25, 34);
this.labelProxyAddress.Name = "labelProxyAddress";
this.labelProxyAddress.Size = new System.Drawing.Size(73, 13);
this.labelProxyAddress.Size = new System.Drawing.Size(76, 13);
this.labelProxyAddress.TabIndex = 3;
this.labelProxyAddress.Text = "Proxy address";
//
@ -1845,39 +1874,10 @@
this.labelStatus.AutoSize = true;
this.labelStatus.Location = new System.Drawing.Point(12, 432);
this.labelStatus.Name = "labelStatus";
this.labelStatus.Size = new System.Drawing.Size(59, 13);
this.labelStatus.Size = new System.Drawing.Size(60, 13);
this.labelStatus.TabIndex = 3;
this.labelStatus.Text = "labelStatus";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.buttonWaveFormsFolderEmpty);
this.groupBox1.Controls.Add(this.labelWaveFormsFolderInfo);
this.groupBox1.Location = new System.Drawing.Point(6, 216);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(786, 157);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
//
// labelWaveFormsFolderInfo
//
this.labelWaveFormsFolderInfo.AutoSize = true;
this.labelWaveFormsFolderInfo.Location = new System.Drawing.Point(7, 20);
this.labelWaveFormsFolderInfo.Name = "labelWaveFormsFolderInfo";
this.labelWaveFormsFolderInfo.Size = new System.Drawing.Size(200, 13);
this.labelWaveFormsFolderInfo.TabIndex = 0;
this.labelWaveFormsFolderInfo.Text = "\'WaveForms\' folder contains x files (x mb)";
//
// buttonWaveFormsFolderEmpty
//
this.buttonWaveFormsFolderEmpty.Location = new System.Drawing.Point(10, 37);
this.buttonWaveFormsFolderEmpty.Name = "buttonWaveFormsFolderEmpty";
this.buttonWaveFormsFolderEmpty.Size = new System.Drawing.Size(188, 23);
this.buttonWaveFormsFolderEmpty.TabIndex = 1;
this.buttonWaveFormsFolderEmpty.Text = "Empty \'WaveForms\' folder";
this.buttonWaveFormsFolderEmpty.UseVisualStyleBackColor = true;
this.buttonWaveFormsFolderEmpty.Click += new System.EventHandler(this.buttonWaveFormsFolderEmpty_Click);
//
// Settings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -1887,6 +1887,7 @@
this.Controls.Add(this.tabControlSettings);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonOK);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.MaximizeBox = false;
@ -1918,6 +1919,8 @@
this.groupBoxVideoEngine.ResumeLayout(false);
this.groupBoxVideoEngine.PerformLayout();
this.tabPageWaveForm.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBoxWaveFormAppearence.ResumeLayout(false);
this.groupBoxWaveFormAppearence.PerformLayout();
this.tabPageTools.ResumeLayout(false);
@ -1946,8 +1949,6 @@
this.groupBoxProxySettings.PerformLayout();
this.groupBoxProxyAuthentication.ResumeLayout(false);
this.groupBoxProxyAuthentication.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();

View File

@ -49,7 +49,7 @@ namespace Nikse.SubtitleEdit.Forms
this.labelHoursMinSecsMilliSecs.AutoSize = true;
this.labelHoursMinSecsMilliSecs.Location = new System.Drawing.Point(11, 383);
this.labelHoursMinSecsMilliSecs.Name = "labelHoursMinSecsMilliSecs";
this.labelHoursMinSecsMilliSecs.Size = new System.Drawing.Size(107, 13);
this.labelHoursMinSecsMilliSecs.Size = new System.Drawing.Size(108, 13);
this.labelHoursMinSecsMilliSecs.TabIndex = 18;
this.labelHoursMinSecsMilliSecs.Text = "Hours:min:sec.msecs";
//
@ -116,14 +116,14 @@ namespace Nikse.SubtitleEdit.Forms
this.labelTotalAdjustment.AutoSize = true;
this.labelTotalAdjustment.Location = new System.Drawing.Point(11, 348);
this.labelTotalAdjustment.Name = "labelTotalAdjustment";
this.labelTotalAdjustment.Size = new System.Drawing.Size(105, 13);
this.labelTotalAdjustment.Size = new System.Drawing.Size(108, 13);
this.labelTotalAdjustment.TabIndex = 38;
this.labelTotalAdjustment.Text = "labelTotalAdjustment";
//
// labelSubtitle
//
this.labelSubtitle.BackColor = System.Drawing.Color.Black;
this.labelSubtitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelSubtitle.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelSubtitle.ForeColor = System.Drawing.Color.White;
this.labelSubtitle.Location = new System.Drawing.Point(387, 582);
this.labelSubtitle.Name = "labelSubtitle";
@ -155,7 +155,7 @@ namespace Nikse.SubtitleEdit.Forms
this.timeUpDownAdjust.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.timeUpDownAdjust.Location = new System.Drawing.Point(12, 399);
this.timeUpDownAdjust.Name = "timeUpDownAdjust";
this.timeUpDownAdjust.Size = new System.Drawing.Size(89, 24);
this.timeUpDownAdjust.Size = new System.Drawing.Size(89, 25);
this.timeUpDownAdjust.TabIndex = 21;
//
// ShowEarlierLater
@ -173,6 +173,7 @@ namespace Nikse.SubtitleEdit.Forms
this.Controls.Add(this.labelHoursMinSecsMilliSecs);
this.Controls.Add(this.buttonShowLater);
this.Controls.Add(this.buttonShowEarlier);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.MaximizeBox = false;

View File

@ -90,7 +90,7 @@
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 18);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(170, 13);
this.label1.Size = new System.Drawing.Size(171, 13);
this.label1.TabIndex = 10;
this.label1.Text = "Select time/description for rollback";
//
@ -129,6 +129,7 @@
this.Controls.Add(this.buttonRollback);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.listViewHistory);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.MaximizeBox = false;

View File

@ -95,7 +95,7 @@
this.labelLanguage.AutoSize = true;
this.labelLanguage.Location = new System.Drawing.Point(314, 14);
this.labelLanguage.Name = "labelLanguage";
this.labelLanguage.Size = new System.Drawing.Size(55, 13);
this.labelLanguage.Size = new System.Drawing.Size(54, 13);
this.labelLanguage.TabIndex = 3;
this.labelLanguage.Text = "Language";
//
@ -139,7 +139,7 @@
this.labelFullText.AutoSize = true;
this.labelFullText.Location = new System.Drawing.Point(8, 17);
this.labelFullText.Name = "labelFullText";
this.labelFullText.Size = new System.Drawing.Size(43, 13);
this.labelFullText.Size = new System.Drawing.Size(46, 13);
this.labelFullText.TabIndex = 7;
this.labelFullText.Text = "Full text";
//
@ -147,7 +147,7 @@
//
this.textBoxWord.Location = new System.Drawing.Point(23, 19);
this.textBoxWord.Name = "textBoxWord";
this.textBoxWord.Size = new System.Drawing.Size(237, 20);
this.textBoxWord.Size = new System.Drawing.Size(237, 21);
this.textBoxWord.TabIndex = 1;
//
// buttonAbort
@ -254,7 +254,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(209, 17);
this.checkBoxAutoChangeNames.Size = new System.Drawing.Size(216, 17);
this.checkBoxAutoChangeNames.TabIndex = 12;
this.checkBoxAutoChangeNames.Text = "Auto fix names where only casing differ";
this.checkBoxAutoChangeNames.UseVisualStyleBackColor = true;
@ -304,7 +304,7 @@
//
// textBoxWholeText
//
this.textBoxWholeText.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxWholeText.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxWholeText.Location = new System.Drawing.Point(6, 19);
this.textBoxWholeText.Multiline = true;
this.textBoxWholeText.Name = "textBoxWholeText";
@ -325,6 +325,7 @@
this.Controls.Add(this.comboBoxDictionaries);
this.Controls.Add(this.groupBoxWordNotFound);
this.Controls.Add(this.groupBoxEditWholeText);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.MaximizeBox = false;

View File

@ -76,7 +76,7 @@
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(39, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(206, 13);
this.label1.Size = new System.Drawing.Size(217, 13);
this.label1.TabIndex = 19;
this.label1.Text = "Enter length of first part of video or browse";
//
@ -85,7 +85,7 @@
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(39, 45);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(146, 13);
this.label2.Size = new System.Drawing.Size(152, 13);
this.label2.TabIndex = 20;
this.label2.Text = "and get length from video file:";
//
@ -98,7 +98,7 @@
this.labelHoursMinSecsMilliSecs.AutoSize = true;
this.labelHoursMinSecsMilliSecs.Location = new System.Drawing.Point(82, 88);
this.labelHoursMinSecsMilliSecs.Name = "labelHoursMinSecsMilliSecs";
this.labelHoursMinSecsMilliSecs.Size = new System.Drawing.Size(107, 13);
this.labelHoursMinSecsMilliSecs.Size = new System.Drawing.Size(108, 13);
this.labelHoursMinSecsMilliSecs.TabIndex = 22;
this.labelHoursMinSecsMilliSecs.Text = "Hours:min:sec.msecs";
//
@ -108,9 +108,8 @@
this.splitTimeUpDownAdjust.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.splitTimeUpDownAdjust.Location = new System.Drawing.Point(83, 102);
this.splitTimeUpDownAdjust.Name = "splitTimeUpDownAdjust";
this.splitTimeUpDownAdjust.Size = new System.Drawing.Size(89, 24);
this.splitTimeUpDownAdjust.Size = new System.Drawing.Size(89, 25);
this.splitTimeUpDownAdjust.TabIndex = 21;
this.splitTimeUpDownAdjust.TimeCode = null;
//
// SplitSubtitle
//
@ -124,6 +123,7 @@
this.Controls.Add(this.buttonDone);
this.Controls.Add(this.buttonSplit);
this.Controls.Add(this.buttonGetFrameRate);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.MaximizeBox = false;

View File

@ -39,7 +39,7 @@
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(24, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(93, 13);
this.label1.Size = new System.Drawing.Size(99, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Start from number:";
//
@ -47,7 +47,7 @@
//
this.textBox1.Location = new System.Drawing.Point(27, 41);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(104, 20);
this.textBox1.Size = new System.Drawing.Size(104, 21);
this.textBox1.TabIndex = 0;
this.textBox1.Text = "1";
this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBox1KeyDown);
@ -72,7 +72,7 @@
this.buttonOK.UseVisualStyleBackColor = true;
this.buttonOK.Click += new System.EventHandler(this.ButtonOkClick);
//
// FormStartNumberingFrom
// StartNumberingFrom
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
@ -81,11 +81,12 @@
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label1);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormStartNumberingFrom";
this.Name = "StartNumberingFrom";
this.Text = "Start numbering from...";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormStartNumberingFrom_KeyDown);
this.ResumeLayout(false);

View File

@ -34,10 +34,10 @@
this.labelSyncHelp = 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.buttonApplySync = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.buttonOK = new System.Windows.Forms.Button();
this.SubtitleListview1 = new Nikse.SubtitleEdit.Controls.SubtitleListView();
this.groupBoxImportResult.SuspendLayout();
this.SuspendLayout();
//
@ -74,7 +74,7 @@
this.labelNoOfSyncPoints.AutoSize = true;
this.labelNoOfSyncPoints.Location = new System.Drawing.Point(653, 225);
this.labelNoOfSyncPoints.Name = "labelNoOfSyncPoints";
this.labelNoOfSyncPoints.Size = new System.Drawing.Size(74, 13);
this.labelNoOfSyncPoints.Size = new System.Drawing.Size(75, 13);
this.labelNoOfSyncPoints.TabIndex = 16;
this.labelNoOfSyncPoints.Text = "Sync points: 0";
//
@ -84,7 +84,7 @@
this.labelSyncHelp.AutoSize = true;
this.labelSyncHelp.Location = new System.Drawing.Point(6, 376);
this.labelSyncHelp.Name = "labelSyncHelp";
this.labelSyncHelp.Size = new System.Drawing.Size(277, 13);
this.labelSyncHelp.Size = new System.Drawing.Size(284, 13);
this.labelSyncHelp.TabIndex = 17;
this.labelSyncHelp.Text = "Set at least two sync points to make rough syncronization";
//
@ -110,6 +110,25 @@
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.FirstVisibleIndex = -1;
this.SubtitleListview1.FullRowSelect = true;
this.SubtitleListview1.GridLines = true;
this.SubtitleListview1.HideSelection = false;
this.SubtitleListview1.Location = new System.Drawing.Point(6, 19);
this.SubtitleListview1.MultiSelect = false;
this.SubtitleListview1.Name = "SubtitleListview1";
this.SubtitleListview1.Size = new System.Drawing.Size(641, 354);
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);
//
// buttonApplySync
//
this.buttonApplySync.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
@ -146,25 +165,6 @@
this.buttonOK.UseVisualStyleBackColor = true;
this.buttonOK.Click += new System.EventHandler(this.buttonOK_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.FirstVisibleIndex = -1;
this.SubtitleListview1.FullRowSelect = true;
this.SubtitleListview1.GridLines = true;
this.SubtitleListview1.HideSelection = false;
this.SubtitleListview1.Location = new System.Drawing.Point(6, 19);
this.SubtitleListview1.MultiSelect = false;
this.SubtitleListview1.Name = "SubtitleListview1";
this.SubtitleListview1.Size = new System.Drawing.Size(641, 354);
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);
@ -174,6 +174,7 @@
this.Controls.Add(this.buttonOK);
this.Controls.Add(this.buttonApplySync);
this.Controls.Add(this.groupBoxImportResult);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;

View File

@ -38,7 +38,7 @@
this.labelTitle.AutoSize = true;
this.labelTitle.Location = new System.Drawing.Point(15, 25);
this.labelTitle.Name = "labelTitle";
this.labelTitle.Size = new System.Drawing.Size(112, 13);
this.labelTitle.Size = new System.Drawing.Size(114, 13);
this.labelTitle.TabIndex = 0;
this.labelTitle.Text = "Unknown subtitle type";
//
@ -76,6 +76,7 @@
this.Controls.Add(this.richTextBoxMessage);
this.Controls.Add(this.buttonOK);
this.Controls.Add(this.labelTitle);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.MaximizeBox = false;

View File

@ -94,6 +94,7 @@
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.richTextBoxMessage);
this.Controls.Add(this.groupBox1);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;

View File

@ -34,6 +34,7 @@ namespace Nikse.SubtitleEdit.Forms
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.buttonOK = new System.Windows.Forms.Button();
this.groupBoxStartScene = new System.Windows.Forms.GroupBox();
this.MediaPlayerStart = new Nikse.SubtitleEdit.Controls.VideoPlayerContainer();
this.labelStartSubtitle = new System.Windows.Forms.Label();
this.panelControlsStart = new System.Windows.Forms.Panel();
this.buttonStartVerify = new System.Windows.Forms.Button();
@ -43,6 +44,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonStartHalfASecondBack = new System.Windows.Forms.Button();
this.comboBoxStartTexts = new System.Windows.Forms.ComboBox();
this.groupBoxEndScene = new System.Windows.Forms.GroupBox();
this.MediaPlayerEnd = new Nikse.SubtitleEdit.Controls.VideoPlayerContainer();
this.labelEndSubtitle = new System.Windows.Forms.Label();
this.panelControlsEnd = new System.Windows.Forms.Panel();
this.buttonEndVerify = new System.Windows.Forms.Button();
@ -58,8 +60,6 @@ namespace Nikse.SubtitleEdit.Forms
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.labelTip = new System.Windows.Forms.Label();
this.MediaPlayerEnd = new Nikse.SubtitleEdit.Controls.VideoPlayerContainer();
this.MediaPlayerStart = new Nikse.SubtitleEdit.Controls.VideoPlayerContainer();
this.groupBoxStartScene.SuspendLayout();
this.panelControlsStart.SuspendLayout();
this.groupBoxEndScene.SuspendLayout();
@ -106,11 +106,24 @@ namespace Nikse.SubtitleEdit.Forms
this.groupBoxStartScene.Text = "Start scene";
this.groupBoxStartScene.Enter += new System.EventHandler(this.GroupBoxStartSceneEnter);
//
// MediaPlayerStart
//
this.MediaPlayerStart.BackColor = System.Drawing.Color.Black;
this.MediaPlayerStart.CurrentPosition = 0D;
this.MediaPlayerStart.Location = new System.Drawing.Point(6, 34);
this.MediaPlayerStart.Name = "MediaPlayerStart";
this.MediaPlayerStart.ShowStopButton = true;
this.MediaPlayerStart.Size = new System.Drawing.Size(438, 263);
this.MediaPlayerStart.TabIndex = 13;
this.MediaPlayerStart.VideoPlayer = null;
this.MediaPlayerStart.Volume = 0D;
this.MediaPlayerStart.OnButtonClicked += new System.EventHandler(this.MediaPlayerStart_OnButtonClicked);
//
// labelStartSubtitle
//
this.labelStartSubtitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.labelStartSubtitle.BackColor = System.Drawing.Color.Black;
this.labelStartSubtitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelStartSubtitle.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelStartSubtitle.ForeColor = System.Drawing.Color.White;
this.labelStartSubtitle.Location = new System.Drawing.Point(6, 296);
this.labelStartSubtitle.Name = "labelStartSubtitle";
@ -206,11 +219,24 @@ namespace Nikse.SubtitleEdit.Forms
this.groupBoxEndScene.Text = "End scene";
this.groupBoxEndScene.Enter += new System.EventHandler(this.GroupBoxEndSceneEnter);
//
// MediaPlayerEnd
//
this.MediaPlayerEnd.BackColor = System.Drawing.Color.Black;
this.MediaPlayerEnd.CurrentPosition = 0D;
this.MediaPlayerEnd.Location = new System.Drawing.Point(6, 34);
this.MediaPlayerEnd.Name = "MediaPlayerEnd";
this.MediaPlayerEnd.ShowStopButton = true;
this.MediaPlayerEnd.Size = new System.Drawing.Size(438, 263);
this.MediaPlayerEnd.TabIndex = 14;
this.MediaPlayerEnd.VideoPlayer = null;
this.MediaPlayerEnd.Volume = 0D;
this.MediaPlayerEnd.OnButtonClicked += new System.EventHandler(this.MediaPlayerEnd_OnButtonClicked);
//
// labelEndSubtitle
//
this.labelEndSubtitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.labelEndSubtitle.BackColor = System.Drawing.Color.Black;
this.labelEndSubtitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelEndSubtitle.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelEndSubtitle.ForeColor = System.Drawing.Color.White;
this.labelEndSubtitle.Location = new System.Drawing.Point(6, 296);
this.labelEndSubtitle.Name = "labelEndSubtitle";
@ -309,7 +335,7 @@ namespace Nikse.SubtitleEdit.Forms
this.labelVideoInfo.AutoSize = true;
this.labelVideoInfo.Location = new System.Drawing.Point(6, 16);
this.labelVideoInfo.Name = "labelVideoInfo";
this.labelVideoInfo.Size = new System.Drawing.Size(85, 13);
this.labelVideoInfo.Size = new System.Drawing.Size(84, 13);
this.labelVideoInfo.TabIndex = 13;
this.labelVideoInfo.Text = "No video loaded";
//
@ -328,7 +354,7 @@ namespace Nikse.SubtitleEdit.Forms
// buttonSync
//
this.buttonSync.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.buttonSync.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonSync.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonSync.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.buttonSync.Location = new System.Drawing.Point(395, 482);
this.buttonSync.Name = "buttonSync";
@ -349,36 +375,10 @@ namespace Nikse.SubtitleEdit.Forms
this.labelTip.ForeColor = System.Drawing.Color.Silver;
this.labelTip.Location = new System.Drawing.Point(12, 474);
this.labelTip.Name = "labelTip";
this.labelTip.Size = new System.Drawing.Size(320, 13);
this.labelTip.Size = new System.Drawing.Size(332, 13);
this.labelTip.TabIndex = 15;
this.labelTip.Text = "Tip: Use <ctrl+arrow left/right> keys to move 100 ms back/forward";
//
// MediaPlayerEnd
//
this.MediaPlayerEnd.BackColor = System.Drawing.Color.Black;
this.MediaPlayerEnd.CurrentPosition = 0D;
this.MediaPlayerEnd.Location = new System.Drawing.Point(6, 34);
this.MediaPlayerEnd.Name = "MediaPlayerEnd";
this.MediaPlayerEnd.ShowStopButton = true;
this.MediaPlayerEnd.Size = new System.Drawing.Size(438, 263);
this.MediaPlayerEnd.TabIndex = 14;
this.MediaPlayerEnd.VideoPlayer = null;
this.MediaPlayerEnd.Volume = 0D;
this.MediaPlayerEnd.OnButtonClicked += new System.EventHandler(this.MediaPlayerEnd_OnButtonClicked);
//
// MediaPlayerStart
//
this.MediaPlayerStart.BackColor = System.Drawing.Color.Black;
this.MediaPlayerStart.CurrentPosition = 0D;
this.MediaPlayerStart.Location = new System.Drawing.Point(6, 34);
this.MediaPlayerStart.Name = "MediaPlayerStart";
this.MediaPlayerStart.ShowStopButton = true;
this.MediaPlayerStart.Size = new System.Drawing.Size(438, 263);
this.MediaPlayerStart.TabIndex = 13;
this.MediaPlayerStart.VideoPlayer = null;
this.MediaPlayerStart.Volume = 0D;
this.MediaPlayerStart.OnButtonClicked += new System.EventHandler(this.MediaPlayerStart_OnButtonClicked);
//
// VisualSync
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -392,6 +392,7 @@ namespace Nikse.SubtitleEdit.Forms
this.Controls.Add(this.groupBoxStartScene);
this.Controls.Add(this.buttonOK);
this.Controls.Add(this.buttonOpenMovie);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.KeyPreview = true;
this.MinimumSize = new System.Drawing.Size(935, 540);
this.Name = "VisualSync";

View File

@ -95,7 +95,7 @@
this.labelChooseCharacters.AutoSize = true;
this.labelChooseCharacters.Location = new System.Drawing.Point(12, 19);
this.labelChooseCharacters.Name = "labelChooseCharacters";
this.labelChooseCharacters.Size = new System.Drawing.Size(102, 13);
this.labelChooseCharacters.Size = new System.Drawing.Size(105, 13);
this.labelChooseCharacters.TabIndex = 18;
this.labelChooseCharacters.Text = "Choose character(s)";
//
@ -104,7 +104,7 @@
this.labelImageCompareFiles.AutoSize = true;
this.labelImageCompareFiles.Location = new System.Drawing.Point(12, 67);
this.labelImageCompareFiles.Name = "labelImageCompareFiles";
this.labelImageCompareFiles.Size = new System.Drawing.Size(101, 13);
this.labelImageCompareFiles.Size = new System.Drawing.Size(103, 13);
this.labelImageCompareFiles.TabIndex = 19;
this.labelImageCompareFiles.Text = "Image compare files";
//
@ -131,7 +131,7 @@
this.checkBoxItalic.AutoSize = true;
this.checkBoxItalic.Location = new System.Drawing.Point(15, 61);
this.checkBoxItalic.Name = "checkBoxItalic";
this.checkBoxItalic.Size = new System.Drawing.Size(58, 17);
this.checkBoxItalic.Size = new System.Drawing.Size(59, 17);
this.checkBoxItalic.TabIndex = 29;
this.checkBoxItalic.Text = "Is &italic";
this.checkBoxItalic.UseVisualStyleBackColor = true;
@ -141,7 +141,7 @@
this.labelDoubleSize.AutoSize = true;
this.labelDoubleSize.Location = new System.Drawing.Point(14, 172);
this.labelDoubleSize.Name = "labelDoubleSize";
this.labelDoubleSize.Size = new System.Drawing.Size(92, 13);
this.labelDoubleSize.Size = new System.Drawing.Size(93, 13);
this.labelDoubleSize.TabIndex = 28;
this.labelDoubleSize.Text = "Image double size";
//
@ -160,7 +160,7 @@
this.labelTextAssociatedWithImage.AutoSize = true;
this.labelTextAssociatedWithImage.Location = new System.Drawing.Point(14, 19);
this.labelTextAssociatedWithImage.Name = "labelTextAssociatedWithImage";
this.labelTextAssociatedWithImage.Size = new System.Drawing.Size(135, 13);
this.labelTextAssociatedWithImage.Size = new System.Drawing.Size(137, 13);
this.labelTextAssociatedWithImage.TabIndex = 26;
this.labelTextAssociatedWithImage.Text = "Text associated with image";
//
@ -188,7 +188,7 @@
//
this.textBoxText.Location = new System.Drawing.Point(14, 35);
this.textBoxText.Name = "textBoxText";
this.textBoxText.Size = new System.Drawing.Size(100, 20);
this.textBoxText.Size = new System.Drawing.Size(100, 21);
this.textBoxText.TabIndex = 23;
//
// pictureBox1
@ -223,6 +223,7 @@
this.Controls.Add(this.buttonOK);
this.Controls.Add(this.listBoxFileNames);
this.Controls.Add(this.comboBoxTexts);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.MaximizeBox = false;

View File

@ -166,7 +166,7 @@ namespace Nikse.SubtitleEdit.Forms
this.labelSubtitleText.AutoSize = true;
this.labelSubtitleText.Location = new System.Drawing.Point(12, 207);
this.labelSubtitleText.Name = "labelSubtitleText";
this.labelSubtitleText.Size = new System.Drawing.Size(62, 13);
this.labelSubtitleText.Size = new System.Drawing.Size(66, 13);
this.labelSubtitleText.TabIndex = 6;
this.labelSubtitleText.Text = "Subtitle text";
//
@ -259,7 +259,7 @@ namespace Nikse.SubtitleEdit.Forms
this.checkBoxUseModiInTesseractForUnknownWords.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxUseModiInTesseractForUnknownWords.Location = new System.Drawing.Point(22, 74);
this.checkBoxUseModiInTesseractForUnknownWords.Name = "checkBoxUseModiInTesseractForUnknownWords";
this.checkBoxUseModiInTesseractForUnknownWords.Size = new System.Drawing.Size(165, 17);
this.checkBoxUseModiInTesseractForUnknownWords.Size = new System.Drawing.Size(167, 17);
this.checkBoxUseModiInTesseractForUnknownWords.TabIndex = 39;
this.checkBoxUseModiInTesseractForUnknownWords.Text = "Try MODI for unknown words";
this.checkBoxUseModiInTesseractForUnknownWords.UseVisualStyleBackColor = true;
@ -269,7 +269,7 @@ namespace Nikse.SubtitleEdit.Forms
this.labelTesseractLanguage.AutoSize = true;
this.labelTesseractLanguage.Location = new System.Drawing.Point(18, 34);
this.labelTesseractLanguage.Name = "labelTesseractLanguage";
this.labelTesseractLanguage.Size = new System.Drawing.Size(55, 13);
this.labelTesseractLanguage.Size = new System.Drawing.Size(54, 13);
this.labelTesseractLanguage.TabIndex = 4;
this.labelTesseractLanguage.Text = "Language";
//
@ -299,7 +299,7 @@ namespace Nikse.SubtitleEdit.Forms
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(18, 36);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(55, 13);
this.label1.Size = new System.Drawing.Size(54, 13);
this.label1.TabIndex = 33;
this.label1.Text = "Language";
//
@ -334,7 +334,7 @@ namespace Nikse.SubtitleEdit.Forms
this.checkBoxRightToLeft.AutoSize = true;
this.checkBoxRightToLeft.Location = new System.Drawing.Point(128, 112);
this.checkBoxRightToLeft.Name = "checkBoxRightToLeft";
this.checkBoxRightToLeft.Size = new System.Drawing.Size(80, 17);
this.checkBoxRightToLeft.Size = new System.Drawing.Size(83, 17);
this.checkBoxRightToLeft.TabIndex = 40;
this.checkBoxRightToLeft.Text = "Right to left";
this.checkBoxRightToLeft.UseVisualStyleBackColor = true;
@ -353,7 +353,7 @@ namespace Nikse.SubtitleEdit.Forms
0,
0});
this.numericUpDownPixelsIsSpace.Name = "numericUpDownPixelsIsSpace";
this.numericUpDownPixelsIsSpace.Size = new System.Drawing.Size(50, 20);
this.numericUpDownPixelsIsSpace.Size = new System.Drawing.Size(50, 21);
this.numericUpDownPixelsIsSpace.TabIndex = 35;
this.numericUpDownPixelsIsSpace.Value = new decimal(new int[] {
1,
@ -395,7 +395,7 @@ namespace Nikse.SubtitleEdit.Forms
this.labelImageDatabase.AutoSize = true;
this.labelImageDatabase.Location = new System.Drawing.Point(41, 33);
this.labelImageDatabase.Name = "labelImageDatabase";
this.labelImageDatabase.Size = new System.Drawing.Size(83, 13);
this.labelImageDatabase.Size = new System.Drawing.Size(85, 13);
this.labelImageDatabase.TabIndex = 30;
this.labelImageDatabase.Text = "Image database";
//
@ -412,7 +412,7 @@ namespace Nikse.SubtitleEdit.Forms
// textBoxCurrentText
//
this.textBoxCurrentText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.textBoxCurrentText.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxCurrentText.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxCurrentText.Location = new System.Drawing.Point(12, 419);
this.textBoxCurrentText.Multiline = true;
this.textBoxCurrentText.Name = "textBoxCurrentText";
@ -439,7 +439,7 @@ namespace Nikse.SubtitleEdit.Forms
this.labelStartFrom.AutoSize = true;
this.labelStartFrom.Location = new System.Drawing.Point(124, 15);
this.labelStartFrom.Name = "labelStartFrom";
this.labelStartFrom.Size = new System.Drawing.Size(121, 13);
this.labelStartFrom.Size = new System.Drawing.Size(127, 13);
this.labelStartFrom.TabIndex = 31;
this.labelStartFrom.Text = "Start OCR from subtitle#";
//
@ -457,7 +457,7 @@ namespace Nikse.SubtitleEdit.Forms
0,
0});
this.numericUpDownStartNumber.Name = "numericUpDownStartNumber";
this.numericUpDownStartNumber.Size = new System.Drawing.Size(64, 20);
this.numericUpDownStartNumber.Size = new System.Drawing.Size(64, 21);
this.numericUpDownStartNumber.TabIndex = 30;
this.numericUpDownStartNumber.Value = new decimal(new int[] {
1,
@ -478,7 +478,7 @@ namespace Nikse.SubtitleEdit.Forms
//
// buttonStartOcr
//
this.buttonStartOcr.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonStartOcr.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonStartOcr.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonStartOcr.Location = new System.Drawing.Point(13, 30);
this.buttonStartOcr.Name = "buttonStartOcr";
@ -514,7 +514,7 @@ namespace Nikse.SubtitleEdit.Forms
this.checkBoxGuessUnknownWords.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxGuessUnknownWords.Location = new System.Drawing.Point(11, 83);
this.checkBoxGuessUnknownWords.Name = "checkBoxGuessUnknownWords";
this.checkBoxGuessUnknownWords.Size = new System.Drawing.Size(162, 17);
this.checkBoxGuessUnknownWords.Size = new System.Drawing.Size(164, 17);
this.checkBoxGuessUnknownWords.TabIndex = 39;
this.checkBoxGuessUnknownWords.Text = "Try to guess unknown words";
this.checkBoxGuessUnknownWords.UseVisualStyleBackColor = true;
@ -549,12 +549,11 @@ namespace Nikse.SubtitleEdit.Forms
this.listBoxLog.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.listBoxLog.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.listBoxLog.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.listBoxLog.FormattingEnabled = true;
this.listBoxLog.ItemHeight = 14;
this.listBoxLog.Location = new System.Drawing.Point(5, 6);
this.listBoxLog.Name = "listBoxLog";
this.listBoxLog.Size = new System.Drawing.Size(244, 144);
this.listBoxLog.Size = new System.Drawing.Size(244, 134);
this.listBoxLog.TabIndex = 39;
this.listBoxLog.SelectedIndexChanged += new System.EventHandler(this.ListBoxLogSelectedIndexChanged);
//
@ -574,12 +573,11 @@ namespace Nikse.SubtitleEdit.Forms
this.listBoxLogSuggestions.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.listBoxLogSuggestions.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.listBoxLogSuggestions.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.listBoxLogSuggestions.FormattingEnabled = true;
this.listBoxLogSuggestions.ItemHeight = 14;
this.listBoxLogSuggestions.Location = new System.Drawing.Point(5, 6);
this.listBoxLogSuggestions.Name = "listBoxLogSuggestions";
this.listBoxLogSuggestions.Size = new System.Drawing.Size(244, 130);
this.listBoxLogSuggestions.Size = new System.Drawing.Size(244, 121);
this.listBoxLogSuggestions.TabIndex = 40;
this.listBoxLogSuggestions.SelectedIndexChanged += new System.EventHandler(this.ListBoxLogSelectedIndexChanged);
//
@ -598,12 +596,11 @@ namespace Nikse.SubtitleEdit.Forms
this.listBoxUnknownWords.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.listBoxUnknownWords.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.listBoxUnknownWords.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.listBoxUnknownWords.FormattingEnabled = true;
this.listBoxUnknownWords.ItemHeight = 14;
this.listBoxUnknownWords.Location = new System.Drawing.Point(5, 6);
this.listBoxUnknownWords.Name = "listBoxUnknownWords";
this.listBoxUnknownWords.Size = new System.Drawing.Size(244, 130);
this.listBoxUnknownWords.Size = new System.Drawing.Size(244, 121);
this.listBoxUnknownWords.TabIndex = 40;
this.listBoxUnknownWords.SelectedIndexChanged += new System.EventHandler(this.ListBoxLogSelectedIndexChanged);
//
@ -612,7 +609,7 @@ namespace Nikse.SubtitleEdit.Forms
this.labelFixesMade.AutoSize = true;
this.labelFixesMade.Location = new System.Drawing.Point(144, 40);
this.labelFixesMade.Name = "labelFixesMade";
this.labelFixesMade.Size = new System.Drawing.Size(96, 13);
this.labelFixesMade.Size = new System.Drawing.Size(98, 13);
this.labelFixesMade.TabIndex = 35;
this.labelFixesMade.Text = "NumberOfOcrFixes";
//
@ -623,7 +620,7 @@ namespace Nikse.SubtitleEdit.Forms
this.checkBoxPromptForUnknownWords.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxPromptForUnknownWords.Location = new System.Drawing.Point(11, 61);
this.checkBoxPromptForUnknownWords.Name = "checkBoxPromptForUnknownWords";
this.checkBoxPromptForUnknownWords.Size = new System.Drawing.Size(246, 17);
this.checkBoxPromptForUnknownWords.Size = new System.Drawing.Size(255, 17);
this.checkBoxPromptForUnknownWords.TabIndex = 38;
this.checkBoxPromptForUnknownWords.Text = "Prompt for unknown words (requires dictionary)";
this.checkBoxPromptForUnknownWords.UseVisualStyleBackColor = true;
@ -635,7 +632,7 @@ namespace Nikse.SubtitleEdit.Forms
this.checkBoxAutoBreakLines.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxAutoBreakLines.Location = new System.Drawing.Point(11, 105);
this.checkBoxAutoBreakLines.Name = "checkBoxAutoBreakLines";
this.checkBoxAutoBreakLines.Size = new System.Drawing.Size(200, 17);
this.checkBoxAutoBreakLines.Size = new System.Drawing.Size(208, 17);
this.checkBoxAutoBreakLines.TabIndex = 37;
this.checkBoxAutoBreakLines.Text = "Auto break subtitle, if line number > 2";
this.checkBoxAutoBreakLines.UseVisualStyleBackColor = true;
@ -656,7 +653,7 @@ namespace Nikse.SubtitleEdit.Forms
this.checkBoxAutoFixCommonErrors.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxAutoFixCommonErrors.Location = new System.Drawing.Point(11, 39);
this.checkBoxAutoFixCommonErrors.Name = "checkBoxAutoFixCommonErrors";
this.checkBoxAutoFixCommonErrors.Size = new System.Drawing.Size(137, 17);
this.checkBoxAutoFixCommonErrors.Size = new System.Drawing.Size(139, 17);
this.checkBoxAutoFixCommonErrors.TabIndex = 34;
this.checkBoxAutoFixCommonErrors.Text = "Fix common OCR errors";
this.checkBoxAutoFixCommonErrors.UseVisualStyleBackColor = true;
@ -682,7 +679,7 @@ namespace Nikse.SubtitleEdit.Forms
this.checkBoxEmphasis2Transparent.AutoSize = true;
this.checkBoxEmphasis2Transparent.Location = new System.Drawing.Point(437, 19);
this.checkBoxEmphasis2Transparent.Name = "checkBoxEmphasis2Transparent";
this.checkBoxEmphasis2Transparent.Size = new System.Drawing.Size(83, 17);
this.checkBoxEmphasis2Transparent.Size = new System.Drawing.Size(85, 17);
this.checkBoxEmphasis2Transparent.TabIndex = 6;
this.checkBoxEmphasis2Transparent.Text = "Transparent";
this.checkBoxEmphasis2Transparent.UseVisualStyleBackColor = true;
@ -693,7 +690,7 @@ namespace Nikse.SubtitleEdit.Forms
this.checkBoxEmphasis1Transparent.AutoSize = true;
this.checkBoxEmphasis1Transparent.Location = new System.Drawing.Point(304, 19);
this.checkBoxEmphasis1Transparent.Name = "checkBoxEmphasis1Transparent";
this.checkBoxEmphasis1Transparent.Size = new System.Drawing.Size(83, 17);
this.checkBoxEmphasis1Transparent.Size = new System.Drawing.Size(85, 17);
this.checkBoxEmphasis1Transparent.TabIndex = 5;
this.checkBoxEmphasis1Transparent.Text = "Transparent";
this.checkBoxEmphasis1Transparent.UseVisualStyleBackColor = true;
@ -704,7 +701,7 @@ namespace Nikse.SubtitleEdit.Forms
this.checkBoxPatternTransparent.AutoSize = true;
this.checkBoxPatternTransparent.Location = new System.Drawing.Point(167, 19);
this.checkBoxPatternTransparent.Name = "checkBoxPatternTransparent";
this.checkBoxPatternTransparent.Size = new System.Drawing.Size(83, 17);
this.checkBoxPatternTransparent.Size = new System.Drawing.Size(85, 17);
this.checkBoxPatternTransparent.TabIndex = 4;
this.checkBoxPatternTransparent.Text = "Transparent";
this.checkBoxPatternTransparent.UseVisualStyleBackColor = true;
@ -771,7 +768,7 @@ namespace Nikse.SubtitleEdit.Forms
this.checkBoxShowOnlyForced.AutoSize = true;
this.checkBoxShowOnlyForced.Location = new System.Drawing.Point(414, 513);
this.checkBoxShowOnlyForced.Name = "checkBoxShowOnlyForced";
this.checkBoxShowOnlyForced.Size = new System.Drawing.Size(149, 17);
this.checkBoxShowOnlyForced.Size = new System.Drawing.Size(152, 17);
this.checkBoxShowOnlyForced.TabIndex = 37;
this.checkBoxShowOnlyForced.Text = "Show only forced subtitles";
this.checkBoxShowOnlyForced.UseVisualStyleBackColor = true;
@ -783,7 +780,7 @@ namespace Nikse.SubtitleEdit.Forms
this.checkBoxUseTimeCodesFromIdx.AutoSize = true;
this.checkBoxUseTimeCodesFromIdx.Location = new System.Drawing.Point(414, 529);
this.checkBoxUseTimeCodesFromIdx.Name = "checkBoxUseTimeCodesFromIdx";
this.checkBoxUseTimeCodesFromIdx.Size = new System.Drawing.Size(183, 17);
this.checkBoxUseTimeCodesFromIdx.Size = new System.Drawing.Size(186, 17);
this.checkBoxUseTimeCodesFromIdx.TabIndex = 38;
this.checkBoxUseTimeCodesFromIdx.Text = "Use lines/time codes from .idx file";
this.checkBoxUseTimeCodesFromIdx.UseVisualStyleBackColor = true;
@ -795,7 +792,7 @@ namespace Nikse.SubtitleEdit.Forms
| System.Windows.Forms.AnchorStyles.Left)));
this.subtitleListView1.ContextMenuStrip = this.contextMenuStripListview;
this.subtitleListView1.FirstVisibleIndex = -1;
this.subtitleListView1.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.subtitleListView1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.subtitleListView1.FullRowSelect = true;
this.subtitleListView1.GridLines = true;
this.subtitleListView1.HideSelection = false;
@ -825,6 +822,7 @@ namespace Nikse.SubtitleEdit.Forms
this.Controls.Add(this.groupBoxOCRControls);
this.Controls.Add(this.subtitleListView1);
this.Controls.Add(this.groupBoxOcrMethod);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;

View File

@ -71,7 +71,7 @@
this.labelSubtitleImage.AutoSize = true;
this.labelSubtitleImage.Location = new System.Drawing.Point(9, 13);
this.labelSubtitleImage.Name = "labelSubtitleImage";
this.labelSubtitleImage.Size = new System.Drawing.Size(73, 13);
this.labelSubtitleImage.Size = new System.Drawing.Size(74, 13);
this.labelSubtitleImage.TabIndex = 13;
this.labelSubtitleImage.Text = "Subtitle image";
//
@ -89,7 +89,7 @@
this.labelCharactersAsText.AutoSize = true;
this.labelCharactersAsText.Location = new System.Drawing.Point(9, 243);
this.labelCharactersAsText.Name = "labelCharactersAsText";
this.labelCharactersAsText.Size = new System.Drawing.Size(98, 13);
this.labelCharactersAsText.Size = new System.Drawing.Size(105, 13);
this.labelCharactersAsText.TabIndex = 17;
this.labelCharactersAsText.Text = "Character(s) as text";
//
@ -97,7 +97,7 @@
//
this.textBoxCharacters.Location = new System.Drawing.Point(12, 259);
this.textBoxCharacters.Name = "textBoxCharacters";
this.textBoxCharacters.Size = new System.Drawing.Size(225, 20);
this.textBoxCharacters.Size = new System.Drawing.Size(225, 21);
this.textBoxCharacters.TabIndex = 0;
this.textBoxCharacters.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxCharactersKeyDown);
//
@ -115,7 +115,7 @@
this.labelCharacters.AutoSize = true;
this.labelCharacters.Location = new System.Drawing.Point(14, 168);
this.labelCharacters.Name = "labelCharacters";
this.labelCharacters.Size = new System.Drawing.Size(64, 13);
this.labelCharacters.Size = new System.Drawing.Size(68, 13);
this.labelCharacters.TabIndex = 19;
this.labelCharacters.Text = "Character(s)";
//
@ -135,7 +135,7 @@
this.checkBoxItalic.AutoSize = true;
this.checkBoxItalic.Location = new System.Drawing.Point(243, 262);
this.checkBoxItalic.Name = "checkBoxItalic";
this.checkBoxItalic.Size = new System.Drawing.Size(48, 17);
this.checkBoxItalic.Size = new System.Drawing.Size(49, 17);
this.checkBoxItalic.TabIndex = 1;
this.checkBoxItalic.Text = "&Italic";
this.checkBoxItalic.UseVisualStyleBackColor = true;
@ -182,6 +182,7 @@
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.labelSubtitleImage);
this.Controls.Add(this.pictureBoxSubtitleImage);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.MaximizeBox = false;

View File

@ -39,7 +39,7 @@
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(194, 13);
this.label1.Size = new System.Drawing.Size(198, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Name of new character database folder";
//
@ -47,7 +47,7 @@
//
this.textBoxFolder.Location = new System.Drawing.Point(15, 33);
this.textBoxFolder.Name = "textBoxFolder";
this.textBoxFolder.Size = new System.Drawing.Size(184, 20);
this.textBoxFolder.Size = new System.Drawing.Size(184, 21);
this.textBoxFolder.TabIndex = 1;
this.textBoxFolder.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxFolderKeyDown);
//
@ -82,6 +82,7 @@
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.textBoxFolder);
this.Controls.Add(this.label1);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.MaximizeBox = false;