This commit is contained in:
2022-07-25 20:54:29 +00:00
parent d9ba8e9f51
commit be9ad09d9f
3 changed files with 17 additions and 1 deletions

View File

@@ -64,6 +64,8 @@
//
// lblTitle
//
this.lblTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblTitle.BackColor = System.Drawing.SystemColors.Window;
this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTitle.ForeColor = System.Drawing.SystemColors.WindowText;
@@ -76,6 +78,8 @@
//
// cbQBItems
//
this.cbQBItems.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cbQBItems.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbQBItems.FormattingEnabled = true;
this.cbQBItems.Location = new System.Drawing.Point(4, 121);
@@ -103,6 +107,8 @@
//
// btnImport
//
this.btnImport.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnImport.Location = new System.Drawing.Point(4, 195);
this.btnImport.Name = "btnImport";
this.btnImport.Size = new System.Drawing.Size(628, 34);