mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +01:00
Minor fix for button height (OCR spell check whole word)
This commit is contained in:
parent
cc72a41711
commit
5ad438408b
16
src/ui/Forms/Ocr/OCRSpellCheck.Designer.cs
generated
16
src/ui/Forms/Ocr/OCRSpellCheck.Designer.cs
generated
@ -206,6 +206,7 @@
|
||||
//
|
||||
// textBoxWord
|
||||
//
|
||||
this.textBoxWord.FocusedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(215)))));
|
||||
this.textBoxWord.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.textBoxWord.Location = new System.Drawing.Point(6, 19);
|
||||
this.textBoxWord.Name = "textBoxWord";
|
||||
@ -250,9 +251,9 @@
|
||||
//
|
||||
// buttonChangeAllWholeText
|
||||
//
|
||||
this.buttonChangeAllWholeText.Location = new System.Drawing.Point(6, 115);
|
||||
this.buttonChangeAllWholeText.Location = new System.Drawing.Point(6, 117);
|
||||
this.buttonChangeAllWholeText.Name = "buttonChangeAllWholeText";
|
||||
this.buttonChangeAllWholeText.Size = new System.Drawing.Size(141, 21);
|
||||
this.buttonChangeAllWholeText.Size = new System.Drawing.Size(141, 23);
|
||||
this.buttonChangeAllWholeText.TabIndex = 36;
|
||||
this.buttonChangeAllWholeText.Text = "Change all";
|
||||
this.buttonChangeAllWholeText.UseVisualStyleBackColor = true;
|
||||
@ -262,7 +263,7 @@
|
||||
//
|
||||
this.buttonSkipText.Location = new System.Drawing.Point(156, 88);
|
||||
this.buttonSkipText.Name = "buttonSkipText";
|
||||
this.buttonSkipText.Size = new System.Drawing.Size(139, 21);
|
||||
this.buttonSkipText.Size = new System.Drawing.Size(139, 23);
|
||||
this.buttonSkipText.TabIndex = 35;
|
||||
this.buttonSkipText.Text = "Skip text";
|
||||
this.buttonSkipText.UseVisualStyleBackColor = true;
|
||||
@ -272,7 +273,7 @@
|
||||
//
|
||||
this.buttonChangeWholeText.Location = new System.Drawing.Point(6, 88);
|
||||
this.buttonChangeWholeText.Name = "buttonChangeWholeText";
|
||||
this.buttonChangeWholeText.Size = new System.Drawing.Size(143, 21);
|
||||
this.buttonChangeWholeText.Size = new System.Drawing.Size(143, 23);
|
||||
this.buttonChangeWholeText.TabIndex = 34;
|
||||
this.buttonChangeWholeText.Text = "Change";
|
||||
this.buttonChangeWholeText.UseVisualStyleBackColor = true;
|
||||
@ -280,6 +281,7 @@
|
||||
//
|
||||
// textBoxWholeText
|
||||
//
|
||||
this.textBoxWholeText.FocusedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(215)))));
|
||||
this.textBoxWholeText.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.textBoxWholeText.Location = new System.Drawing.Point(6, 19);
|
||||
this.textBoxWholeText.Multiline = true;
|
||||
@ -394,14 +396,14 @@
|
||||
this.buttonEditWord.UseVisualStyleBackColor = true;
|
||||
this.buttonEditWord.Click += new System.EventHandler(this.ButtonEditWordClick);
|
||||
//
|
||||
// contextMenuStrip2
|
||||
// contextMenuStripForm
|
||||
//
|
||||
this.contextMenuStripForm.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.useLargerFontForThisWindowToolStripMenuItem});
|
||||
this.contextMenuStripForm.Name = "contextMenuStripForm";
|
||||
this.contextMenuStripForm.Size = new System.Drawing.Size(237, 48);
|
||||
this.contextMenuStripForm.Size = new System.Drawing.Size(237, 26);
|
||||
//
|
||||
// useLargerFontForThisWindowToolStripMenuItem1
|
||||
// useLargerFontForThisWindowToolStripMenuItem
|
||||
//
|
||||
this.useLargerFontForThisWindowToolStripMenuItem.Name = "useLargerFontForThisWindowToolStripMenuItem";
|
||||
this.useLargerFontForThisWindowToolStripMenuItem.Size = new System.Drawing.Size(236, 22);
|
||||
|
Loading…
Reference in New Issue
Block a user