mirror of https://github.com/quasar/Quasar.git
Corrected TabIndex in Settings Form
This commit is contained in:
parent
03a19ce8aa
commit
d093843cfe
|
@ -56,7 +56,7 @@ private void InitializeComponent()
|
|||
this.btnSave.Location = new System.Drawing.Point(227, 273);
|
||||
this.btnSave.Name = "btnSave";
|
||||
this.btnSave.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnSave.TabIndex = 17;
|
||||
this.btnSave.TabIndex = 18;
|
||||
this.btnSave.Text = "&Save";
|
||||
this.btnSave.UseVisualStyleBackColor = true;
|
||||
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
||||
|
@ -127,7 +127,7 @@ private void InitializeComponent()
|
|||
this.btnCancel.Location = new System.Drawing.Point(146, 273);
|
||||
this.btnCancel.Name = "btnCancel";
|
||||
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnCancel.TabIndex = 16;
|
||||
this.btnCancel.TabIndex = 17;
|
||||
this.btnCancel.Text = "&Cancel";
|
||||
this.btnCancel.UseVisualStyleBackColor = true;
|
||||
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
||||
|
@ -240,7 +240,7 @@ private void InitializeComponent()
|
|||
this.chkShowPassword.Location = new System.Drawing.Point(195, 234);
|
||||
this.chkShowPassword.Name = "chkShowPassword";
|
||||
this.chkShowPassword.Size = new System.Drawing.Size(107, 17);
|
||||
this.chkShowPassword.TabIndex = 18;
|
||||
this.chkShowPassword.TabIndex = 16;
|
||||
this.chkShowPassword.Text = "Show Password";
|
||||
this.chkShowPassword.UseVisualStyleBackColor = true;
|
||||
this.chkShowPassword.CheckedChanged += new System.EventHandler(this.chkShowPassword_CheckedChanged);
|
||||
|
|
Loading…
Reference in New Issue