This commit is contained in:
@@ -87,6 +87,7 @@
|
||||
this.btnOK.TabIndex = 23;
|
||||
this.btnOK.Text = "OK";
|
||||
this.btnOK.UseVisualStyleBackColor = true;
|
||||
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
||||
//
|
||||
// btnCancel
|
||||
//
|
||||
@@ -99,6 +100,7 @@
|
||||
this.btnCancel.TabIndex = 22;
|
||||
this.btnCancel.Text = "Cancel";
|
||||
this.btnCancel.UseVisualStyleBackColor = true;
|
||||
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
||||
//
|
||||
// cbCogs
|
||||
//
|
||||
@@ -154,8 +156,10 @@
|
||||
//
|
||||
// SetQBImportInventoryAccounts
|
||||
//
|
||||
this.AcceptButton = this.btnOK;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.CancelButton = this.btnCancel;
|
||||
this.ClientSize = new System.Drawing.Size(435, 445);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.cbAsset);
|
||||
|
||||
Reference in New Issue
Block a user