Change tab index

This commit is contained in:
kougyoku 2019-10-11 23:44:49 -07:00
parent a761b77714
commit 56610459ba
1 changed files with 5 additions and 4 deletions

View File

@ -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
//