Minor fix for button height (OCR spell check whole word)

This commit is contained in:
Nikolaj Olsson 2024-10-22 16:28:43 +02:00
parent cc72a41711
commit 5ad438408b

View File

@ -206,6 +206,7 @@
// //
// textBoxWord // 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.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";
@ -250,9 +251,9 @@
// //
// buttonChangeAllWholeText // 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.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.TabIndex = 36;
this.buttonChangeAllWholeText.Text = "Change all"; this.buttonChangeAllWholeText.Text = "Change all";
this.buttonChangeAllWholeText.UseVisualStyleBackColor = true; this.buttonChangeAllWholeText.UseVisualStyleBackColor = true;
@ -262,7 +263,7 @@
// //
this.buttonSkipText.Location = new System.Drawing.Point(156, 88); this.buttonSkipText.Location = new System.Drawing.Point(156, 88);
this.buttonSkipText.Name = "buttonSkipText"; 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.TabIndex = 35;
this.buttonSkipText.Text = "Skip text"; this.buttonSkipText.Text = "Skip text";
this.buttonSkipText.UseVisualStyleBackColor = true; this.buttonSkipText.UseVisualStyleBackColor = true;
@ -272,7 +273,7 @@
// //
this.buttonChangeWholeText.Location = new System.Drawing.Point(6, 88); this.buttonChangeWholeText.Location = new System.Drawing.Point(6, 88);
this.buttonChangeWholeText.Name = "buttonChangeWholeText"; 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.TabIndex = 34;
this.buttonChangeWholeText.Text = "Change"; this.buttonChangeWholeText.Text = "Change";
this.buttonChangeWholeText.UseVisualStyleBackColor = true; this.buttonChangeWholeText.UseVisualStyleBackColor = true;
@ -280,6 +281,7 @@
// //
// textBoxWholeText // 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.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.Location = new System.Drawing.Point(6, 19);
this.textBoxWholeText.Multiline = true; this.textBoxWholeText.Multiline = true;
@ -394,14 +396,14 @@
this.buttonEditWord.UseVisualStyleBackColor = true; this.buttonEditWord.UseVisualStyleBackColor = true;
this.buttonEditWord.Click += new System.EventHandler(this.ButtonEditWordClick); this.buttonEditWord.Click += new System.EventHandler(this.ButtonEditWordClick);
// //
// contextMenuStrip2 // contextMenuStripForm
// //
this.contextMenuStripForm.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.contextMenuStripForm.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.useLargerFontForThisWindowToolStripMenuItem}); this.useLargerFontForThisWindowToolStripMenuItem});
this.contextMenuStripForm.Name = "contextMenuStripForm"; 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.Name = "useLargerFontForThisWindowToolStripMenuItem";
this.useLargerFontForThisWindowToolStripMenuItem.Size = new System.Drawing.Size(236, 22); this.useLargerFontForThisWindowToolStripMenuItem.Size = new System.Drawing.Size(236, 22);