Change tab index
This commit is contained in:
parent
a761b77714
commit
56610459ba
9
QueueSys/frmEmployeeView.Designer.cs
generated
9
QueueSys/frmEmployeeView.Designer.cs
generated
@ -82,7 +82,7 @@
|
||||
this.tbCustomerName.MaxLength = 255;
|
||||
this.tbCustomerName.Name = "tbCustomerName";
|
||||
this.tbCustomerName.Size = new System.Drawing.Size(228, 26);
|
||||
this.tbCustomerName.TabIndex = 1;
|
||||
this.tbCustomerName.TabIndex = 0;
|
||||
//
|
||||
// cbNumBags
|
||||
//
|
||||
@ -98,7 +98,7 @@
|
||||
this.cbNumBags.MaxDropDownItems = 5;
|
||||
this.cbNumBags.Name = "cbNumBags";
|
||||
this.cbNumBags.Size = new System.Drawing.Size(180, 28);
|
||||
this.cbNumBags.TabIndex = 2;
|
||||
this.cbNumBags.TabIndex = 1;
|
||||
//
|
||||
// btnAdd
|
||||
//
|
||||
@ -106,9 +106,10 @@
|
||||
this.btnAdd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.btnAdd.Name = "btnAdd";
|
||||
this.btnAdd.Size = new System.Drawing.Size(112, 35);
|
||||
this.btnAdd.TabIndex = 4;
|
||||
this.btnAdd.TabIndex = 3;
|
||||
this.btnAdd.Text = "Add";
|
||||
this.btnAdd.UseVisualStyleBackColor = true;
|
||||
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
|
||||
//
|
||||
// menuStrip1
|
||||
//
|
||||
@ -158,7 +159,7 @@
|
||||
this.tbEmployeeName.Location = new System.Drawing.Point(514, 117);
|
||||
this.tbEmployeeName.Name = "tbEmployeeName";
|
||||
this.tbEmployeeName.Size = new System.Drawing.Size(199, 26);
|
||||
this.tbEmployeeName.TabIndex = 6;
|
||||
this.tbEmployeeName.TabIndex = 2;
|
||||
//
|
||||
// dgvEmployeeView
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user