#At file:///C:/src/bzr.mysql/wex/mine/installer/ based on revid:iggy@stripped
202 Iggy Galarza 2010-09-20
Tab Order fix.
modified:
WexInstaller/Panels/ServerConfigPanel2.Designer.cs
WexInstaller/Panels/ServerConfigPanel2.cs
=== modified file 'WexInstaller/Panels/ServerConfigPanel2.Designer.cs'
--- a/WexInstaller/Panels/ServerConfigPanel2.Designer.cs 2010-09-20 16:56:02 +0000
+++ b/WexInstaller/Panels/ServerConfigPanel2.Designer.cs 2010-09-20 20:50:09 +0000
@@ -236,7 +236,7 @@
this.rootPassword.Location = new System.Drawing.Point(259, 392);
this.rootPassword.Name = "rootPassword";
this.rootPassword.Size = new System.Drawing.Size(162, 21);
- this.rootPassword.TabIndex = 3;
+ this.rootPassword.TabIndex = 4;
this.rootPassword.UseSystemPasswordChar = true;
this.rootPassword.TextChanged += new System.EventHandler(this.rootPassword_TextChanged);
//
@@ -256,7 +256,7 @@
this.rootPasswordRepeat.Location = new System.Drawing.Point(259, 418);
this.rootPasswordRepeat.Name = "rootPasswordRepeat";
this.rootPasswordRepeat.Size = new System.Drawing.Size(162, 21);
- this.rootPasswordRepeat.TabIndex = 4;
+ this.rootPasswordRepeat.TabIndex = 5;
this.rootPasswordRepeat.UseSystemPasswordChar = true;
this.rootPasswordRepeat.TextChanged += new System.EventHandler(this.rootPasswordRepeat_TextChanged);
//
@@ -321,7 +321,8 @@
this.existingRootPassword.Location = new System.Drawing.Point(259, 392);
this.existingRootPassword.Name = "existingRootPassword";
this.existingRootPassword.Size = new System.Drawing.Size(162, 21);
- this.existingRootPassword.TabIndex = 5;
+ this.existingRootPassword.TabIndex = 3;
+ this.existingRootPassword.TabStop = false;
this.existingRootPassword.UseSystemPasswordChar = true;
//
// createService
=== modified file 'WexInstaller/Panels/ServerConfigPanel2.cs'
--- a/WexInstaller/Panels/ServerConfigPanel2.cs 2010-09-20 16:56:02 +0000
+++ b/WexInstaller/Panels/ServerConfigPanel2.cs 2010-09-20 20:50:09 +0000
@@ -101,6 +101,7 @@ namespace WexInstaller.Panels
existingPasswordLabel.Enabled = true;
existingRootPassword.Enabled = true;
+ existingRootPassword.TabStop = true;
}
Controller.CreateService = createService.Checked;
Attachment: [text/bzr-bundle] bzr/iggy@mysql.com-20100920205009-qsrdtlu6is23n3z5.bundle
| Thread |
|---|
| • bzr commit into wex-installer-1.0 branch (iggy:202) | Iggy Galarza | 20 Sep |