mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -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
7
Greenshot/Forms/LanguageDialog.Designer.cs
generated
7
Greenshot/Forms/LanguageDialog.Designer.cs
generated
|
@ -47,7 +47,6 @@ namespace Greenshot.Forms {
|
|||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LanguageDialog));
|
||||
this.lblSelectLanguage = new System.Windows.Forms.Label();
|
||||
this.comboBoxLanguage = new System.Windows.Forms.ComboBox();
|
||||
this.btnOK = new System.Windows.Forms.Button();
|
||||
this.SuspendLayout();
|
||||
|
@ -59,14 +58,14 @@ namespace Greenshot.Forms {
|
|||
this.comboBoxLanguage.Location = new System.Drawing.Point(13, 15);
|
||||
this.comboBoxLanguage.Name = "comboBoxLanguage";
|
||||
this.comboBoxLanguage.Size = new System.Drawing.Size(360, 21);
|
||||
this.comboBoxLanguage.TabIndex = 3;
|
||||
this.comboBoxLanguage.TabIndex = 2;
|
||||
//
|
||||
// btnOK
|
||||
//
|
||||
this.btnOK.Location = new System.Drawing.Point(126, 42);
|
||||
this.btnOK.Name = "btnOK";
|
||||
this.btnOK.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnOK.TabIndex = 2;
|
||||
this.btnOK.TabIndex = 1;
|
||||
this.btnOK.Text = "OK";
|
||||
this.btnOK.UseVisualStyleBackColor = true;
|
||||
this.btnOK.Click += new System.EventHandler(this.BtnOKClick);
|
||||
|
@ -80,7 +79,6 @@ namespace Greenshot.Forms {
|
|||
this.ControlBox = true;
|
||||
this.Controls.Add(this.btnOK);
|
||||
this.Controls.Add(this.comboBoxLanguage);
|
||||
this.Controls.Add(this.lblSelectLanguage);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
|
@ -90,7 +88,6 @@ namespace Greenshot.Forms {
|
|||
this.TopMost = true;
|
||||
this.ResumeLayout(false);
|
||||
}
|
||||
private System.Windows.Forms.Label lblSelectLanguage;
|
||||
private System.Windows.Forms.Button btnOK;
|
||||
private System.Windows.Forms.ComboBox comboBoxLanguage;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue