Change button height to the default size which is 23 pixels (mostly from 21)

Works better on Linux + in some scaling situations
This commit is contained in:
Nikolaj Olsson 2020-01-01 09:30:11 +01:00
parent 4202b7211d
commit 5fd8a91c8d
125 changed files with 1213 additions and 1117 deletions

View File

@ -43,9 +43,9 @@
// //
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.okButton.Location = new System.Drawing.Point(374, 342); this.okButton.Location = new System.Drawing.Point(381, 337);
this.okButton.Name = "okButton"; this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(83, 21); this.okButton.Size = new System.Drawing.Size(83, 23);
this.okButton.TabIndex = 0; this.okButton.TabIndex = 0;
this.okButton.Text = "&OK"; this.okButton.Text = "&OK";
this.okButton.Click += new System.EventHandler(this.OkButtonClick); this.okButton.Click += new System.EventHandler(this.OkButtonClick);

View File

@ -31,9 +31,9 @@
// //
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(97, 129); this.buttonOK.Location = new System.Drawing.Point(100, 127);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 2; this.buttonOK.TabIndex = 2;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -44,9 +44,9 @@
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(181, 129); this.buttonCancel.Location = new System.Drawing.Point(181, 127);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 3; this.buttonCancel.TabIndex = 3;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;

View File

@ -42,7 +42,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(80, 127); this.buttonOK.Location = new System.Drawing.Point(80, 127);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 4; this.buttonOK.TabIndex = 4;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -55,7 +55,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(161, 127); this.buttonCancel.Location = new System.Drawing.Point(161, 127);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 5; this.buttonCancel.TabIndex = 5;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;

View File

@ -151,7 +151,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(537, 231); this.buttonCancel.Location = new System.Drawing.Point(537, 231);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 21; this.buttonCancel.TabIndex = 21;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -162,7 +162,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(456, 231); this.buttonOK.Location = new System.Drawing.Point(456, 231);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 20; this.buttonOK.TabIndex = 20;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -121,7 +121,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(874, 538); this.buttonCancel.Location = new System.Drawing.Point(874, 538);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 110; this.buttonCancel.TabIndex = 110;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -132,7 +132,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(793, 538); this.buttonOK.Location = new System.Drawing.Point(793, 538);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 100; this.buttonOK.TabIndex = 100;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -45,7 +45,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(518, 442); this.buttonOK.Location = new System.Drawing.Point(518, 442);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 4; this.buttonOK.TabIndex = 4;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -58,7 +58,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(602, 442); this.buttonCancel.Location = new System.Drawing.Point(602, 442);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 5; this.buttonCancel.TabIndex = 5;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;

View File

@ -53,6 +53,7 @@
this.columnHeader7, this.columnHeader7,
this.columnHeader8}); this.columnHeader8});
this.listViewFixes.FullRowSelect = true; this.listViewFixes.FullRowSelect = true;
this.listViewFixes.HideSelection = false;
this.listViewFixes.Location = new System.Drawing.Point(6, 19); this.listViewFixes.Location = new System.Drawing.Point(6, 19);
this.listViewFixes.Name = "listViewFixes"; this.listViewFixes.Name = "listViewFixes";
this.listViewFixes.Size = new System.Drawing.Size(754, 324); this.listViewFixes.Size = new System.Drawing.Size(754, 324);
@ -99,7 +100,7 @@
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.Location = new System.Drawing.Point(606, 425); this.buttonOK.Location = new System.Drawing.Point(606, 425);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 5; this.buttonOK.TabIndex = 5;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -111,7 +112,7 @@
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(687, 425); this.buttonCancel.Location = new System.Drawing.Point(687, 425);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 6; this.buttonCancel.TabIndex = 6;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;

View File

@ -44,6 +44,7 @@
this.ActionCheckBox = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.ActionCheckBox = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.Action = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.Action = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.groupBoxChangeFrameRate = new System.Windows.Forms.GroupBox(); this.groupBoxChangeFrameRate = new System.Windows.Forms.GroupBox();
this.buttonSwapFrameRate = new System.Windows.Forms.Button();
this.comboBoxFrameRateTo = new System.Windows.Forms.ComboBox(); this.comboBoxFrameRateTo = new System.Windows.Forms.ComboBox();
this.labelToFrameRate = new System.Windows.Forms.Label(); this.labelToFrameRate = new System.Windows.Forms.Label();
this.comboBoxFrameRateFrom = new System.Windows.Forms.ComboBox(); this.comboBoxFrameRateFrom = new System.Windows.Forms.ComboBox();
@ -97,7 +98,6 @@
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.labelStatus = new System.Windows.Forms.Label(); this.labelStatus = new System.Windows.Forms.Label();
this.buttonSwapFrameRate = new System.Windows.Forms.Button();
this.groupBoxConvertOptions.SuspendLayout(); this.groupBoxConvertOptions.SuspendLayout();
this.groupBoxMergeShortLines.SuspendLayout(); this.groupBoxMergeShortLines.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaxCharacters)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaxCharacters)).BeginInit();
@ -118,7 +118,7 @@
this.buttonConvert.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonConvert.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonConvert.Location = new System.Drawing.Point(844, 618); this.buttonConvert.Location = new System.Drawing.Point(844, 618);
this.buttonConvert.Name = "buttonConvert"; this.buttonConvert.Name = "buttonConvert";
this.buttonConvert.Size = new System.Drawing.Size(98, 21); this.buttonConvert.Size = new System.Drawing.Size(98, 23);
this.buttonConvert.TabIndex = 2; this.buttonConvert.TabIndex = 2;
this.buttonConvert.Text = "&Convert"; this.buttonConvert.Text = "&Convert";
this.buttonConvert.UseVisualStyleBackColor = true; this.buttonConvert.UseVisualStyleBackColor = true;
@ -130,7 +130,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(948, 618); this.buttonCancel.Location = new System.Drawing.Point(948, 618);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 3; this.buttonCancel.TabIndex = 3;
this.buttonCancel.Text = "&Done"; this.buttonCancel.Text = "&Done";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -295,6 +295,17 @@
this.groupBoxChangeFrameRate.Text = "Change frame rate"; this.groupBoxChangeFrameRate.Text = "Change frame rate";
this.groupBoxChangeFrameRate.Visible = false; this.groupBoxChangeFrameRate.Visible = false;
// //
// buttonSwapFrameRate
//
this.buttonSwapFrameRate.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonSwapFrameRate.Location = new System.Drawing.Point(237, 28);
this.buttonSwapFrameRate.Name = "buttonSwapFrameRate";
this.buttonSwapFrameRate.Size = new System.Drawing.Size(23, 28);
this.buttonSwapFrameRate.TabIndex = 9;
this.buttonSwapFrameRate.Text = "🡙";
this.buttonSwapFrameRate.UseVisualStyleBackColor = true;
this.buttonSwapFrameRate.Click += new System.EventHandler(this.buttonSwapFrameRate_Click);
//
// comboBoxFrameRateTo // comboBoxFrameRateTo
// //
this.comboBoxFrameRateTo.FormattingEnabled = true; this.comboBoxFrameRateTo.FormattingEnabled = true;
@ -874,17 +885,6 @@
this.labelStatus.TabIndex = 9; this.labelStatus.TabIndex = 9;
this.labelStatus.Text = "labelStatus"; this.labelStatus.Text = "labelStatus";
// //
// buttonSwapFrameRate
//
this.buttonSwapFrameRate.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonSwapFrameRate.Location = new System.Drawing.Point(237, 28);
this.buttonSwapFrameRate.Name = "buttonSwapFrameRate";
this.buttonSwapFrameRate.Size = new System.Drawing.Size(23, 28);
this.buttonSwapFrameRate.TabIndex = 9;
this.buttonSwapFrameRate.Text = "🡙";
this.buttonSwapFrameRate.UseVisualStyleBackColor = true;
this.buttonSwapFrameRate.Click += new System.EventHandler(this.buttonSwapFrameRate_Click);
//
// BatchConvert // BatchConvert
// //
this.AllowDrop = true; this.AllowDrop = true;

View File

@ -54,8 +54,8 @@
this.twolettercountrycodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.twolettercountrycodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.threelettercontrycodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.threelettercontrycodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.twolettercountrycodeuppercaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.twolettercountrycodeuppercaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.labelFileEndingSample = new System.Windows.Forms.Label();
this.threelettercountrycodeuppercaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.threelettercountrycodeuppercaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.labelFileEndingSample = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownBottomMargin)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownBottomMargin)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownWidth)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownWidth)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownHeight)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownHeight)).BeginInit();
@ -69,7 +69,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(403, 278); this.buttonOK.Location = new System.Drawing.Point(403, 278);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 90; this.buttonOK.TabIndex = 90;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -82,7 +82,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(484, 278); this.buttonCancel.Location = new System.Drawing.Point(484, 278);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 100; this.buttonCancel.TabIndex = 100;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -306,7 +306,7 @@
this.twolettercountrycodeuppercaseToolStripMenuItem, this.twolettercountrycodeuppercaseToolStripMenuItem,
this.threelettercountrycodeuppercaseToolStripMenuItem}); this.threelettercountrycodeuppercaseToolStripMenuItem});
this.contextMenuStripFileNameAppend.Name = "contextMenuStripFileNameAppend"; this.contextMenuStripFileNameAppend.Name = "contextMenuStripFileNameAppend";
this.contextMenuStripFileNameAppend.Size = new System.Drawing.Size(278, 114); this.contextMenuStripFileNameAppend.Size = new System.Drawing.Size(278, 92);
// //
// twolettercountrycodeToolStripMenuItem // twolettercountrycodeToolStripMenuItem
// //
@ -329,6 +329,13 @@
this.twolettercountrycodeuppercaseToolStripMenuItem.Text = "{two-letter-country-code-uppercase}"; this.twolettercountrycodeuppercaseToolStripMenuItem.Text = "{two-letter-country-code-uppercase}";
this.twolettercountrycodeuppercaseToolStripMenuItem.Click += new System.EventHandler(this.TwoLetterCountryCodeUppercaseToolStripMenuItemClick); this.twolettercountrycodeuppercaseToolStripMenuItem.Click += new System.EventHandler(this.TwoLetterCountryCodeUppercaseToolStripMenuItemClick);
// //
// threelettercountrycodeuppercaseToolStripMenuItem
//
this.threelettercountrycodeuppercaseToolStripMenuItem.Name = "threelettercountrycodeuppercaseToolStripMenuItem";
this.threelettercountrycodeuppercaseToolStripMenuItem.Size = new System.Drawing.Size(277, 22);
this.threelettercountrycodeuppercaseToolStripMenuItem.Text = "{three-letter-country-code-uppercase}";
this.threelettercountrycodeuppercaseToolStripMenuItem.Click += new System.EventHandler(this.ThreeLetterCountryCodeUppercaseToolStripMenuItemClick);
//
// labelFileEndingSample // labelFileEndingSample
// //
this.labelFileEndingSample.AutoSize = true; this.labelFileEndingSample.AutoSize = true;
@ -339,13 +346,6 @@
this.labelFileEndingSample.TabIndex = 104; this.labelFileEndingSample.TabIndex = 104;
this.labelFileEndingSample.Text = "File name ending (before extension)"; this.labelFileEndingSample.Text = "File name ending (before extension)";
// //
// threelettercountrycodeuppercaseToolStripMenuItem
//
this.threelettercountrycodeuppercaseToolStripMenuItem.Name = "threelettercountrycodeuppercaseToolStripMenuItem";
this.threelettercountrycodeuppercaseToolStripMenuItem.Size = new System.Drawing.Size(277, 22);
this.threelettercountrycodeuppercaseToolStripMenuItem.Text = "{three-letter-country-code-uppercase}";
this.threelettercountrycodeuppercaseToolStripMenuItem.Click += new System.EventHandler(this.ThreeLetterCountryCodeUppercaseToolStripMenuItemClick);
//
// BatchConvertTsSettings // BatchConvertTsSettings
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);

View File

@ -50,7 +50,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(319, 89); this.buttonOK.Location = new System.Drawing.Point(319, 89);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 4; this.buttonOK.TabIndex = 4;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -63,7 +63,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(400, 89); this.buttonCancel.Location = new System.Drawing.Point(400, 89);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 5; this.buttonCancel.TabIndex = 5;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;

View File

@ -43,7 +43,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(555, 308); this.buttonCancel.Location = new System.Drawing.Point(555, 308);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 0; this.buttonCancel.TabIndex = 0;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -54,7 +54,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(474, 308); this.buttonOK.Location = new System.Drawing.Point(474, 308);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 2; this.buttonOK.TabIndex = 2;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -50,7 +50,7 @@
// labelTimeCodeStartOfProgramme // labelTimeCodeStartOfProgramme
// //
this.labelTimeCodeStartOfProgramme.AutoSize = true; this.labelTimeCodeStartOfProgramme.AutoSize = true;
this.labelTimeCodeStartOfProgramme.Location = new System.Drawing.Point(12, 180); this.labelTimeCodeStartOfProgramme.Location = new System.Drawing.Point(12, 182);
this.labelTimeCodeStartOfProgramme.Name = "labelTimeCodeStartOfProgramme"; this.labelTimeCodeStartOfProgramme.Name = "labelTimeCodeStartOfProgramme";
this.labelTimeCodeStartOfProgramme.Size = new System.Drawing.Size(152, 13); this.labelTimeCodeStartOfProgramme.Size = new System.Drawing.Size(152, 13);
this.labelTimeCodeStartOfProgramme.TabIndex = 10; this.labelTimeCodeStartOfProgramme.TabIndex = 10;
@ -60,9 +60,9 @@
// //
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(250, 264); this.buttonOK.Location = new System.Drawing.Point(250, 262);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 12; this.buttonOK.TabIndex = 12;
this.buttonOK.Text = "Save"; this.buttonOK.Text = "Save";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -73,9 +73,9 @@
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(331, 264); this.buttonCancel.Location = new System.Drawing.Point(331, 262);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 13; this.buttonCancel.TabIndex = 13;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -87,7 +87,7 @@
this.buttonImport.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonImport.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonImport.Location = new System.Drawing.Point(290, 12); this.buttonImport.Location = new System.Drawing.Point(290, 12);
this.buttonImport.Name = "buttonImport"; this.buttonImport.Name = "buttonImport";
this.buttonImport.Size = new System.Drawing.Size(116, 21); this.buttonImport.Size = new System.Drawing.Size(116, 23);
this.buttonImport.TabIndex = 14; this.buttonImport.TabIndex = 14;
this.buttonImport.Text = "Import..."; this.buttonImport.Text = "Import...";
this.buttonImport.UseVisualStyleBackColor = true; this.buttonImport.UseVisualStyleBackColor = true;
@ -99,7 +99,7 @@
// //
// textBoxComment // textBoxComment
// //
this.textBoxComment.Location = new System.Drawing.Point(185, 117); this.textBoxComment.Location = new System.Drawing.Point(185, 119);
this.textBoxComment.MaxLength = 24; this.textBoxComment.MaxLength = 24;
this.textBoxComment.Name = "textBoxComment"; this.textBoxComment.Name = "textBoxComment";
this.textBoxComment.Size = new System.Drawing.Size(219, 20); this.textBoxComment.Size = new System.Drawing.Size(219, 20);
@ -108,7 +108,7 @@
// labelComment // labelComment
// //
this.labelComment.AutoSize = true; this.labelComment.AutoSize = true;
this.labelComment.Location = new System.Drawing.Point(13, 120); this.labelComment.Location = new System.Drawing.Point(13, 122);
this.labelComment.Name = "labelComment"; this.labelComment.Name = "labelComment";
this.labelComment.Size = new System.Drawing.Size(51, 13); this.labelComment.Size = new System.Drawing.Size(51, 13);
this.labelComment.TabIndex = 6; this.labelComment.TabIndex = 6;
@ -116,7 +116,7 @@
// //
// textBoxTranslatedTitle // textBoxTranslatedTitle
// //
this.textBoxTranslatedTitle.Location = new System.Drawing.Point(185, 39); this.textBoxTranslatedTitle.Location = new System.Drawing.Point(185, 41);
this.textBoxTranslatedTitle.MaxLength = 28; this.textBoxTranslatedTitle.MaxLength = 28;
this.textBoxTranslatedTitle.Name = "textBoxTranslatedTitle"; this.textBoxTranslatedTitle.Name = "textBoxTranslatedTitle";
this.textBoxTranslatedTitle.Size = new System.Drawing.Size(219, 20); this.textBoxTranslatedTitle.Size = new System.Drawing.Size(219, 20);
@ -125,7 +125,7 @@
// labelTranslatedTitle // labelTranslatedTitle
// //
this.labelTranslatedTitle.AutoSize = true; this.labelTranslatedTitle.AutoSize = true;
this.labelTranslatedTitle.Location = new System.Drawing.Point(13, 42); this.labelTranslatedTitle.Location = new System.Drawing.Point(13, 44);
this.labelTranslatedTitle.Name = "labelTranslatedTitle"; this.labelTranslatedTitle.Name = "labelTranslatedTitle";
this.labelTranslatedTitle.Size = new System.Drawing.Size(76, 13); this.labelTranslatedTitle.Size = new System.Drawing.Size(76, 13);
this.labelTranslatedTitle.TabIndex = 0; this.labelTranslatedTitle.TabIndex = 0;
@ -133,7 +133,7 @@
// //
// textBoxOriginalTitle // textBoxOriginalTitle
// //
this.textBoxOriginalTitle.Location = new System.Drawing.Point(185, 65); this.textBoxOriginalTitle.Location = new System.Drawing.Point(185, 67);
this.textBoxOriginalTitle.MaxLength = 24; this.textBoxOriginalTitle.MaxLength = 24;
this.textBoxOriginalTitle.Name = "textBoxOriginalTitle"; this.textBoxOriginalTitle.Name = "textBoxOriginalTitle";
this.textBoxOriginalTitle.Size = new System.Drawing.Size(219, 20); this.textBoxOriginalTitle.Size = new System.Drawing.Size(219, 20);
@ -142,7 +142,7 @@
// labelOriginalTitle // labelOriginalTitle
// //
this.labelOriginalTitle.AutoSize = true; this.labelOriginalTitle.AutoSize = true;
this.labelOriginalTitle.Location = new System.Drawing.Point(13, 68); this.labelOriginalTitle.Location = new System.Drawing.Point(13, 70);
this.labelOriginalTitle.Name = "labelOriginalTitle"; this.labelOriginalTitle.Name = "labelOriginalTitle";
this.labelOriginalTitle.Size = new System.Drawing.Size(61, 13); this.labelOriginalTitle.Size = new System.Drawing.Size(61, 13);
this.labelOriginalTitle.TabIndex = 2; this.labelOriginalTitle.TabIndex = 2;
@ -150,7 +150,7 @@
// //
// textBoxTranslator // textBoxTranslator
// //
this.textBoxTranslator.Location = new System.Drawing.Point(185, 91); this.textBoxTranslator.Location = new System.Drawing.Point(185, 93);
this.textBoxTranslator.MaxLength = 24; this.textBoxTranslator.MaxLength = 24;
this.textBoxTranslator.Name = "textBoxTranslator"; this.textBoxTranslator.Name = "textBoxTranslator";
this.textBoxTranslator.Size = new System.Drawing.Size(219, 20); this.textBoxTranslator.Size = new System.Drawing.Size(219, 20);
@ -159,7 +159,7 @@
// labelTranslator // labelTranslator
// //
this.labelTranslator.AutoSize = true; this.labelTranslator.AutoSize = true;
this.labelTranslator.Location = new System.Drawing.Point(13, 94); this.labelTranslator.Location = new System.Drawing.Point(13, 96);
this.labelTranslator.Name = "labelTranslator"; this.labelTranslator.Name = "labelTranslator";
this.labelTranslator.Size = new System.Drawing.Size(54, 13); this.labelTranslator.Size = new System.Drawing.Size(54, 13);
this.labelTranslator.TabIndex = 4; this.labelTranslator.TabIndex = 4;
@ -169,18 +169,19 @@
// //
this.timeUpDownStartTime.AutoSize = true; this.timeUpDownStartTime.AutoSize = true;
this.timeUpDownStartTime.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.timeUpDownStartTime.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.timeUpDownStartTime.Location = new System.Drawing.Point(183, 175); this.timeUpDownStartTime.Font = new System.Drawing.Font("Segoe UI", 9F);
this.timeUpDownStartTime.Location = new System.Drawing.Point(183, 177);
this.timeUpDownStartTime.Margin = new System.Windows.Forms.Padding(4); this.timeUpDownStartTime.Margin = new System.Windows.Forms.Padding(4);
this.timeUpDownStartTime.Name = "timeUpDownStartTime"; this.timeUpDownStartTime.Name = "timeUpDownStartTime";
this.timeUpDownStartTime.Size = new System.Drawing.Size(96, 24); this.timeUpDownStartTime.Size = new System.Drawing.Size(96, 27);
this.timeUpDownStartTime.TabIndex = 11; this.timeUpDownStartTime.TabIndex = 11;
timeCode1.Hours = 99; timeCode1.Hours = 0;
timeCode1.Milliseconds = 999; timeCode1.Milliseconds = 0;
timeCode1.Minutes = 59; timeCode1.Minutes = 0;
timeCode1.Seconds = 59; timeCode1.Seconds = 0;
timeCode1.TimeSpan = System.TimeSpan.Parse("4.03:59:59.9990000"); timeCode1.TimeSpan = System.TimeSpan.Parse("00:00:00");
timeCode1.TotalMilliseconds = 359999999D; timeCode1.TotalMilliseconds = 0D;
timeCode1.TotalSeconds = 359999.999D; timeCode1.TotalSeconds = 0D;
this.timeUpDownStartTime.TimeCode = timeCode1; this.timeUpDownStartTime.TimeCode = timeCode1;
this.timeUpDownStartTime.UseVideoOffset = false; this.timeUpDownStartTime.UseVideoOffset = false;
// //
@ -197,7 +198,7 @@
"Hebrew", "Hebrew",
"Russian", "Russian",
"Romanian"}); "Romanian"});
this.comboBoxLanguage.Location = new System.Drawing.Point(185, 147); this.comboBoxLanguage.Location = new System.Drawing.Point(185, 149);
this.comboBoxLanguage.Name = "comboBoxLanguage"; this.comboBoxLanguage.Name = "comboBoxLanguage";
this.comboBoxLanguage.Size = new System.Drawing.Size(219, 21); this.comboBoxLanguage.Size = new System.Drawing.Size(219, 21);
this.comboBoxLanguage.TabIndex = 9; this.comboBoxLanguage.TabIndex = 9;
@ -205,7 +206,7 @@
// labelLanguage // labelLanguage
// //
this.labelLanguage.AutoSize = true; this.labelLanguage.AutoSize = true;
this.labelLanguage.Location = new System.Drawing.Point(16, 150); this.labelLanguage.Location = new System.Drawing.Point(16, 152);
this.labelLanguage.Name = "labelLanguage"; this.labelLanguage.Name = "labelLanguage";
this.labelLanguage.Size = new System.Drawing.Size(55, 13); this.labelLanguage.Size = new System.Drawing.Size(55, 13);
this.labelLanguage.TabIndex = 8; this.labelLanguage.TabIndex = 8;

View File

@ -47,7 +47,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(417, 195); this.buttonCancel.Location = new System.Drawing.Point(417, 195);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 14; this.buttonCancel.TabIndex = 14;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -59,7 +59,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(336, 195); this.buttonOK.Location = new System.Drawing.Point(336, 195);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 12; this.buttonOK.TabIndex = 12;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -31,6 +31,9 @@
this.buttonOK = new System.Windows.Forms.Button(); this.buttonOK = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button();
this.groupBoxNames = new System.Windows.Forms.GroupBox(); this.groupBoxNames = new System.Windows.Forms.GroupBox();
this.buttonAddCustomNames = new System.Windows.Forms.Button();
this.textBoxExtraNames = new System.Windows.Forms.TextBox();
this.labelExtraNames = new System.Windows.Forms.Label();
this.buttonInverseSelection = new System.Windows.Forms.Button(); this.buttonInverseSelection = new System.Windows.Forms.Button();
this.buttonSelectAll = new System.Windows.Forms.Button(); this.buttonSelectAll = new System.Windows.Forms.Button();
this.listViewNames = new System.Windows.Forms.ListView(); this.listViewNames = new System.Windows.Forms.ListView();
@ -43,9 +46,6 @@
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.labelXLinesSelected = new System.Windows.Forms.Label(); this.labelXLinesSelected = new System.Windows.Forms.Label();
this.labelExtraNames = new System.Windows.Forms.Label();
this.textBoxExtraNames = new System.Windows.Forms.TextBox();
this.buttonAddCustomNames = new System.Windows.Forms.Button();
this.groupBoxNames.SuspendLayout(); this.groupBoxNames.SuspendLayout();
this.groupBoxLinesFound.SuspendLayout(); this.groupBoxLinesFound.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
@ -55,7 +55,7 @@
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.Location = new System.Drawing.Point(591, 602); this.buttonOK.Location = new System.Drawing.Point(591, 602);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 14; this.buttonOK.TabIndex = 14;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -67,7 +67,7 @@
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(672, 602); this.buttonCancel.Location = new System.Drawing.Point(672, 602);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 15; this.buttonCancel.TabIndex = 15;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -89,13 +89,42 @@
this.groupBoxNames.TabStop = false; this.groupBoxNames.TabStop = false;
this.groupBoxNames.Text = "Names found in subtitle"; this.groupBoxNames.Text = "Names found in subtitle";
// //
// buttonAddCustomNames
//
this.buttonAddCustomNames.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonAddCustomNames.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonAddCustomNames.Location = new System.Drawing.Point(640, 262);
this.buttonAddCustomNames.Name = "buttonAddCustomNames";
this.buttonAddCustomNames.Size = new System.Drawing.Size(100, 23);
this.buttonAddCustomNames.TabIndex = 11;
this.buttonAddCustomNames.Text = "Add";
this.buttonAddCustomNames.UseVisualStyleBackColor = true;
this.buttonAddCustomNames.Click += new System.EventHandler(this.buttonAddCustomNames_Click);
//
// textBoxExtraNames
//
this.textBoxExtraNames.Location = new System.Drawing.Point(10, 263);
this.textBoxExtraNames.Name = "textBoxExtraNames";
this.textBoxExtraNames.Size = new System.Drawing.Size(624, 21);
this.textBoxExtraNames.TabIndex = 10;
//
// labelExtraNames
//
this.labelExtraNames.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.labelExtraNames.AutoSize = true;
this.labelExtraNames.Location = new System.Drawing.Point(7, 246);
this.labelExtraNames.Name = "labelExtraNames";
this.labelExtraNames.Size = new System.Drawing.Size(172, 13);
this.labelExtraNames.TabIndex = 17;
this.labelExtraNames.Text = "Extra names (separate by comma)";
//
// buttonInverseSelection // buttonInverseSelection
// //
this.buttonInverseSelection.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonInverseSelection.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonInverseSelection.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonInverseSelection.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonInverseSelection.Location = new System.Drawing.Point(88, 202); this.buttonInverseSelection.Location = new System.Drawing.Point(88, 202);
this.buttonInverseSelection.Name = "buttonInverseSelection"; this.buttonInverseSelection.Name = "buttonInverseSelection";
this.buttonInverseSelection.Size = new System.Drawing.Size(100, 21); this.buttonInverseSelection.Size = new System.Drawing.Size(100, 23);
this.buttonInverseSelection.TabIndex = 9; this.buttonInverseSelection.TabIndex = 9;
this.buttonInverseSelection.Text = "Inverse selection"; this.buttonInverseSelection.Text = "Inverse selection";
this.buttonInverseSelection.UseVisualStyleBackColor = true; this.buttonInverseSelection.UseVisualStyleBackColor = true;
@ -107,7 +136,7 @@
this.buttonSelectAll.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonSelectAll.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonSelectAll.Location = new System.Drawing.Point(7, 202); this.buttonSelectAll.Location = new System.Drawing.Point(7, 202);
this.buttonSelectAll.Name = "buttonSelectAll"; this.buttonSelectAll.Name = "buttonSelectAll";
this.buttonSelectAll.Size = new System.Drawing.Size(75, 21); this.buttonSelectAll.Size = new System.Drawing.Size(75, 23);
this.buttonSelectAll.TabIndex = 8; this.buttonSelectAll.TabIndex = 8;
this.buttonSelectAll.Text = "Select all"; this.buttonSelectAll.Text = "Select all";
this.buttonSelectAll.UseVisualStyleBackColor = true; this.buttonSelectAll.UseVisualStyleBackColor = true;
@ -206,35 +235,6 @@
this.labelXLinesSelected.TabIndex = 16; this.labelXLinesSelected.TabIndex = 16;
this.labelXLinesSelected.Text = "XLinesSelected"; this.labelXLinesSelected.Text = "XLinesSelected";
// //
// labelExtraNames
//
this.labelExtraNames.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.labelExtraNames.AutoSize = true;
this.labelExtraNames.Location = new System.Drawing.Point(7, 246);
this.labelExtraNames.Name = "labelExtraNames";
this.labelExtraNames.Size = new System.Drawing.Size(172, 13);
this.labelExtraNames.TabIndex = 17;
this.labelExtraNames.Text = "Extra names (separate by comma)";
//
// textBoxExtraNames
//
this.textBoxExtraNames.Location = new System.Drawing.Point(10, 263);
this.textBoxExtraNames.Name = "textBoxExtraNames";
this.textBoxExtraNames.Size = new System.Drawing.Size(624, 21);
this.textBoxExtraNames.TabIndex = 10;
//
// buttonAddCustomNames
//
this.buttonAddCustomNames.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonAddCustomNames.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonAddCustomNames.Location = new System.Drawing.Point(640, 262);
this.buttonAddCustomNames.Name = "buttonAddCustomNames";
this.buttonAddCustomNames.Size = new System.Drawing.Size(100, 21);
this.buttonAddCustomNames.TabIndex = 11;
this.buttonAddCustomNames.Text = "Add";
this.buttonAddCustomNames.UseVisualStyleBackColor = true;
this.buttonAddCustomNames.Click += new System.EventHandler(this.buttonAddCustomNames_Click);
//
// ChangeCasingNames // ChangeCasingNames
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);

View File

@ -47,7 +47,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(262, 115); this.buttonCancel.Location = new System.Drawing.Point(262, 115);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 3; this.buttonCancel.TabIndex = 3;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -57,7 +57,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(181, 115); this.buttonOK.Location = new System.Drawing.Point(181, 115);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 2; this.buttonOK.TabIndex = 2;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -111,7 +111,7 @@
// //
this.buttonGetFrameRateFrom.Location = new System.Drawing.Point(272, 45); this.buttonGetFrameRateFrom.Location = new System.Drawing.Point(272, 45);
this.buttonGetFrameRateFrom.Name = "buttonGetFrameRateFrom"; this.buttonGetFrameRateFrom.Name = "buttonGetFrameRateFrom";
this.buttonGetFrameRateFrom.Size = new System.Drawing.Size(28, 22); this.buttonGetFrameRateFrom.Size = new System.Drawing.Size(28, 23);
this.buttonGetFrameRateFrom.TabIndex = 5; this.buttonGetFrameRateFrom.TabIndex = 5;
this.buttonGetFrameRateFrom.Text = "..."; this.buttonGetFrameRateFrom.Text = "...";
this.buttonGetFrameRateFrom.UseVisualStyleBackColor = true; this.buttonGetFrameRateFrom.UseVisualStyleBackColor = true;
@ -121,7 +121,7 @@
// //
this.buttonGetFrameRateTo.Location = new System.Drawing.Point(272, 73); this.buttonGetFrameRateTo.Location = new System.Drawing.Point(272, 73);
this.buttonGetFrameRateTo.Name = "buttonGetFrameRateTo"; this.buttonGetFrameRateTo.Name = "buttonGetFrameRateTo";
this.buttonGetFrameRateTo.Size = new System.Drawing.Size(28, 22); this.buttonGetFrameRateTo.Size = new System.Drawing.Size(28, 23);
this.buttonGetFrameRateTo.TabIndex = 7; this.buttonGetFrameRateTo.TabIndex = 7;
this.buttonGetFrameRateTo.Text = "..."; this.buttonGetFrameRateTo.Text = "...";
this.buttonGetFrameRateTo.UseVisualStyleBackColor = true; this.buttonGetFrameRateTo.UseVisualStyleBackColor = true;

View File

