mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
BUG-1653: Accessibility fixes for the tab-order on multiple forms. [ci-skip]
This commit is contained in:
parent
3bf94a76e6
commit
5cd6afad74
16 changed files with 369 additions and 380 deletions
30
GreenshotOCRPlugin/SettingsForm.Designer.cs
generated
30
GreenshotOCRPlugin/SettingsForm.Designer.cs
generated
|
@ -60,62 +60,62 @@ namespace GreenshotOCR
|
|||
//
|
||||
this.comboBox_languages.FormattingEnabled = true;
|
||||
this.comboBox_languages.Items.AddRange(new object[] {
|
||||
"English",
|
||||
"Deutsch"});
|
||||
"English",
|
||||
"Deutsch"});
|
||||
this.comboBox_languages.Location = new System.Drawing.Point(74, 12);
|
||||
this.comboBox_languages.Name = "comboBox_languages";
|
||||
this.comboBox_languages.Size = new System.Drawing.Size(153, 21);
|
||||
this.comboBox_languages.TabIndex = 0;
|
||||
this.comboBox_languages.TabIndex = 1;
|
||||
//
|
||||
// checkBox_orientImage
|
||||
//
|
||||
this.checkBox_orientImage.LanguageKey = "ocr.orient_image";
|
||||
this.checkBox_orientImage.Location = new System.Drawing.Point(13, 68);
|
||||
this.checkBox_orientImage.Name = "checkBox_orientImage";
|
||||
this.checkBox_orientImage.Size = new System.Drawing.Size(104, 24);
|
||||
this.checkBox_orientImage.TabIndex = 1;
|
||||
this.checkBox_orientImage.LanguageKey = "ocr.orient_image";
|
||||
this.checkBox_orientImage.UseVisualStyleBackColor = true;
|
||||
this.checkBox_orientImage.SectionName = "OCR";
|
||||
this.checkBox_orientImage.PropertyName = "orientimage";
|
||||
this.checkBox_orientImage.SectionName = "OCR";
|
||||
this.checkBox_orientImage.Size = new System.Drawing.Size(104, 24);
|
||||
this.checkBox_orientImage.TabIndex = 3;
|
||||
this.checkBox_orientImage.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkBox_straightenImage
|
||||
//
|
||||
this.checkBox_straightenImage.LanguageKey = "ocr.straighten_image";
|
||||
this.checkBox_straightenImage.Location = new System.Drawing.Point(13, 41);
|
||||
this.checkBox_straightenImage.Name = "checkBox_straightenImage";
|
||||
this.checkBox_straightenImage.PropertyName = "straightenImage";
|
||||
this.checkBox_straightenImage.SectionName = "OCR";
|
||||
this.checkBox_straightenImage.Size = new System.Drawing.Size(109, 24);
|
||||
this.checkBox_straightenImage.TabIndex = 2;
|
||||
this.checkBox_straightenImage.LanguageKey = "ocr.straighten_image";
|
||||
this.checkBox_straightenImage.UseVisualStyleBackColor = true;
|
||||
this.checkBox_straightenImage.SectionName = "OCR";
|
||||
this.checkBox_straightenImage.PropertyName = "straightenImage";
|
||||
//
|
||||
// label_language
|
||||
//
|
||||
this.label_language.LanguageKey = "ocr.language";
|
||||
this.label_language.Location = new System.Drawing.Point(13, 15);
|
||||
this.label_language.Name = "label_language";
|
||||
this.label_language.Size = new System.Drawing.Size(55, 23);
|
||||
this.label_language.TabIndex = 3;
|
||||
this.label_language.LanguageKey = "ocr.language";
|
||||
//
|
||||
// buttonOK
|
||||
//
|
||||
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.buttonOK.LanguageKey = "OK";
|
||||
this.buttonOK.Location = new System.Drawing.Point(12, 98);
|
||||
this.buttonOK.Name = "buttonOK";
|
||||
this.buttonOK.Size = new System.Drawing.Size(104, 23);
|
||||
this.buttonOK.TabIndex = 4;
|
||||
this.buttonOK.LanguageKey = "OK";
|
||||
this.buttonOK.UseVisualStyleBackColor = true;
|
||||
this.buttonOK.Click += new System.EventHandler(this.ButtonOKClick);
|
||||
//
|
||||
// buttonCancel
|
||||
//
|
||||
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.buttonCancel.LanguageKey = "CANCEL";
|
||||
this.buttonCancel.Location = new System.Drawing.Point(128, 98);
|
||||
this.buttonCancel.Name = "buttonCancel";
|
||||
this.buttonCancel.Size = new System.Drawing.Size(104, 23);
|
||||
this.buttonCancel.TabIndex = 5;
|
||||
this.buttonCancel.LanguageKey = "CANCEL";
|
||||
this.buttonCancel.UseVisualStyleBackColor = true;
|
||||
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancelClick);
|
||||
//
|
||||
|
@ -130,8 +130,8 @@ namespace GreenshotOCR
|
|||
this.Controls.Add(this.checkBox_straightenImage);
|
||||
this.Controls.Add(this.checkBox_orientImage);
|
||||
this.Controls.Add(this.comboBox_languages);
|
||||
this.Name = "SettingsForm";
|
||||
this.LanguageKey = "settings_title";
|
||||
this.Name = "SettingsForm";
|
||||
this.ResumeLayout(false);
|
||||
}
|
||||
private GreenshotPlugin.Controls.GreenshotLabel label_language;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue