Fixed tab order... mostly. Can't get the gridview to end up before the add button.

Signed-off-by: Melissa Avery-Weir <melissa.avery@wellsfargo.com>
This commit is contained in:
Melissa Avery-Weir
2011-09-27 10:34:58 -04:00
parent ddd0ae85a9
commit d3d7e374dd
6 changed files with 121 additions and 113 deletions

View File

@@ -122,7 +122,6 @@
//
// textBoxDescription
//
this.textBoxDescription.Text = "Description";
this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
this.textBoxDescription.Location = new System.Drawing.Point(143, 107);
this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
@@ -130,6 +129,7 @@
this.textBoxDescription.Size = new System.Drawing.Size(271, 126);
this.textBoxDescription.TabIndex = 23;
this.textBoxDescription.TabStop = false;
this.textBoxDescription.Text = "Description";
//
// okButton
//