This commit is contained in:
2022-07-10 23:15:10 +00:00
parent 860fe83d13
commit 8bd5e8ae4f
3 changed files with 47 additions and 64 deletions

View File

@@ -33,7 +33,7 @@
this.lblTitle = new System.Windows.Forms.Label();
this.cbQBItems = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.lblImport = new System.Windows.Forms.Label();
this.btnImport = new System.Windows.Forms.Button();
this.SuspendLayout();
//
@@ -88,14 +88,14 @@
this.label1.TabIndex = 14;
this.label1.Text = "Link to QuickBooks item:";
//
// label2
// lblImport
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(4, 177);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(194, 13);
this.label2.TabIndex = 15;
this.label2.Text = "Or import AyaNova item to QuickBooks:";
this.lblImport.AutoSize = true;
this.lblImport.Location = new System.Drawing.Point(4, 177);
this.lblImport.Name = "lblImport";
this.lblImport.Size = new System.Drawing.Size(194, 13);
this.lblImport.TabIndex = 15;
this.lblImport.Text = "Or import AyaNova item to QuickBooks:";
//
// btnImport
//
@@ -105,6 +105,7 @@
this.btnImport.TabIndex = 16;
this.btnImport.Text = "Import to QuickBooks";
this.btnImport.UseVisualStyleBackColor = true;
this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
//
// LinkOrImportAyaObject
//
@@ -115,7 +116,7 @@
this.ClientSize = new System.Drawing.Size(637, 403);
this.ControlBox = false;
this.Controls.Add(this.btnImport);
this.Controls.Add(this.label2);
this.Controls.Add(this.lblImport);
this.Controls.Add(this.label1);
this.Controls.Add(this.cbQBItems);
this.Controls.Add(this.lblTitle);
@@ -138,7 +139,7 @@
private System.Windows.Forms.Label lblTitle;
private System.Windows.Forms.ComboBox cbQBItems;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lblImport;
private System.Windows.Forms.Button btnImport;
}
}