Corrected TabIndex in Settings Form

This commit is contained in:
MaxXor 2015-07-10 20:10:13 +02:00
parent 03a19ce8aa
commit d093843cfe
1 changed files with 3 additions and 3 deletions

View File

@ -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);