@ -49,7 +49,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(295, 158); this.buttonCancel.Location = new System.Drawing.Point(295, 158);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 4; this.buttonCancel.TabIndex = 4;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -61,7 +61,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(214, 158); this.buttonOK.Location = new System.Drawing.Point(214, 158);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 3; this.buttonOK.TabIndex = 3;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -67,7 +67,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(556, 90); this.buttonOK.Location = new System.Drawing.Point(556, 90);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 2; this.buttonOK.TabIndex = 2;
this.buttonOK.Text = "C&ancel"; this.buttonOK.Text = "C&ancel";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -78,7 +78,7 @@
this.buttonDownloadAndInstall.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonDownloadAndInstall.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonDownloadAndInstall.Location = new System.Drawing.Point(224, 90); this.buttonDownloadAndInstall.Location = new System.Drawing.Point(224, 90);
this.buttonDownloadAndInstall.Name = "buttonDownloadAndInstall"; this.buttonDownloadAndInstall.Name = "buttonDownloadAndInstall";
this.buttonDownloadAndInstall.Size = new System.Drawing.Size(160, 21); this.buttonDownloadAndInstall.Size = new System.Drawing.Size(160, 23);
this.buttonDownloadAndInstall.TabIndex = 0; this.buttonDownloadAndInstall.TabIndex = 0;
this.buttonDownloadAndInstall.Text = "&OK"; this.buttonDownloadAndInstall.Text = "&OK";
this.buttonDownloadAndInstall.UseVisualStyleBackColor = true; this.buttonDownloadAndInstall.UseVisualStyleBackColor = true;
@ -94,7 +94,7 @@
this.buttonDontCheckUpdates.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonDontCheckUpdates.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonDontCheckUpdates.Location = new System.Drawing.Point(390, 90); this.buttonDontCheckUpdates.Location = new System.Drawing.Point(390, 90);
this.buttonDontCheckUpdates.Name = "buttonDontCheckUpdates"; this.buttonDontCheckUpdates.Name = "buttonDontCheckUpdates";
this.buttonDontCheckUpdates.Size = new System.Drawing.Size(160, 21); this.buttonDontCheckUpdates.Size = new System.Drawing.Size(160, 23);
this.buttonDontCheckUpdates.TabIndex = 1; this.buttonDontCheckUpdates.TabIndex = 1;
this.buttonDontCheckUpdates.Text = "Don\'t check for updates"; this.buttonDontCheckUpdates.Text = "Don\'t check for updates";
this.buttonDontCheckUpdates.UseVisualStyleBackColor = true; this.buttonDontCheckUpdates.UseVisualStyleBackColor = true;

View File

@ -50,7 +50,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(206, 121); this.buttonCancel.Location = new System.Drawing.Point(206, 121);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 18; this.buttonCancel.TabIndex = 18;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -63,7 +63,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(125, 121); this.buttonOK.Location = new System.Drawing.Point(125, 121);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 17; this.buttonOK.TabIndex = 17;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -47,7 +47,7 @@
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(542, 473); this.buttonCancel.Location = new System.Drawing.Point(542, 473);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 7; this.buttonCancel.TabIndex = 7;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -57,7 +57,7 @@
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.Location = new System.Drawing.Point(461, 473); this.buttonOK.Location = new System.Drawing.Point(461, 473);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 6; this.buttonOK.TabIndex = 6;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -47,7 +47,7 @@
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(251, 411); this.buttonCancel.Location = new System.Drawing.Point(251, 411);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 60; this.buttonCancel.TabIndex = 60;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -57,7 +57,7 @@
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.Location = new System.Drawing.Point(170, 411); this.buttonOK.Location = new System.Drawing.Point(170, 411);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 50; this.buttonOK.TabIndex = 50;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -40,7 +40,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(203, 72); this.buttonCancel.Location = new System.Drawing.Point(203, 72);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 2; this.buttonCancel.TabIndex = 2;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -51,7 +51,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(122, 72); this.buttonOK.Location = new System.Drawing.Point(122, 72);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 1; this.buttonOK.TabIndex = 1;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -112,7 +112,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(213, 81); this.buttonCancel.Location = new System.Drawing.Point(213, 81);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 6; this.buttonCancel.TabIndex = 6;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -124,7 +124,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(132, 81); this.buttonOK.Location = new System.Drawing.Point(132, 81);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 5; this.buttonOK.TabIndex = 5;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -110,7 +110,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(637, 442); this.buttonCancel.Location = new System.Drawing.Point(637, 442);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 4; this.buttonCancel.TabIndex = 4;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -122,7 +122,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(556, 442); this.buttonOK.Location = new System.Drawing.Point(556, 442);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 3; this.buttonOK.TabIndex = 3;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -48,7 +48,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(378, 136); this.buttonCancel.Location = new System.Drawing.Point(378, 136);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 4; this.buttonCancel.TabIndex = 4;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -60,7 +60,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(297, 136); this.buttonOK.Location = new System.Drawing.Point(297, 136);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 3; this.buttonOK.TabIndex = 3;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -64,7 +64,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.Location = new System.Drawing.Point(884, 561); this.buttonOK.Location = new System.Drawing.Point(884, 561);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(84, 21); this.buttonOK.Size = new System.Drawing.Size(84, 23);
this.buttonOK.TabIndex = 22; this.buttonOK.TabIndex = 22;
this.buttonOK.Text = "&Close"; this.buttonOK.Text = "&Close";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -94,7 +94,7 @@ namespace Nikse.SubtitleEdit.Forms
// //
this.buttonOpenSubtitle1.Location = new System.Drawing.Point(9, 8); this.buttonOpenSubtitle1.Location = new System.Drawing.Point(9, 8);
this.buttonOpenSubtitle1.Name = "buttonOpenSubtitle1"; this.buttonOpenSubtitle1.Name = "buttonOpenSubtitle1";
this.buttonOpenSubtitle1.Size = new System.Drawing.Size(28, 22); this.buttonOpenSubtitle1.Size = new System.Drawing.Size(28, 23);
this.buttonOpenSubtitle1.TabIndex = 0; this.buttonOpenSubtitle1.TabIndex = 0;
this.buttonOpenSubtitle1.Text = "..."; this.buttonOpenSubtitle1.Text = "...";
this.buttonOpenSubtitle1.UseVisualStyleBackColor = true; this.buttonOpenSubtitle1.UseVisualStyleBackColor = true;
@ -104,7 +104,7 @@ namespace Nikse.SubtitleEdit.Forms
// //
this.buttonOpenSubtitle2.Location = new System.Drawing.Point(491, 8); this.buttonOpenSubtitle2.Location = new System.Drawing.Point(491, 8);
this.buttonOpenSubtitle2.Name = "buttonOpenSubtitle2"; this.buttonOpenSubtitle2.Name = "buttonOpenSubtitle2";
this.buttonOpenSubtitle2.Size = new System.Drawing.Size(28, 22); this.buttonOpenSubtitle2.Size = new System.Drawing.Size(28, 23);
this.buttonOpenSubtitle2.TabIndex = 1; this.buttonOpenSubtitle2.TabIndex = 1;
this.buttonOpenSubtitle2.Text = "..."; this.buttonOpenSubtitle2.Text = "...";
this.buttonOpenSubtitle2.UseVisualStyleBackColor = true; this.buttonOpenSubtitle2.UseVisualStyleBackColor = true;
@ -120,7 +120,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonNextDifference.Enabled = false; this.buttonNextDifference.Enabled = false;
this.buttonNextDifference.Location = new System.Drawing.Point(168, 549); this.buttonNextDifference.Location = new System.Drawing.Point(168, 549);
this.buttonNextDifference.Name = "buttonNextDifference"; this.buttonNextDifference.Name = "buttonNextDifference";
this.buttonNextDifference.Size = new System.Drawing.Size(156, 21); this.buttonNextDifference.Size = new System.Drawing.Size(156, 23);
this.buttonNextDifference.TabIndex = 9; this.buttonNextDifference.TabIndex = 9;
this.buttonNextDifference.Text = "&Next difference"; this.buttonNextDifference.Text = "&Next difference";
this.buttonNextDifference.UseVisualStyleBackColor = true; this.buttonNextDifference.UseVisualStyleBackColor = true;
@ -132,7 +132,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonPreviousDifference.Enabled = false; this.buttonPreviousDifference.Enabled = false;
this.buttonPreviousDifference.Location = new System.Drawing.Point(6, 549); this.buttonPreviousDifference.Location = new System.Drawing.Point(6, 549);
this.buttonPreviousDifference.Name = "buttonPreviousDifference"; this.buttonPreviousDifference.Name = "buttonPreviousDifference";
this.buttonPreviousDifference.Size = new System.Drawing.Size(156, 21); this.buttonPreviousDifference.Size = new System.Drawing.Size(156, 23);
this.buttonPreviousDifference.TabIndex = 8; this.buttonPreviousDifference.TabIndex = 8;
this.buttonPreviousDifference.Text = "&Previous difference"; this.buttonPreviousDifference.Text = "&Previous difference";
this.buttonPreviousDifference.UseVisualStyleBackColor = true; this.buttonPreviousDifference.UseVisualStyleBackColor = true;
@ -316,7 +316,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonExport.Location = new System.Drawing.Point(774, 561); this.buttonExport.Location = new System.Drawing.Point(774, 561);
this.buttonExport.Name = "buttonExport"; this.buttonExport.Name = "buttonExport";
this.buttonExport.Size = new System.Drawing.Size(104, 21); this.buttonExport.Size = new System.Drawing.Size(104, 23);
this.buttonExport.TabIndex = 20; this.buttonExport.TabIndex = 20;
this.buttonExport.Text = "Export"; this.buttonExport.Text = "Export";
this.buttonExport.UseVisualStyleBackColor = true; this.buttonExport.UseVisualStyleBackColor = true;

View File

@ -149,7 +149,7 @@ namespace Nikse.SubtitleEdit.Forms.DCinema
this.buttonGenerateID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonGenerateID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonGenerateID.Location = new System.Drawing.Point(371, 29); this.buttonGenerateID.Location = new System.Drawing.Point(371, 29);
this.buttonGenerateID.Name = "buttonGenerateID"; this.buttonGenerateID.Name = "buttonGenerateID";
this.buttonGenerateID.Size = new System.Drawing.Size(100, 21); this.buttonGenerateID.Size = new System.Drawing.Size(100, 23);
this.buttonGenerateID.TabIndex = 1; this.buttonGenerateID.TabIndex = 1;
this.buttonGenerateID.Text = "Generate ID"; this.buttonGenerateID.Text = "Generate ID";
this.buttonGenerateID.UseVisualStyleBackColor = true; this.buttonGenerateID.UseVisualStyleBackColor = true;
@ -310,7 +310,7 @@ namespace Nikse.SubtitleEdit.Forms.DCinema
// //
this.buttonFontEffectColor.Location = new System.Drawing.Point(133, 128); this.buttonFontEffectColor.Location = new System.Drawing.Point(133, 128);
this.buttonFontEffectColor.Name = "buttonFontEffectColor"; this.buttonFontEffectColor.Name = "buttonFontEffectColor";
this.buttonFontEffectColor.Size = new System.Drawing.Size(112, 21); this.buttonFontEffectColor.Size = new System.Drawing.Size(112, 23);
this.buttonFontEffectColor.TabIndex = 5; this.buttonFontEffectColor.TabIndex = 5;
this.buttonFontEffectColor.Text = "Choose color"; this.buttonFontEffectColor.Text = "Choose color";
this.buttonFontEffectColor.UseVisualStyleBackColor = true; this.buttonFontEffectColor.UseVisualStyleBackColor = true;
@ -329,7 +329,7 @@ namespace Nikse.SubtitleEdit.Forms.DCinema
// //
this.buttonFontColor.Location = new System.Drawing.Point(133, 75); this.buttonFontColor.Location = new System.Drawing.Point(133, 75);
this.buttonFontColor.Name = "buttonFontColor"; this.buttonFontColor.Name = "buttonFontColor";
this.buttonFontColor.Size = new System.Drawing.Size(112, 21); this.buttonFontColor.Size = new System.Drawing.Size(112, 23);
this.buttonFontColor.TabIndex = 2; this.buttonFontColor.TabIndex = 2;
this.buttonFontColor.Text = "Choose color"; this.buttonFontColor.Text = "Choose color";
this.buttonFontColor.UseVisualStyleBackColor = true; this.buttonFontColor.UseVisualStyleBackColor = true;
@ -479,7 +479,7 @@ namespace Nikse.SubtitleEdit.Forms.DCinema
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(597, 481); this.buttonCancel.Location = new System.Drawing.Point(597, 481);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 2; this.buttonCancel.TabIndex = 2;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -491,7 +491,7 @@ namespace Nikse.SubtitleEdit.Forms.DCinema
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(516, 481); this.buttonOK.Location = new System.Drawing.Point(516, 481);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 1; this.buttonOK.TabIndex = 1;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -28,7 +28,7 @@ namespace Nikse.SubtitleEdit.Forms.DCinema
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
Nikse.SubtitleEdit.Core.TimeCode timeCode2 = new Nikse.SubtitleEdit.Core.TimeCode(); Nikse.SubtitleEdit.Core.TimeCode timeCode1 = new Nikse.SubtitleEdit.Core.TimeCode();
this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1 = new System.Windows.Forms.GroupBox();
this.timeUpDownStartTime = new Nikse.SubtitleEdit.Controls.TimeUpDown(); this.timeUpDownStartTime = new Nikse.SubtitleEdit.Controls.TimeUpDown();
this.labelStartTime = new System.Windows.Forms.Label(); this.labelStartTime = new System.Windows.Forms.Label();
@ -123,14 +123,14 @@ namespace Nikse.SubtitleEdit.Forms.DCinema
this.timeUpDownStartTime.Name = "timeUpDownStartTime"; this.timeUpDownStartTime.Name = "timeUpDownStartTime";
this.timeUpDownStartTime.Size = new System.Drawing.Size(96, 27); this.timeUpDownStartTime.Size = new System.Drawing.Size(96, 27);
this.timeUpDownStartTime.TabIndex = 8; this.timeUpDownStartTime.TabIndex = 8;
timeCode2.Hours = 0; timeCode1.Hours = 0;
timeCode2.Milliseconds = 0; timeCode1.Milliseconds = 0;
timeCode2.Minutes = 0; timeCode1.Minutes = 0;
timeCode2.Seconds = 0; timeCode1.Seconds = 0;
timeCode2.TimeSpan = System.TimeSpan.Parse("00:00:00"); timeCode1.TimeSpan = System.TimeSpan.Parse("00:00:00");
timeCode2.TotalMilliseconds = 0D; timeCode1.TotalMilliseconds = 0D;
timeCode2.TotalSeconds = 0D; timeCode1.TotalSeconds = 0D;
this.timeUpDownStartTime.TimeCode = timeCode2; this.timeUpDownStartTime.TimeCode = timeCode1;
this.timeUpDownStartTime.UseVideoOffset = false; this.timeUpDownStartTime.UseVideoOffset = false;
// //
// labelStartTime // labelStartTime
@ -186,7 +186,7 @@ namespace Nikse.SubtitleEdit.Forms.DCinema
this.buttonToday.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonToday.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonToday.Location = new System.Drawing.Point(461, 134); this.buttonToday.Location = new System.Drawing.Point(461, 134);
this.buttonToday.Name = "buttonToday"; this.buttonToday.Name = "buttonToday";
this.buttonToday.Size = new System.Drawing.Size(100, 21); this.buttonToday.Size = new System.Drawing.Size(100, 23);
this.buttonToday.TabIndex = 5; this.buttonToday.TabIndex = 5;
this.buttonToday.Text = "Now"; this.buttonToday.Text = "Now";
this.buttonToday.UseVisualStyleBackColor = true; this.buttonToday.UseVisualStyleBackColor = true;
@ -231,7 +231,7 @@ namespace Nikse.SubtitleEdit.Forms.DCinema
this.buttonGenerateID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonGenerateID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonGenerateID.Location = new System.Drawing.Point(461, 29); this.buttonGenerateID.Location = new System.Drawing.Point(461, 29);
this.buttonGenerateID.Name = "buttonGenerateID"; this.buttonGenerateID.Name = "buttonGenerateID";
this.buttonGenerateID.Size = new System.Drawing.Size(100, 21); this.buttonGenerateID.Size = new System.Drawing.Size(100, 23);
this.buttonGenerateID.TabIndex = 1; this.buttonGenerateID.TabIndex = 1;
this.buttonGenerateID.Text = "Generate ID"; this.buttonGenerateID.Text = "Generate ID";
this.buttonGenerateID.UseVisualStyleBackColor = true; this.buttonGenerateID.UseVisualStyleBackColor = true;
@ -359,7 +359,7 @@ namespace Nikse.SubtitleEdit.Forms.DCinema
this.buttonGenFontUri.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonGenFontUri.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonGenFontUri.Location = new System.Drawing.Point(454, 41); this.buttonGenFontUri.Location = new System.Drawing.Point(454, 41);
this.buttonGenFontUri.Name = "buttonGenFontUri"; this.buttonGenFontUri.Name = "buttonGenFontUri";
this.buttonGenFontUri.Size = new System.Drawing.Size(100, 21); this.buttonGenFontUri.Size = new System.Drawing.Size(100, 23);
this.buttonGenFontUri.TabIndex = 2; this.buttonGenFontUri.TabIndex = 2;
this.buttonGenFontUri.Text = "Generate"; this.buttonGenFontUri.Text = "Generate";
this.buttonGenFontUri.UseVisualStyleBackColor = true; this.buttonGenFontUri.UseVisualStyleBackColor = true;
@ -578,7 +578,7 @@ namespace Nikse.SubtitleEdit.Forms.DCinema
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(521, 529); this.buttonCancel.Location = new System.Drawing.Point(521, 529);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 2; this.buttonCancel.TabIndex = 2;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -590,7 +590,7 @@ namespace Nikse.SubtitleEdit.Forms.DCinema
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(440, 529); this.buttonOK.Location = new System.Drawing.Point(440, 529);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 1; this.buttonOK.TabIndex = 1;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -48,9 +48,9 @@
// //
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(497, 279); this.buttonOK.Location = new System.Drawing.Point(497, 277);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 3; this.buttonOK.TabIndex = 3;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -152,7 +152,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(166, 369); this.buttonOK.Location = new System.Drawing.Point(166, 369);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 3; this.buttonOK.TabIndex = 3;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -165,7 +165,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(250, 369); this.buttonCancel.Location = new System.Drawing.Point(250, 369);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 4; this.buttonCancel.TabIndex = 4;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;

View File

@ -48,7 +48,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(150, 74); this.buttonOK.Location = new System.Drawing.Point(150, 74);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 15; this.buttonOK.TabIndex = 15;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -61,7 +61,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(231, 74); this.buttonCancel.Location = new System.Drawing.Point(231, 74);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 16; this.buttonCancel.TabIndex = 16;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;

View File

@ -134,7 +134,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(730, 555); this.buttonOK.Location = new System.Drawing.Point(730, 555);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 8; this.buttonOK.TabIndex = 8;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -147,7 +147,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(811, 555); this.buttonCancel.Location = new System.Drawing.Point(811, 555);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 9; this.buttonCancel.TabIndex = 9;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;

View File

@ -59,7 +59,7 @@
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.Location = new System.Drawing.Point(314, 353); this.buttonOK.Location = new System.Drawing.Point(314, 353);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 0; this.buttonOK.TabIndex = 0;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -71,7 +71,7 @@
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(233, 353); this.buttonCancel.Location = new System.Drawing.Point(233, 353);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 2; this.buttonCancel.TabIndex = 2;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;

View File

@ -111,7 +111,7 @@
// //
this.buttonClear.Location = new System.Drawing.Point(446, 133); this.buttonClear.Location = new System.Drawing.Point(446, 133);
this.buttonClear.Name = "buttonClear"; this.buttonClear.Name = "buttonClear";
this.buttonClear.Size = new System.Drawing.Size(92, 22); this.buttonClear.Size = new System.Drawing.Size(92, 23);
this.buttonClear.TabIndex = 9; this.buttonClear.TabIndex = 9;
this.buttonClear.Text = "Clear"; this.buttonClear.Text = "Clear";
this.buttonClear.UseVisualStyleBackColor = true; this.buttonClear.UseVisualStyleBackColor = true;
@ -178,7 +178,7 @@
// //
this.ButtonRemoveVob.Location = new System.Drawing.Point(447, 105); this.ButtonRemoveVob.Location = new System.Drawing.Point(447, 105);
this.ButtonRemoveVob.Name = "ButtonRemoveVob"; this.ButtonRemoveVob.Name = "ButtonRemoveVob";
this.ButtonRemoveVob.Size = new System.Drawing.Size(91, 22); this.ButtonRemoveVob.Size = new System.Drawing.Size(91, 23);
this.ButtonRemoveVob.TabIndex = 8; this.ButtonRemoveVob.TabIndex = 8;
this.ButtonRemoveVob.Text = "Remove"; this.ButtonRemoveVob.Text = "Remove";
this.ButtonRemoveVob.UseVisualStyleBackColor = true; this.ButtonRemoveVob.UseVisualStyleBackColor = true;
@ -188,7 +188,7 @@
// //
this.ButtonMoveVobDown.Location = new System.Drawing.Point(446, 189); this.ButtonMoveVobDown.Location = new System.Drawing.Point(446, 189);
this.ButtonMoveVobDown.Name = "ButtonMoveVobDown"; this.ButtonMoveVobDown.Name = "ButtonMoveVobDown";
this.ButtonMoveVobDown.Size = new System.Drawing.Size(92, 22); this.ButtonMoveVobDown.Size = new System.Drawing.Size(92, 23);
this.ButtonMoveVobDown.TabIndex = 12; this.ButtonMoveVobDown.TabIndex = 12;
this.ButtonMoveVobDown.Text = "Move down"; this.ButtonMoveVobDown.Text = "Move down";
this.ButtonMoveVobDown.UseVisualStyleBackColor = true; this.ButtonMoveVobDown.UseVisualStyleBackColor = true;
@ -198,7 +198,7 @@
// //
this.ButtonMoveVobUp.Location = new System.Drawing.Point(447, 161); this.ButtonMoveVobUp.Location = new System.Drawing.Point(447, 161);
this.ButtonMoveVobUp.Name = "ButtonMoveVobUp"; this.ButtonMoveVobUp.Name = "ButtonMoveVobUp";
this.ButtonMoveVobUp.Size = new System.Drawing.Size(91, 22); this.ButtonMoveVobUp.Size = new System.Drawing.Size(91, 23);
this.ButtonMoveVobUp.TabIndex = 10; this.ButtonMoveVobUp.TabIndex = 10;
this.ButtonMoveVobUp.Text = "Move up"; this.ButtonMoveVobUp.Text = "Move up";
this.ButtonMoveVobUp.UseVisualStyleBackColor = true; this.ButtonMoveVobUp.UseVisualStyleBackColor = true;
@ -208,7 +208,7 @@
// //
this.buttonAddVobFile.Location = new System.Drawing.Point(447, 77); this.buttonAddVobFile.Location = new System.Drawing.Point(447, 77);
this.buttonAddVobFile.Name = "buttonAddVobFile"; this.buttonAddVobFile.Name = "buttonAddVobFile";
this.buttonAddVobFile.Size = new System.Drawing.Size(91, 22); this.buttonAddVobFile.Size = new System.Drawing.Size(91, 23);
this.buttonAddVobFile.TabIndex = 5; this.buttonAddVobFile.TabIndex = 5;
this.buttonAddVobFile.Text = "Add..."; this.buttonAddVobFile.Text = "Add...";
this.buttonAddVobFile.UseVisualStyleBackColor = true; this.buttonAddVobFile.UseVisualStyleBackColor = true;

View File

@ -88,7 +88,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(692, 281); this.buttonCancel.Location = new System.Drawing.Point(692, 281);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 5; this.buttonCancel.TabIndex = 5;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -101,7 +101,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(487, 281); this.buttonOK.Location = new System.Drawing.Point(487, 281);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 3; this.buttonOK.TabIndex = 3;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -126,7 +126,7 @@
this.buttonSaveAs.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonSaveAs.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonSaveAs.Location = new System.Drawing.Point(568, 281); this.buttonSaveAs.Location = new System.Drawing.Point(568, 281);
this.buttonSaveAs.Name = "buttonSaveAs"; this.buttonSaveAs.Name = "buttonSaveAs";
this.buttonSaveAs.Size = new System.Drawing.Size(118, 21); this.buttonSaveAs.Size = new System.Drawing.Size(118, 23);
this.buttonSaveAs.TabIndex = 4; this.buttonSaveAs.TabIndex = 4;
this.buttonSaveAs.Text = "Save as..."; this.buttonSaveAs.Text = "Save as...";
this.buttonSaveAs.UseVisualStyleBackColor = true; this.buttonSaveAs.UseVisualStyleBackColor = true;

View File

@ -38,9 +38,9 @@
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(413, 633); this.buttonCancel.Location = new System.Drawing.Point(413, 631);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 7; this.buttonCancel.TabIndex = 7;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -51,9 +51,9 @@
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(332, 633); this.buttonOK.Location = new System.Drawing.Point(332, 631);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 6; this.buttonOK.TabIndex = 6;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -29,7 +29,7 @@
private void InitializeComponent() private void InitializeComponent()
{ {
this.components = new System.ComponentModel.Container(); this.components = new System.ComponentModel.Container();
Nikse.SubtitleEdit.Core.TimeCode timeCode1 = new Nikse.SubtitleEdit.Core.TimeCode(); Nikse.SubtitleEdit.Core.TimeCode timeCode2 = new Nikse.SubtitleEdit.Core.TimeCode();
this.buttonOK = new System.Windows.Forms.Button(); this.buttonOK = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
@ -125,7 +125,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(607, 510); this.buttonOK.Location = new System.Drawing.Point(607, 510);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 1; this.buttonOK.TabIndex = 1;
this.buttonOK.Text = "Save"; this.buttonOK.Text = "Save";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -138,7 +138,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(688, 510); this.buttonCancel.Location = new System.Drawing.Point(688, 510);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 2; this.buttonCancel.TabIndex = 2;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -248,14 +248,14 @@
this.timeUpDownStartTime.Name = "timeUpDownStartTime"; this.timeUpDownStartTime.Name = "timeUpDownStartTime";
this.timeUpDownStartTime.Size = new System.Drawing.Size(96, 27); this.timeUpDownStartTime.Size = new System.Drawing.Size(96, 27);
this.timeUpDownStartTime.TabIndex = 14; this.timeUpDownStartTime.TabIndex = 14;
timeCode1.Hours = 0; timeCode2.Hours = 0;
timeCode1.Milliseconds = 0; timeCode2.Milliseconds = 0;
timeCode1.Minutes = 0; timeCode2.Minutes = 0;
timeCode1.Seconds = 0; timeCode2.Seconds = 0;
timeCode1.TimeSpan = System.TimeSpan.Parse("00:00:00"); timeCode2.TimeSpan = System.TimeSpan.Parse("00:00:00");
timeCode1.TotalMilliseconds = 0D; timeCode2.TotalMilliseconds = 0D;
timeCode1.TotalSeconds = 0D; timeCode2.TotalSeconds = 0D;
this.timeUpDownStartTime.TimeCode = timeCode1; this.timeUpDownStartTime.TimeCode = timeCode2;
this.timeUpDownStartTime.UseVideoOffset = false; this.timeUpDownStartTime.UseVideoOffset = false;
// //
// labelColorRequiresTeletext // labelColorRequiresTeletext
@ -625,7 +625,7 @@
this.buttonImport.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonImport.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonImport.Location = new System.Drawing.Point(613, 6); this.buttonImport.Location = new System.Drawing.Point(613, 6);
this.buttonImport.Name = "buttonImport"; this.buttonImport.Name = "buttonImport";
this.buttonImport.Size = new System.Drawing.Size(134, 21); this.buttonImport.Size = new System.Drawing.Size(134, 23);
this.buttonImport.TabIndex = 20; this.buttonImport.TabIndex = 20;
this.buttonImport.Text = "Import..."; this.buttonImport.Text = "Import...";
this.buttonImport.UseVisualStyleBackColor = true; this.buttonImport.UseVisualStyleBackColor = true;

View File

@ -109,18 +109,18 @@
// //
this.buttonCancel.BackColor = System.Drawing.SystemColors.Control; this.buttonCancel.BackColor = System.Drawing.SystemColors.Control;
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(353, 181); this.buttonCancel.Location = new System.Drawing.Point(353, 173);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 44; this.buttonCancel.TabIndex = 44;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = false; this.buttonCancel.UseVisualStyleBackColor = false;
// //
// buttonOK // buttonOK
// //
this.buttonOK.Location = new System.Drawing.Point(272, 181); this.buttonOK.Location = new System.Drawing.Point(272, 173);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 43; this.buttonOK.TabIndex = 43;
this.buttonOK.Text = "OK"; this.buttonOK.Text = "OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -156,7 +156,7 @@
// //
this.buttonPreview.Location = new System.Drawing.Point(12, 154); this.buttonPreview.Location = new System.Drawing.Point(12, 154);
this.buttonPreview.Name = "buttonPreview"; this.buttonPreview.Name = "buttonPreview";
this.buttonPreview.Size = new System.Drawing.Size(100, 21); this.buttonPreview.Size = new System.Drawing.Size(100, 23);
this.buttonPreview.TabIndex = 39; this.buttonPreview.TabIndex = 39;
this.buttonPreview.Text = "Preview"; this.buttonPreview.Text = "Preview";
this.buttonPreview.UseVisualStyleBackColor = true; this.buttonPreview.UseVisualStyleBackColor = true;

View File

@ -45,7 +45,7 @@
// //
this.buttonPreview.Location = new System.Drawing.Point(12, 119); this.buttonPreview.Location = new System.Drawing.Point(12, 119);
this.buttonPreview.Name = "buttonPreview"; this.buttonPreview.Name = "buttonPreview";
this.buttonPreview.Size = new System.Drawing.Size(100, 21); this.buttonPreview.Size = new System.Drawing.Size(100, 23);
this.buttonPreview.TabIndex = 26; this.buttonPreview.TabIndex = 26;
this.buttonPreview.Text = "Preview"; this.buttonPreview.Text = "Preview";
this.buttonPreview.UseVisualStyleBackColor = true; this.buttonPreview.UseVisualStyleBackColor = true;
@ -53,9 +53,9 @@
// //
// buttonOK // buttonOK
// //
this.buttonOK.Location = new System.Drawing.Point(265, 148); this.buttonOK.Location = new System.Drawing.Point(265, 144);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 30; this.buttonOK.TabIndex = 30;
this.buttonOK.Text = "OK"; this.buttonOK.Text = "OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -64,9 +64,9 @@
// buttonCancel // buttonCancel
// //
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(346, 148); this.buttonCancel.Location = new System.Drawing.Point(346, 144);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 31; this.buttonCancel.TabIndex = 31;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;

View File

@ -142,7 +142,7 @@
this.buttonDelete.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonDelete.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonDelete.Location = new System.Drawing.Point(216, 339); this.buttonDelete.Location = new System.Drawing.Point(216, 339);
this.buttonDelete.Name = "buttonDelete"; this.buttonDelete.Name = "buttonDelete";
this.buttonDelete.Size = new System.Drawing.Size(117, 22); this.buttonDelete.Size = new System.Drawing.Size(117, 23);
this.buttonDelete.TabIndex = 2; this.buttonDelete.TabIndex = 2;
this.buttonDelete.Text = "Delete"; this.buttonDelete.Text = "Delete";
this.buttonDelete.UseVisualStyleBackColor = true; this.buttonDelete.UseVisualStyleBackColor = true;
@ -154,7 +154,7 @@
this.buttonEdit.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonEdit.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonEdit.Location = new System.Drawing.Point(93, 339); this.buttonEdit.Location = new System.Drawing.Point(93, 339);
this.buttonEdit.Name = "buttonEdit"; this.buttonEdit.Name = "buttonEdit";
this.buttonEdit.Size = new System.Drawing.Size(117, 22); this.buttonEdit.Size = new System.Drawing.Size(117, 23);
this.buttonEdit.TabIndex = 1; this.buttonEdit.TabIndex = 1;
this.buttonEdit.Text = "&Edit"; this.buttonEdit.Text = "&Edit";
this.buttonEdit.UseVisualStyleBackColor = true; this.buttonEdit.UseVisualStyleBackColor = true;
@ -166,7 +166,7 @@
this.buttonNew.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonNew.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonNew.Location = new System.Drawing.Point(339, 339); this.buttonNew.Location = new System.Drawing.Point(339, 339);
this.buttonNew.Name = "buttonNew"; this.buttonNew.Name = "buttonNew";
this.buttonNew.Size = new System.Drawing.Size(117, 22); this.buttonNew.Size = new System.Drawing.Size(117, 23);
this.buttonNew.TabIndex = 3; this.buttonNew.TabIndex = 3;
this.buttonNew.Text = "&New"; this.buttonNew.Text = "&New";
this.buttonNew.UseVisualStyleBackColor = true; this.buttonNew.UseVisualStyleBackColor = true;
@ -222,7 +222,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(852, 410); this.buttonCancel.Location = new System.Drawing.Point(852, 410);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 22); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 5; this.buttonCancel.TabIndex = 5;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -234,7 +234,7 @@
this.buttonSave.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonSave.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonSave.Location = new System.Drawing.Point(729, 410); this.buttonSave.Location = new System.Drawing.Point(729, 410);
this.buttonSave.Name = "buttonSave"; this.buttonSave.Name = "buttonSave";
this.buttonSave.Size = new System.Drawing.Size(117, 22); this.buttonSave.Size = new System.Drawing.Size(117, 23);
this.buttonSave.TabIndex = 4; this.buttonSave.TabIndex = 4;
this.buttonSave.Text = "&Save as..."; this.buttonSave.Text = "&Save as...";
this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.UseVisualStyleBackColor = true;

View File

@ -53,6 +53,8 @@
this.translationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.translationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemActor = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItemActor = new System.Windows.Forms.ToolStripMenuItem();
this.tabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.textToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.textline2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.labelHeader = new System.Windows.Forms.Label(); this.labelHeader = new System.Windows.Forms.Label();
this.textBoxHeader = new System.Windows.Forms.TextBox(); this.textBoxHeader = new System.Windows.Forms.TextBox();
this.contextMenuStripHeader = new System.Windows.Forms.ContextMenuStrip(this.components); this.contextMenuStripHeader = new System.Windows.Forms.ContextMenuStrip(this.components);
@ -63,8 +65,6 @@
this.buttonOK = new System.Windows.Forms.Button(); this.buttonOK = new System.Windows.Forms.Button();
this.groupBoxPreview = new System.Windows.Forms.GroupBox(); this.groupBoxPreview = new System.Windows.Forms.GroupBox();
this.textBoxPreview = new System.Windows.Forms.TextBox(); this.textBoxPreview = new System.Windows.Forms.TextBox();
this.textToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.textline2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.groupBoxTemplate.SuspendLayout(); this.groupBoxTemplate.SuspendLayout();
this.contextMenuStripFooter.SuspendLayout(); this.contextMenuStripFooter.SuspendLayout();
this.contextMenuStripParagraph.SuspendLayout(); this.contextMenuStripParagraph.SuspendLayout();
@ -257,59 +257,73 @@
// insertHHMMSSMSToolStripMenuItem // insertHHMMSSMSToolStripMenuItem
// //
this.insertHHMMSSMSToolStripMenuItem.Name = "insertHHMMSSMSToolStripMenuItem"; this.insertHHMMSSMSToolStripMenuItem.Name = "insertHHMMSSMSToolStripMenuItem";
this.insertHHMMSSMSToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.insertHHMMSSMSToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
this.insertHHMMSSMSToolStripMenuItem.Text = "{start}"; this.insertHHMMSSMSToolStripMenuItem.Text = "{start}";
this.insertHHMMSSMSToolStripMenuItem.Click += new System.EventHandler(this.InsertTag); this.insertHHMMSSMSToolStripMenuItem.Click += new System.EventHandler(this.InsertTag);
// //
// insertendToolStripMenuItem // insertendToolStripMenuItem
// //
this.insertendToolStripMenuItem.Name = "insertendToolStripMenuItem"; this.insertendToolStripMenuItem.Name = "insertendToolStripMenuItem";
this.insertendToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.insertendToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
this.insertendToolStripMenuItem.Text = "{end}"; this.insertendToolStripMenuItem.Text = "{end}";
this.insertendToolStripMenuItem.Click += new System.EventHandler(this.InsertTag); this.insertendToolStripMenuItem.Click += new System.EventHandler(this.InsertTag);
// //
// insertnumberToolStripMenuItem // insertnumberToolStripMenuItem
// //
this.insertnumberToolStripMenuItem.Name = "insertnumberToolStripMenuItem"; this.insertnumberToolStripMenuItem.Name = "insertnumberToolStripMenuItem";
this.insertnumberToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.insertnumberToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
this.insertnumberToolStripMenuItem.Text = "{number}"; this.insertnumberToolStripMenuItem.Text = "{number}";
this.insertnumberToolStripMenuItem.Click += new System.EventHandler(this.InsertTag); this.insertnumberToolStripMenuItem.Click += new System.EventHandler(this.InsertTag);
// //
// insertdurationToolStripMenuItem // insertdurationToolStripMenuItem
// //
this.insertdurationToolStripMenuItem.Name = "insertdurationToolStripMenuItem"; this.insertdurationToolStripMenuItem.Name = "insertdurationToolStripMenuItem";
this.insertdurationToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.insertdurationToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
this.insertdurationToolStripMenuItem.Text = "{duration}"; this.insertdurationToolStripMenuItem.Text = "{duration}";
this.insertdurationToolStripMenuItem.Click += new System.EventHandler(this.InsertTag); this.insertdurationToolStripMenuItem.Click += new System.EventHandler(this.InsertTag);
// //
// textToolStripMenuItem // textToolStripMenuItem
// //
this.textToolStripMenuItem.Name = "textToolStripMenuItem"; this.textToolStripMenuItem.Name = "textToolStripMenuItem";
this.textToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.textToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
this.textToolStripMenuItem.Text = "{text}"; this.textToolStripMenuItem.Text = "{text}";
this.textToolStripMenuItem.Click += new System.EventHandler(this.InsertTag); this.textToolStripMenuItem.Click += new System.EventHandler(this.InsertTag);
// //
// translationToolStripMenuItem // translationToolStripMenuItem
// //
this.translationToolStripMenuItem.Name = "translationToolStripMenuItem"; this.translationToolStripMenuItem.Name = "translationToolStripMenuItem";
this.translationToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.translationToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
this.translationToolStripMenuItem.Text = "{translation}"; this.translationToolStripMenuItem.Text = "{translation}";
this.translationToolStripMenuItem.Click += new System.EventHandler(this.InsertTag); this.translationToolStripMenuItem.Click += new System.EventHandler(this.InsertTag);
// //
// toolStripMenuItemActor // toolStripMenuItemActor
// //
this.toolStripMenuItemActor.Name = "toolStripMenuItemActor"; this.toolStripMenuItemActor.Name = "toolStripMenuItemActor";
this.toolStripMenuItemActor.Size = new System.Drawing.Size(152, 22); this.toolStripMenuItemActor.Size = new System.Drawing.Size(138, 22);
this.toolStripMenuItemActor.Text = "{actor}"; this.toolStripMenuItemActor.Text = "{actor}";
this.toolStripMenuItemActor.Click += new System.EventHandler(this.InsertTag); this.toolStripMenuItemActor.Click += new System.EventHandler(this.InsertTag);
// //
// tabToolStripMenuItem // tabToolStripMenuItem
// //
this.tabToolStripMenuItem.Name = "tabToolStripMenuItem"; this.tabToolStripMenuItem.Name = "tabToolStripMenuItem";
this.tabToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.tabToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
this.tabToolStripMenuItem.Text = "{tab}"; this.tabToolStripMenuItem.Text = "{tab}";
this.tabToolStripMenuItem.Click += new System.EventHandler(this.InsertTag); this.tabToolStripMenuItem.Click += new System.EventHandler(this.InsertTag);
// //
// textToolStripMenuItem1
//
this.textToolStripMenuItem1.Name = "textToolStripMenuItem1";
this.textToolStripMenuItem1.Size = new System.Drawing.Size(138, 22);
this.textToolStripMenuItem1.Text = "{text-line-1}";
this.textToolStripMenuItem1.Click += new System.EventHandler(this.InsertTag);
//
// textline2ToolStripMenuItem
//
this.textline2ToolStripMenuItem.Name = "textline2ToolStripMenuItem";
this.textline2ToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
this.textline2ToolStripMenuItem.Text = "{text-line-2}";
this.textline2ToolStripMenuItem.Click += new System.EventHandler(this.InsertTag);
//
// labelHeader // labelHeader
// //
this.labelHeader.AutoSize = true; this.labelHeader.AutoSize = true;
@ -365,7 +379,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(628, 412); this.buttonCancel.Location = new System.Drawing.Point(628, 412);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 3; this.buttonCancel.TabIndex = 3;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -377,7 +391,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(547, 412); this.buttonOK.Location = new System.Drawing.Point(547, 412);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 2; this.buttonOK.TabIndex = 2;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -406,20 +420,6 @@
this.textBoxPreview.Size = new System.Drawing.Size(340, 374); this.textBoxPreview.Size = new System.Drawing.Size(340, 374);
this.textBoxPreview.TabIndex = 0; this.textBoxPreview.TabIndex = 0;
// //
// textToolStripMenuItem1
//
this.textToolStripMenuItem1.Name = "textToolStripMenuItem1";
this.textToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
this.textToolStripMenuItem1.Text = "{text-line-1}";
this.textToolStripMenuItem1.Click += new System.EventHandler(this.InsertTag);
//
// textline2ToolStripMenuItem
//
this.textline2ToolStripMenuItem.Name = "textline2ToolStripMenuItem";
this.textline2ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.textline2ToolStripMenuItem.Text = "{text-line-2}";
this.textline2ToolStripMenuItem.Click += new System.EventHandler(this.InsertTag);
//
// ExportCustomTextFormat // ExportCustomTextFormat
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);

View File

@ -39,7 +39,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(493, 266); this.buttonOK.Location = new System.Drawing.Point(493, 266);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 22); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 6; this.buttonOK.TabIndex = 6;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -323,7 +323,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(719, 454); this.buttonCancel.Location = new System.Drawing.Point(719, 454);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 2; this.buttonCancel.TabIndex = 2;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -335,7 +335,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(581, 454); this.buttonOK.Location = new System.Drawing.Point(581, 454);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(132, 21); this.buttonOK.Size = new System.Drawing.Size(132, 23);
this.buttonOK.TabIndex = 1; this.buttonOK.TabIndex = 1;
this.buttonOK.Text = "Save as..."; this.buttonOK.Text = "Save as...";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -288,7 +288,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(788, 577); this.buttonCancel.Location = new System.Drawing.Point(788, 577);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 9; this.buttonCancel.TabIndex = 9;
this.buttonCancel.Text = "&OK"; this.buttonCancel.Text = "&OK";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -300,7 +300,7 @@
this.buttonSaveAsPes.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonSaveAsPes.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonSaveAsPes.Location = new System.Drawing.Point(633, 577); this.buttonSaveAsPes.Location = new System.Drawing.Point(633, 577);
this.buttonSaveAsPes.Name = "buttonSaveAsPes"; this.buttonSaveAsPes.Name = "buttonSaveAsPes";
this.buttonSaveAsPes.Size = new System.Drawing.Size(149, 21); this.buttonSaveAsPes.Size = new System.Drawing.Size(149, 23);
this.buttonSaveAsPes.TabIndex = 8; this.buttonSaveAsPes.TabIndex = 8;
this.buttonSaveAsPes.Text = "Write as PES packets..."; this.buttonSaveAsPes.Text = "Write as PES packets...";
this.buttonSaveAsPes.UseVisualStyleBackColor = true; this.buttonSaveAsPes.UseVisualStyleBackColor = true;
@ -1443,7 +1443,7 @@
this.buttonSaveAsM2ts.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonSaveAsM2ts.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonSaveAsM2ts.Location = new System.Drawing.Point(478, 577); this.buttonSaveAsM2ts.Location = new System.Drawing.Point(478, 577);
this.buttonSaveAsM2ts.Name = "buttonSaveAsM2ts"; this.buttonSaveAsM2ts.Name = "buttonSaveAsM2ts";
this.buttonSaveAsM2ts.Size = new System.Drawing.Size(149, 21); this.buttonSaveAsM2ts.Size = new System.Drawing.Size(149, 23);
this.buttonSaveAsM2ts.TabIndex = 113; this.buttonSaveAsM2ts.TabIndex = 113;
this.buttonSaveAsM2ts.Text = "Write as M2TS packets..."; this.buttonSaveAsM2ts.Text = "Write as M2TS packets...";
this.buttonSaveAsM2ts.UseVisualStyleBackColor = true; this.buttonSaveAsM2ts.UseVisualStyleBackColor = true;

View File

@ -28,6 +28,8 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
Nikse.SubtitleEdit.Core.TimeCode timeCode1 = new Nikse.SubtitleEdit.Core.TimeCode();
Nikse.SubtitleEdit.Core.TimeCode timeCode2 = new Nikse.SubtitleEdit.Core.TimeCode();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.buttonOpenVideo = new System.Windows.Forms.Button(); this.buttonOpenVideo = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button();
@ -66,7 +68,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(303, 269); this.buttonCancel.Location = new System.Drawing.Point(303, 269);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 13; this.buttonCancel.TabIndex = 13;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -77,7 +79,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(130, 269); this.buttonOK.Location = new System.Drawing.Point(130, 269);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(167, 21); this.buttonOK.Size = new System.Drawing.Size(167, 23);
this.buttonOK.TabIndex = 12; this.buttonOK.TabIndex = 12;
this.buttonOK.Text = "&Generate subtitle"; this.buttonOK.Text = "&Generate subtitle";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -179,21 +181,41 @@
// //
this.timeUpDownDuration.AutoSize = true; this.timeUpDownDuration.AutoSize = true;
this.timeUpDownDuration.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.timeUpDownDuration.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.timeUpDownDuration.Font = new System.Drawing.Font("Segoe UI", 9F);
this.timeUpDownDuration.Location = new System.Drawing.Point(252, 87); this.timeUpDownDuration.Location = new System.Drawing.Point(252, 87);
this.timeUpDownDuration.Margin = new System.Windows.Forms.Padding(4); this.timeUpDownDuration.Margin = new System.Windows.Forms.Padding(4);
this.timeUpDownDuration.Name = "timeUpDownDuration"; this.timeUpDownDuration.Name = "timeUpDownDuration";
this.timeUpDownDuration.Size = new System.Drawing.Size(92, 24); this.timeUpDownDuration.Size = new System.Drawing.Size(96, 27);
this.timeUpDownDuration.TabIndex = 7; this.timeUpDownDuration.TabIndex = 7;
timeCode1.Hours = 0;
timeCode1.Milliseconds = 0;
timeCode1.Minutes = 0;
timeCode1.Seconds = 0;
timeCode1.TimeSpan = System.TimeSpan.Parse("00:00:00");
timeCode1.TotalMilliseconds = 0D;
timeCode1.TotalSeconds = 0D;
this.timeUpDownDuration.TimeCode = timeCode1;
this.timeUpDownDuration.UseVideoOffset = false;
// //
// timeUpDownStartTime // timeUpDownStartTime
// //
this.timeUpDownStartTime.AutoSize = true; this.timeUpDownStartTime.AutoSize = true;
this.timeUpDownStartTime.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.timeUpDownStartTime.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.timeUpDownStartTime.Font = new System.Drawing.Font("Segoe UI", 9F);
this.timeUpDownStartTime.Location = new System.Drawing.Point(118, 86); this.timeUpDownStartTime.Location = new System.Drawing.Point(118, 86);
this.timeUpDownStartTime.Margin = new System.Windows.Forms.Padding(4); this.timeUpDownStartTime.Margin = new System.Windows.Forms.Padding(4);
this.timeUpDownStartTime.Name = "timeUpDownStartTime"; this.timeUpDownStartTime.Name = "timeUpDownStartTime";
this.timeUpDownStartTime.Size = new System.Drawing.Size(92, 24); this.timeUpDownStartTime.Size = new System.Drawing.Size(96, 27);
this.timeUpDownStartTime.TabIndex = 5; this.timeUpDownStartTime.TabIndex = 5;
timeCode2.Hours = 0;
timeCode2.Milliseconds = 0;
timeCode2.Minutes = 0;
timeCode2.Seconds = 0;
timeCode2.TimeSpan = System.TimeSpan.Parse("00:00:00");
timeCode2.TotalMilliseconds = 0D;
timeCode2.TotalSeconds = 0D;
this.timeUpDownStartTime.TimeCode = timeCode2;
this.timeUpDownStartTime.UseVideoOffset = false;
// //
// ExtractDateTimeInfo // ExtractDateTimeInfo
// //

View File

@ -98,7 +98,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(376, 134); this.buttonCancel.Location = new System.Drawing.Point(376, 134);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 2; this.buttonCancel.TabIndex = 2;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -110,7 +110,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(295, 134); this.buttonOK.Location = new System.Drawing.Point(295, 134);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 1; this.buttonOK.TabIndex = 1;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -53,7 +53,7 @@
// //
this.buttonFind.Location = new System.Drawing.Point(207, 11); this.buttonFind.Location = new System.Drawing.Point(207, 11);
this.buttonFind.Name = "buttonFind"; this.buttonFind.Name = "buttonFind";
this.buttonFind.Size = new System.Drawing.Size(89, 21); this.buttonFind.Size = new System.Drawing.Size(89, 23);
this.buttonFind.TabIndex = 1; this.buttonFind.TabIndex = 1;
this.buttonFind.Text = "Find"; this.buttonFind.Text = "Find";
this.buttonFind.UseVisualStyleBackColor = true; this.buttonFind.UseVisualStyleBackColor = true;
@ -62,9 +62,9 @@
// buttonCancel // buttonCancel
// //
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(207, 67); this.buttonCancel.Location = new System.Drawing.Point(207, 69);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(89, 21); this.buttonCancel.Size = new System.Drawing.Size(89, 23);
this.buttonCancel.TabIndex = 3; this.buttonCancel.TabIndex = 3;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -116,7 +116,7 @@
// //
// buttonCount // buttonCount
// //
this.buttonCount.Location = new System.Drawing.Point(207, 38); this.buttonCount.Location = new System.Drawing.Point(207, 40);
this.buttonCount.Name = "buttonCount"; this.buttonCount.Name = "buttonCount";
this.buttonCount.Size = new System.Drawing.Size(89, 23); this.buttonCount.Size = new System.Drawing.Size(89, 23);
this.buttonCount.TabIndex = 2; this.buttonCount.TabIndex = 2;

View File

@ -44,7 +44,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonOK.Location = new System.Drawing.Point(453, 315); this.buttonOK.Location = new System.Drawing.Point(453, 315);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 4; this.buttonOK.TabIndex = 4;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -56,7 +56,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(534, 315); this.buttonCancel.Location = new System.Drawing.Point(534, 315);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 5; this.buttonCancel.TabIndex = 5;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -66,7 +66,7 @@ namespace Nikse.SubtitleEdit.Forms
// //
this.buttonFind.Location = new System.Drawing.Point(196, 32); this.buttonFind.Location = new System.Drawing.Point(196, 32);
this.buttonFind.Name = "buttonFind"; this.buttonFind.Name = "buttonFind";
this.buttonFind.Size = new System.Drawing.Size(75, 21); this.buttonFind.Size = new System.Drawing.Size(75, 23);
this.buttonFind.TabIndex = 1; this.buttonFind.TabIndex = 1;
this.buttonFind.Text = "Find"; this.buttonFind.Text = "Find";
this.buttonFind.UseVisualStyleBackColor = true; this.buttonFind.UseVisualStyleBackColor = true;
@ -85,7 +85,7 @@ namespace Nikse.SubtitleEdit.Forms
// //
this.buttonFindNext.Location = new System.Drawing.Point(277, 32); this.buttonFindNext.Location = new System.Drawing.Point(277, 32);
this.buttonFindNext.Name = "buttonFindNext"; this.buttonFindNext.Name = "buttonFindNext";
this.buttonFindNext.Size = new System.Drawing.Size(75, 21); this.buttonFindNext.Size = new System.Drawing.Size(75, 23);
this.buttonFindNext.TabIndex = 2; this.buttonFindNext.TabIndex = 2;
this.buttonFindNext.Text = "Find next"; this.buttonFindNext.Text = "Find next";
this.buttonFindNext.UseVisualStyleBackColor = true; this.buttonFindNext.UseVisualStyleBackColor = true;

View File

@ -103,7 +103,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(759, 575); this.buttonCancel.Location = new System.Drawing.Point(759, 575);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 10; this.buttonCancel.TabIndex = 10;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -115,7 +115,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonNextFinish.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonNextFinish.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonNextFinish.Location = new System.Drawing.Point(678, 575); this.buttonNextFinish.Location = new System.Drawing.Point(678, 575);
this.buttonNextFinish.Name = "buttonNextFinish"; this.buttonNextFinish.Name = "buttonNextFinish";
this.buttonNextFinish.Size = new System.Drawing.Size(75, 21); this.buttonNextFinish.Size = new System.Drawing.Size(75, 23);
this.buttonNextFinish.TabIndex = 9; this.buttonNextFinish.TabIndex = 9;
this.buttonNextFinish.Text = "&Next >"; this.buttonNextFinish.Text = "&Next >";
this.buttonNextFinish.UseVisualStyleBackColor = true; this.buttonNextFinish.UseVisualStyleBackColor = true;
@ -138,7 +138,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonBack.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonBack.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonBack.Location = new System.Drawing.Point(597, 575); this.buttonBack.Location = new System.Drawing.Point(597, 575);
this.buttonBack.Name = "buttonBack"; this.buttonBack.Name = "buttonBack";
this.buttonBack.Size = new System.Drawing.Size(75, 21); this.buttonBack.Size = new System.Drawing.Size(75, 23);
this.buttonBack.TabIndex = 8; this.buttonBack.TabIndex = 8;
this.buttonBack.Text = "< &Back"; this.buttonBack.Text = "< &Back";
this.buttonBack.UseVisualStyleBackColor = true; this.buttonBack.UseVisualStyleBackColor = true;
@ -167,7 +167,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonResetDefault.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonResetDefault.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonResetDefault.Location = new System.Drawing.Point(193, 530); this.buttonResetDefault.Location = new System.Drawing.Point(193, 530);
this.buttonResetDefault.Name = "buttonResetDefault"; this.buttonResetDefault.Name = "buttonResetDefault";
this.buttonResetDefault.Size = new System.Drawing.Size(100, 21); this.buttonResetDefault.Size = new System.Drawing.Size(100, 23);
this.buttonResetDefault.TabIndex = 12; this.buttonResetDefault.TabIndex = 12;
this.buttonResetDefault.Text = "Select default"; this.buttonResetDefault.Text = "Select default";
this.buttonResetDefault.UseVisualStyleBackColor = true; this.buttonResetDefault.UseVisualStyleBackColor = true;
@ -201,7 +201,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonInverseSelection.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonInverseSelection.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonInverseSelection.Location = new System.Drawing.Point(87, 530); this.buttonInverseSelection.Location = new System.Drawing.Point(87, 530);
this.buttonInverseSelection.Name = "buttonInverseSelection"; this.buttonInverseSelection.Name = "buttonInverseSelection";
this.buttonInverseSelection.Size = new System.Drawing.Size(100, 21); this.buttonInverseSelection.Size = new System.Drawing.Size(100, 23);
this.buttonInverseSelection.TabIndex = 3; this.buttonInverseSelection.TabIndex = 3;
this.buttonInverseSelection.Text = "Inverse selection"; this.buttonInverseSelection.Text = "Inverse selection";
this.buttonInverseSelection.UseVisualStyleBackColor = true; this.buttonInverseSelection.UseVisualStyleBackColor = true;
@ -213,7 +213,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonSelectAll.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonSelectAll.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonSelectAll.Location = new System.Drawing.Point(6, 530); this.buttonSelectAll.Location = new System.Drawing.Point(6, 530);
this.buttonSelectAll.Name = "buttonSelectAll"; this.buttonSelectAll.Name = "buttonSelectAll";
this.buttonSelectAll.Size = new System.Drawing.Size(75, 21); this.buttonSelectAll.Size = new System.Drawing.Size(75, 23);
this.buttonSelectAll.TabIndex = 2; this.buttonSelectAll.TabIndex = 2;
this.buttonSelectAll.Text = "Select all"; this.buttonSelectAll.Text = "Select all";
this.buttonSelectAll.UseVisualStyleBackColor = true; this.buttonSelectAll.UseVisualStyleBackColor = true;
@ -369,7 +369,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonFixesApply.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonFixesApply.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonFixesApply.Location = new System.Drawing.Point(628, 206); this.buttonFixesApply.Location = new System.Drawing.Point(628, 206);
this.buttonFixesApply.Name = "buttonFixesApply"; this.buttonFixesApply.Name = "buttonFixesApply";
this.buttonFixesApply.Size = new System.Drawing.Size(165, 21); this.buttonFixesApply.Size = new System.Drawing.Size(165, 23);
this.buttonFixesApply.TabIndex = 108; this.buttonFixesApply.TabIndex = 108;
this.buttonFixesApply.Text = "Apply &selected fixes"; this.buttonFixesApply.Text = "Apply &selected fixes";
this.buttonFixesApply.UseVisualStyleBackColor = true; this.buttonFixesApply.UseVisualStyleBackColor = true;
@ -381,7 +381,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonRefreshFixes.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonRefreshFixes.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonRefreshFixes.Location = new System.Drawing.Point(457, 206); this.buttonRefreshFixes.Location = new System.Drawing.Point(457, 206);
this.buttonRefreshFixes.Name = "buttonRefreshFixes"; this.buttonRefreshFixes.Name = "buttonRefreshFixes";
this.buttonRefreshFixes.Size = new System.Drawing.Size(165, 21); this.buttonRefreshFixes.Size = new System.Drawing.Size(165, 23);
this.buttonRefreshFixes.TabIndex = 106; this.buttonRefreshFixes.TabIndex = 106;
this.buttonRefreshFixes.Text = "&Refresh available fixes"; this.buttonRefreshFixes.Text = "&Refresh available fixes";
this.buttonRefreshFixes.UseVisualStyleBackColor = true; this.buttonRefreshFixes.UseVisualStyleBackColor = true;
@ -393,7 +393,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonFixesSelectAll.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonFixesSelectAll.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonFixesSelectAll.Location = new System.Drawing.Point(3, 206); this.buttonFixesSelectAll.Location = new System.Drawing.Point(3, 206);
this.buttonFixesSelectAll.Name = "buttonFixesSelectAll"; this.buttonFixesSelectAll.Name = "buttonFixesSelectAll";
this.buttonFixesSelectAll.Size = new System.Drawing.Size(75, 21); this.buttonFixesSelectAll.Size = new System.Drawing.Size(75, 23);
this.buttonFixesSelectAll.TabIndex = 102; this.buttonFixesSelectAll.TabIndex = 102;
this.buttonFixesSelectAll.Text = "Select &all"; this.buttonFixesSelectAll.Text = "Select &all";
this.buttonFixesSelectAll.UseVisualStyleBackColor = true; this.buttonFixesSelectAll.UseVisualStyleBackColor = true;
@ -405,7 +405,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonFixesInverse.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonFixesInverse.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonFixesInverse.Location = new System.Drawing.Point(84, 206); this.buttonFixesInverse.Location = new System.Drawing.Point(84, 206);
this.buttonFixesInverse.Name = "buttonFixesInverse"; this.buttonFixesInverse.Name = "buttonFixesInverse";
this.buttonFixesInverse.Size = new System.Drawing.Size(100, 21); this.buttonFixesInverse.Size = new System.Drawing.Size(100, 23);
this.buttonFixesInverse.TabIndex = 104; this.buttonFixesInverse.TabIndex = 104;
this.buttonFixesInverse.Text = "&Inverse selection"; this.buttonFixesInverse.Text = "&Inverse selection";
this.buttonFixesInverse.UseVisualStyleBackColor = true; this.buttonFixesInverse.UseVisualStyleBackColor = true;
@ -494,9 +494,9 @@ namespace Nikse.SubtitleEdit.Forms
// //
this.buttonSplitLine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonSplitLine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonSplitLine.ForeColor = System.Drawing.Color.Red; this.buttonSplitLine.ForeColor = System.Drawing.Color.Red;
this.buttonSplitLine.Location = new System.Drawing.Point(627, 60); this.buttonSplitLine.Location = new System.Drawing.Point(627, 62);
this.buttonSplitLine.Name = "buttonSplitLine"; this.buttonSplitLine.Name = "buttonSplitLine";
this.buttonSplitLine.Size = new System.Drawing.Size(96, 21); this.buttonSplitLine.Size = new System.Drawing.Size(96, 23);
this.buttonSplitLine.TabIndex = 124; this.buttonSplitLine.TabIndex = 124;
this.buttonSplitLine.Text = "Split line"; this.buttonSplitLine.Text = "Split line";
this.buttonSplitLine.UseVisualStyleBackColor = true; this.buttonSplitLine.UseVisualStyleBackColor = true;
@ -514,9 +514,9 @@ namespace Nikse.SubtitleEdit.Forms
// buttonUnBreak // buttonUnBreak
// //
this.buttonUnBreak.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonUnBreak.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonUnBreak.Location = new System.Drawing.Point(627, 36); this.buttonUnBreak.Location = new System.Drawing.Point(627, 37);
this.buttonUnBreak.Name = "buttonUnBreak"; this.buttonUnBreak.Name = "buttonUnBreak";
this.buttonUnBreak.Size = new System.Drawing.Size(96, 21); this.buttonUnBreak.Size = new System.Drawing.Size(96, 23);
this.buttonUnBreak.TabIndex = 122; this.buttonUnBreak.TabIndex = 122;
this.buttonUnBreak.Text = "&Unbreak"; this.buttonUnBreak.Text = "&Unbreak";
this.buttonUnBreak.UseVisualStyleBackColor = true; this.buttonUnBreak.UseVisualStyleBackColor = true;
@ -527,7 +527,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonAutoBreak.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonAutoBreak.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonAutoBreak.Location = new System.Drawing.Point(627, 12); this.buttonAutoBreak.Location = new System.Drawing.Point(627, 12);
this.buttonAutoBreak.Name = "buttonAutoBreak"; this.buttonAutoBreak.Name = "buttonAutoBreak";
this.buttonAutoBreak.Size = new System.Drawing.Size(96, 21); this.buttonAutoBreak.Size = new System.Drawing.Size(96, 23);
this.buttonAutoBreak.TabIndex = 120; this.buttonAutoBreak.TabIndex = 120;
this.buttonAutoBreak.Text = "Auto &br"; this.buttonAutoBreak.Text = "Auto &br";
this.buttonAutoBreak.UseVisualStyleBackColor = true; this.buttonAutoBreak.UseVisualStyleBackColor = true;
@ -695,8 +695,8 @@ namespace Nikse.SubtitleEdit.Forms
this.Controls.Add(this.buttonBack); this.Controls.Add(this.buttonBack);
this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonNextFinish); this.Controls.Add(this.buttonNextFinish);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBoxStep1); this.Controls.Add(this.groupBoxStep1);
this.Controls.Add(this.groupBox2);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.KeyPreview = true; this.KeyPreview = true;
this.MaximizeBox = false; this.MaximizeBox = false;

View File

@ -147,10 +147,10 @@
<value>3</value> <value>3</value>
</data> </data>
<data name="buttonOK.Location" type="System.Drawing.Point, System.Drawing"> <data name="buttonOK.Location" type="System.Drawing.Point, System.Drawing">
<value>15, 51</value> <value>12, 52</value>
</data> </data>
<data name="buttonOK.Size" type="System.Drawing.Size, System.Drawing"> <data name="buttonOK.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 21</value> <value>75, 23</value>
</data> </data>
<data name="buttonOK.TabIndex" type="System.Int32, mscorlib"> <data name="buttonOK.TabIndex" type="System.Int32, mscorlib">
<value>1</value> <value>1</value>
@ -196,10 +196,10 @@
<value>NoControl</value> <value>NoControl</value>
</data> </data>
<data name="buttonCancel.Location" type="System.Drawing.Point, System.Drawing"> <data name="buttonCancel.Location" type="System.Drawing.Point, System.Drawing">
<value>96, 51</value> <value>93, 52</value>
</data> </data>
<data name="buttonCancel.Size" type="System.Drawing.Size, System.Drawing"> <data name="buttonCancel.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 21</value> <value>75, 23</value>
</data> </data>
<data name="buttonCancel.TabIndex" type="System.Int32, mscorlib"> <data name="buttonCancel.TabIndex" type="System.Int32, mscorlib">
<value>2</value> <value>2</value>
@ -226,7 +226,7 @@
<value>6, 13</value> <value>6, 13</value>
</data> </data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing"> <data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>235, 84</value> <value>243, 88</value>
</data> </data>
<data name="$this.Font" type="System.Drawing.Font, System.Drawing"> <data name="$this.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8.25pt</value> <value>Tahoma, 8.25pt</value>

View File

@ -66,7 +66,7 @@
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(551, 227); this.buttonCancel.Location = new System.Drawing.Point(551, 227);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 6; this.buttonCancel.TabIndex = 6;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -102,7 +102,7 @@
// //
this.buttonTranslate.Location = new System.Drawing.Point(553, 12); this.buttonTranslate.Location = new System.Drawing.Point(553, 12);
this.buttonTranslate.Name = "buttonTranslate"; this.buttonTranslate.Name = "buttonTranslate";
this.buttonTranslate.Size = new System.Drawing.Size(75, 21); this.buttonTranslate.Size = new System.Drawing.Size(75, 23);
this.buttonTranslate.TabIndex = 2; this.buttonTranslate.TabIndex = 2;
this.buttonTranslate.Text = "Translate"; this.buttonTranslate.Text = "Translate";
this.buttonTranslate.UseVisualStyleBackColor = true; this.buttonTranslate.UseVisualStyleBackColor = true;

View File

@ -85,7 +85,7 @@ namespace Nikse.SubtitleEdit.Forms
// //
this.buttonTranslate.Location = new System.Drawing.Point(624, 34); this.buttonTranslate.Location = new System.Drawing.Point(624, 34);
this.buttonTranslate.Name = "buttonTranslate"; this.buttonTranslate.Name = "buttonTranslate";
this.buttonTranslate.Size = new System.Drawing.Size(75, 21); this.buttonTranslate.Size = new System.Drawing.Size(75, 23);
this.buttonTranslate.TabIndex = 5; this.buttonTranslate.TabIndex = 5;
this.buttonTranslate.Text = "Translate"; this.buttonTranslate.Text = "Translate";
this.buttonTranslate.UseVisualStyleBackColor = true; this.buttonTranslate.UseVisualStyleBackColor = true;
@ -96,7 +96,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.Location = new System.Drawing.Point(754, 529); this.buttonOK.Location = new System.Drawing.Point(754, 529);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 6; this.buttonOK.TabIndex = 6;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -108,7 +108,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(835, 529); this.buttonCancel.Location = new System.Drawing.Point(835, 529);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 7; this.buttonCancel.TabIndex = 7;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;

View File

@ -26,6 +26,8 @@
this.numericUpDownPixelsBottom = new System.Windows.Forms.NumericUpDown(); this.numericUpDownPixelsBottom = new System.Windows.Forms.NumericUpDown();
this.label4 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label();
this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.contextMenuStripScreenshot = new System.Windows.Forms.ContextMenuStrip(this.components);
this.saveImageAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.labelClickOnTextColor = new System.Windows.Forms.Label(); this.labelClickOnTextColor = new System.Windows.Forms.Label();
this.openFileDialogVideo = new System.Windows.Forms.OpenFileDialog(); this.openFileDialogVideo = new System.Windows.Forms.OpenFileDialog();
this.buttonCancel = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button();
@ -45,17 +47,15 @@
this.colorDialog1 = new System.Windows.Forms.ColorDialog(); this.colorDialog1 = new System.Windows.Forms.ColorDialog();
this.buttonStop = new System.Windows.Forms.Button(); this.buttonStop = new System.Windows.Forms.Button();
this.mediaPlayer = new Nikse.SubtitleEdit.Controls.VideoPlayerContainer(); this.mediaPlayer = new Nikse.SubtitleEdit.Controls.VideoPlayerContainer();
this.contextMenuStripScreenshot = new System.Windows.Forms.ContextMenuStrip(this.components);
this.saveImageAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.groupBox1.SuspendLayout(); this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxCustomColor)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCustomColor)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownCustomMaxDiff)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownCustomMaxDiff)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownPixelsBottom)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPixelsBottom)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.contextMenuStripScreenshot.SuspendLayout();
this.groupBox2.SuspendLayout(); this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout(); this.groupBox3.SuspendLayout();
this.contextMenuStripScreenshot.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// groupBox1 // groupBox1
@ -176,6 +176,20 @@
this.pictureBox2.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox2_Paint); this.pictureBox2.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox2_Paint);
this.pictureBox2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pictureBox2_MouseClick); this.pictureBox2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pictureBox2_MouseClick);
// //
// contextMenuStripScreenshot
//
this.contextMenuStripScreenshot.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.saveImageAsToolStripMenuItem});
this.contextMenuStripScreenshot.Name = "contextMenuStripScreenshot";
this.contextMenuStripScreenshot.Size = new System.Drawing.Size(158, 26);
//
// saveImageAsToolStripMenuItem
//
this.saveImageAsToolStripMenuItem.Name = "saveImageAsToolStripMenuItem";
this.saveImageAsToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
this.saveImageAsToolStripMenuItem.Text = "Save image as...";
this.saveImageAsToolStripMenuItem.Click += new System.EventHandler(this.saveImageAsToolStripMenuItem_Click);
//
// labelClickOnTextColor // labelClickOnTextColor
// //
this.labelClickOnTextColor.AutoSize = true; this.labelClickOnTextColor.AutoSize = true;
@ -193,7 +207,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(797, 695); this.buttonCancel.Location = new System.Drawing.Point(797, 695);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 25; this.buttonCancel.TabIndex = 25;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -205,7 +219,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(716, 695); this.buttonOK.Location = new System.Drawing.Point(716, 695);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 24; this.buttonOK.TabIndex = 24;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -336,6 +350,7 @@
this.mediaPlayer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18))))); this.mediaPlayer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18)))));
this.mediaPlayer.CurrentPosition = 0D; this.mediaPlayer.CurrentPosition = 0D;
this.mediaPlayer.FontSizeFactor = 1F; this.mediaPlayer.FontSizeFactor = 1F;
this.mediaPlayer.LastParagraph = null;
this.mediaPlayer.Location = new System.Drawing.Point(369, 19); this.mediaPlayer.Location = new System.Drawing.Point(369, 19);
this.mediaPlayer.Margin = new System.Windows.Forms.Padding(0); this.mediaPlayer.Margin = new System.Windows.Forms.Padding(0);
this.mediaPlayer.Name = "mediaPlayer"; this.mediaPlayer.Name = "mediaPlayer";
@ -343,6 +358,7 @@
this.mediaPlayer.ShowMuteButton = true; this.mediaPlayer.ShowMuteButton = true;
this.mediaPlayer.ShowStopButton = true; this.mediaPlayer.ShowStopButton = true;
this.mediaPlayer.Size = new System.Drawing.Size(503, 247); this.mediaPlayer.Size = new System.Drawing.Size(503, 247);
this.mediaPlayer.SmpteMode = false;
this.mediaPlayer.SubtitleText = ""; this.mediaPlayer.SubtitleText = "";
this.mediaPlayer.TabIndex = 23; this.mediaPlayer.TabIndex = 23;
this.mediaPlayer.TextRightToLeft = System.Windows.Forms.RightToLeft.No; this.mediaPlayer.TextRightToLeft = System.Windows.Forms.RightToLeft.No;
@ -351,20 +367,6 @@
this.mediaPlayer.VideoWidth = 0; this.mediaPlayer.VideoWidth = 0;
this.mediaPlayer.Volume = 0D; this.mediaPlayer.Volume = 0D;
// //
// contextMenuStripScreenshot
//
this.contextMenuStripScreenshot.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.saveImageAsToolStripMenuItem});
this.contextMenuStripScreenshot.Name = "contextMenuStripScreenshot";
this.contextMenuStripScreenshot.Size = new System.Drawing.Size(158, 26);
//
// saveImageAsToolStripMenuItem
//
this.saveImageAsToolStripMenuItem.Name = "saveImageAsToolStripMenuItem";
this.saveImageAsToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
this.saveImageAsToolStripMenuItem.Text = "Save image as...";
this.saveImageAsToolStripMenuItem.Click += new System.EventHandler(this.saveImageAsToolStripMenuItem_Click);
//
// HardSubExtract // HardSubExtract
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -397,11 +399,11 @@
((System.ComponentModel.ISupportInitialize)(this.numericUpDownCustomMaxDiff)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownCustomMaxDiff)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownPixelsBottom)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPixelsBottom)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.contextMenuStripScreenshot.ResumeLayout(false);
this.groupBox2.ResumeLayout(false); this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout(); this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false); this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout(); this.groupBox3.PerformLayout();
this.contextMenuStripScreenshot.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();

View File

@ -38,12 +38,12 @@
this.columnHeaderStartTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeaderStartTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeaderEndTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeaderEndTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeaderDuration = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeaderDuration = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.buttonOK = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.removeAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.removeAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.buttonOK = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.groupBoxInput.SuspendLayout(); this.groupBoxInput.SuspendLayout();
this.contextMenuStrip1.SuspendLayout(); this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
@ -132,33 +132,6 @@
this.columnHeaderDuration.Text = "Duration"; this.columnHeaderDuration.Text = "Duration";
this.columnHeaderDuration.Width = 100; this.columnHeaderDuration.Width = 100;
// //
// buttonOK
//
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.Location = new System.Drawing.Point(951, 570);
this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21);
this.buttonOK.TabIndex = 7;
this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true;
this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
//
// buttonCancel
//
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(1032, 570);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21);
this.buttonCancel.TabIndex = 8;
this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// contextMenuStrip1 // contextMenuStrip1
// //
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
@ -182,6 +155,33 @@
this.removeAllToolStripMenuItem.Text = "Remove all"; this.removeAllToolStripMenuItem.Text = "Remove all";
this.removeAllToolStripMenuItem.Click += new System.EventHandler(this.removeAllToolStripMenuItem_Click); this.removeAllToolStripMenuItem.Click += new System.EventHandler(this.removeAllToolStripMenuItem_Click);
// //
// buttonOK
//
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.Location = new System.Drawing.Point(951, 570);
this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 7;
this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true;
this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
//
// buttonCancel
//
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(1032, 570);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 8;
this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// ImportImages // ImportImages
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);

View File

@ -95,7 +95,7 @@
this.buttonOpenText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonOpenText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOpenText.Location = new System.Drawing.Point(475, 19); this.buttonOpenText.Location = new System.Drawing.Point(475, 19);
this.buttonOpenText.Name = "buttonOpenText"; this.buttonOpenText.Name = "buttonOpenText";
this.buttonOpenText.Size = new System.Drawing.Size(143, 21); this.buttonOpenText.Size = new System.Drawing.Size(143, 23);
this.buttonOpenText.TabIndex = 4; this.buttonOpenText.TabIndex = 4;
this.buttonOpenText.Text = "Open file..."; this.buttonOpenText.Text = "Open file...";
this.buttonOpenText.UseVisualStyleBackColor = true; this.buttonOpenText.UseVisualStyleBackColor = true;
@ -582,7 +582,7 @@
this.buttonRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonRefresh.Location = new System.Drawing.Point(774, 735); this.buttonRefresh.Location = new System.Drawing.Point(774, 735);
this.buttonRefresh.Name = "buttonRefresh"; this.buttonRefresh.Name = "buttonRefresh";
this.buttonRefresh.Size = new System.Drawing.Size(102, 21); this.buttonRefresh.Size = new System.Drawing.Size(102, 23);
this.buttonRefresh.TabIndex = 103; this.buttonRefresh.TabIndex = 103;
this.buttonRefresh.Text = "Refresh"; this.buttonRefresh.Text = "Refresh";
this.buttonRefresh.UseVisualStyleBackColor = true; this.buttonRefresh.UseVisualStyleBackColor = true;
@ -652,7 +652,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(963, 735); this.buttonCancel.Location = new System.Drawing.Point(963, 735);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 105; this.buttonCancel.TabIndex = 105;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -664,7 +664,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(882, 735); this.buttonOK.Location = new System.Drawing.Point(882, 735);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 104; this.buttonOK.TabIndex = 104;
this.buttonOK.Text = "&Next >"; this.buttonOK.Text = "&Next >";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -54,7 +54,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(858, 603); this.buttonCancel.Location = new System.Drawing.Point(858, 603);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 9; this.buttonCancel.TabIndex = 9;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -66,7 +66,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(777, 603); this.buttonOK.Location = new System.Drawing.Point(777, 603);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 8; this.buttonOK.TabIndex = 8;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -87,6 +87,7 @@
// //
// SubtitleListview1 // SubtitleListview1
// //
this.SubtitleListview1.AllowColumnReorder = true;
this.SubtitleListview1.AllowDrop = true; this.SubtitleListview1.AllowDrop = true;
this.SubtitleListview1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 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.Left)
@ -95,12 +96,16 @@
this.SubtitleListview1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.SubtitleListview1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.SubtitleListview1.FullRowSelect = true; this.SubtitleListview1.FullRowSelect = true;
this.SubtitleListview1.GridLines = true; this.SubtitleListview1.GridLines = true;
this.SubtitleListview1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.SubtitleListview1.HideSelection = false; this.SubtitleListview1.HideSelection = false;
this.SubtitleListview1.Location = new System.Drawing.Point(6, 19); this.SubtitleListview1.Location = new System.Drawing.Point(6, 19);
this.SubtitleListview1.MultiSelect = false; this.SubtitleListview1.MultiSelect = false;
this.SubtitleListview1.Name = "SubtitleListview1"; this.SubtitleListview1.Name = "SubtitleListview1";
this.SubtitleListview1.OwnerDraw = true; this.SubtitleListview1.OwnerDraw = true;
this.SubtitleListview1.Size = new System.Drawing.Size(909, 187); this.SubtitleListview1.Size = new System.Drawing.Size(909, 187);
this.SubtitleListview1.SubtitleFontBold = false;
this.SubtitleListview1.SubtitleFontName = "Tahoma";
this.SubtitleListview1.SubtitleFontSize = 8;
this.SubtitleListview1.TabIndex = 0; this.SubtitleListview1.TabIndex = 0;
this.SubtitleListview1.UseCompatibleStateImageBehavior = false; this.SubtitleListview1.UseCompatibleStateImageBehavior = false;
this.SubtitleListview1.UseSyntaxColoring = true; this.SubtitleListview1.UseSyntaxColoring = true;
@ -167,7 +172,7 @@
this.buttonRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonRefresh.Location = new System.Drawing.Point(6, 124); this.buttonRefresh.Location = new System.Drawing.Point(6, 124);
this.buttonRefresh.Name = "buttonRefresh"; this.buttonRefresh.Name = "buttonRefresh";
this.buttonRefresh.Size = new System.Drawing.Size(102, 21); this.buttonRefresh.Size = new System.Drawing.Size(102, 23);
this.buttonRefresh.TabIndex = 6; this.buttonRefresh.TabIndex = 6;
this.buttonRefresh.Text = "Refresh"; this.buttonRefresh.Text = "Refresh";
this.buttonRefresh.UseVisualStyleBackColor = true; this.buttonRefresh.UseVisualStyleBackColor = true;
@ -204,7 +209,7 @@
this.buttonOpenText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonOpenText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOpenText.Location = new System.Drawing.Point(419, 15); this.buttonOpenText.Location = new System.Drawing.Point(419, 15);
this.buttonOpenText.Name = "buttonOpenText"; this.buttonOpenText.Name = "buttonOpenText";
this.buttonOpenText.Size = new System.Drawing.Size(143, 21); this.buttonOpenText.Size = new System.Drawing.Size(143, 23);
this.buttonOpenText.TabIndex = 0; this.buttonOpenText.TabIndex = 0;
this.buttonOpenText.Text = "Open file..."; this.buttonOpenText.Text = "Open file...";
this.buttonOpenText.UseVisualStyleBackColor = true; this.buttonOpenText.UseVisualStyleBackColor = true;

View File

@ -55,7 +55,7 @@
this.buttonRemove.Enabled = false; this.buttonRemove.Enabled = false;
this.buttonRemove.Location = new System.Drawing.Point(159, 16); this.buttonRemove.Location = new System.Drawing.Point(159, 16);
this.buttonRemove.Name = "buttonRemove"; this.buttonRemove.Name = "buttonRemove";
this.buttonRemove.Size = new System.Drawing.Size(75, 21); this.buttonRemove.Size = new System.Drawing.Size(75, 23);
this.buttonRemove.TabIndex = 22; this.buttonRemove.TabIndex = 22;
this.buttonRemove.Text = "Remove"; this.buttonRemove.Text = "Remove";
this.buttonRemove.UseVisualStyleBackColor = true; this.buttonRemove.UseVisualStyleBackColor = true;
@ -84,7 +84,7 @@
this.buttonAdd.Enabled = false; this.buttonAdd.Enabled = false;
this.buttonAdd.Location = new System.Drawing.Point(159, 219); this.buttonAdd.Location = new System.Drawing.Point(159, 219);
this.buttonAdd.Name = "buttonAdd"; this.buttonAdd.Name = "buttonAdd";
this.buttonAdd.Size = new System.Drawing.Size(75, 21); this.buttonAdd.Size = new System.Drawing.Size(75, 23);
this.buttonAdd.TabIndex = 26; this.buttonAdd.TabIndex = 26;
this.buttonAdd.Text = "Add"; this.buttonAdd.Text = "Add";
this.buttonAdd.UseVisualStyleBackColor = true; this.buttonAdd.UseVisualStyleBackColor = true;
@ -95,7 +95,7 @@
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(178, 281); this.buttonCancel.Location = new System.Drawing.Point(178, 281);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 5; this.buttonCancel.TabIndex = 5;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -105,7 +105,7 @@
this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonOK.Location = new System.Drawing.Point(99, 281); this.buttonOK.Location = new System.Drawing.Point(99, 281);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 4; this.buttonOK.TabIndex = 4;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -147,7 +147,7 @@
this.buttonClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonClear.Location = new System.Drawing.Point(682, 73); this.buttonClear.Location = new System.Drawing.Point(682, 73);
this.buttonClear.Name = "buttonClear"; this.buttonClear.Name = "buttonClear";
this.buttonClear.Size = new System.Drawing.Size(74, 21); this.buttonClear.Size = new System.Drawing.Size(74, 23);
this.buttonClear.TabIndex = 104; this.buttonClear.TabIndex = 104;
this.buttonClear.Text = "Clear"; this.buttonClear.Text = "Clear";
this.buttonClear.UseVisualStyleBackColor = true; this.buttonClear.UseVisualStyleBackColor = true;
@ -158,7 +158,7 @@
this.buttonRemoveFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonRemoveFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonRemoveFile.Location = new System.Drawing.Point(683, 46); this.buttonRemoveFile.Location = new System.Drawing.Point(683, 46);
this.buttonRemoveFile.Name = "buttonRemoveFile"; this.buttonRemoveFile.Name = "buttonRemoveFile";
this.buttonRemoveFile.Size = new System.Drawing.Size(74, 21); this.buttonRemoveFile.Size = new System.Drawing.Size(74, 23);
this.buttonRemoveFile.TabIndex = 103; this.buttonRemoveFile.TabIndex = 103;
this.buttonRemoveFile.Text = "Remove"; this.buttonRemoveFile.Text = "Remove";
this.buttonRemoveFile.UseVisualStyleBackColor = true; this.buttonRemoveFile.UseVisualStyleBackColor = true;
@ -169,7 +169,7 @@
this.buttonAddFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonAddFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonAddFile.Location = new System.Drawing.Point(683, 19); this.buttonAddFile.Location = new System.Drawing.Point(683, 19);
this.buttonAddFile.Name = "buttonAddFile"; this.buttonAddFile.Name = "buttonAddFile";
this.buttonAddFile.Size = new System.Drawing.Size(73, 21); this.buttonAddFile.Size = new System.Drawing.Size(73, 23);
this.buttonAddFile.TabIndex = 102; this.buttonAddFile.TabIndex = 102;
this.buttonAddFile.Text = "Add..."; this.buttonAddFile.Text = "Add...";
this.buttonAddFile.UseVisualStyleBackColor = true; this.buttonAddFile.UseVisualStyleBackColor = true;

File diff suppressed because it is too large Load Diff

View File

@ -462,20 +462,20 @@
<data name="toolStripButtonNetflixQualityCheck.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="toolStripButtonNetflixQualityCheck.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALoSURBVFhHtZfLaxRBEMZbd17tbmZ2ZjpHwasePHvQuxfv YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALnSURBVFhHtZfPaxNBFMdHs7/GpNns7vQoeNWDZw969+Ld
HvwDvHj3IORofEQEhSyYgIZg4iPZXYKgGFw8hRAFhSSERNzszI7gQbxEBB8Zq5aeZdJTAfcxH3ynrpr6 g3+AF+8ehB6txYqg0IAtaCm2/miTUATFYvBUShUU2lJaMc3+EDyIl4rgj67vhdmwnbyC2WS/8D3Ne/s+
bfVUTy87TBuWF0dcZNzSyudkCKm64cSUxxjTZMj/6Y1ZJgHapr8gQ0hRxdE9AywBwI7lZwDWufjTNJ0T ebNvdsKO0qblxhEXPW5rlQsyhFTDsGPKY4xpMuT/9MaskACh6S3KEFJUcXTfAMsAsGt5PQAbXPxpmfYp
Miwjqji6Z4Axw9lfNuguhNyfkGEZUcXRfQHMaXbcIroQmeL7OmMlGXpAVHF0XwBV3Y4bhpsFAAfm6BUZ GdYjqji6b4Axwz5YMeguBNyblGE9ooqjMwHMa+W4TXQhMsX3DcZKMvSQqOLoTAA1vRw3DacXAOybo9dk
ekBUcXRfAJg4XbBJgMhyt+GhR2V4V2rhxH0DTME2rJn0SLaN8gUZ3pVaOHHfAE9gG2Y0hwQILLEsw7tS 6CFRxdGZADBxplAmASLL2YGHHpfhXamFE2cGmIZtWDfpkQyNyiUZ3pVaOHFmgCewDbOaTQL4lliR4V2p
CyfuGwB9szASbxIH0y0u9kO9fFqmdJQumvZAAJPaSLyo010ILX9KpnSULpr2QAAz8B7chi58pkaSOz+3 hRNnBkBPFEbiLeJgmuDiINArZ2VKR+miaQ8EMKWNxEs63YXA8qZlSkfpomkPBDAL78Ft6MJnaiS5/XOH
WWlUpuUDgOM4DgCvDjmY2pa4JtPYM4hNF048EAD6LgDcA0PBXypApDtf4GAyMO8hdCudl3hgABxH7ELI lUZlWj4AOI7jAPDqiIMptMQNmcaeQWy6cOKBANB3AeAeGAr+UgEi3f4CB5OBeQ+hW+m8xAMD4DhiFwLu
vbkMADi0ypcw7z7EpPMSDwyA49gB0LwzJIAp3mHeDYhZJLZhYAA0jiOuRYa/QkG0NPcsQuJLq+YOBQDH zvcAgAOrcgXz7kNMOi/xwAA4jh0AzT1HApjiHebdgpglYhsGBkDjOOJaZHirFERbc84jJL60au5QAHAc
EdcCXVykAOCu8BwBME7NHQoA/jJca8DDIu4HKgDeFfAdwE7h5KRzhwKAD5XLLLTcqyoA+jWMKnZhNg8A cc3XxWUKAO4KzxEA49TcoQDgL8O1Jjws4p6vAuBdAd8B7BROTjp3KAD4ULnMAsu5rgKgX8OoYhfm8gBA
tFxmAbO9LV76oQLswmGFh1ZF2YahA6AiS1RUAHRNL8cTAJHOywWgaXgn8YOkAmxBF3AcH6e2IRcAVNvy y2Xms7K7zUs/VIA9OKzw0Koq2zB0AFRkiaoKgK7rlXgSINJ5uQC0DPc0fpBUgG3oAo7j49Q25AKACi3v
X6oA6Fn4hD9IbUNuAMEx9zwF8B4uMXdS25AbAOhIyMUmBVGBsZ2X25AnAGtz/zIF8BYutPgNwbxcAT4w pQqAnoNP+IPUNuQG4J9wLlIA7+EScye1DbkBgI4FXGxREFUY2wW5DXkCsJB7VymAt3ChxW8I5uUK8IGx
VoSr+jcVIICXcVJuQ64AqDYX4yoA+gWM5FPYhvwBmHu8ycVvFeATdOERbEPuACj4yzavAqBrcJ/sGWDB IlzVv6kAPryMU3IbcgVAhVyMqwDoFzCST2Eb8gdgzskWF79VgE/QhUewDbkDoOAv24IKgK7DfbJvgEWj
KO7VC8VmXXdWa7q9VDXs6aruXJfLpHYN79Sq4ayswZ+Wj7r7dYMX93agKw0u/tIAjP0D/Iqs2y6eJnwA uN8oFFsN3V6r6+XlmlGeqen2TblMas9wz6wZ9uo6/Gn5qDtfN3lxfxe60uTiLw3A2D/sZ6zZ2YzHwwAA
AAAASUVORK5CYII= AABJRU5ErkJggg==
</value> </value>
</data> </data>
<data name="toolStripButtonSettings.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="toolStripButtonSettings.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -771,7 +771,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAD2 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAD2
CAAAAk1TRnQBSQFMAgEBAgEAAXgBJgF4ASYBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo CAAAAk1TRnQBSQFMAgEBAgEAAYABJgGAASYBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA

View File

@ -41,7 +41,7 @@
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(362, 250); this.buttonCancel.Location = new System.Drawing.Point(362, 250);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 46; this.buttonCancel.TabIndex = 46;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = false; this.buttonCancel.UseVisualStyleBackColor = false;
@ -51,7 +51,7 @@
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.Location = new System.Drawing.Point(281, 250); this.buttonOK.Location = new System.Drawing.Point(281, 250);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 45; this.buttonOK.TabIndex = 45;
this.buttonOK.Text = "OK"; this.buttonOK.Text = "OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -42,9 +42,9 @@
// //
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(323, 145); this.buttonOK.Location = new System.Drawing.Point(323, 143);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 2; this.buttonOK.TabIndex = 2;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -70,6 +70,7 @@
this.columnHeader5, this.columnHeader5,
this.columnHeaderText}); this.columnHeaderText});
this.listViewFixes.FullRowSelect = true; this.listViewFixes.FullRowSelect = true;
this.listViewFixes.HideSelection = false;
this.listViewFixes.Location = new System.Drawing.Point(6, 19); this.listViewFixes.Location = new System.Drawing.Point(6, 19);
this.listViewFixes.Name = "listViewFixes"; this.listViewFixes.Name = "listViewFixes";
this.listViewFixes.Size = new System.Drawing.Size(1013, 177); this.listViewFixes.Size = new System.Drawing.Size(1013, 177);
@ -94,7 +95,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(884, 692); this.buttonOK.Location = new System.Drawing.Point(884, 692);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 41; this.buttonOK.TabIndex = 41;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -107,7 +108,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(965, 692); this.buttonCancel.Location = new System.Drawing.Point(965, 692);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 42; this.buttonCancel.TabIndex = 42;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -155,6 +156,7 @@
// //
// SubtitleListview1 // SubtitleListview1
// //
this.SubtitleListview1.AllowColumnReorder = true;
this.SubtitleListview1.AllowDrop = true; this.SubtitleListview1.AllowDrop = true;
this.SubtitleListview1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 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.Left)
@ -163,6 +165,7 @@
this.SubtitleListview1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.SubtitleListview1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.SubtitleListview1.FullRowSelect = true; this.SubtitleListview1.FullRowSelect = true;
this.SubtitleListview1.GridLines = true; this.SubtitleListview1.GridLines = true;
this.SubtitleListview1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.SubtitleListview1.HideSelection = false; this.SubtitleListview1.HideSelection = false;
this.SubtitleListview1.Location = new System.Drawing.Point(12, 257); this.SubtitleListview1.Location = new System.Drawing.Point(12, 257);
this.SubtitleListview1.Name = "SubtitleListview1"; this.SubtitleListview1.Name = "SubtitleListview1";

View File

@ -54,7 +54,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(608, 562); this.buttonOK.Location = new System.Drawing.Point(608, 562);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 6; this.buttonOK.TabIndex = 6;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -67,7 +67,7 @@ namespace Nikse.SubtitleEdit.Forms
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(689, 562); this.buttonCancel.Location = new System.Drawing.Point(689, 562);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 8; this.buttonCancel.TabIndex = 8;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;

View File

@ -103,6 +103,7 @@
this.columnHeader5, this.columnHeader5,
this.columnHeaderText}); this.columnHeaderText});
this.listViewFixes.FullRowSelect = true; this.listViewFixes.FullRowSelect = true;
this.listViewFixes.HideSelection = false;
this.listViewFixes.Location = new System.Drawing.Point(6, 19); this.listViewFixes.Location = new System.Drawing.Point(6, 19);
this.listViewFixes.Name = "listViewFixes"; this.listViewFixes.Name = "listViewFixes";
this.listViewFixes.Size = new System.Drawing.Size(971, 177); this.listViewFixes.Size = new System.Drawing.Size(971, 177);
@ -132,7 +133,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(836, 501); this.buttonOK.Location = new System.Drawing.Point(836, 501);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 51; this.buttonOK.TabIndex = 51;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -145,7 +146,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(917, 501); this.buttonCancel.Location = new System.Drawing.Point(917, 501);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 52; this.buttonCancel.TabIndex = 52;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;

View File

@ -34,6 +34,7 @@
this.radioButtonAddToSelection = new System.Windows.Forms.RadioButton(); this.radioButtonAddToSelection = new System.Windows.Forms.RadioButton();
this.radioButtonNewSelection = new System.Windows.Forms.RadioButton(); this.radioButtonNewSelection = new System.Windows.Forms.RadioButton();
this.groupBoxRule = new System.Windows.Forms.GroupBox(); this.groupBoxRule = new System.Windows.Forms.GroupBox();
this.numericUpDownDuration = new System.Windows.Forms.NumericUpDown();
this.checkBoxCaseSensitive = new System.Windows.Forms.CheckBox(); this.checkBoxCaseSensitive = new System.Windows.Forms.CheckBox();
this.textBoxText = new System.Windows.Forms.TextBox(); this.textBoxText = new System.Windows.Forms.TextBox();
this.comboBoxRule = new System.Windows.Forms.ComboBox(); this.comboBoxRule = new System.Windows.Forms.ComboBox();
@ -49,11 +50,10 @@
this.columnHeaderText = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeaderText = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeaderStyle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeaderStyle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.labelInfo = new System.Windows.Forms.Label(); this.labelInfo = new System.Windows.Forms.Label();
this.numericUpDownDuration = new System.Windows.Forms.NumericUpDown();
this.groupBoxWhatToDo.SuspendLayout(); this.groupBoxWhatToDo.SuspendLayout();
this.groupBoxRule.SuspendLayout(); this.groupBoxRule.SuspendLayout();
this.groupBoxPreview.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownDuration)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDuration)).BeginInit();
this.groupBoxPreview.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// groupBoxWhatToDo // groupBoxWhatToDo
@ -131,6 +131,19 @@
this.groupBoxRule.TabStop = false; this.groupBoxRule.TabStop = false;
this.groupBoxRule.Text = "Rule"; this.groupBoxRule.Text = "Rule";
// //
// numericUpDownDuration
//
this.numericUpDownDuration.Location = new System.Drawing.Point(198, 22);
this.numericUpDownDuration.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.numericUpDownDuration.Name = "numericUpDownDuration";
this.numericUpDownDuration.Size = new System.Drawing.Size(82, 20);
this.numericUpDownDuration.TabIndex = 4;
this.numericUpDownDuration.ValueChanged += new System.EventHandler(this.numericUpDownDuration_ValueChanged);
//
// checkBoxCaseSensitive // checkBoxCaseSensitive
// //
this.checkBoxCaseSensitive.AutoSize = true; this.checkBoxCaseSensitive.AutoSize = true;
@ -173,6 +186,7 @@
this.columnHeaderStyleName}); this.columnHeaderStyleName});
this.listViewStyles.FullRowSelect = true; this.listViewStyles.FullRowSelect = true;
this.listViewStyles.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.listViewStyles.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.listViewStyles.HideSelection = false;
this.listViewStyles.Location = new System.Drawing.Point(198, 21); this.listViewStyles.Location = new System.Drawing.Point(198, 21);
this.listViewStyles.Name = "listViewStyles"; this.listViewStyles.Name = "listViewStyles";
this.listViewStyles.Size = new System.Drawing.Size(158, 108); this.listViewStyles.Size = new System.Drawing.Size(158, 108);
@ -187,7 +201,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(621, 446); this.buttonCancel.Location = new System.Drawing.Point(621, 446);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 6; this.buttonCancel.TabIndex = 6;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -199,7 +213,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(540, 446); this.buttonOK.Location = new System.Drawing.Point(540, 446);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 5; this.buttonOK.TabIndex = 5;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -211,7 +225,7 @@
this.buttonApply.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonApply.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonApply.Location = new System.Drawing.Point(702, 446); this.buttonApply.Location = new System.Drawing.Point(702, 446);
this.buttonApply.Name = "buttonApply"; this.buttonApply.Name = "buttonApply";
this.buttonApply.Size = new System.Drawing.Size(89, 21); this.buttonApply.Size = new System.Drawing.Size(89, 23);
this.buttonApply.TabIndex = 7; this.buttonApply.TabIndex = 7;
this.buttonApply.Text = "&Apply"; this.buttonApply.Text = "&Apply";
this.buttonApply.UseVisualStyleBackColor = true; this.buttonApply.UseVisualStyleBackColor = true;
@ -240,6 +254,7 @@
this.columnHeaderStyle}); this.columnHeaderStyle});
this.listViewFixes.Dock = System.Windows.Forms.DockStyle.Fill; this.listViewFixes.Dock = System.Windows.Forms.DockStyle.Fill;
this.listViewFixes.FullRowSelect = true; this.listViewFixes.FullRowSelect = true;
this.listViewFixes.HideSelection = false;
this.listViewFixes.Location = new System.Drawing.Point(3, 16); this.listViewFixes.Location = new System.Drawing.Point(3, 16);
this.listViewFixes.Name = "listViewFixes"; this.listViewFixes.Name = "listViewFixes";
this.listViewFixes.Size = new System.Drawing.Size(773, 267); this.listViewFixes.Size = new System.Drawing.Size(773, 267);
@ -276,19 +291,6 @@
this.labelInfo.TabIndex = 3; this.labelInfo.TabIndex = 3;
this.labelInfo.Text = "labelInfo"; this.labelInfo.Text = "labelInfo";
// //
// numericUpDownDuration
//
this.numericUpDownDuration.Location = new System.Drawing.Point(198, 22);
this.numericUpDownDuration.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.numericUpDownDuration.Name = "numericUpDownDuration";
this.numericUpDownDuration.Size = new System.Drawing.Size(82, 20);
this.numericUpDownDuration.TabIndex = 4;
this.numericUpDownDuration.ValueChanged += new System.EventHandler(this.numericUpDownDuration_ValueChanged);
//
// ModifySelection // ModifySelection
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -316,8 +318,8 @@
this.groupBoxWhatToDo.PerformLayout(); this.groupBoxWhatToDo.PerformLayout();
this.groupBoxRule.ResumeLayout(false); this.groupBoxRule.ResumeLayout(false);
this.groupBoxRule.PerformLayout(); this.groupBoxRule.PerformLayout();
this.groupBoxPreview.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.numericUpDownDuration)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDuration)).EndInit();
this.groupBoxPreview.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();

View File

@ -124,7 +124,7 @@
this.buttonReplacesInverseSelection.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonReplacesInverseSelection.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonReplacesInverseSelection.Location = new System.Drawing.Point(91, 204); this.buttonReplacesInverseSelection.Location = new System.Drawing.Point(91, 204);
this.buttonReplacesInverseSelection.Name = "buttonReplacesInverseSelection"; this.buttonReplacesInverseSelection.Name = "buttonReplacesInverseSelection";
this.buttonReplacesInverseSelection.Size = new System.Drawing.Size(100, 21); this.buttonReplacesInverseSelection.Size = new System.Drawing.Size(100, 23);
this.buttonReplacesInverseSelection.TabIndex = 12; this.buttonReplacesInverseSelection.TabIndex = 12;
this.buttonReplacesInverseSelection.Text = "&Inverse selection"; this.buttonReplacesInverseSelection.Text = "&Inverse selection";
this.buttonReplacesInverseSelection.UseVisualStyleBackColor = true; this.buttonReplacesInverseSelection.UseVisualStyleBackColor = true;
@ -136,7 +136,7 @@
this.buttonReplacesSelectAll.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonReplacesSelectAll.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonReplacesSelectAll.Location = new System.Drawing.Point(10, 204); this.buttonReplacesSelectAll.Location = new System.Drawing.Point(10, 204);
this.buttonReplacesSelectAll.Name = "buttonReplacesSelectAll"; this.buttonReplacesSelectAll.Name = "buttonReplacesSelectAll";
this.buttonReplacesSelectAll.Size = new System.Drawing.Size(75, 21); this.buttonReplacesSelectAll.Size = new System.Drawing.Size(75, 23);
this.buttonReplacesSelectAll.TabIndex = 11; this.buttonReplacesSelectAll.TabIndex = 11;
this.buttonReplacesSelectAll.Text = "Select &all"; this.buttonReplacesSelectAll.Text = "Select &all";
this.buttonReplacesSelectAll.UseVisualStyleBackColor = true; this.buttonReplacesSelectAll.UseVisualStyleBackColor = true;
@ -272,7 +272,7 @@
this.buttonUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonUpdate.Location = new System.Drawing.Point(704, 201); this.buttonUpdate.Location = new System.Drawing.Point(704, 201);
this.buttonUpdate.Name = "buttonUpdate"; this.buttonUpdate.Name = "buttonUpdate";
this.buttonUpdate.Size = new System.Drawing.Size(99, 21); this.buttonUpdate.Size = new System.Drawing.Size(99, 23);
this.buttonUpdate.TabIndex = 7; this.buttonUpdate.TabIndex = 7;
this.buttonUpdate.Text = "&Update"; this.buttonUpdate.Text = "&Update";
this.buttonUpdate.UseVisualStyleBackColor = true; this.buttonUpdate.UseVisualStyleBackColor = true;
@ -283,7 +283,7 @@
this.buttonAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonAdd.Location = new System.Drawing.Point(599, 201); this.buttonAdd.Location = new System.Drawing.Point(599, 201);
this.buttonAdd.Name = "buttonAdd"; this.buttonAdd.Name = "buttonAdd";
this.buttonAdd.Size = new System.Drawing.Size(99, 21); this.buttonAdd.Size = new System.Drawing.Size(99, 23);
this.buttonAdd.TabIndex = 6; this.buttonAdd.TabIndex = 6;
this.buttonAdd.Text = "&Add"; this.buttonAdd.Text = "&Add";
this.buttonAdd.UseVisualStyleBackColor = true; this.buttonAdd.UseVisualStyleBackColor = true;
@ -473,7 +473,7 @@
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.Location = new System.Drawing.Point(804, 251); this.buttonOK.Location = new System.Drawing.Point(804, 251);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 14; this.buttonOK.TabIndex = 14;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -485,7 +485,7 @@
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(885, 251); this.buttonCancel.Location = new System.Drawing.Point(885, 251);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 15; this.buttonCancel.TabIndex = 15;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -533,7 +533,7 @@
this.buttonExportGroups.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonExportGroups.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonExportGroups.Location = new System.Drawing.Point(118, 230); this.buttonExportGroups.Location = new System.Drawing.Point(118, 230);
this.buttonExportGroups.Name = "buttonExportGroups"; this.buttonExportGroups.Name = "buttonExportGroups";
this.buttonExportGroups.Size = new System.Drawing.Size(99, 21); this.buttonExportGroups.Size = new System.Drawing.Size(99, 23);
this.buttonExportGroups.TabIndex = 3; this.buttonExportGroups.TabIndex = 3;
this.buttonExportGroups.Text = "Export"; this.buttonExportGroups.Text = "Export";
this.buttonExportGroups.UseVisualStyleBackColor = true; this.buttonExportGroups.UseVisualStyleBackColor = true;
@ -544,7 +544,7 @@
this.buttonImportGroups.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonImportGroups.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonImportGroups.Location = new System.Drawing.Point(8, 230); this.buttonImportGroups.Location = new System.Drawing.Point(8, 230);
this.buttonImportGroups.Name = "buttonImportGroups"; this.buttonImportGroups.Name = "buttonImportGroups";
this.buttonImportGroups.Size = new System.Drawing.Size(104, 21); this.buttonImportGroups.Size = new System.Drawing.Size(104, 23);
this.buttonImportGroups.TabIndex = 2; this.buttonImportGroups.TabIndex = 2;
this.buttonImportGroups.Text = "Import"; this.buttonImportGroups.Text = "Import";
this.buttonImportGroups.UseVisualStyleBackColor = true; this.buttonImportGroups.UseVisualStyleBackColor = true;
@ -555,7 +555,7 @@
this.buttonNewGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonNewGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonNewGroup.Location = new System.Drawing.Point(8, 203); this.buttonNewGroup.Location = new System.Drawing.Point(8, 203);
this.buttonNewGroup.Name = "buttonNewGroup"; this.buttonNewGroup.Name = "buttonNewGroup";
this.buttonNewGroup.Size = new System.Drawing.Size(209, 21); this.buttonNewGroup.Size = new System.Drawing.Size(209, 23);
this.buttonNewGroup.TabIndex = 1; this.buttonNewGroup.TabIndex = 1;
this.buttonNewGroup.Text = "New"; this.buttonNewGroup.Text = "New";
this.buttonNewGroup.UseVisualStyleBackColor = true; this.buttonNewGroup.UseVisualStyleBackColor = true;
@ -684,7 +684,7 @@
this.buttonApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonApply.Location = new System.Drawing.Point(966, 251); this.buttonApply.Location = new System.Drawing.Point(966, 251);
this.buttonApply.Name = "buttonApply"; this.buttonApply.Name = "buttonApply";
this.buttonApply.Size = new System.Drawing.Size(75, 21); this.buttonApply.Size = new System.Drawing.Size(75, 23);
this.buttonApply.TabIndex = 16; this.buttonApply.TabIndex = 16;
this.buttonApply.Text = "Apply"; this.buttonApply.Text = "Apply";
this.buttonApply.UseVisualStyleBackColor = true; this.buttonApply.UseVisualStyleBackColor = true;

View File

@ -51,7 +51,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(116, 228); this.buttonOK.Location = new System.Drawing.Point(116, 228);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 8; this.buttonOK.TabIndex = 8;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -64,7 +64,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(197, 228); this.buttonCancel.Location = new System.Drawing.Point(197, 228);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 9; this.buttonCancel.TabIndex = 9;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -79,6 +79,7 @@
this.listViewExportStyles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.listViewExportStyles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1}); this.columnHeader1});
this.listViewExportStyles.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.listViewExportStyles.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.listViewExportStyles.HideSelection = false;
this.listViewExportStyles.Location = new System.Drawing.Point(13, 32); this.listViewExportStyles.Location = new System.Drawing.Point(13, 32);
this.listViewExportStyles.Name = "listViewExportStyles"; this.listViewExportStyles.Name = "listViewExportStyles";
this.listViewExportStyles.Size = new System.Drawing.Size(259, 190); this.listViewExportStyles.Size = new System.Drawing.Size(259, 190);

View File

@ -84,7 +84,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(312, 147); this.buttonCancel.Location = new System.Drawing.Point(312, 147);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 4; this.buttonCancel.TabIndex = 4;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -102,7 +102,7 @@
this.buttonJoin.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonJoin.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonJoin.Location = new System.Drawing.Point(231, 147); this.buttonJoin.Location = new System.Drawing.Point(231, 147);
this.buttonJoin.Name = "buttonJoin"; this.buttonJoin.Name = "buttonJoin";
this.buttonJoin.Size = new System.Drawing.Size(75, 21); this.buttonJoin.Size = new System.Drawing.Size(75, 23);
this.buttonJoin.TabIndex = 3; this.buttonJoin.TabIndex = 3;
this.buttonJoin.Text = "&Join"; this.buttonJoin.Text = "&Join";
this.buttonJoin.UseVisualStyleBackColor = true; this.buttonJoin.UseVisualStyleBackColor = true;

View File

@ -85,7 +85,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(480, 310); this.buttonOK.Location = new System.Drawing.Point(480, 310);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 0; this.buttonOK.TabIndex = 0;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -45,7 +45,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(312, 147); this.buttonCancel.Location = new System.Drawing.Point(312, 147);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 4; this.buttonCancel.TabIndex = 4;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -63,7 +63,7 @@
this.buttonStart.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonStart.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonStart.Location = new System.Drawing.Point(231, 147); this.buttonStart.Location = new System.Drawing.Point(231, 147);
this.buttonStart.Name = "buttonStart"; this.buttonStart.Name = "buttonStart";
this.buttonStart.Size = new System.Drawing.Size(75, 21); this.buttonStart.Size = new System.Drawing.Size(75, 23);
this.buttonStart.TabIndex = 3; this.buttonStart.TabIndex = 3;
this.buttonStart.Text = "&Start"; this.buttonStart.Text = "&Start";
this.buttonStart.UseVisualStyleBackColor = true; this.buttonStart.UseVisualStyleBackColor = true;

View File

@ -42,7 +42,7 @@
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.Location = new System.Drawing.Point(218, 109); this.buttonOK.Location = new System.Drawing.Point(218, 109);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 3; this.buttonOK.TabIndex = 3;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -54,7 +54,7 @@
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(299, 109); this.buttonCancel.Location = new System.Drawing.Point(299, 109);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 4; this.buttonCancel.TabIndex = 4;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;

View File

@ -158,7 +158,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(458, 302); this.buttonCancel.Location = new System.Drawing.Point(458, 302);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 0; this.buttonCancel.TabIndex = 0;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -171,7 +171,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(377, 302); this.buttonOK.Location = new System.Drawing.Point(377, 302);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 2; this.buttonOK.TabIndex = 2;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -61,7 +61,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(141, 127); this.buttonOK.Location = new System.Drawing.Point(141, 127);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 21; this.buttonOK.TabIndex = 21;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -74,7 +74,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(222, 127); this.buttonCancel.Location = new System.Drawing.Point(222, 127);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 22; this.buttonCancel.TabIndex = 22;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;

View File

@ -54,11 +54,11 @@
this.groupBoxText = new System.Windows.Forms.GroupBox(); this.groupBoxText = new System.Windows.Forms.GroupBox();
this.buttonEditImageDb = new System.Windows.Forms.Button(); this.buttonEditImageDb = new System.Windows.Forms.Button();
this.richTextBoxParagraph = new System.Windows.Forms.RichTextBox(); this.richTextBoxParagraph = new System.Windows.Forms.RichTextBox();
this.buttonEditWholeText = new System.Windows.Forms.Button();
this.buttonEditWord = new System.Windows.Forms.Button();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.addXToNamesnoiseListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.addXToNamesnoiseListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.addXToUserDictionaryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.addXToUserDictionaryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.buttonEditWholeText = new System.Windows.Forms.Button();
this.buttonEditWord = new System.Windows.Forms.Button();
this.groupBoxSuggestions.SuspendLayout(); this.groupBoxSuggestions.SuspendLayout();
this.GroupBoxEditWord.SuspendLayout(); this.GroupBoxEditWord.SuspendLayout();
this.groupBoxEditWholeText.SuspendLayout(); this.groupBoxEditWholeText.SuspendLayout();
@ -73,7 +73,7 @@
this.buttonAbort.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonAbort.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonAbort.Location = new System.Drawing.Point(623, 442); this.buttonAbort.Location = new System.Drawing.Point(623, 442);
this.buttonAbort.Name = "buttonAbort"; this.buttonAbort.Name = "buttonAbort";
this.buttonAbort.Size = new System.Drawing.Size(85, 21); this.buttonAbort.Size = new System.Drawing.Size(85, 23);
this.buttonAbort.TabIndex = 4; this.buttonAbort.TabIndex = 4;
this.buttonAbort.Text = "Abort"; this.buttonAbort.Text = "Abort";
this.buttonAbort.UseVisualStyleBackColor = true; this.buttonAbort.UseVisualStyleBackColor = true;
@ -84,7 +84,7 @@
this.labelWordNotFound.AutoSize = true; this.labelWordNotFound.AutoSize = true;
this.labelWordNotFound.Location = new System.Drawing.Point(9, 112); this.labelWordNotFound.Location = new System.Drawing.Point(9, 112);
this.labelWordNotFound.Name = "labelWordNotFound"; this.labelWordNotFound.Name = "labelWordNotFound";
this.labelWordNotFound.Size = new System.Drawing.Size(0, 17); this.labelWordNotFound.Size = new System.Drawing.Size(0, 13);
this.labelWordNotFound.TabIndex = 23; this.labelWordNotFound.TabIndex = 23;
// //
// groupBoxSuggestions // groupBoxSuggestions
@ -106,7 +106,7 @@
this.buttonUseSuggestionAlways.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonUseSuggestionAlways.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonUseSuggestionAlways.Location = new System.Drawing.Point(291, 16); this.buttonUseSuggestionAlways.Location = new System.Drawing.Point(291, 16);
this.buttonUseSuggestionAlways.Name = "buttonUseSuggestionAlways"; this.buttonUseSuggestionAlways.Name = "buttonUseSuggestionAlways";
this.buttonUseSuggestionAlways.Size = new System.Drawing.Size(87, 21); this.buttonUseSuggestionAlways.Size = new System.Drawing.Size(87, 23);
this.buttonUseSuggestionAlways.TabIndex = 1; this.buttonUseSuggestionAlways.TabIndex = 1;
this.buttonUseSuggestionAlways.Text = "Use always"; this.buttonUseSuggestionAlways.Text = "Use always";
this.buttonUseSuggestionAlways.UseVisualStyleBackColor = true; this.buttonUseSuggestionAlways.UseVisualStyleBackColor = true;
@ -117,7 +117,7 @@
this.buttonUseSuggestion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonUseSuggestion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonUseSuggestion.Location = new System.Drawing.Point(206, 16); this.buttonUseSuggestion.Location = new System.Drawing.Point(206, 16);
this.buttonUseSuggestion.Name = "buttonUseSuggestion"; this.buttonUseSuggestion.Name = "buttonUseSuggestion";
this.buttonUseSuggestion.Size = new System.Drawing.Size(79, 21); this.buttonUseSuggestion.Size = new System.Drawing.Size(79, 23);
this.buttonUseSuggestion.TabIndex = 0; this.buttonUseSuggestion.TabIndex = 0;
this.buttonUseSuggestion.Text = "Use"; this.buttonUseSuggestion.Text = "Use";
this.buttonUseSuggestion.UseVisualStyleBackColor = true; this.buttonUseSuggestion.UseVisualStyleBackColor = true;
@ -128,10 +128,9 @@
this.listBoxSuggestions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) this.listBoxSuggestions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.listBoxSuggestions.FormattingEnabled = true; this.listBoxSuggestions.FormattingEnabled = true;
this.listBoxSuggestions.ItemHeight = 17; this.listBoxSuggestions.Location = new System.Drawing.Point(6, 43);
this.listBoxSuggestions.Location = new System.Drawing.Point(6, 39);
this.listBoxSuggestions.Name = "listBoxSuggestions"; this.listBoxSuggestions.Name = "listBoxSuggestions";
this.listBoxSuggestions.Size = new System.Drawing.Size(372, 123); this.listBoxSuggestions.Size = new System.Drawing.Size(372, 121);
this.listBoxSuggestions.TabIndex = 2; this.listBoxSuggestions.TabIndex = 2;
// //
// GroupBoxEditWord // GroupBoxEditWord
@ -156,7 +155,7 @@
// //
this.buttonGoogleIt.Location = new System.Drawing.Point(6, 97); this.buttonGoogleIt.Location = new System.Drawing.Point(6, 97);
this.buttonGoogleIt.Name = "buttonGoogleIt"; this.buttonGoogleIt.Name = "buttonGoogleIt";
this.buttonGoogleIt.Size = new System.Drawing.Size(141, 21); this.buttonGoogleIt.Size = new System.Drawing.Size(141, 23);
this.buttonGoogleIt.TabIndex = 4; this.buttonGoogleIt.TabIndex = 4;
this.buttonGoogleIt.Text = "&Google it"; this.buttonGoogleIt.Text = "&Google it";
this.buttonGoogleIt.UseVisualStyleBackColor = true; this.buttonGoogleIt.UseVisualStyleBackColor = true;
@ -166,7 +165,7 @@
// //
this.buttonAddToDictionary.Location = new System.Drawing.Point(6, 151); this.buttonAddToDictionary.Location = new System.Drawing.Point(6, 151);
this.buttonAddToDictionary.Name = "buttonAddToDictionary"; this.buttonAddToDictionary.Name = "buttonAddToDictionary";
this.buttonAddToDictionary.Size = new System.Drawing.Size(290, 21); this.buttonAddToDictionary.Size = new System.Drawing.Size(290, 23);
this.buttonAddToDictionary.TabIndex = 7; this.buttonAddToDictionary.TabIndex = 7;
this.buttonAddToDictionary.Text = "Add to user dictionary (not case sensitive)"; this.buttonAddToDictionary.Text = "Add to user dictionary (not case sensitive)";
this.buttonAddToDictionary.UseVisualStyleBackColor = true; this.buttonAddToDictionary.UseVisualStyleBackColor = true;
@ -176,7 +175,7 @@
// //
this.buttonChangeAll.Location = new System.Drawing.Point(6, 45); this.buttonChangeAll.Location = new System.Drawing.Point(6, 45);
this.buttonChangeAll.Name = "buttonChangeAll"; this.buttonChangeAll.Name = "buttonChangeAll";
this.buttonChangeAll.Size = new System.Drawing.Size(290, 21); this.buttonChangeAll.Size = new System.Drawing.Size(290, 23);
this.buttonChangeAll.TabIndex = 1; this.buttonChangeAll.TabIndex = 1;
this.buttonChangeAll.Text = "Change and add to OCR fix list (case sensitive)"; this.buttonChangeAll.Text = "Change and add to OCR fix list (case sensitive)";
this.buttonChangeAll.UseVisualStyleBackColor = true; this.buttonChangeAll.UseVisualStyleBackColor = true;
@ -186,7 +185,7 @@
// //
this.buttonChange.Location = new System.Drawing.Point(6, 72); this.buttonChange.Location = new System.Drawing.Point(6, 72);
this.buttonChange.Name = "buttonChange"; this.buttonChange.Name = "buttonChange";
this.buttonChange.Size = new System.Drawing.Size(141, 21); this.buttonChange.Size = new System.Drawing.Size(141, 23);
this.buttonChange.TabIndex = 2; this.buttonChange.TabIndex = 2;
this.buttonChange.Text = "Change once"; this.buttonChange.Text = "Change once";
this.buttonChange.UseVisualStyleBackColor = true; this.buttonChange.UseVisualStyleBackColor = true;
@ -196,7 +195,7 @@
// //
this.buttonSkipAll.Location = new System.Drawing.Point(155, 97); this.buttonSkipAll.Location = new System.Drawing.Point(155, 97);
this.buttonSkipAll.Name = "buttonSkipAll"; this.buttonSkipAll.Name = "buttonSkipAll";
this.buttonSkipAll.Size = new System.Drawing.Size(141, 21); this.buttonSkipAll.Size = new System.Drawing.Size(141, 23);
this.buttonSkipAll.TabIndex = 5; this.buttonSkipAll.TabIndex = 5;
this.buttonSkipAll.Text = "&Skip all"; this.buttonSkipAll.Text = "&Skip all";
this.buttonSkipAll.UseVisualStyleBackColor = true; this.buttonSkipAll.UseVisualStyleBackColor = true;
@ -207,7 +206,7 @@
this.textBoxWord.Font = new System.Drawing.Font("Tahoma", 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.Location = new System.Drawing.Point(6, 19);
this.textBoxWord.Name = "textBoxWord"; this.textBoxWord.Name = "textBoxWord";
this.textBoxWord.Size = new System.Drawing.Size(290, 26); this.textBoxWord.Size = new System.Drawing.Size(290, 22);
this.textBoxWord.TabIndex = 0; this.textBoxWord.TabIndex = 0;
this.textBoxWord.TextChanged += new System.EventHandler(this.textBoxWord_TextChanged); this.textBoxWord.TextChanged += new System.EventHandler(this.textBoxWord_TextChanged);
this.textBoxWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxWordKeyDown); this.textBoxWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxWordKeyDown);
@ -216,7 +215,7 @@
// //
this.buttonSkipOnce.Location = new System.Drawing.Point(155, 72); this.buttonSkipOnce.Location = new System.Drawing.Point(155, 72);
this.buttonSkipOnce.Name = "buttonSkipOnce"; this.buttonSkipOnce.Name = "buttonSkipOnce";
this.buttonSkipOnce.Size = new System.Drawing.Size(141, 21); this.buttonSkipOnce.Size = new System.Drawing.Size(141, 23);
this.buttonSkipOnce.TabIndex = 3; this.buttonSkipOnce.TabIndex = 3;
this.buttonSkipOnce.Text = "Skip &once"; this.buttonSkipOnce.Text = "Skip &once";
this.buttonSkipOnce.UseVisualStyleBackColor = true; this.buttonSkipOnce.UseVisualStyleBackColor = true;
@ -226,7 +225,7 @@
// //
this.buttonAddToNames.Location = new System.Drawing.Point(6, 124); this.buttonAddToNames.Location = new System.Drawing.Point(6, 124);
this.buttonAddToNames.Name = "buttonAddToNames"; this.buttonAddToNames.Name = "buttonAddToNames";
this.buttonAddToNames.Size = new System.Drawing.Size(290, 21); this.buttonAddToNames.Size = new System.Drawing.Size(290, 23);
this.buttonAddToNames.TabIndex = 6; this.buttonAddToNames.TabIndex = 6;
this.buttonAddToNames.Text = "Add to names/noise list (case sensitive)"; this.buttonAddToNames.Text = "Add to names/noise list (case sensitive)";
this.buttonAddToNames.UseVisualStyleBackColor = true; this.buttonAddToNames.UseVisualStyleBackColor = true;
@ -347,11 +346,35 @@
this.richTextBoxParagraph.TabIndex = 400; this.richTextBoxParagraph.TabIndex = 400;
this.richTextBoxParagraph.Text = ""; this.richTextBoxParagraph.Text = "";
// //
// contextMenuStrip1
//
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.addXToNamesnoiseListToolStripMenuItem,
this.addXToUserDictionaryToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(209, 48);
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
//
// addXToNamesnoiseListToolStripMenuItem
//
this.addXToNamesnoiseListToolStripMenuItem.Name = "addXToNamesnoiseListToolStripMenuItem";
this.addXToNamesnoiseListToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
this.addXToNamesnoiseListToolStripMenuItem.Text = "Add x to names/noise list";
this.addXToNamesnoiseListToolStripMenuItem.Click += new System.EventHandler(this.addXToNamesnoiseListToolStripMenuItem_Click);
//
// addXToUserDictionaryToolStripMenuItem
//
this.addXToUserDictionaryToolStripMenuItem.Name = "addXToUserDictionaryToolStripMenuItem";
this.addXToUserDictionaryToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
this.addXToUserDictionaryToolStripMenuItem.Text = "Add x to user dictionary";
this.addXToUserDictionaryToolStripMenuItem.Click += new System.EventHandler(this.addXToUserDictionaryToolStripMenuItem_Click);
//
// buttonEditWholeText // buttonEditWholeText
// //
this.buttonEditWholeText.Location = new System.Drawing.Point(308, 17); this.buttonEditWholeText.Location = new System.Drawing.Point(308, 17);
this.buttonEditWholeText.Name = "buttonEditWholeText"; this.buttonEditWholeText.Name = "buttonEditWholeText";
this.buttonEditWholeText.Size = new System.Drawing.Size(128, 21); this.buttonEditWholeText.Size = new System.Drawing.Size(128, 23);
this.buttonEditWholeText.TabIndex = 401; this.buttonEditWholeText.TabIndex = 401;
this.buttonEditWholeText.Text = "Edit whole text"; this.buttonEditWholeText.Text = "Edit whole text";
this.buttonEditWholeText.UseVisualStyleBackColor = true; this.buttonEditWholeText.UseVisualStyleBackColor = true;
@ -361,39 +384,15 @@
// //
this.buttonEditWord.Location = new System.Drawing.Point(308, 43); this.buttonEditWord.Location = new System.Drawing.Point(308, 43);
this.buttonEditWord.Name = "buttonEditWord"; this.buttonEditWord.Name = "buttonEditWord";
this.buttonEditWord.Size = new System.Drawing.Size(128, 21); this.buttonEditWord.Size = new System.Drawing.Size(128, 23);
this.buttonEditWord.TabIndex = 402; this.buttonEditWord.TabIndex = 402;
this.buttonEditWord.Text = "Edit word"; this.buttonEditWord.Text = "Edit word";
this.buttonEditWord.UseVisualStyleBackColor = true; this.buttonEditWord.UseVisualStyleBackColor = true;
this.buttonEditWord.Click += new System.EventHandler(this.ButtonEditWordClick); this.buttonEditWord.Click += new System.EventHandler(this.ButtonEditWordClick);
// //
// contextMenuStrip1
//
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.addXToNamesnoiseListToolStripMenuItem,
this.addXToUserDictionaryToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(247, 80);
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
//
// addXToNamesnoiseListToolStripMenuItem
//
this.addXToNamesnoiseListToolStripMenuItem.Name = "addXToNamesnoiseListToolStripMenuItem";
this.addXToNamesnoiseListToolStripMenuItem.Size = new System.Drawing.Size(246, 24);
this.addXToNamesnoiseListToolStripMenuItem.Text = "Add x to names/noise list";
this.addXToNamesnoiseListToolStripMenuItem.Click += new System.EventHandler(this.addXToNamesnoiseListToolStripMenuItem_Click);
//
// addXToUserDictionaryToolStripMenuItem
//
this.addXToUserDictionaryToolStripMenuItem.Name = "addXToUserDictionaryToolStripMenuItem";
this.addXToUserDictionaryToolStripMenuItem.Size = new System.Drawing.Size(246, 24);
this.addXToUserDictionaryToolStripMenuItem.Text = "Add x to user dictionary";
this.addXToUserDictionaryToolStripMenuItem.Click += new System.EventHandler(this.addXToUserDictionaryToolStripMenuItem_Click);
//
// OcrSpellCheck // OcrSpellCheck
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(720, 473); this.ClientSize = new System.Drawing.Size(720, 473);
this.Controls.Add(this.groupBoxText); this.Controls.Add(this.groupBoxText);

View File

@ -105,7 +105,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(741, 558); this.buttonCancel.Location = new System.Drawing.Point(741, 558);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 13; this.buttonCancel.TabIndex = 13;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -117,7 +117,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(660, 558); this.buttonOK.Location = new System.Drawing.Point(660, 558);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 12; this.buttonOK.TabIndex = 12;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -38,17 +38,17 @@
this.label2 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label();
this.groupBoxBinaryImageCompareThreshold = new System.Windows.Forms.GroupBox(); this.groupBoxBinaryImageCompareThreshold = new System.Windows.Forms.GroupBox();
this.label4 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.numericUpDownScaling = new System.Windows.Forms.NumericUpDown();
this.groupBoxColors = new System.Windows.Forms.GroupBox(); this.groupBoxColors = new System.Windows.Forms.GroupBox();
this.checkBoxInvertColors = new System.Windows.Forms.CheckBox(); this.checkBoxInvertColors = new System.Windows.Forms.CheckBox();
this.numericUpDownScaling = new System.Windows.Forms.NumericUpDown();
this.label1 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownThreshold)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownThreshold)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxSubtitleImage)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSubtitleImage)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.groupBoxBinaryImageCompareThreshold.SuspendLayout(); this.groupBoxBinaryImageCompareThreshold.SuspendLayout();
this.groupBoxColors.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownScaling)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownScaling)).BeginInit();
this.groupBoxColors.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// labelDescription // labelDescription
@ -100,7 +100,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(741, 558); this.buttonCancel.Location = new System.Drawing.Point(741, 558);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 13; this.buttonCancel.TabIndex = 13;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -112,7 +112,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(660, 558); this.buttonOK.Location = new System.Drawing.Point(660, 558);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 12; this.buttonOK.TabIndex = 12;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -163,26 +163,23 @@
this.groupBoxBinaryImageCompareThreshold.TabIndex = 29; this.groupBoxBinaryImageCompareThreshold.TabIndex = 29;
this.groupBoxBinaryImageCompareThreshold.TabStop = false; this.groupBoxBinaryImageCompareThreshold.TabStop = false;
// //
// groupBoxColors // label4
// //
this.groupBoxColors.Controls.Add(this.checkBoxInvertColors); this.label4.AutoSize = true;
this.groupBoxColors.Location = new System.Drawing.Point(12, 12); this.label4.Location = new System.Drawing.Point(83, 183);
this.groupBoxColors.Name = "groupBoxColors"; this.label4.Name = "label4";
this.groupBoxColors.Size = new System.Drawing.Size(326, 216); this.label4.Size = new System.Drawing.Size(15, 13);
this.groupBoxColors.TabIndex = 31; this.label4.TabIndex = 19;
this.groupBoxColors.TabStop = false; this.label4.Text = "%";
this.groupBoxColors.Text = "Colors";
// //
// checkBoxInvertColors // label1
// //
this.checkBoxInvertColors.AutoSize = true; this.label1.AutoSize = true;
this.checkBoxInvertColors.Location = new System.Drawing.Point(9, 19); this.label1.Location = new System.Drawing.Point(17, 165);
this.checkBoxInvertColors.Name = "checkBoxInvertColors"; this.label1.Name = "label1";
this.checkBoxInvertColors.Size = new System.Drawing.Size(84, 17); this.label1.Size = new System.Drawing.Size(42, 13);
this.checkBoxInvertColors.TabIndex = 27; this.label1.TabIndex = 18;
this.checkBoxInvertColors.Text = "Invert colors"; this.label1.Text = "Scaling";
this.checkBoxInvertColors.UseVisualStyleBackColor = true;
this.checkBoxInvertColors.CheckedChanged += new System.EventHandler(this.checkBoxInvertColors_CheckedChanged);
// //
// numericUpDownScaling // numericUpDownScaling
// //
@ -207,23 +204,26 @@
0}); 0});
this.numericUpDownScaling.ValueChanged += new System.EventHandler(this.numericUpDownScaling_ValueChanged); this.numericUpDownScaling.ValueChanged += new System.EventHandler(this.numericUpDownScaling_ValueChanged);
// //
// label1 // groupBoxColors
// //
this.label1.AutoSize = true; this.groupBoxColors.Controls.Add(this.checkBoxInvertColors);
this.label1.Location = new System.Drawing.Point(17, 165); this.groupBoxColors.Location = new System.Drawing.Point(12, 12);
this.label1.Name = "label1"; this.groupBoxColors.Name = "groupBoxColors";
this.label1.Size = new System.Drawing.Size(42, 13); this.groupBoxColors.Size = new System.Drawing.Size(326, 216);
this.label1.TabIndex = 18; this.groupBoxColors.TabIndex = 31;
this.label1.Text = "Scaling"; this.groupBoxColors.TabStop = false;
this.groupBoxColors.Text = "Colors";
// //
// label4 // checkBoxInvertColors
// //
this.label4.AutoSize = true; this.checkBoxInvertColors.AutoSize = true;
this.label4.Location = new System.Drawing.Point(83, 183); this.checkBoxInvertColors.Location = new System.Drawing.Point(9, 19);
this.label4.Name = "label4"; this.checkBoxInvertColors.Name = "checkBoxInvertColors";
this.label4.Size = new System.Drawing.Size(15, 13); this.checkBoxInvertColors.Size = new System.Drawing.Size(84, 17);
this.label4.TabIndex = 19; this.checkBoxInvertColors.TabIndex = 27;
this.label4.Text = "%"; this.checkBoxInvertColors.Text = "Invert colors";
this.checkBoxInvertColors.UseVisualStyleBackColor = true;
this.checkBoxInvertColors.CheckedChanged += new System.EventHandler(this.checkBoxInvertColors_CheckedChanged);
// //
// OcrPreprocessingT4 // OcrPreprocessingT4
// //
@ -252,9 +252,9 @@
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.groupBoxBinaryImageCompareThreshold.ResumeLayout(false); this.groupBoxBinaryImageCompareThreshold.ResumeLayout(false);
this.groupBoxBinaryImageCompareThreshold.PerformLayout(); this.groupBoxBinaryImageCompareThreshold.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownScaling)).EndInit();
this.groupBoxColors.ResumeLayout(false); this.groupBoxColors.ResumeLayout(false);
this.groupBoxColors.PerformLayout(); this.groupBoxColors.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownScaling)).EndInit();
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();

View File

@ -83,7 +83,7 @@
this.buttonImport.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonImport.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonImport.Location = new System.Drawing.Point(337, 493); this.buttonImport.Location = new System.Drawing.Point(337, 493);
this.buttonImport.Name = "buttonImport"; this.buttonImport.Name = "buttonImport";
this.buttonImport.Size = new System.Drawing.Size(125, 21); this.buttonImport.Size = new System.Drawing.Size(125, 23);
this.buttonImport.TabIndex = 4; this.buttonImport.TabIndex = 4;
this.buttonImport.Text = "I&mport"; this.buttonImport.Text = "I&mport";
this.buttonImport.UseVisualStyleBackColor = true; this.buttonImport.UseVisualStyleBackColor = true;
@ -96,7 +96,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(759, 493); this.buttonCancel.Location = new System.Drawing.Point(759, 493);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 5; this.buttonCancel.TabIndex = 5;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -117,7 +117,7 @@
this.buttonFixesSelectAll.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonFixesSelectAll.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonFixesSelectAll.Location = new System.Drawing.Point(12, 493); this.buttonFixesSelectAll.Location = new System.Drawing.Point(12, 493);
this.buttonFixesSelectAll.Name = "buttonFixesSelectAll"; this.buttonFixesSelectAll.Name = "buttonFixesSelectAll";
this.buttonFixesSelectAll.Size = new System.Drawing.Size(75, 21); this.buttonFixesSelectAll.Size = new System.Drawing.Size(75, 23);
this.buttonFixesSelectAll.TabIndex = 105; this.buttonFixesSelectAll.TabIndex = 105;
this.buttonFixesSelectAll.Text = "Select &all"; this.buttonFixesSelectAll.Text = "Select &all";
this.buttonFixesSelectAll.UseVisualStyleBackColor = true; this.buttonFixesSelectAll.UseVisualStyleBackColor = true;
@ -129,7 +129,7 @@
this.buttonFixesInverse.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonFixesInverse.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonFixesInverse.Location = new System.Drawing.Point(93, 493); this.buttonFixesInverse.Location = new System.Drawing.Point(93, 493);
this.buttonFixesInverse.Name = "buttonFixesInverse"; this.buttonFixesInverse.Name = "buttonFixesInverse";
this.buttonFixesInverse.Size = new System.Drawing.Size(100, 21); this.buttonFixesInverse.Size = new System.Drawing.Size(100, 23);
this.buttonFixesInverse.TabIndex = 106; this.buttonFixesInverse.TabIndex = 106;
this.buttonFixesInverse.Text = "&Inverse selection"; this.buttonFixesInverse.Text = "&Inverse selection";
this.buttonFixesInverse.UseVisualStyleBackColor = true; this.buttonFixesInverse.UseVisualStyleBackColor = true;
@ -183,7 +183,7 @@
this.buttonDone.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonDone.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonDone.Location = new System.Drawing.Point(628, 493); this.buttonDone.Location = new System.Drawing.Point(628, 493);
this.buttonDone.Name = "buttonDone"; this.buttonDone.Name = "buttonDone";
this.buttonDone.Size = new System.Drawing.Size(125, 21); this.buttonDone.Size = new System.Drawing.Size(125, 23);
this.buttonDone.TabIndex = 109; this.buttonDone.TabIndex = 109;
this.buttonDone.Text = "&Done"; this.buttonDone.Text = "&Done";
this.buttonDone.UseVisualStyleBackColor = true; this.buttonDone.UseVisualStyleBackColor = true;

View File

@ -85,7 +85,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(420, 397); this.buttonOK.Location = new System.Drawing.Point(420, 397);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 0; this.buttonOK.TabIndex = 0;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -95,7 +95,7 @@
this.buttonDelete.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonDelete.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonDelete.Location = new System.Drawing.Point(120, 62); this.buttonDelete.Location = new System.Drawing.Point(120, 62);
this.buttonDelete.Name = "buttonDelete"; this.buttonDelete.Name = "buttonDelete";
this.buttonDelete.Size = new System.Drawing.Size(88, 21); this.buttonDelete.Size = new System.Drawing.Size(88, 23);
this.buttonDelete.TabIndex = 4; this.buttonDelete.TabIndex = 4;
this.buttonDelete.Text = "Delete "; this.buttonDelete.Text = "Delete ";
this.buttonDelete.UseVisualStyleBackColor = true; this.buttonDelete.UseVisualStyleBackColor = true;
@ -193,7 +193,7 @@
this.buttonUpdate.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonUpdate.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonUpdate.Location = new System.Drawing.Point(120, 35); this.buttonUpdate.Location = new System.Drawing.Point(120, 35);
this.buttonUpdate.Name = "buttonUpdate"; this.buttonUpdate.Name = "buttonUpdate";
this.buttonUpdate.Size = new System.Drawing.Size(88, 21); this.buttonUpdate.Size = new System.Drawing.Size(88, 23);
this.buttonUpdate.TabIndex = 3; this.buttonUpdate.TabIndex = 3;
this.buttonUpdate.Text = "Update"; this.buttonUpdate.Text = "Update";
this.buttonUpdate.UseVisualStyleBackColor = true; this.buttonUpdate.UseVisualStyleBackColor = true;
@ -249,7 +249,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(501, 397); this.buttonCancel.Location = new System.Drawing.Point(501, 397);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 7; this.buttonCancel.TabIndex = 7;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -271,7 +271,7 @@
this.buttonImport.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonImport.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonImport.Location = new System.Drawing.Point(453, 27); this.buttonImport.Location = new System.Drawing.Point(453, 27);
this.buttonImport.Name = "buttonImport"; this.buttonImport.Name = "buttonImport";
this.buttonImport.Size = new System.Drawing.Size(123, 21); this.buttonImport.Size = new System.Drawing.Size(123, 23);
this.buttonImport.TabIndex = 9; this.buttonImport.TabIndex = 9;
this.buttonImport.Text = "&Import"; this.buttonImport.Text = "&Import";
this.buttonImport.UseVisualStyleBackColor = true; this.buttonImport.UseVisualStyleBackColor = true;

View File

@ -57,7 +57,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(658, 413); this.buttonOK.Location = new System.Drawing.Point(658, 413);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 8; this.buttonOK.TabIndex = 8;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -70,7 +70,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(739, 413); this.buttonCancel.Location = new System.Drawing.Point(739, 413);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 9; this.buttonCancel.TabIndex = 9;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -136,7 +136,7 @@
this.buttonEditDB.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonEditDB.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonEditDB.Location = new System.Drawing.Point(120, 125); this.buttonEditDB.Location = new System.Drawing.Point(120, 125);
this.buttonEditDB.Name = "buttonEditDB"; this.buttonEditDB.Name = "buttonEditDB";
this.buttonEditDB.Size = new System.Drawing.Size(140, 21); this.buttonEditDB.Size = new System.Drawing.Size(140, 23);
this.buttonEditDB.TabIndex = 37; this.buttonEditDB.TabIndex = 37;
this.buttonEditDB.Text = "Check other..."; this.buttonEditDB.Text = "Check other...";
this.buttonEditDB.UseVisualStyleBackColor = true; this.buttonEditDB.UseVisualStyleBackColor = true;
@ -186,7 +186,7 @@
this.buttonAddBetterMatch.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonAddBetterMatch.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonAddBetterMatch.Location = new System.Drawing.Point(120, 98); this.buttonAddBetterMatch.Location = new System.Drawing.Point(120, 98);
this.buttonAddBetterMatch.Name = "buttonAddBetterMatch"; this.buttonAddBetterMatch.Name = "buttonAddBetterMatch";
this.buttonAddBetterMatch.Size = new System.Drawing.Size(140, 21); this.buttonAddBetterMatch.Size = new System.Drawing.Size(140, 23);
this.buttonAddBetterMatch.TabIndex = 28; this.buttonAddBetterMatch.TabIndex = 28;
this.buttonAddBetterMatch.Text = "Add better match..."; this.buttonAddBetterMatch.Text = "Add better match...";
this.buttonAddBetterMatch.UseVisualStyleBackColor = true; this.buttonAddBetterMatch.UseVisualStyleBackColor = true;
@ -216,7 +216,7 @@
this.buttonDelete.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonDelete.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonDelete.Location = new System.Drawing.Point(120, 62); this.buttonDelete.Location = new System.Drawing.Point(120, 62);
this.buttonDelete.Name = "buttonDelete"; this.buttonDelete.Name = "buttonDelete";
this.buttonDelete.Size = new System.Drawing.Size(140, 21); this.buttonDelete.Size = new System.Drawing.Size(140, 23);
this.buttonDelete.TabIndex = 4; this.buttonDelete.TabIndex = 4;
this.buttonDelete.Text = "Delete "; this.buttonDelete.Text = "Delete ";
this.buttonDelete.UseVisualStyleBackColor = true; this.buttonDelete.UseVisualStyleBackColor = true;
@ -227,7 +227,7 @@
this.buttonUpdate.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonUpdate.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonUpdate.Location = new System.Drawing.Point(120, 35); this.buttonUpdate.Location = new System.Drawing.Point(120, 35);
this.buttonUpdate.Name = "buttonUpdate"; this.buttonUpdate.Name = "buttonUpdate";
this.buttonUpdate.Size = new System.Drawing.Size(140, 21); this.buttonUpdate.Size = new System.Drawing.Size(140, 23);
this.buttonUpdate.TabIndex = 3; this.buttonUpdate.TabIndex = 3;
this.buttonUpdate.Text = "Update"; this.buttonUpdate.Text = "Update";
this.buttonUpdate.UseVisualStyleBackColor = true; this.buttonUpdate.UseVisualStyleBackColor = true;

View File

@ -197,12 +197,12 @@
this.contextMenuStripLinesBackground.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.contextMenuStripLinesBackground.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.removeBackToolStripMenuItem}); this.removeBackToolStripMenuItem});
this.contextMenuStripLinesBackground.Name = "contextMenuStripLines"; this.contextMenuStripLinesBackground.Name = "contextMenuStripLines";
this.contextMenuStripLinesBackground.Size = new System.Drawing.Size(153, 48); this.contextMenuStripLinesBackground.Size = new System.Drawing.Size(118, 26);
// //
// removeBackToolStripMenuItem // removeBackToolStripMenuItem
// //
this.removeBackToolStripMenuItem.Name = "removeBackToolStripMenuItem"; this.removeBackToolStripMenuItem.Name = "removeBackToolStripMenuItem";
this.removeBackToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.removeBackToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
this.removeBackToolStripMenuItem.Text = "Remove"; this.removeBackToolStripMenuItem.Text = "Remove";
this.removeBackToolStripMenuItem.Click += new System.EventHandler(this.removeBackToolStripMenuItem_Click); this.removeBackToolStripMenuItem.Click += new System.EventHandler(this.removeBackToolStripMenuItem_Click);
// //
@ -235,7 +235,7 @@
// removeForegroundToolStripMenuItem // removeForegroundToolStripMenuItem
// //
this.removeForegroundToolStripMenuItem.Name = "removeForegroundToolStripMenuItem"; this.removeForegroundToolStripMenuItem.Name = "removeForegroundToolStripMenuItem";
this.removeForegroundToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.removeForegroundToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
this.removeForegroundToolStripMenuItem.Text = "Remove"; this.removeForegroundToolStripMenuItem.Text = "Remove";
this.removeForegroundToolStripMenuItem.Click += new System.EventHandler(this.removeForegroundToolStripMenuItem_Click); this.removeForegroundToolStripMenuItem.Click += new System.EventHandler(this.removeForegroundToolStripMenuItem_Click);
// //
@ -306,7 +306,7 @@
this.buttonDelete.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonDelete.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonDelete.Location = new System.Drawing.Point(107, 35); this.buttonDelete.Location = new System.Drawing.Point(107, 35);
this.buttonDelete.Name = "buttonDelete"; this.buttonDelete.Name = "buttonDelete";
this.buttonDelete.Size = new System.Drawing.Size(140, 21); this.buttonDelete.Size = new System.Drawing.Size(140, 23);
this.buttonDelete.TabIndex = 4; this.buttonDelete.TabIndex = 4;
this.buttonDelete.Text = "Delete character"; this.buttonDelete.Text = "Delete character";
this.buttonDelete.UseVisualStyleBackColor = true; this.buttonDelete.UseVisualStyleBackColor = true;
@ -335,7 +335,7 @@
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.Location = new System.Drawing.Point(543, 437); this.buttonOK.Location = new System.Drawing.Point(543, 437);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 17; this.buttonOK.TabIndex = 17;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -347,7 +347,7 @@
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(625, 437); this.buttonCancel.Location = new System.Drawing.Point(625, 437);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 18; this.buttonCancel.TabIndex = 18;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -358,7 +358,7 @@
this.buttonImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonImport.Location = new System.Drawing.Point(146, 433); this.buttonImport.Location = new System.Drawing.Point(146, 433);
this.buttonImport.Name = "buttonImport"; this.buttonImport.Name = "buttonImport";
this.buttonImport.Size = new System.Drawing.Size(106, 21); this.buttonImport.Size = new System.Drawing.Size(106, 23);
this.buttonImport.TabIndex = 19; this.buttonImport.TabIndex = 19;
this.buttonImport.Text = "&Import"; this.buttonImport.Text = "&Import";
this.buttonImport.UseVisualStyleBackColor = true; this.buttonImport.UseVisualStyleBackColor = true;

View File

@ -386,7 +386,7 @@ namespace Nikse.SubtitleEdit.Forms.Ocr
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.progressBar1.Location = new System.Drawing.Point(12, 564); this.progressBar1.Location = new System.Drawing.Point(12, 564);
this.progressBar1.Name = "progressBar1"; this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(893, 10); this.progressBar1.Size = new System.Drawing.Size(885, 10);
this.progressBar1.TabIndex = 7; this.progressBar1.TabIndex = 7;
// //
// labelStatus // labelStatus
@ -403,9 +403,9 @@ namespace Nikse.SubtitleEdit.Forms.Ocr
// //
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(911, 548); this.buttonOK.Location = new System.Drawing.Point(903, 544);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(83, 23);
this.buttonOK.TabIndex = 1; this.buttonOK.TabIndex = 1;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -416,20 +416,20 @@ namespace Nikse.SubtitleEdit.Forms.Ocr
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(992, 548); this.buttonCancel.Location = new System.Drawing.Point(992, 544);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(85, 23);
this.buttonCancel.TabIndex = 2; this.buttonCancel.TabIndex = 2;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
// //
// groupBoxOcrMethod // groupBoxOcrMethod
// //
this.groupBoxOcrMethod.Controls.Add(this.GroupBoxTesseractMethod);
this.groupBoxOcrMethod.Controls.Add(this.comboBoxOcrMethod); this.groupBoxOcrMethod.Controls.Add(this.comboBoxOcrMethod);
this.groupBoxOcrMethod.Controls.Add(this.groupBoxImageCompareMethod);
this.groupBoxOcrMethod.Controls.Add(this.GroupBoxTesseractMethod);
this.groupBoxOcrMethod.Controls.Add(this.groupBoxModiMethod); this.groupBoxOcrMethod.Controls.Add(this.groupBoxModiMethod);
this.groupBoxOcrMethod.Controls.Add(this.groupBoxNOCR); this.groupBoxOcrMethod.Controls.Add(this.groupBoxNOCR);
this.groupBoxOcrMethod.Controls.Add(this.groupBoxImageCompareMethod);
this.groupBoxOcrMethod.Location = new System.Drawing.Point(13, 5); this.groupBoxOcrMethod.Location = new System.Drawing.Point(13, 5);
this.groupBoxOcrMethod.Name = "groupBoxOcrMethod"; this.groupBoxOcrMethod.Name = "groupBoxOcrMethod";
this.groupBoxOcrMethod.Size = new System.Drawing.Size(392, 192); this.groupBoxOcrMethod.Size = new System.Drawing.Size(392, 192);
@ -609,7 +609,7 @@ namespace Nikse.SubtitleEdit.Forms.Ocr
// //
this.buttonLineOcrEditLanguage.Location = new System.Drawing.Point(210, 97); this.buttonLineOcrEditLanguage.Location = new System.Drawing.Point(210, 97);
this.buttonLineOcrEditLanguage.Name = "buttonLineOcrEditLanguage"; this.buttonLineOcrEditLanguage.Name = "buttonLineOcrEditLanguage";
this.buttonLineOcrEditLanguage.Size = new System.Drawing.Size(68, 21); this.buttonLineOcrEditLanguage.Size = new System.Drawing.Size(68, 23);
this.buttonLineOcrEditLanguage.TabIndex = 41; this.buttonLineOcrEditLanguage.TabIndex = 41;
this.buttonLineOcrEditLanguage.Text = "Edit"; this.buttonLineOcrEditLanguage.Text = "Edit";
this.buttonLineOcrEditLanguage.UseVisualStyleBackColor = true; this.buttonLineOcrEditLanguage.UseVisualStyleBackColor = true;
@ -619,7 +619,7 @@ namespace Nikse.SubtitleEdit.Forms.Ocr
// //
this.buttonLineOcrNewLanguage.Location = new System.Drawing.Point(283, 97); this.buttonLineOcrNewLanguage.Location = new System.Drawing.Point(283, 97);
this.buttonLineOcrNewLanguage.Name = "buttonLineOcrNewLanguage"; this.buttonLineOcrNewLanguage.Name = "buttonLineOcrNewLanguage";
this.buttonLineOcrNewLanguage.Size = new System.Drawing.Size(68, 21); this.buttonLineOcrNewLanguage.Size = new System.Drawing.Size(68, 23);
this.buttonLineOcrNewLanguage.TabIndex = 40; this.buttonLineOcrNewLanguage.TabIndex = 40;
this.buttonLineOcrNewLanguage.Text = "New"; this.buttonLineOcrNewLanguage.Text = "New";
this.buttonLineOcrNewLanguage.UseVisualStyleBackColor = true; this.buttonLineOcrNewLanguage.UseVisualStyleBackColor = true;
@ -882,9 +882,9 @@ namespace Nikse.SubtitleEdit.Forms.Ocr
// //
// buttonEditCharacterDatabase // buttonEditCharacterDatabase
// //
this.buttonEditCharacterDatabase.Location = new System.Drawing.Point(278, 46); this.buttonEditCharacterDatabase.Location = new System.Drawing.Point(278, 48);
this.buttonEditCharacterDatabase.Name = "buttonEditCharacterDatabase"; this.buttonEditCharacterDatabase.Name = "buttonEditCharacterDatabase";
this.buttonEditCharacterDatabase.Size = new System.Drawing.Size(68, 21); this.buttonEditCharacterDatabase.Size = new System.Drawing.Size(76, 23);
this.buttonEditCharacterDatabase.TabIndex = 3; this.buttonEditCharacterDatabase.TabIndex = 3;
this.buttonEditCharacterDatabase.Text = "Edit"; this.buttonEditCharacterDatabase.Text = "Edit";
this.buttonEditCharacterDatabase.UseVisualStyleBackColor = true; this.buttonEditCharacterDatabase.UseVisualStyleBackColor = true;
@ -922,7 +922,7 @@ namespace Nikse.SubtitleEdit.Forms.Ocr
// //
this.buttonNewCharacterDatabase.Location = new System.Drawing.Point(278, 19); this.buttonNewCharacterDatabase.Location = new System.Drawing.Point(278, 19);
this.buttonNewCharacterDatabase.Name = "buttonNewCharacterDatabase"; this.buttonNewCharacterDatabase.Name = "buttonNewCharacterDatabase";
this.buttonNewCharacterDatabase.Size = new System.Drawing.Size(68, 21); this.buttonNewCharacterDatabase.Size = new System.Drawing.Size(76, 23);
this.buttonNewCharacterDatabase.TabIndex = 2; this.buttonNewCharacterDatabase.TabIndex = 2;
this.buttonNewCharacterDatabase.Text = "New"; this.buttonNewCharacterDatabase.Text = "New";
this.buttonNewCharacterDatabase.UseVisualStyleBackColor = true; this.buttonNewCharacterDatabase.UseVisualStyleBackColor = true;
@ -978,7 +978,7 @@ namespace Nikse.SubtitleEdit.Forms.Ocr
this.buttonStop.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonStop.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonStop.Location = new System.Drawing.Point(11, 52); this.buttonStop.Location = new System.Drawing.Point(11, 52);
this.buttonStop.Name = "buttonStop"; this.buttonStop.Name = "buttonStop";
this.buttonStop.Size = new System.Drawing.Size(105, 22); this.buttonStop.Size = new System.Drawing.Size(105, 23);
this.buttonStop.TabIndex = 2; this.buttonStop.TabIndex = 2;
this.buttonStop.Text = "Stop OCR"; this.buttonStop.Text = "Stop OCR";
this.buttonStop.UseVisualStyleBackColor = true; this.buttonStop.UseVisualStyleBackColor = true;
@ -990,7 +990,7 @@ namespace Nikse.SubtitleEdit.Forms.Ocr
this.buttonStartOcr.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonStartOcr.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonStartOcr.Location = new System.Drawing.Point(11, 24); this.buttonStartOcr.Location = new System.Drawing.Point(11, 24);
this.buttonStartOcr.Name = "buttonStartOcr"; this.buttonStartOcr.Name = "buttonStartOcr";
this.buttonStartOcr.Size = new System.Drawing.Size(105, 22); this.buttonStartOcr.Size = new System.Drawing.Size(105, 23);
this.buttonStartOcr.TabIndex = 0; this.buttonStartOcr.TabIndex = 0;
this.buttonStartOcr.Text = "Start OCR"; this.buttonStartOcr.Text = "Start OCR";
this.buttonStartOcr.UseVisualStyleBackColor = true; this.buttonStartOcr.UseVisualStyleBackColor = true;

View File

@ -175,7 +175,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(329, 373); this.buttonOK.Location = new System.Drawing.Point(329, 373);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 2; this.buttonOK.TabIndex = 2;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -188,7 +188,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(410, 373); this.buttonCancel.Location = new System.Drawing.Point(410, 373);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 3; this.buttonCancel.TabIndex = 3;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -942,7 +942,7 @@
this.buttonAbort.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonAbort.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonAbort.Location = new System.Drawing.Point(491, 373); this.buttonAbort.Location = new System.Drawing.Point(491, 373);
this.buttonAbort.Name = "buttonAbort"; this.buttonAbort.Name = "buttonAbort";
this.buttonAbort.Size = new System.Drawing.Size(75, 21); this.buttonAbort.Size = new System.Drawing.Size(75, 23);
this.buttonAbort.TabIndex = 4; this.buttonAbort.TabIndex = 4;
this.buttonAbort.Text = "&Abort"; this.buttonAbort.Text = "&Abort";
this.buttonAbort.UseVisualStyleBackColor = true; this.buttonAbort.UseVisualStyleBackColor = true;
@ -965,7 +965,7 @@
this.buttonExpandSelection.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonExpandSelection.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonExpandSelection.Location = new System.Drawing.Point(453, 2); this.buttonExpandSelection.Location = new System.Drawing.Point(453, 2);
this.buttonExpandSelection.Name = "buttonExpandSelection"; this.buttonExpandSelection.Name = "buttonExpandSelection";
this.buttonExpandSelection.Size = new System.Drawing.Size(112, 21); this.buttonExpandSelection.Size = new System.Drawing.Size(112, 23);
this.buttonExpandSelection.TabIndex = 20; this.buttonExpandSelection.TabIndex = 20;
this.buttonExpandSelection.Text = "Expand selection"; this.buttonExpandSelection.Text = "Expand selection";
this.buttonExpandSelection.UseVisualStyleBackColor = true; this.buttonExpandSelection.UseVisualStyleBackColor = true;
@ -977,7 +977,7 @@
this.buttonShrinkSelection.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonShrinkSelection.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonShrinkSelection.Location = new System.Drawing.Point(335, 2); this.buttonShrinkSelection.Location = new System.Drawing.Point(335, 2);
this.buttonShrinkSelection.Name = "buttonShrinkSelection"; this.buttonShrinkSelection.Name = "buttonShrinkSelection";
this.buttonShrinkSelection.Size = new System.Drawing.Size(112, 21); this.buttonShrinkSelection.Size = new System.Drawing.Size(112, 23);
this.buttonShrinkSelection.TabIndex = 21; this.buttonShrinkSelection.TabIndex = 21;
this.buttonShrinkSelection.Text = "Shrink selection"; this.buttonShrinkSelection.Text = "Shrink selection";
this.buttonShrinkSelection.UseVisualStyleBackColor = true; this.buttonShrinkSelection.UseVisualStyleBackColor = true;
@ -989,7 +989,7 @@
this.buttonLastEdit.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonLastEdit.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonLastEdit.Location = new System.Drawing.Point(329, 345); this.buttonLastEdit.Location = new System.Drawing.Point(329, 345);
this.buttonLastEdit.Name = "buttonLastEdit"; this.buttonLastEdit.Name = "buttonLastEdit";
this.buttonLastEdit.Size = new System.Drawing.Size(156, 21); this.buttonLastEdit.Size = new System.Drawing.Size(156, 23);
this.buttonLastEdit.TabIndex = 22; this.buttonLastEdit.TabIndex = 22;
this.buttonLastEdit.Text = "Edit:"; this.buttonLastEdit.Text = "Edit:";
this.buttonLastEdit.UseVisualStyleBackColor = true; this.buttonLastEdit.UseVisualStyleBackColor = true;
@ -1011,7 +1011,7 @@
this.buttonGuess.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonGuess.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonGuess.Location = new System.Drawing.Point(211, 373); this.buttonGuess.Location = new System.Drawing.Point(211, 373);
this.buttonGuess.Name = "buttonGuess"; this.buttonGuess.Name = "buttonGuess";
this.buttonGuess.Size = new System.Drawing.Size(112, 21); this.buttonGuess.Size = new System.Drawing.Size(112, 23);
this.buttonGuess.TabIndex = 24; this.buttonGuess.TabIndex = 24;
this.buttonGuess.Text = "Best guess"; this.buttonGuess.Text = "Best guess";
this.buttonGuess.UseVisualStyleBackColor = true; this.buttonGuess.UseVisualStyleBackColor = true;

View File

@ -64,7 +64,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(644, 300); this.buttonCancel.Location = new System.Drawing.Point(644, 300);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 8; this.buttonCancel.TabIndex = 8;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -94,9 +94,9 @@
// buttonAddBetterMatch // buttonAddBetterMatch
// //
this.buttonAddBetterMatch.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonAddBetterMatch.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonAddBetterMatch.Location = new System.Drawing.Point(120, 89); this.buttonAddBetterMatch.Location = new System.Drawing.Point(120, 93);
this.buttonAddBetterMatch.Name = "buttonAddBetterMatch"; this.buttonAddBetterMatch.Name = "buttonAddBetterMatch";
this.buttonAddBetterMatch.Size = new System.Drawing.Size(140, 21); this.buttonAddBetterMatch.Size = new System.Drawing.Size(140, 23);
this.buttonAddBetterMatch.TabIndex = 28; this.buttonAddBetterMatch.TabIndex = 28;
this.buttonAddBetterMatch.Text = "Add better match"; this.buttonAddBetterMatch.Text = "Add better match";
this.buttonAddBetterMatch.UseVisualStyleBackColor = true; this.buttonAddBetterMatch.UseVisualStyleBackColor = true;
@ -143,9 +143,9 @@
// buttonDelete // buttonDelete
// //
this.buttonDelete.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonDelete.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonDelete.Location = new System.Drawing.Point(120, 62); this.buttonDelete.Location = new System.Drawing.Point(120, 64);
this.buttonDelete.Name = "buttonDelete"; this.buttonDelete.Name = "buttonDelete";
this.buttonDelete.Size = new System.Drawing.Size(140, 21); this.buttonDelete.Size = new System.Drawing.Size(140, 23);
this.buttonDelete.TabIndex = 4; this.buttonDelete.TabIndex = 4;
this.buttonDelete.Text = "Delete "; this.buttonDelete.Text = "Delete ";
this.buttonDelete.UseVisualStyleBackColor = true; this.buttonDelete.UseVisualStyleBackColor = true;
@ -156,7 +156,7 @@
this.buttonUpdate.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonUpdate.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonUpdate.Location = new System.Drawing.Point(120, 35); this.buttonUpdate.Location = new System.Drawing.Point(120, 35);
this.buttonUpdate.Name = "buttonUpdate"; this.buttonUpdate.Name = "buttonUpdate";
this.buttonUpdate.Size = new System.Drawing.Size(140, 21); this.buttonUpdate.Size = new System.Drawing.Size(140, 23);
this.buttonUpdate.TabIndex = 3; this.buttonUpdate.TabIndex = 3;
this.buttonUpdate.Text = "Update"; this.buttonUpdate.Text = "Update";
this.buttonUpdate.UseVisualStyleBackColor = true; this.buttonUpdate.UseVisualStyleBackColor = true;
@ -195,7 +195,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(563, 300); this.buttonOK.Location = new System.Drawing.Point(563, 300);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 7; this.buttonOK.TabIndex = 7;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -159,7 +159,7 @@
this.buttonShrinkSelection.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonShrinkSelection.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonShrinkSelection.Location = new System.Drawing.Point(385, 9); this.buttonShrinkSelection.Location = new System.Drawing.Point(385, 9);
this.buttonShrinkSelection.Name = "buttonShrinkSelection"; this.buttonShrinkSelection.Name = "buttonShrinkSelection";
this.buttonShrinkSelection.Size = new System.Drawing.Size(112, 21); this.buttonShrinkSelection.Size = new System.Drawing.Size(112, 23);
this.buttonShrinkSelection.TabIndex = 32; this.buttonShrinkSelection.TabIndex = 32;
this.buttonShrinkSelection.Text = "Shrink selection"; this.buttonShrinkSelection.Text = "Shrink selection";
this.buttonShrinkSelection.UseVisualStyleBackColor = true; this.buttonShrinkSelection.UseVisualStyleBackColor = true;
@ -171,7 +171,7 @@
this.buttonExpandSelection.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonExpandSelection.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonExpandSelection.Location = new System.Drawing.Point(503, 9); this.buttonExpandSelection.Location = new System.Drawing.Point(503, 9);
this.buttonExpandSelection.Name = "buttonExpandSelection"; this.buttonExpandSelection.Name = "buttonExpandSelection";
this.buttonExpandSelection.Size = new System.Drawing.Size(112, 21); this.buttonExpandSelection.Size = new System.Drawing.Size(112, 23);
this.buttonExpandSelection.TabIndex = 31; this.buttonExpandSelection.TabIndex = 31;
this.buttonExpandSelection.Text = "Expand selection"; this.buttonExpandSelection.Text = "Expand selection";
this.buttonExpandSelection.UseVisualStyleBackColor = true; this.buttonExpandSelection.UseVisualStyleBackColor = true;
@ -184,7 +184,7 @@
this.buttonAbort.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonAbort.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonAbort.Location = new System.Drawing.Point(541, 613); this.buttonAbort.Location = new System.Drawing.Point(541, 613);
this.buttonAbort.Name = "buttonAbort"; this.buttonAbort.Name = "buttonAbort";
this.buttonAbort.Size = new System.Drawing.Size(75, 21); this.buttonAbort.Size = new System.Drawing.Size(75, 23);
this.buttonAbort.TabIndex = 25; this.buttonAbort.TabIndex = 25;
this.buttonAbort.Text = "&Abort"; this.buttonAbort.Text = "&Abort";
this.buttonAbort.UseVisualStyleBackColor = true; this.buttonAbort.UseVisualStyleBackColor = true;
@ -241,7 +241,7 @@
this.toolStripMenuItemMusicSymbol1, this.toolStripMenuItemMusicSymbol1,
this.toolStripMenuItemMusicSymbol2}); this.toolStripMenuItemMusicSymbol2});
this.contextMenuStripLetters.Name = "contextMenuStripLetters"; this.contextMenuStripLetters.Name = "contextMenuStripLetters";
this.contextMenuStripLetters.Size = new System.Drawing.Size(153, 180); this.contextMenuStripLetters.Size = new System.Drawing.Size(135, 158);
// //
// latinToolStripMenuItem // latinToolStripMenuItem
// //
@ -267,146 +267,146 @@
this.çToolStripMenuItem1, this.çToolStripMenuItem1,
this.çToolStripMenuItem}); this.çToolStripMenuItem});
this.latinToolStripMenuItem.Name = "latinToolStripMenuItem"; this.latinToolStripMenuItem.Name = "latinToolStripMenuItem";
this.latinToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.latinToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.latinToolStripMenuItem.Text = "Catalan"; this.latinToolStripMenuItem.Text = "Catalan";
// //
// àToolStripMenuItem1 // àToolStripMenuItem1
// //
this.àToolStripMenuItem1.Name = "àToolStripMenuItem1"; this.àToolStripMenuItem1.Name = "àToolStripMenuItem1";
this.àToolStripMenuItem1.Size = new System.Drawing.Size(152, 22); this.àToolStripMenuItem1.Size = new System.Drawing.Size(83, 22);
this.àToolStripMenuItem1.Text = "à"; this.àToolStripMenuItem1.Text = "à";
this.àToolStripMenuItem1.Click += new System.EventHandler(this.InsertLetter); this.àToolStripMenuItem1.Click += new System.EventHandler(this.InsertLetter);
// //
// àToolStripMenuItem // àToolStripMenuItem
// //
this.àToolStripMenuItem.Name = "àToolStripMenuItem"; this.àToolStripMenuItem.Name = "àToolStripMenuItem";
this.àToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.àToolStripMenuItem.Size = new System.Drawing.Size(83, 22);
this.àToolStripMenuItem.Text = "À"; this.àToolStripMenuItem.Text = "À";
this.àToolStripMenuItem.Click += new System.EventHandler(this.InsertLetter); this.àToolStripMenuItem.Click += new System.EventHandler(this.InsertLetter);
// //
// éToolStripMenuItem3 // éToolStripMenuItem3
// //
this.éToolStripMenuItem3.Name = "éToolStripMenuItem3"; this.éToolStripMenuItem3.Name = "éToolStripMenuItem3";
this.éToolStripMenuItem3.Size = new System.Drawing.Size(152, 22); this.éToolStripMenuItem3.Size = new System.Drawing.Size(83, 22);
this.éToolStripMenuItem3.Text = "é"; this.éToolStripMenuItem3.Text = "é";
this.éToolStripMenuItem3.Click += new System.EventHandler(this.InsertLetter); this.éToolStripMenuItem3.Click += new System.EventHandler(this.InsertLetter);
// //
// éToolStripMenuItem2 // éToolStripMenuItem2
// //
this.éToolStripMenuItem2.Name = "éToolStripMenuItem2"; this.éToolStripMenuItem2.Name = "éToolStripMenuItem2";
this.éToolStripMenuItem2.Size = new System.Drawing.Size(152, 22); this.éToolStripMenuItem2.Size = new System.Drawing.Size(83, 22);
this.éToolStripMenuItem2.Text = "É"; this.éToolStripMenuItem2.Text = "É";
this.éToolStripMenuItem2.Click += new System.EventHandler(this.InsertLetter); this.éToolStripMenuItem2.Click += new System.EventHandler(this.InsertLetter);
// //
// èToolStripMenuItem1 // èToolStripMenuItem1
// //
this.èToolStripMenuItem1.Name = "èToolStripMenuItem1"; this.èToolStripMenuItem1.Name = "èToolStripMenuItem1";
this.èToolStripMenuItem1.Size = new System.Drawing.Size(152, 22); this.èToolStripMenuItem1.Size = new System.Drawing.Size(83, 22);
this.èToolStripMenuItem1.Text = "è"; this.èToolStripMenuItem1.Text = "è";
this.èToolStripMenuItem1.Click += new System.EventHandler(this.InsertLetter); this.èToolStripMenuItem1.Click += new System.EventHandler(this.InsertLetter);
// //
// èToolStripMenuItem // èToolStripMenuItem
// //
this.èToolStripMenuItem.Name = "èToolStripMenuItem"; this.èToolStripMenuItem.Name = "èToolStripMenuItem";
this.èToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.èToolStripMenuItem.Size = new System.Drawing.Size(83, 22);
this.èToolStripMenuItem.Text = "È"; this.èToolStripMenuItem.Text = "È";
this.èToolStripMenuItem.Click += new System.EventHandler(this.InsertLetter); this.èToolStripMenuItem.Click += new System.EventHandler(this.InsertLetter);
// //
// íToolStripMenuItem1 // íToolStripMenuItem1
// //
this.íToolStripMenuItem1.Name = "íToolStripMenuItem1"; this.íToolStripMenuItem1.Name = "íToolStripMenuItem1";
this.íToolStripMenuItem1.Size = new System.Drawing.Size(152, 22); this.íToolStripMenuItem1.Size = new System.Drawing.Size(83, 22);
this.íToolStripMenuItem1.Text = "í"; this.íToolStripMenuItem1.Text = "í";
this.íToolStripMenuItem1.Click += new System.EventHandler(this.InsertLetter); this.íToolStripMenuItem1.Click += new System.EventHandler(this.InsertLetter);
// //
// íToolStripMenuItem // íToolStripMenuItem
// //
this.íToolStripMenuItem.Name = "íToolStripMenuItem"; this.íToolStripMenuItem.Name = "íToolStripMenuItem";
this.íToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.íToolStripMenuItem.Size = new System.Drawing.Size(83, 22);
this.íToolStripMenuItem.Text = "Í"; this.íToolStripMenuItem.Text = "Í";
this.íToolStripMenuItem.Click += new System.EventHandler(this.InsertLetter); this.íToolStripMenuItem.Click += new System.EventHandler(this.InsertLetter);
// //
// ïToolStripMenuItem1 // ïToolStripMenuItem1
// //
this.ïToolStripMenuItem1.Name = "ïToolStripMenuItem1"; this.ïToolStripMenuItem1.Name = "ïToolStripMenuItem1";
this.ïToolStripMenuItem1.Size = new System.Drawing.Size(152, 22); this.ïToolStripMenuItem1.Size = new System.Drawing.Size(83, 22);
this.ïToolStripMenuItem1.Text = "ï"; this.ïToolStripMenuItem1.Text = "ï";
this.ïToolStripMenuItem1.Click += new System.EventHandler(this.InsertLetter); this.ïToolStripMenuItem1.Click += new System.EventHandler(this.InsertLetter);
// //
// ïToolStripMenuItem // ïToolStripMenuItem
// //
this.ïToolStripMenuItem.Name = "ïToolStripMenuItem"; this.ïToolStripMenuItem.Name = "ïToolStripMenuItem";
this.ïToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.ïToolStripMenuItem.Size = new System.Drawing.Size(83, 22);
this.ïToolStripMenuItem.Text = "Ï"; this.ïToolStripMenuItem.Text = "Ï";
this.ïToolStripMenuItem.Click += new System.EventHandler(this.InsertLetter); this.ïToolStripMenuItem.Click += new System.EventHandler(this.InsertLetter);
// //
// óToolStripMenuItem1 // óToolStripMenuItem1
// //
this.óToolStripMenuItem1.Name = "óToolStripMenuItem1"; this.óToolStripMenuItem1.Name = "óToolStripMenuItem1";
this.óToolStripMenuItem1.Size = new System.Drawing.Size(152, 22); this.óToolStripMenuItem1.Size = new System.Drawing.Size(83, 22);
this.óToolStripMenuItem1.Text = "ó"; this.óToolStripMenuItem1.Text = "ó";
this.óToolStripMenuItem1.Click += new System.EventHandler(this.InsertLetter); this.óToolStripMenuItem1.Click += new System.EventHandler(this.InsertLetter);
// //
// óToolStripMenuItem // óToolStripMenuItem
// //
this.óToolStripMenuItem.Name = "óToolStripMenuItem"; this.óToolStripMenuItem.Name = "óToolStripMenuItem";
this.óToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.óToolStripMenuItem.Size = new System.Drawing.Size(83, 22);
this.óToolStripMenuItem.Text = "Ó"; this.óToolStripMenuItem.Text = "Ó";
this.óToolStripMenuItem.Click += new System.EventHandler(this.InsertLetter); this.óToolStripMenuItem.Click += new System.EventHandler(this.InsertLetter);
// //
// òToolStripMenuItem // òToolStripMenuItem
// //
this.òToolStripMenuItem.Name = "òToolStripMenuItem"; this.òToolStripMenuItem.Name = "òToolStripMenuItem";
this.òToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.òToolStripMenuItem.Size = new System.Drawing.Size(83, 22);
this.òToolStripMenuItem.Text = "ò"; this.òToolStripMenuItem.Text = "ò";
this.òToolStripMenuItem.Click += new System.EventHandler(this.InsertLetter); this.òToolStripMenuItem.Click += new System.EventHandler(this.InsertLetter);
// //
// òToolStripMenuItem1 // òToolStripMenuItem1
// //
this.òToolStripMenuItem1.Name = "òToolStripMenuItem1"; this.òToolStripMenuItem1.Name = "òToolStripMenuItem1";
this.òToolStripMenuItem1.Size = new System.Drawing.Size(152, 22); this.òToolStripMenuItem1.Size = new System.Drawing.Size(83, 22);
this.òToolStripMenuItem1.Text = "Ò"; this.òToolStripMenuItem1.Text = "Ò";
this.òToolStripMenuItem1.Click += new System.EventHandler(this.InsertLetter); this.òToolStripMenuItem1.Click += new System.EventHandler(this.InsertLetter);
// //
// úToolStripMenuItem1 // úToolStripMenuItem1
// //
this.úToolStripMenuItem1.Name = "úToolStripMenuItem1"; this.úToolStripMenuItem1.Name = "úToolStripMenuItem1";
this.úToolStripMenuItem1.Size = new System.Drawing.Size(152, 22); this.úToolStripMenuItem1.Size = new System.Drawing.Size(83, 22);
this.úToolStripMenuItem1.Text = "ú"; this.úToolStripMenuItem1.Text = "ú";
this.úToolStripMenuItem1.Click += new System.EventHandler(this.InsertLetter); this.úToolStripMenuItem1.Click += new System.EventHandler(this.InsertLetter);
// //
// úToolStripMenuItem // úToolStripMenuItem
// //
this.úToolStripMenuItem.Name = "úToolStripMenuItem"; this.úToolStripMenuItem.Name = "úToolStripMenuItem";
this.úToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.úToolStripMenuItem.Size = new System.Drawing.Size(83, 22);
this.úToolStripMenuItem.Text = "Ú"; this.úToolStripMenuItem.Text = "Ú";
this.úToolStripMenuItem.Click += new System.EventHandler(this.InsertLetter); this.úToolStripMenuItem.Click += new System.EventHandler(this.InsertLetter);
// //
// üToolStripMenuItem2 // üToolStripMenuItem2
// //
this.üToolStripMenuItem2.Name = "üToolStripMenuItem2"; this.üToolStripMenuItem2.Name = "üToolStripMenuItem2";
this.üToolStripMenuItem2.Size = new System.Drawing.Size(152, 22); this.üToolStripMenuItem2.Size = new System.Drawing.Size(83, 22);
this.üToolStripMenuItem2.Text = "ü"; this.üToolStripMenuItem2.Text = "ü";
this.üToolStripMenuItem2.Click += new System.EventHandler(this.InsertLetter); this.üToolStripMenuItem2.Click += new System.EventHandler(this.InsertLetter);
// //
// üToolStripMenuItem3 // üToolStripMenuItem3
// //
this.üToolStripMenuItem3.Name = "üToolStripMenuItem3"; this.üToolStripMenuItem3.Name = "üToolStripMenuItem3";
this.üToolStripMenuItem3.Size = new System.Drawing.Size(152, 22); this.üToolStripMenuItem3.Size = new System.Drawing.Size(83, 22);
this.üToolStripMenuItem3.Text = "Ü"; this.üToolStripMenuItem3.Text = "Ü";
this.üToolStripMenuItem3.Click += new System.EventHandler(this.InsertLetter); this.üToolStripMenuItem3.Click += new System.EventHandler(this.InsertLetter);
// //
// çToolStripMenuItem1 // çToolStripMenuItem1
// //
this.çToolStripMenuItem1.Name = "çToolStripMenuItem1"; this.çToolStripMenuItem1.Name = "çToolStripMenuItem1";
this.çToolStripMenuItem1.Size = new System.Drawing.Size(152, 22); this.çToolStripMenuItem1.Size = new System.Drawing.Size(83, 22);
this.çToolStripMenuItem1.Text = "ç"; this.çToolStripMenuItem1.Text = "ç";
this.çToolStripMenuItem1.Click += new System.EventHandler(this.InsertLetter); this.çToolStripMenuItem1.Click += new System.EventHandler(this.InsertLetter);
// //
// çToolStripMenuItem // çToolStripMenuItem
// //
this.çToolStripMenuItem.Name = "çToolStripMenuItem"; this.çToolStripMenuItem.Name = "çToolStripMenuItem";
this.çToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.çToolStripMenuItem.Size = new System.Drawing.Size(83, 22);
this.çToolStripMenuItem.Text = "Ç"; this.çToolStripMenuItem.Text = "Ç";
this.çToolStripMenuItem.Click += new System.EventHandler(this.InsertLetter); this.çToolStripMenuItem.Click += new System.EventHandler(this.InsertLetter);
// //
@ -421,7 +421,7 @@
this.üToolStripMenuItem1, this.üToolStripMenuItem1,
this.ßToolStripMenuItem}); this.ßToolStripMenuItem});
this.germanToolStripMenuItem.Name = "germanToolStripMenuItem"; this.germanToolStripMenuItem.Name = "germanToolStripMenuItem";
this.germanToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.germanToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.germanToolStripMenuItem.Text = "German"; this.germanToolStripMenuItem.Text = "German";
// //
// äToolStripMenuItem2 // äToolStripMenuItem2
@ -487,7 +487,7 @@
this.öToolStripMenuItem, this.öToolStripMenuItem,
this.öToolStripMenuItem1}); this.öToolStripMenuItem1});
this.nordicToolStripMenuItem.Name = "nordicToolStripMenuItem"; this.nordicToolStripMenuItem.Name = "nordicToolStripMenuItem";
this.nordicToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.nordicToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.nordicToolStripMenuItem.Text = "Nordic"; this.nordicToolStripMenuItem.Text = "Nordic";
// //
// aeToolStripMenuItem1 // aeToolStripMenuItem1
@ -588,7 +588,7 @@
this.çToolStripMenuItem2, this.çToolStripMenuItem2,
this.çToolStripMenuItem3}); this.çToolStripMenuItem3});
this.portugueseToolStripMenuItem.Name = "portugueseToolStripMenuItem"; this.portugueseToolStripMenuItem.Name = "portugueseToolStripMenuItem";
this.portugueseToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.portugueseToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.portugueseToolStripMenuItem.Text = "Portuguese"; this.portugueseToolStripMenuItem.Text = "Portuguese";
// //
// ãToolStripMenuItem // ãToolStripMenuItem
@ -779,7 +779,7 @@
this.toolStripMenuItem2, this.toolStripMenuItem2,
this.toolStripMenuItem3}); this.toolStripMenuItem3});
this.spanishToolStripMenuItem.Name = "spanishToolStripMenuItem"; this.spanishToolStripMenuItem.Name = "spanishToolStripMenuItem";
this.spanishToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.spanishToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.spanishToolStripMenuItem.Text = "Spanish"; this.spanishToolStripMenuItem.Text = "Spanish";
// //
// áToolStripMenuItem // áToolStripMenuItem
@ -897,14 +897,14 @@
// toolStripMenuItemMusicSymbol1 // toolStripMenuItemMusicSymbol1
// //
this.toolStripMenuItemMusicSymbol1.Name = "toolStripMenuItemMusicSymbol1"; this.toolStripMenuItemMusicSymbol1.Name = "toolStripMenuItemMusicSymbol1";
this.toolStripMenuItemMusicSymbol1.Size = new System.Drawing.Size(152, 22); this.toolStripMenuItemMusicSymbol1.Size = new System.Drawing.Size(134, 22);
this.toolStripMenuItemMusicSymbol1.Text = "♪"; this.toolStripMenuItemMusicSymbol1.Text = "♪";
this.toolStripMenuItemMusicSymbol1.Click += new System.EventHandler(this.toolStripMenuItemMusicSymbol1_Click); this.toolStripMenuItemMusicSymbol1.Click += new System.EventHandler(this.toolStripMenuItemMusicSymbol1_Click);
// //
// toolStripMenuItemMusicSymbol2 // toolStripMenuItemMusicSymbol2
// //
this.toolStripMenuItemMusicSymbol2.Name = "toolStripMenuItemMusicSymbol2"; this.toolStripMenuItemMusicSymbol2.Name = "toolStripMenuItemMusicSymbol2";
this.toolStripMenuItemMusicSymbol2.Size = new System.Drawing.Size(152, 22); this.toolStripMenuItemMusicSymbol2.Size = new System.Drawing.Size(134, 22);
this.toolStripMenuItemMusicSymbol2.Text = "♫"; this.toolStripMenuItemMusicSymbol2.Text = "♫";
this.toolStripMenuItemMusicSymbol2.Click += new System.EventHandler(this.toolStripMenuItemMusicSymbol2_Click); this.toolStripMenuItemMusicSymbol2.Click += new System.EventHandler(this.toolStripMenuItemMusicSymbol2_Click);
// //
@ -914,7 +914,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(379, 613); this.buttonOK.Location = new System.Drawing.Point(379, 613);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 23; this.buttonOK.TabIndex = 23;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -927,7 +927,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(460, 613); this.buttonCancel.Location = new System.Drawing.Point(460, 613);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 24; this.buttonCancel.TabIndex = 24;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;

View File

@ -56,7 +56,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(95, 66); this.buttonOK.Location = new System.Drawing.Point(95, 66);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 13; this.buttonOK.TabIndex = 13;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -68,7 +68,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(176, 66); this.buttonCancel.Location = new System.Drawing.Point(176, 66);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 12; this.buttonCancel.TabIndex = 12;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;

View File

@ -48,7 +48,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(680, 312); this.buttonCancel.Location = new System.Drawing.Point(680, 312);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 8; this.buttonCancel.TabIndex = 8;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -60,7 +60,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(599, 312); this.buttonOK.Location = new System.Drawing.Point(599, 312);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 7; this.buttonOK.TabIndex = 7;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -52,9 +52,9 @@
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(374, 133); this.buttonCancel.Location = new System.Drawing.Point(374, 133);
this.buttonCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.buttonCancel.Margin = new System.Windows.Forms.Padding(2);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(56, 20); this.buttonCancel.Size = new System.Drawing.Size(56, 23);
this.buttonCancel.TabIndex = 4; this.buttonCancel.TabIndex = 4;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -65,9 +65,9 @@
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(314, 133); this.buttonOK.Location = new System.Drawing.Point(314, 133);
this.buttonOK.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.buttonOK.Margin = new System.Windows.Forms.Padding(2);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(56, 20); this.buttonOK.Size = new System.Drawing.Size(56, 23);
this.buttonOK.TabIndex = 3; this.buttonOK.TabIndex = 3;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -80,7 +80,7 @@
this.PanelDrive.Controls.Add(this.comboBoxDrive); this.PanelDrive.Controls.Add(this.comboBoxDrive);
this.PanelDrive.Controls.Add(this.labelChooseDrive); this.PanelDrive.Controls.Add(this.labelChooseDrive);
this.PanelDrive.Location = new System.Drawing.Point(82, 31); this.PanelDrive.Location = new System.Drawing.Point(82, 31);
this.PanelDrive.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.PanelDrive.Margin = new System.Windows.Forms.Padding(2);
this.PanelDrive.Name = "PanelDrive"; this.PanelDrive.Name = "PanelDrive";
this.PanelDrive.Size = new System.Drawing.Size(332, 81); this.PanelDrive.Size = new System.Drawing.Size(332, 81);
this.PanelDrive.TabIndex = 1; this.PanelDrive.TabIndex = 1;
@ -90,7 +90,7 @@
this.comboBoxDrive.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxDrive.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxDrive.FormattingEnabled = true; this.comboBoxDrive.FormattingEnabled = true;
this.comboBoxDrive.Location = new System.Drawing.Point(5, 24); this.comboBoxDrive.Location = new System.Drawing.Point(5, 24);
this.comboBoxDrive.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.comboBoxDrive.Margin = new System.Windows.Forms.Padding(2);
this.comboBoxDrive.Name = "comboBoxDrive"; this.comboBoxDrive.Name = "comboBoxDrive";
this.comboBoxDrive.Size = new System.Drawing.Size(288, 21); this.comboBoxDrive.Size = new System.Drawing.Size(288, 21);
this.comboBoxDrive.TabIndex = 1; this.comboBoxDrive.TabIndex = 1;
@ -112,7 +112,7 @@
this.PanelFolder.Controls.Add(this.labelChooseFolder); this.PanelFolder.Controls.Add(this.labelChooseFolder);
this.PanelFolder.Controls.Add(this.textBoxFolder); this.PanelFolder.Controls.Add(this.textBoxFolder);
this.PanelFolder.Location = new System.Drawing.Point(29, 76); this.PanelFolder.Location = new System.Drawing.Point(29, 76);
this.PanelFolder.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.PanelFolder.Margin = new System.Windows.Forms.Padding(2);
this.PanelFolder.Name = "PanelFolder"; this.PanelFolder.Name = "PanelFolder";
this.PanelFolder.Size = new System.Drawing.Size(332, 81); this.PanelFolder.Size = new System.Drawing.Size(332, 81);
this.PanelFolder.TabIndex = 2; this.PanelFolder.TabIndex = 2;
@ -148,7 +148,7 @@
this.radioButtonDisc.AutoSize = true; this.radioButtonDisc.AutoSize = true;
this.radioButtonDisc.Checked = true; this.radioButtonDisc.Checked = true;
this.radioButtonDisc.Location = new System.Drawing.Point(11, 31); this.radioButtonDisc.Location = new System.Drawing.Point(11, 31);
this.radioButtonDisc.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.radioButtonDisc.Margin = new System.Windows.Forms.Padding(2);
this.radioButtonDisc.Name = "radioButtonDisc"; this.radioButtonDisc.Name = "radioButtonDisc";
this.radioButtonDisc.Size = new System.Drawing.Size(46, 17); this.radioButtonDisc.Size = new System.Drawing.Size(46, 17);
this.radioButtonDisc.TabIndex = 0; this.radioButtonDisc.TabIndex = 0;
@ -161,7 +161,7 @@
// //
this.radioButtonFolder.AutoSize = true; this.radioButtonFolder.AutoSize = true;
this.radioButtonFolder.Location = new System.Drawing.Point(11, 54); this.radioButtonFolder.Location = new System.Drawing.Point(11, 54);
this.radioButtonFolder.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.radioButtonFolder.Margin = new System.Windows.Forms.Padding(2);
this.radioButtonFolder.Name = "radioButtonFolder"; this.radioButtonFolder.Name = "radioButtonFolder";
this.radioButtonFolder.Size = new System.Drawing.Size(54, 17); this.radioButtonFolder.Size = new System.Drawing.Size(54, 17);
this.radioButtonFolder.TabIndex = 1; this.radioButtonFolder.TabIndex = 1;
@ -177,9 +177,9 @@
this.groupBoxOpenDvdFrom.Controls.Add(this.PanelFolder); this.groupBoxOpenDvdFrom.Controls.Add(this.PanelFolder);
this.groupBoxOpenDvdFrom.Controls.Add(this.PanelDrive); this.groupBoxOpenDvdFrom.Controls.Add(this.PanelDrive);
this.groupBoxOpenDvdFrom.Location = new System.Drawing.Point(9, 10); this.groupBoxOpenDvdFrom.Location = new System.Drawing.Point(9, 10);
this.groupBoxOpenDvdFrom.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBoxOpenDvdFrom.Margin = new System.Windows.Forms.Padding(2);
this.groupBoxOpenDvdFrom.Name = "groupBoxOpenDvdFrom"; this.groupBoxOpenDvdFrom.Name = "groupBoxOpenDvdFrom";
this.groupBoxOpenDvdFrom.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBoxOpenDvdFrom.Padding = new System.Windows.Forms.Padding(2);
this.groupBoxOpenDvdFrom.Size = new System.Drawing.Size(422, 118); this.groupBoxOpenDvdFrom.Size = new System.Drawing.Size(422, 118);
this.groupBoxOpenDvdFrom.TabIndex = 0; this.groupBoxOpenDvdFrom.TabIndex = 0;
this.groupBoxOpenDvdFrom.TabStop = false; this.groupBoxOpenDvdFrom.TabStop = false;
@ -195,7 +195,7 @@
this.Controls.Add(this.buttonOK); this.Controls.Add(this.buttonOK);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true; this.KeyPreview = true;
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Margin = new System.Windows.Forms.Padding(2);
this.MaximizeBox = false; this.MaximizeBox = false;
this.MinimizeBox = false; this.MinimizeBox = false;
this.Name = "OpenVideoDvd"; this.Name = "OpenVideoDvd";

View File

@ -82,16 +82,16 @@
this.textBoxPreview.Multiline = true; this.textBoxPreview.Multiline = true;
this.textBoxPreview.Name = "textBoxPreview"; this.textBoxPreview.Name = "textBoxPreview";
this.textBoxPreview.ReadOnly = true; this.textBoxPreview.ReadOnly = true;
this.textBoxPreview.Size = new System.Drawing.Size(344, 44); this.textBoxPreview.Size = new System.Drawing.Size(347, 44);
this.textBoxPreview.TabIndex = 3; this.textBoxPreview.TabIndex = 3;
// //
// buttonCancel // buttonCancel
// //
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(281, 148); this.buttonCancel.Location = new System.Drawing.Point(284, 142);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 5; this.buttonCancel.TabIndex = 5;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -101,9 +101,9 @@
// //
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(200, 148); this.buttonOK.Location = new System.Drawing.Point(203, 142);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 4; this.buttonOK.TabIndex = 4;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -94,7 +94,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(598, 215); this.buttonCancel.Location = new System.Drawing.Point(598, 215);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 207; this.buttonCancel.TabIndex = 207;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -106,7 +106,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(517, 215); this.buttonOK.Location = new System.Drawing.Point(517, 215);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 206; this.buttonOK.TabIndex = 206;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -69,9 +69,9 @@
// buttonOK // buttonOK
// //
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.Location = new System.Drawing.Point(710, 523); this.buttonOK.Location = new System.Drawing.Point(716, 515);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 2; this.buttonOK.TabIndex = 2;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -81,9 +81,9 @@
// //
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(791, 523); this.buttonCancel.Location = new System.Drawing.Point(797, 515);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 3; this.buttonCancel.TabIndex = 3;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -96,7 +96,7 @@
this.groupBoxLinesFound.Controls.Add(this.listViewFixes); this.groupBoxLinesFound.Controls.Add(this.listViewFixes);
this.groupBoxLinesFound.Location = new System.Drawing.Point(12, 222); this.groupBoxLinesFound.Location = new System.Drawing.Point(12, 222);
this.groupBoxLinesFound.Name = "groupBoxLinesFound"; this.groupBoxLinesFound.Name = "groupBoxLinesFound";
this.groupBoxLinesFound.Size = new System.Drawing.Size(941, 296); this.groupBoxLinesFound.Size = new System.Drawing.Size(941, 283);
this.groupBoxLinesFound.TabIndex = 1; this.groupBoxLinesFound.TabIndex = 1;
this.groupBoxLinesFound.TabStop = false; this.groupBoxLinesFound.TabStop = false;
this.groupBoxLinesFound.Text = "Lines found"; this.groupBoxLinesFound.Text = "Lines found";
@ -114,9 +114,10 @@
this.columnHeaderAfter}); this.columnHeaderAfter});
this.listViewFixes.ContextMenuStrip = this.contextMenuStrip1; this.listViewFixes.ContextMenuStrip = this.contextMenuStrip1;
this.listViewFixes.FullRowSelect = true; this.listViewFixes.FullRowSelect = true;
this.listViewFixes.HideSelection = false;
this.listViewFixes.Location = new System.Drawing.Point(6, 17); this.listViewFixes.Location = new System.Drawing.Point(6, 17);
this.listViewFixes.Name = "listViewFixes"; this.listViewFixes.Name = "listViewFixes";
this.listViewFixes.Size = new System.Drawing.Size(929, 273); this.listViewFixes.Size = new System.Drawing.Size(929, 260);
this.listViewFixes.TabIndex = 0; this.listViewFixes.TabIndex = 0;
this.listViewFixes.UseCompatibleStateImageBehavior = false; this.listViewFixes.UseCompatibleStateImageBehavior = false;
this.listViewFixes.View = System.Windows.Forms.View.Details; this.listViewFixes.View = System.Windows.Forms.View.Details;
@ -427,9 +428,9 @@
// buttonApply // buttonApply
// //
this.buttonApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonApply.Location = new System.Drawing.Point(872, 523); this.buttonApply.Location = new System.Drawing.Point(878, 515);
this.buttonApply.Name = "buttonApply"; this.buttonApply.Name = "buttonApply";
this.buttonApply.Size = new System.Drawing.Size(75, 21); this.buttonApply.Size = new System.Drawing.Size(75, 23);
this.buttonApply.TabIndex = 4; this.buttonApply.TabIndex = 4;
this.buttonApply.Text = "Apply"; this.buttonApply.Text = "Apply";
this.buttonApply.UseVisualStyleBackColor = true; this.buttonApply.UseVisualStyleBackColor = true;

View File

@ -45,7 +45,7 @@
// //
this.radioButtonRegEx.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.radioButtonRegEx.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.radioButtonRegEx.AutoSize = true; this.radioButtonRegEx.AutoSize = true;
this.radioButtonRegEx.Location = new System.Drawing.Point(15, 183); this.radioButtonRegEx.Location = new System.Drawing.Point(15, 182);
this.radioButtonRegEx.Name = "radioButtonRegEx"; this.radioButtonRegEx.Name = "radioButtonRegEx";
this.radioButtonRegEx.Size = new System.Drawing.Size(56, 17); this.radioButtonRegEx.Size = new System.Drawing.Size(56, 17);
this.radioButtonRegEx.TabIndex = 5; this.radioButtonRegEx.TabIndex = 5;
@ -57,7 +57,7 @@
// //
this.radioButtonCaseSensitive.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.radioButtonCaseSensitive.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.radioButtonCaseSensitive.AutoSize = true; this.radioButtonCaseSensitive.AutoSize = true;
this.radioButtonCaseSensitive.Location = new System.Drawing.Point(15, 160); this.radioButtonCaseSensitive.Location = new System.Drawing.Point(15, 159);
this.radioButtonCaseSensitive.Name = "radioButtonCaseSensitive"; this.radioButtonCaseSensitive.Name = "radioButtonCaseSensitive";
this.radioButtonCaseSensitive.Size = new System.Drawing.Size(94, 17); this.radioButtonCaseSensitive.Size = new System.Drawing.Size(94, 17);
this.radioButtonCaseSensitive.TabIndex = 4; this.radioButtonCaseSensitive.TabIndex = 4;
@ -70,7 +70,7 @@
this.radioButtonNormal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.radioButtonNormal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.radioButtonNormal.AutoSize = true; this.radioButtonNormal.AutoSize = true;
this.radioButtonNormal.Checked = true; this.radioButtonNormal.Checked = true;
this.radioButtonNormal.Location = new System.Drawing.Point(15, 137); this.radioButtonNormal.Location = new System.Drawing.Point(15, 136);
this.radioButtonNormal.Name = "radioButtonNormal"; this.radioButtonNormal.Name = "radioButtonNormal";
this.radioButtonNormal.Size = new System.Drawing.Size(58, 17); this.radioButtonNormal.Size = new System.Drawing.Size(58, 17);
this.radioButtonNormal.TabIndex = 3; this.radioButtonNormal.TabIndex = 3;
@ -82,9 +82,9 @@
// buttonReplace // buttonReplace
// //
this.buttonReplace.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonReplace.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonReplace.Location = new System.Drawing.Point(96, 214); this.buttonReplace.Location = new System.Drawing.Point(93, 206);
this.buttonReplace.Name = "buttonReplace"; this.buttonReplace.Name = "buttonReplace";
this.buttonReplace.Size = new System.Drawing.Size(75, 21); this.buttonReplace.Size = new System.Drawing.Size(75, 23);
this.buttonReplace.TabIndex = 7; this.buttonReplace.TabIndex = 7;
this.buttonReplace.Text = "Replace"; this.buttonReplace.Text = "Replace";
this.buttonReplace.UseVisualStyleBackColor = true; this.buttonReplace.UseVisualStyleBackColor = true;
@ -102,9 +102,9 @@
// buttonReplaceAll // buttonReplaceAll
// //
this.buttonReplaceAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonReplaceAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonReplaceAll.Location = new System.Drawing.Point(177, 214); this.buttonReplaceAll.Location = new System.Drawing.Point(174, 206);
this.buttonReplaceAll.Name = "buttonReplaceAll"; this.buttonReplaceAll.Name = "buttonReplaceAll";
this.buttonReplaceAll.Size = new System.Drawing.Size(103, 21); this.buttonReplaceAll.Size = new System.Drawing.Size(103, 23);
this.buttonReplaceAll.TabIndex = 8; this.buttonReplaceAll.TabIndex = 8;
this.buttonReplaceAll.Text = "Replace all"; this.buttonReplaceAll.Text = "Replace all";
this.buttonReplaceAll.UseVisualStyleBackColor = true; this.buttonReplaceAll.UseVisualStyleBackColor = true;
@ -139,9 +139,9 @@
// buttonFind // buttonFind
// //
this.buttonFind.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonFind.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonFind.Location = new System.Drawing.Point(15, 214); this.buttonFind.Location = new System.Drawing.Point(12, 206);
this.buttonFind.Name = "buttonFind"; this.buttonFind.Name = "buttonFind";
this.buttonFind.Size = new System.Drawing.Size(75, 21); this.buttonFind.Size = new System.Drawing.Size(75, 23);
this.buttonFind.TabIndex = 6; this.buttonFind.TabIndex = 6;
this.buttonFind.Text = "Find"; this.buttonFind.Text = "Find";
this.buttonFind.UseVisualStyleBackColor = true; this.buttonFind.UseVisualStyleBackColor = true;
@ -161,7 +161,7 @@
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(330, 242); this.ClientSize = new System.Drawing.Size(330, 241);
this.Controls.Add(this.checkBoxWholeWord); this.Controls.Add(this.checkBoxWholeWord);
this.Controls.Add(this.buttonFind); this.Controls.Add(this.buttonFind);
this.Controls.Add(this.labelFindWhat); this.Controls.Add(this.labelFindWhat);

View File

@ -34,10 +34,10 @@
this.columnHeaderDateTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeaderDateTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeaderFileName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeaderFileName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeaderExtension = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeaderExtension = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeaderSize = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.labelInfo = new System.Windows.Forms.Label(); this.labelInfo = new System.Windows.Forms.Label();
this.linkLabelOpenContainingFolder = new System.Windows.Forms.LinkLabel(); this.linkLabelOpenContainingFolder = new System.Windows.Forms.LinkLabel();
this.labelStatus = new System.Windows.Forms.Label(); this.labelStatus = new System.Windows.Forms.Label();
this.columnHeaderSize = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.SuspendLayout(); this.SuspendLayout();
// //
// buttonCancel // buttonCancel
@ -47,7 +47,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(552, 383); this.buttonCancel.Location = new System.Drawing.Point(552, 383);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 5; this.buttonCancel.TabIndex = 5;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -58,7 +58,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(471, 383); this.buttonOK.Location = new System.Drawing.Point(471, 383);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 4; this.buttonOK.TabIndex = 4;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -100,6 +100,12 @@
this.columnHeaderExtension.Text = "Extension"; this.columnHeaderExtension.Text = "Extension";
this.columnHeaderExtension.Width = 80; this.columnHeaderExtension.Width = 80;
// //
// columnHeaderSize
//
this.columnHeaderSize.Text = "Size";
this.columnHeaderSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.columnHeaderSize.Width = 101;
//
// labelInfo // labelInfo
// //
this.labelInfo.AutoSize = true; this.labelInfo.AutoSize = true;
@ -131,12 +137,6 @@
this.labelStatus.TabIndex = 3; this.labelStatus.TabIndex = 3;
this.labelStatus.Text = "labelStatus"; this.labelStatus.Text = "labelStatus";
// //
// columnHeaderSize
//
this.columnHeaderSize.Text = "Size";
this.columnHeaderSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.columnHeaderSize.Width = 101;
//
// RestoreAutoBackup // RestoreAutoBackup
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);

View File

@ -48,7 +48,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(247, 152); this.buttonCancel.Location = new System.Drawing.Point(247, 152);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 4; this.buttonCancel.TabIndex = 4;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -60,7 +60,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(166, 152); this.buttonOK.Location = new System.Drawing.Point(166, 152);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 3; this.buttonOK.TabIndex = 3;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

View File

@ -114,7 +114,7 @@
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.Location = new System.Drawing.Point(595, 447); this.buttonOK.Location = new System.Drawing.Point(595, 447);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 5; this.buttonOK.TabIndex = 5;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -126,7 +126,7 @@
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(676, 447); this.buttonCancel.Location = new System.Drawing.Point(676, 447);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 6; this.buttonCancel.TabIndex = 6;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;

View File

@ -29,6 +29,7 @@
private void InitializeComponent() private void InitializeComponent()
{ {
this.components = new System.ComponentModel.Container(); this.components = new System.ComponentModel.Container();
Nikse.SubtitleEdit.Core.TimeCode timeCode1 = new Nikse.SubtitleEdit.Core.TimeCode();
this.groupBoxSyncPointTimeCode = new System.Windows.Forms.GroupBox(); this.groupBoxSyncPointTimeCode = new System.Windows.Forms.GroupBox();
this.timeUpDownLine = new Nikse.SubtitleEdit.Controls.TimeUpDown(); this.timeUpDownLine = new Nikse.SubtitleEdit.Controls.TimeUpDown();
this.groupBox2 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox();
@ -67,11 +68,21 @@
// //
this.timeUpDownLine.AutoSize = true; this.timeUpDownLine.AutoSize = true;
this.timeUpDownLine.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.timeUpDownLine.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.timeUpDownLine.Font = new System.Drawing.Font("Segoe UI", 9F);
this.timeUpDownLine.Location = new System.Drawing.Point(18, 19); this.timeUpDownLine.Location = new System.Drawing.Point(18, 19);
this.timeUpDownLine.Margin = new System.Windows.Forms.Padding(4); this.timeUpDownLine.Margin = new System.Windows.Forms.Padding(4);
this.timeUpDownLine.Name = "timeUpDownLine"; this.timeUpDownLine.Name = "timeUpDownLine";
this.timeUpDownLine.Size = new System.Drawing.Size(92, 25); this.timeUpDownLine.Size = new System.Drawing.Size(96, 27);
this.timeUpDownLine.TabIndex = 1; this.timeUpDownLine.TabIndex = 1;
timeCode1.Hours = 0;
timeCode1.Milliseconds = 0;
timeCode1.Minutes = 0;
timeCode1.Seconds = 0;
timeCode1.TimeSpan = System.TimeSpan.Parse("00:00:00");
timeCode1.TotalMilliseconds = 0D;
timeCode1.TotalSeconds = 0D;
this.timeUpDownLine.TimeCode = timeCode1;
this.timeUpDownLine.UseVideoOffset = false;
// //
// groupBox2 // groupBox2
// //
@ -87,6 +98,7 @@
// //
// subtitleListView1 // subtitleListView1
// //
this.subtitleListView1.AllowColumnReorder = true;
this.subtitleListView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 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.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
@ -94,11 +106,15 @@
this.subtitleListView1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.subtitleListView1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.subtitleListView1.FullRowSelect = true; this.subtitleListView1.FullRowSelect = true;
this.subtitleListView1.GridLines = true; this.subtitleListView1.GridLines = true;
this.subtitleListView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.subtitleListView1.HideSelection = false; this.subtitleListView1.HideSelection = false;
this.subtitleListView1.Location = new System.Drawing.Point(6, 18); this.subtitleListView1.Location = new System.Drawing.Point(6, 18);
this.subtitleListView1.Name = "subtitleListView1"; this.subtitleListView1.Name = "subtitleListView1";
this.subtitleListView1.OwnerDraw = true; this.subtitleListView1.OwnerDraw = true;
this.subtitleListView1.Size = new System.Drawing.Size(593, 199); this.subtitleListView1.Size = new System.Drawing.Size(593, 199);
this.subtitleListView1.SubtitleFontBold = false;
this.subtitleListView1.SubtitleFontName = "Tahoma";
this.subtitleListView1.SubtitleFontSize = 8;
this.subtitleListView1.TabIndex = 11; this.subtitleListView1.TabIndex = 11;
this.subtitleListView1.UseCompatibleStateImageBehavior = false; this.subtitleListView1.UseCompatibleStateImageBehavior = false;
this.subtitleListView1.UseSyntaxColoring = true; this.subtitleListView1.UseSyntaxColoring = true;
@ -111,7 +127,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(713, 584); this.buttonCancel.Location = new System.Drawing.Point(713, 584);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 31; this.buttonCancel.TabIndex = 31;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -123,7 +139,7 @@
this.buttonSetSyncPoint.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonSetSyncPoint.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonSetSyncPoint.Location = new System.Drawing.Point(584, 584); this.buttonSetSyncPoint.Location = new System.Drawing.Point(584, 584);
this.buttonSetSyncPoint.Name = "buttonSetSyncPoint"; this.buttonSetSyncPoint.Name = "buttonSetSyncPoint";
this.buttonSetSyncPoint.Size = new System.Drawing.Size(123, 21); this.buttonSetSyncPoint.Size = new System.Drawing.Size(123, 23);
this.buttonSetSyncPoint.TabIndex = 30; this.buttonSetSyncPoint.TabIndex = 30;
this.buttonSetSyncPoint.Text = "&Set sync point"; this.buttonSetSyncPoint.Text = "&Set sync point";
this.buttonSetSyncPoint.UseVisualStyleBackColor = true; this.buttonSetSyncPoint.UseVisualStyleBackColor = true;
@ -138,7 +154,7 @@
this.buttonOpenMovie.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOpenMovie.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOpenMovie.Location = new System.Drawing.Point(682, 241); this.buttonOpenMovie.Location = new System.Drawing.Point(682, 241);
this.buttonOpenMovie.Name = "buttonOpenMovie"; this.buttonOpenMovie.Name = "buttonOpenMovie";
this.buttonOpenMovie.Size = new System.Drawing.Size(109, 21); this.buttonOpenMovie.Size = new System.Drawing.Size(109, 23);
this.buttonOpenMovie.TabIndex = 12; this.buttonOpenMovie.TabIndex = 12;
this.buttonOpenMovie.Text = "Open movie..."; this.buttonOpenMovie.Text = "Open movie...";
this.buttonOpenMovie.UseVisualStyleBackColor = true; this.buttonOpenMovie.UseVisualStyleBackColor = true;
@ -164,7 +180,7 @@
this.buttonHalfASecondBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonHalfASecondBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonHalfASecondBack.Location = new System.Drawing.Point(12, 560); this.buttonHalfASecondBack.Location = new System.Drawing.Point(12, 560);
this.buttonHalfASecondBack.Name = "buttonHalfASecondBack"; this.buttonHalfASecondBack.Name = "buttonHalfASecondBack";
this.buttonHalfASecondBack.Size = new System.Drawing.Size(77, 21); this.buttonHalfASecondBack.Size = new System.Drawing.Size(77, 23);
this.buttonHalfASecondBack.TabIndex = 20; this.buttonHalfASecondBack.TabIndex = 20;
this.buttonHalfASecondBack.Text = "&½ second <"; this.buttonHalfASecondBack.Text = "&½ second <";
this.buttonHalfASecondBack.UseVisualStyleBackColor = true; this.buttonHalfASecondBack.UseVisualStyleBackColor = true;
@ -175,7 +191,7 @@
this.buttonThreeSecondsBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonThreeSecondsBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonThreeSecondsBack.Location = new System.Drawing.Point(95, 560); this.buttonThreeSecondsBack.Location = new System.Drawing.Point(95, 560);
this.buttonThreeSecondsBack.Name = "buttonThreeSecondsBack"; this.buttonThreeSecondsBack.Name = "buttonThreeSecondsBack";
this.buttonThreeSecondsBack.Size = new System.Drawing.Size(77, 21); this.buttonThreeSecondsBack.Size = new System.Drawing.Size(77, 23);
this.buttonThreeSecondsBack.TabIndex = 21; this.buttonThreeSecondsBack.TabIndex = 21;
this.buttonThreeSecondsBack.Text = "&3 seconds <"; this.buttonThreeSecondsBack.Text = "&3 seconds <";
this.buttonThreeSecondsBack.UseVisualStyleBackColor = true; this.buttonThreeSecondsBack.UseVisualStyleBackColor = true;
@ -186,7 +202,7 @@
this.buttonThreeSecondsAhead.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonThreeSecondsAhead.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonThreeSecondsAhead.Location = new System.Drawing.Point(303, 560); this.buttonThreeSecondsAhead.Location = new System.Drawing.Point(303, 560);
this.buttonThreeSecondsAhead.Name = "buttonThreeSecondsAhead"; this.buttonThreeSecondsAhead.Name = "buttonThreeSecondsAhead";
this.buttonThreeSecondsAhead.Size = new System.Drawing.Size(77, 21); this.buttonThreeSecondsAhead.Size = new System.Drawing.Size(77, 23);
this.buttonThreeSecondsAhead.TabIndex = 23; this.buttonThreeSecondsAhead.TabIndex = 23;
this.buttonThreeSecondsAhead.Text = "3 seconds >"; this.buttonThreeSecondsAhead.Text = "3 seconds >";
this.buttonThreeSecondsAhead.UseVisualStyleBackColor = true; this.buttonThreeSecondsAhead.UseVisualStyleBackColor = true;
@ -197,7 +213,7 @@
this.buttonHalfASecondAhead.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonHalfASecondAhead.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonHalfASecondAhead.Location = new System.Drawing.Point(386, 560); this.buttonHalfASecondAhead.Location = new System.Drawing.Point(386, 560);
this.buttonHalfASecondAhead.Name = "buttonHalfASecondAhead"; this.buttonHalfASecondAhead.Name = "buttonHalfASecondAhead";
this.buttonHalfASecondAhead.Size = new System.Drawing.Size(77, 21); this.buttonHalfASecondAhead.Size = new System.Drawing.Size(77, 23);
this.buttonHalfASecondAhead.TabIndex = 24; this.buttonHalfASecondAhead.TabIndex = 24;
this.buttonHalfASecondAhead.Text = "½ second >"; this.buttonHalfASecondAhead.Text = "½ second >";
this.buttonHalfASecondAhead.UseVisualStyleBackColor = true; this.buttonHalfASecondAhead.UseVisualStyleBackColor = true;
@ -208,7 +224,7 @@
this.buttonVerify.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonVerify.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonVerify.Location = new System.Drawing.Point(178, 560); this.buttonVerify.Location = new System.Drawing.Point(178, 560);
this.buttonVerify.Name = "buttonVerify"; this.buttonVerify.Name = "buttonVerify";
this.buttonVerify.Size = new System.Drawing.Size(119, 21); this.buttonVerify.Size = new System.Drawing.Size(119, 23);
this.buttonVerify.TabIndex = 22; this.buttonVerify.TabIndex = 22;
this.buttonVerify.Text = "Play 2 s and back"; this.buttonVerify.Text = "Play 2 s and back";
this.buttonVerify.UseVisualStyleBackColor = true; this.buttonVerify.UseVisualStyleBackColor = true;
@ -235,12 +251,14 @@
this.videoPlayerContainer1.BackColor = System.Drawing.Color.Black; this.videoPlayerContainer1.BackColor = System.Drawing.Color.Black;
this.videoPlayerContainer1.CurrentPosition = 0D; this.videoPlayerContainer1.CurrentPosition = 0D;
this.videoPlayerContainer1.FontSizeFactor = 1F; this.videoPlayerContainer1.FontSizeFactor = 1F;
this.videoPlayerContainer1.LastParagraph = null;
this.videoPlayerContainer1.Location = new System.Drawing.Point(12, 267); this.videoPlayerContainer1.Location = new System.Drawing.Point(12, 267);
this.videoPlayerContainer1.Name = "videoPlayerContainer1"; this.videoPlayerContainer1.Name = "videoPlayerContainer1";
this.videoPlayerContainer1.ShowFullscreenButton = true; this.videoPlayerContainer1.ShowFullscreenButton = true;
this.videoPlayerContainer1.ShowMuteButton = true; this.videoPlayerContainer1.ShowMuteButton = true;
this.videoPlayerContainer1.ShowStopButton = true; this.videoPlayerContainer1.ShowStopButton = true;
this.videoPlayerContainer1.Size = new System.Drawing.Size(779, 263); this.videoPlayerContainer1.Size = new System.Drawing.Size(779, 263);
this.videoPlayerContainer1.SmpteMode = false;
this.videoPlayerContainer1.SubtitleText = ""; this.videoPlayerContainer1.SubtitleText = "";
this.videoPlayerContainer1.TabIndex = 13; this.videoPlayerContainer1.TabIndex = 13;
this.videoPlayerContainer1.TextRightToLeft = System.Windows.Forms.RightToLeft.No; this.videoPlayerContainer1.TextRightToLeft = System.Windows.Forms.RightToLeft.No;
@ -254,7 +272,7 @@
this.buttonFindTextEnd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonFindTextEnd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonFindTextEnd.Location = new System.Drawing.Point(469, 560); this.buttonFindTextEnd.Location = new System.Drawing.Point(469, 560);
this.buttonFindTextEnd.Name = "buttonFindTextEnd"; this.buttonFindTextEnd.Name = "buttonFindTextEnd";
this.buttonFindTextEnd.Size = new System.Drawing.Size(106, 21); this.buttonFindTextEnd.Size = new System.Drawing.Size(106, 23);
this.buttonFindTextEnd.TabIndex = 25; this.buttonFindTextEnd.TabIndex = 25;
this.buttonFindTextEnd.Text = "Find text..."; this.buttonFindTextEnd.Text = "Find text...";
this.buttonFindTextEnd.UseVisualStyleBackColor = true; this.buttonFindTextEnd.UseVisualStyleBackColor = true;

View File

@ -28,6 +28,7 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
Nikse.SubtitleEdit.Core.TimeCode timeCode1 = new Nikse.SubtitleEdit.Core.TimeCode();
this.buttonCancel = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button();
this.buttonOK = new System.Windows.Forms.Button(); this.buttonOK = new System.Windows.Forms.Button();
this.labelDescription = new System.Windows.Forms.Label(); this.labelDescription = new System.Windows.Forms.Label();
@ -43,7 +44,7 @@
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(386, 129); this.buttonCancel.Location = new System.Drawing.Point(386, 129);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 5; this.buttonCancel.TabIndex = 5;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -55,7 +56,7 @@
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(194, 129); this.buttonOK.Location = new System.Drawing.Point(194, 129);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 3; this.buttonOK.TabIndex = 3;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -85,11 +86,20 @@
// //
this.timeUpDownVideoPosition.AutoSize = true; this.timeUpDownVideoPosition.AutoSize = true;
this.timeUpDownVideoPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.timeUpDownVideoPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.timeUpDownVideoPosition.Font = new System.Drawing.Font("Segoe UI", 9F);
this.timeUpDownVideoPosition.Location = new System.Drawing.Point(13, 39); this.timeUpDownVideoPosition.Location = new System.Drawing.Point(13, 39);
this.timeUpDownVideoPosition.Margin = new System.Windows.Forms.Padding(4); this.timeUpDownVideoPosition.Margin = new System.Windows.Forms.Padding(4);
this.timeUpDownVideoPosition.Name = "timeUpDownVideoPosition"; this.timeUpDownVideoPosition.Name = "timeUpDownVideoPosition";
this.timeUpDownVideoPosition.Size = new System.Drawing.Size(96, 24); this.timeUpDownVideoPosition.Size = new System.Drawing.Size(96, 27);
this.timeUpDownVideoPosition.TabIndex = 1; this.timeUpDownVideoPosition.TabIndex = 1;
timeCode1.Hours = 0;
timeCode1.Milliseconds = 0;
timeCode1.Minutes = 0;
timeCode1.Seconds = 0;
timeCode1.TimeSpan = System.TimeSpan.Parse("00:00:00");
timeCode1.TotalMilliseconds = 0D;
timeCode1.TotalSeconds = 0D;
this.timeUpDownVideoPosition.TimeCode = timeCode1;
this.timeUpDownVideoPosition.UseVideoOffset = false; this.timeUpDownVideoPosition.UseVideoOffset = false;
// //
// buttonReset // buttonReset
@ -98,7 +108,7 @@
this.buttonReset.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonReset.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonReset.Location = new System.Drawing.Point(275, 129); this.buttonReset.Location = new System.Drawing.Point(275, 129);
this.buttonReset.Name = "buttonReset"; this.buttonReset.Name = "buttonReset";
this.buttonReset.Size = new System.Drawing.Size(105, 21); this.buttonReset.Size = new System.Drawing.Size(105, 23);
this.buttonReset.TabIndex = 4; this.buttonReset.TabIndex = 4;
this.buttonReset.Text = "Reset"; this.buttonReset.Text = "Reset";
this.buttonReset.UseVisualStyleBackColor = true; this.buttonReset.UseVisualStyleBackColor = true;

View File

@ -451,9 +451,9 @@
// //
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonOK.Location = new System.Drawing.Point(506, 528); this.buttonOK.Location = new System.Drawing.Point(506, 526);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 0; this.buttonOK.TabIndex = 0;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -463,9 +463,9 @@
// //
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(587, 528); this.buttonCancel.Location = new System.Drawing.Point(587, 526);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 1; this.buttonCancel.TabIndex = 1;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -1589,7 +1589,7 @@
// //
this.buttonListViewSyntaxColorError.Location = new System.Drawing.Point(20, 224); this.buttonListViewSyntaxColorError.Location = new System.Drawing.Point(20, 224);
this.buttonListViewSyntaxColorError.Name = "buttonListViewSyntaxColorError"; this.buttonListViewSyntaxColorError.Name = "buttonListViewSyntaxColorError";
this.buttonListViewSyntaxColorError.Size = new System.Drawing.Size(112, 21); this.buttonListViewSyntaxColorError.Size = new System.Drawing.Size(112, 23);
this.buttonListViewSyntaxColorError.TabIndex = 7; this.buttonListViewSyntaxColorError.TabIndex = 7;
this.buttonListViewSyntaxColorError.Text = "Error color"; this.buttonListViewSyntaxColorError.Text = "Error color";
this.buttonListViewSyntaxColorError.UseVisualStyleBackColor = true; this.buttonListViewSyntaxColorError.UseVisualStyleBackColor = true;
@ -4446,9 +4446,9 @@
// buttonReset // buttonReset
// //
this.buttonReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonReset.Location = new System.Drawing.Point(668, 528); this.buttonReset.Location = new System.Drawing.Point(668, 526);
this.buttonReset.Name = "buttonReset"; this.buttonReset.Name = "buttonReset";
this.buttonReset.Size = new System.Drawing.Size(185, 21); this.buttonReset.Size = new System.Drawing.Size(185, 23);
this.buttonReset.TabIndex = 2; this.buttonReset.TabIndex = 2;
this.buttonReset.Text = "Restore default settings"; this.buttonReset.Text = "Restore default settings";
this.buttonReset.UseVisualStyleBackColor = true; this.buttonReset.UseVisualStyleBackColor = true;

View File

@ -656,7 +656,7 @@ namespace Nikse.SubtitleEdit.Forms
checkBoxTreatINQuoteAsING.Text = Configuration.Settings.Language.SpellCheck.TreatINQuoteAsING; checkBoxTreatINQuoteAsING.Text = Configuration.Settings.Language.SpellCheck.TreatINQuoteAsING;
checkBoxUseAlwaysToFile.Text = Configuration.Settings.Language.SpellCheck.RememberUseAlwaysList; checkBoxUseAlwaysToFile.Text = Configuration.Settings.Language.SpellCheck.RememberUseAlwaysList;
groupBoxToolsAutoBr.Text = Configuration.Settings.Language.Main.Controls.AutoBreak; groupBoxToolsAutoBr.Text = Configuration.Settings.Language.Main.Controls.AutoBreak.Replace("&", string.Empty);
checkBoxUseDoNotBreakAfterList.Text = language.UseDoNotBreakAfterList; checkBoxUseDoNotBreakAfterList.Text = language.UseDoNotBreakAfterList;
checkBoxToolsBreakEarlyComma.Text = language.BreakEarlyForComma; checkBoxToolsBreakEarlyComma.Text = language.BreakEarlyForComma;
checkBoxToolsBreakEarlyDash.Text = language.BreakEarlyForDashDialog; checkBoxToolsBreakEarlyDash.Text = language.BreakEarlyForDashDialog;

View File

@ -75,9 +75,9 @@
// //
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(126, 165); this.buttonOK.Location = new System.Drawing.Point(129, 163);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 4; this.buttonOK.TabIndex = 4;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
@ -88,9 +88,9 @@
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(210, 165); this.buttonCancel.Location = new System.Drawing.Point(210, 163);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 5; this.buttonCancel.TabIndex = 5;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;

View File

@ -95,7 +95,7 @@
this.groupBoxStyles.Controls.Add(this.listViewProfiles); this.groupBoxStyles.Controls.Add(this.listViewProfiles);
this.groupBoxStyles.Location = new System.Drawing.Point(12, 12); this.groupBoxStyles.Location = new System.Drawing.Point(12, 12);
this.groupBoxStyles.Name = "groupBoxStyles"; this.groupBoxStyles.Name = "groupBoxStyles";
this.groupBoxStyles.Size = new System.Drawing.Size(927, 382); this.groupBoxStyles.Size = new System.Drawing.Size(927, 384);
this.groupBoxStyles.TabIndex = 1; this.groupBoxStyles.TabIndex = 1;
this.groupBoxStyles.TabStop = false; this.groupBoxStyles.TabStop = false;
// //
@ -143,7 +143,7 @@
this.groupBoxGeneralRules.Controls.Add(this.numericUpDownSubtitleLineMaximumLength); this.groupBoxGeneralRules.Controls.Add(this.numericUpDownSubtitleLineMaximumLength);
this.groupBoxGeneralRules.Location = new System.Drawing.Point(619, 61); this.groupBoxGeneralRules.Location = new System.Drawing.Point(619, 61);
this.groupBoxGeneralRules.Name = "groupBoxGeneralRules"; this.groupBoxGeneralRules.Name = "groupBoxGeneralRules";
this.groupBoxGeneralRules.Size = new System.Drawing.Size(302, 285); this.groupBoxGeneralRules.Size = new System.Drawing.Size(302, 287);
this.groupBoxGeneralRules.TabIndex = 90; this.groupBoxGeneralRules.TabIndex = 90;
this.groupBoxGeneralRules.TabStop = false; this.groupBoxGeneralRules.TabStop = false;
this.groupBoxGeneralRules.Text = "Rules"; this.groupBoxGeneralRules.Text = "Rules";
@ -435,9 +435,9 @@
// //
this.buttonExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonExport.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonExport.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonExport.Location = new System.Drawing.Point(6, 355); this.buttonExport.Location = new System.Drawing.Point(6, 353);
this.buttonExport.Name = "buttonExport"; this.buttonExport.Name = "buttonExport";
this.buttonExport.Size = new System.Drawing.Size(82, 21); this.buttonExport.Size = new System.Drawing.Size(82, 23);
this.buttonExport.TabIndex = 20; this.buttonExport.TabIndex = 20;
this.buttonExport.Text = "Export..."; this.buttonExport.Text = "Export...";
this.buttonExport.UseVisualStyleBackColor = true; this.buttonExport.UseVisualStyleBackColor = true;
@ -447,9 +447,9 @@
// //
this.buttonImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonImport.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonImport.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonImport.Location = new System.Drawing.Point(94, 355); this.buttonImport.Location = new System.Drawing.Point(94, 353);
this.buttonImport.Name = "buttonImport"; this.buttonImport.Name = "buttonImport";
this.buttonImport.Size = new System.Drawing.Size(82, 21); this.buttonImport.Size = new System.Drawing.Size(82, 23);
this.buttonImport.TabIndex = 30; this.buttonImport.TabIndex = 30;
this.buttonImport.Text = "Import..."; this.buttonImport.Text = "Import...";
this.buttonImport.UseVisualStyleBackColor = true; this.buttonImport.UseVisualStyleBackColor = true;
@ -459,9 +459,9 @@
// //
this.buttonCopy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonCopy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonCopy.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCopy.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCopy.Location = new System.Drawing.Point(182, 355); this.buttonCopy.Location = new System.Drawing.Point(182, 353);
this.buttonCopy.Name = "buttonCopy"; this.buttonCopy.Name = "buttonCopy";
this.buttonCopy.Size = new System.Drawing.Size(82, 21); this.buttonCopy.Size = new System.Drawing.Size(82, 23);
this.buttonCopy.TabIndex = 40; this.buttonCopy.TabIndex = 40;
this.buttonCopy.Text = "Copy"; this.buttonCopy.Text = "Copy";
this.buttonCopy.UseVisualStyleBackColor = true; this.buttonCopy.UseVisualStyleBackColor = true;
@ -471,9 +471,9 @@
// //
this.buttonRemoveAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonRemoveAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonRemoveAll.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonRemoveAll.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonRemoveAll.Location = new System.Drawing.Point(446, 355); this.buttonRemoveAll.Location = new System.Drawing.Point(446, 353);
this.buttonRemoveAll.Name = "buttonRemoveAll"; this.buttonRemoveAll.Name = "buttonRemoveAll";
this.buttonRemoveAll.Size = new System.Drawing.Size(92, 21); this.buttonRemoveAll.Size = new System.Drawing.Size(92, 23);
this.buttonRemoveAll.TabIndex = 70; this.buttonRemoveAll.TabIndex = 70;
this.buttonRemoveAll.Text = "Remove all"; this.buttonRemoveAll.Text = "Remove all";
this.buttonRemoveAll.UseVisualStyleBackColor = true; this.buttonRemoveAll.UseVisualStyleBackColor = true;
@ -483,9 +483,9 @@
// //
this.buttonAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonAdd.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonAdd.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonAdd.Location = new System.Drawing.Point(270, 355); this.buttonAdd.Location = new System.Drawing.Point(270, 353);
this.buttonAdd.Name = "buttonAdd"; this.buttonAdd.Name = "buttonAdd";
this.buttonAdd.Size = new System.Drawing.Size(82, 21); this.buttonAdd.Size = new System.Drawing.Size(82, 23);
this.buttonAdd.TabIndex = 50; this.buttonAdd.TabIndex = 50;
this.buttonAdd.Text = "New"; this.buttonAdd.Text = "New";
this.buttonAdd.UseVisualStyleBackColor = true; this.buttonAdd.UseVisualStyleBackColor = true;
@ -495,9 +495,9 @@
// //
this.buttonRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonRemove.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonRemove.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonRemove.Location = new System.Drawing.Point(358, 355); this.buttonRemove.Location = new System.Drawing.Point(358, 353);
this.buttonRemove.Name = "buttonRemove"; this.buttonRemove.Name = "buttonRemove";
this.buttonRemove.Size = new System.Drawing.Size(82, 21); this.buttonRemove.Size = new System.Drawing.Size(82, 23);
this.buttonRemove.TabIndex = 60; this.buttonRemove.TabIndex = 60;
this.buttonRemove.Text = "Remove"; this.buttonRemove.Text = "Remove";
this.buttonRemove.UseVisualStyleBackColor = true; this.buttonRemove.UseVisualStyleBackColor = true;
@ -520,7 +520,7 @@
this.listViewProfiles.Location = new System.Drawing.Point(6, 19); this.listViewProfiles.Location = new System.Drawing.Point(6, 19);
this.listViewProfiles.MultiSelect = false; this.listViewProfiles.MultiSelect = false;
this.listViewProfiles.Name = "listViewProfiles"; this.listViewProfiles.Name = "listViewProfiles";
this.listViewProfiles.Size = new System.Drawing.Size(604, 327); this.listViewProfiles.Size = new System.Drawing.Size(604, 329);
this.listViewProfiles.TabIndex = 10; this.listViewProfiles.TabIndex = 10;
this.listViewProfiles.UseCompatibleStateImageBehavior = false; this.listViewProfiles.UseCompatibleStateImageBehavior = false;
this.listViewProfiles.View = System.Windows.Forms.View.Details; this.listViewProfiles.View = System.Windows.Forms.View.Details;
@ -556,9 +556,9 @@
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(864, 409); this.buttonCancel.Location = new System.Drawing.Point(864, 407);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 205; this.buttonCancel.TabIndex = 205;
this.buttonCancel.Text = "C&ancel"; this.buttonCancel.Text = "C&ancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
@ -567,9 +567,9 @@
// //
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(783, 409); this.buttonOK.Location = new System.Drawing.Point(783, 407);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 200; this.buttonOK.TabIndex = 200;
this.buttonOK.Text = "&OK"; this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;

Some files were not shown because too many files have changed in this diff Show More