This commit is contained in:
2022-07-25 16:37:40 +00:00
parent b536fbb3be
commit d9ba8e9f51
7 changed files with 189 additions and 89 deletions

View File

@@ -37,14 +37,16 @@
this.rbQBOnce = new System.Windows.Forms.RadioButton(); this.rbQBOnce = new System.Windows.Forms.RadioButton();
this.rbAyaOnce = new System.Windows.Forms.RadioButton(); this.rbAyaOnce = new System.Windows.Forms.RadioButton();
this.panel1 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.groupBox1.SuspendLayout(); this.groupBox1.SuspendLayout();
this.panel1.SuspendLayout(); this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// btnOK // btnOK
// //
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.Location = new System.Drawing.Point(555, 364); this.btnOK.Location = new System.Drawing.Point(550, 334);
this.btnOK.Name = "btnOK"; this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 6; this.btnOK.TabIndex = 6;
@@ -56,7 +58,7 @@
// //
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(12, 364); this.btnCancel.Location = new System.Drawing.Point(12, 334);
this.btnCancel.Name = "btnCancel"; this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 5; this.btnCancel.TabIndex = 5;
@@ -73,7 +75,7 @@
this.lblTitle.ForeColor = System.Drawing.SystemColors.WindowText; this.lblTitle.ForeColor = System.Drawing.SystemColors.WindowText;
this.lblTitle.Location = new System.Drawing.Point(3, 0); this.lblTitle.Location = new System.Drawing.Point(3, 0);
this.lblTitle.Name = "lblTitle"; this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(637, 74); this.lblTitle.Size = new System.Drawing.Size(634, 74);
this.lblTitle.TabIndex = 7; this.lblTitle.TabIndex = 7;
this.lblTitle.Text = "title"; this.lblTitle.Text = "title";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@@ -88,7 +90,7 @@
this.groupBox1.Controls.Add(this.rbAyaOnce); this.groupBox1.Controls.Add(this.rbAyaOnce);
this.groupBox1.Location = new System.Drawing.Point(3, 77); this.groupBox1.Location = new System.Drawing.Point(3, 77);
this.groupBox1.Name = "groupBox1"; this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(637, 153); this.groupBox1.Size = new System.Drawing.Size(634, 153);
this.groupBox1.TabIndex = 11; this.groupBox1.TabIndex = 11;
this.groupBox1.TabStop = false; this.groupBox1.TabStop = false;
// //
@@ -146,23 +148,32 @@
// //
// panel1 // panel1
// //
this.panel1.Controls.Add(this.lblTitle); this.panel1.Controls.Add(this.panel2);
this.panel1.Controls.Add(this.btnOK);
this.panel1.Controls.Add(this.groupBox1);
this.panel1.Controls.Add(this.btnCancel);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1"; this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(637, 403); this.panel1.Size = new System.Drawing.Size(637, 369);
this.panel1.TabIndex = 12; this.panel1.TabIndex = 12;
// //
// panel2
//
this.panel2.Controls.Add(this.btnCancel);
this.panel2.Controls.Add(this.lblTitle);
this.panel2.Controls.Add(this.groupBox1);
this.panel2.Controls.Add(this.btnOK);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(637, 369);
this.panel2.TabIndex = 12;
//
// FixPriceDifference // FixPriceDifference
// //
this.AcceptButton = this.btnOK; this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel; this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(637, 403); this.ClientSize = new System.Drawing.Size(637, 369);
this.ControlBox = false; this.ControlBox = false;
this.Controls.Add(this.panel1); this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
@@ -173,6 +184,7 @@
this.groupBox1.ResumeLayout(false); this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout(); this.groupBox1.PerformLayout();
this.panel1.ResumeLayout(false); this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);
} }
@@ -188,5 +200,6 @@
private System.Windows.Forms.RadioButton rbQBOnce; private System.Windows.Forms.RadioButton rbQBOnce;
private System.Windows.Forms.RadioButton rbAyaOnce; private System.Windows.Forms.RadioButton rbAyaOnce;
private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
} }
} }

View File

@@ -34,12 +34,14 @@
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label();
this.edQBItem = new System.Windows.Forms.TextBox(); this.edQBItem = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// btnOK // btnOK
// //
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.Location = new System.Drawing.Point(550, 368); this.btnOK.Location = new System.Drawing.Point(549, 414);
this.btnOK.Name = "btnOK"; this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 16; this.btnOK.TabIndex = 16;
@@ -51,7 +53,7 @@
// //
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(12, 368); this.btnCancel.Location = new System.Drawing.Point(12, 414);
this.btnCancel.Name = "btnCancel"; this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 15; this.btnCancel.TabIndex = 15;
@@ -64,18 +66,18 @@
this.edAyaObjects.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) this.edAyaObjects.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.edAyaObjects.BackColor = System.Drawing.SystemColors.Window; this.edAyaObjects.BackColor = System.Drawing.SystemColors.Window;
this.edAyaObjects.Location = new System.Drawing.Point(12, 33); this.edAyaObjects.Location = new System.Drawing.Point(5, 32);
this.edAyaObjects.Multiline = true; this.edAyaObjects.Multiline = true;
this.edAyaObjects.Name = "edAyaObjects"; this.edAyaObjects.Name = "edAyaObjects";
this.edAyaObjects.ReadOnly = true; this.edAyaObjects.ReadOnly = true;
this.edAyaObjects.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.edAyaObjects.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.edAyaObjects.Size = new System.Drawing.Size(613, 224); this.edAyaObjects.Size = new System.Drawing.Size(622, 224);
this.edAyaObjects.TabIndex = 17; this.edAyaObjects.TabIndex = 17;
// //
// label1 // label1
// //
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Location = new System.Drawing.Point(5, 8);
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(613, 21); this.label1.Size = new System.Drawing.Size(613, 21);
this.label1.TabIndex = 18; this.label1.TabIndex = 18;
@@ -86,9 +88,9 @@
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(15, 279); this.label2.Location = new System.Drawing.Point(8, 278);
this.label2.Name = "label2"; this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(610, 21); this.label2.Size = new System.Drawing.Size(619, 21);
this.label2.TabIndex = 19; this.label2.TabIndex = 19;
this.label2.Text = "To QuickBooks object:"; this.label2.Text = "To QuickBooks object:";
// //
@@ -97,32 +99,42 @@
this.edQBItem.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) this.edQBItem.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.edQBItem.BackColor = System.Drawing.SystemColors.Window; this.edQBItem.BackColor = System.Drawing.SystemColors.Window;
this.edQBItem.Location = new System.Drawing.Point(12, 303); this.edQBItem.Location = new System.Drawing.Point(5, 302);
this.edQBItem.Name = "edQBItem"; this.edQBItem.Name = "edQBItem";
this.edQBItem.ReadOnly = true; this.edQBItem.ReadOnly = true;
this.edQBItem.Size = new System.Drawing.Size(610, 20); this.edQBItem.Size = new System.Drawing.Size(619, 20);
this.edQBItem.TabIndex = 20; this.edQBItem.TabIndex = 20;
// //
// panel1
//
this.panel1.Controls.Add(this.btnOK);
this.panel1.Controls.Add(this.edQBItem);
this.panel1.Controls.Add(this.btnCancel);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.edAyaObjects);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(637, 450);
this.panel1.TabIndex = 21;
//
// LinkAyaObjectToQBConfirm // LinkAyaObjectToQBConfirm
// //
this.AcceptButton = this.btnOK; this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel; this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(637, 403); this.ClientSize = new System.Drawing.Size(637, 450);
this.ControlBox = false; this.ControlBox = false;
this.Controls.Add(this.edQBItem); this.Controls.Add(this.panel1);
this.Controls.Add(this.label2);
this.Controls.Add(this.edAyaObjects);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "LinkAyaObjectToQBConfirm"; this.Name = "LinkAyaObjectToQBConfirm";
this.Text = "Link AyaNova object(s)"; this.Text = "Link AyaNova object(s)";
this.Load += new System.EventHandler(this.LinkAyaObjectToQBConfirm_Load); this.Load += new System.EventHandler(this.LinkAyaObjectToQBConfirm_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout();
} }
@@ -134,5 +146,6 @@
private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox edQBItem; private System.Windows.Forms.TextBox edQBItem;
private System.Windows.Forms.Panel panel1;
} }
} }

View File

@@ -35,12 +35,14 @@
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
this.lblImport = new System.Windows.Forms.Label(); this.lblImport = new System.Windows.Forms.Label();
this.btnImport = new System.Windows.Forms.Button(); this.btnImport = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// btnOK // btnOK
// //
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.Location = new System.Drawing.Point(550, 368); this.btnOK.Location = new System.Drawing.Point(555, 310);
this.btnOK.Name = "btnOK"; this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 8; this.btnOK.TabIndex = 8;
@@ -52,7 +54,7 @@
// //
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(12, 368); this.btnCancel.Location = new System.Drawing.Point(8, 310);
this.btnCancel.Name = "btnCancel"; this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 7; this.btnCancel.TabIndex = 7;
@@ -65,7 +67,7 @@
this.lblTitle.BackColor = System.Drawing.SystemColors.Window; 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.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; this.lblTitle.ForeColor = System.Drawing.SystemColors.WindowText;
this.lblTitle.Location = new System.Drawing.Point(4, 2); this.lblTitle.Location = new System.Drawing.Point(4, 4);
this.lblTitle.Name = "lblTitle"; this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(628, 74); this.lblTitle.Size = new System.Drawing.Size(628, 74);
this.lblTitle.TabIndex = 9; this.lblTitle.TabIndex = 9;
@@ -76,7 +78,7 @@
// //
this.cbQBItems.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbQBItems.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbQBItems.FormattingEnabled = true; this.cbQBItems.FormattingEnabled = true;
this.cbQBItems.Location = new System.Drawing.Point(4, 119); this.cbQBItems.Location = new System.Drawing.Point(4, 121);
this.cbQBItems.Name = "cbQBItems"; this.cbQBItems.Name = "cbQBItems";
this.cbQBItems.Size = new System.Drawing.Size(628, 21); this.cbQBItems.Size = new System.Drawing.Size(628, 21);
this.cbQBItems.TabIndex = 13; this.cbQBItems.TabIndex = 13;
@@ -84,7 +86,7 @@
// label1 // label1
// //
this.label1.AutoSize = true; this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(4, 103); this.label1.Location = new System.Drawing.Point(4, 105);
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(125, 13); this.label1.Size = new System.Drawing.Size(125, 13);
this.label1.TabIndex = 14; this.label1.TabIndex = 14;
@@ -93,7 +95,7 @@
// lblImport // lblImport
// //
this.lblImport.AutoSize = true; this.lblImport.AutoSize = true;
this.lblImport.Location = new System.Drawing.Point(4, 177); this.lblImport.Location = new System.Drawing.Point(4, 179);
this.lblImport.Name = "lblImport"; this.lblImport.Name = "lblImport";
this.lblImport.Size = new System.Drawing.Size(194, 13); this.lblImport.Size = new System.Drawing.Size(194, 13);
this.lblImport.TabIndex = 15; this.lblImport.TabIndex = 15;
@@ -101,7 +103,7 @@
// //
// btnImport // btnImport
// //
this.btnImport.Location = new System.Drawing.Point(4, 193); this.btnImport.Location = new System.Drawing.Point(4, 195);
this.btnImport.Name = "btnImport"; this.btnImport.Name = "btnImport";
this.btnImport.Size = new System.Drawing.Size(628, 34); this.btnImport.Size = new System.Drawing.Size(628, 34);
this.btnImport.TabIndex = 16; this.btnImport.TabIndex = 16;
@@ -109,28 +111,38 @@
this.btnImport.UseVisualStyleBackColor = true; this.btnImport.UseVisualStyleBackColor = true;
this.btnImport.Click += new System.EventHandler(this.btnImport_Click); this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
// //
// panel1
//
this.panel1.Controls.Add(this.btnCancel);
this.panel1.Controls.Add(this.btnImport);
this.panel1.Controls.Add(this.btnOK);
this.panel1.Controls.Add(this.lblImport);
this.panel1.Controls.Add(this.lblTitle);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.cbQBItems);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(637, 353);
this.panel1.TabIndex = 17;
//
// LinkOrImportAyaObject // LinkOrImportAyaObject
// //
this.AcceptButton = this.btnOK; this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel; this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(637, 403); this.ClientSize = new System.Drawing.Size(637, 353);
this.ControlBox = false; this.ControlBox = false;
this.Controls.Add(this.btnImport); this.Controls.Add(this.panel1);
this.Controls.Add(this.lblImport);
this.Controls.Add(this.label1);
this.Controls.Add(this.cbQBItems);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnCancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "LinkOrImportAyaObject"; this.Name = "LinkOrImportAyaObject";
this.ShowInTaskbar = false; this.ShowInTaskbar = false;
this.Text = "Resolve AyaNova object"; this.Text = "Resolve AyaNova object";
this.Load += new System.EventHandler(this.LinkOrImportAyaObject_Load); this.Load += new System.EventHandler(this.LinkOrImportAyaObject_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout();
} }
@@ -143,5 +155,6 @@
private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblImport; private System.Windows.Forms.Label lblImport;
private System.Windows.Forms.Button btnImport; private System.Windows.Forms.Button btnImport;
private System.Windows.Forms.Panel panel1;
} }
} }

View File

@@ -32,12 +32,14 @@
this.btnCancel = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button();
this.lblUpdateMessage = new System.Windows.Forms.Label(); this.lblUpdateMessage = new System.Windows.Forms.Label();
this.ckUpdatePriceCostOnly = new System.Windows.Forms.CheckBox(); this.ckUpdatePriceCostOnly = new System.Windows.Forms.CheckBox();
this.panel1 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// btnOK // btnOK
// //
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.Location = new System.Drawing.Point(372, 132); this.btnOK.Location = new System.Drawing.Point(369, 145);
this.btnOK.Name = "btnOK"; this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 21; this.btnOK.TabIndex = 21;
@@ -49,7 +51,7 @@
// //
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(30, 132); this.btnCancel.Location = new System.Drawing.Point(17, 145);
this.btnCancel.Name = "btnCancel"; this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 20; this.btnCancel.TabIndex = 20;
@@ -61,7 +63,7 @@
// //
this.lblUpdateMessage.AutoSize = true; this.lblUpdateMessage.AutoSize = true;
this.lblUpdateMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblUpdateMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblUpdateMessage.Location = new System.Drawing.Point(27, 29); this.lblUpdateMessage.Location = new System.Drawing.Point(14, 20);
this.lblUpdateMessage.Name = "lblUpdateMessage"; this.lblUpdateMessage.Name = "lblUpdateMessage";
this.lblUpdateMessage.Size = new System.Drawing.Size(112, 13); this.lblUpdateMessage.Size = new System.Drawing.Size(112, 13);
this.lblUpdateMessage.TabIndex = 22; this.lblUpdateMessage.TabIndex = 22;
@@ -70,7 +72,7 @@
// ckUpdatePriceCostOnly // ckUpdatePriceCostOnly
// //
this.ckUpdatePriceCostOnly.AutoSize = true; this.ckUpdatePriceCostOnly.AutoSize = true;
this.ckUpdatePriceCostOnly.Location = new System.Drawing.Point(30, 63); this.ckUpdatePriceCostOnly.Location = new System.Drawing.Point(17, 53);
this.ckUpdatePriceCostOnly.Name = "ckUpdatePriceCostOnly"; this.ckUpdatePriceCostOnly.Name = "ckUpdatePriceCostOnly";
this.ckUpdatePriceCostOnly.Size = new System.Drawing.Size(155, 17); this.ckUpdatePriceCostOnly.Size = new System.Drawing.Size(155, 17);
this.ckUpdatePriceCostOnly.TabIndex = 23; this.ckUpdatePriceCostOnly.TabIndex = 23;
@@ -78,22 +80,33 @@
this.ckUpdatePriceCostOnly.UseVisualStyleBackColor = true; this.ckUpdatePriceCostOnly.UseVisualStyleBackColor = true;
this.ckUpdatePriceCostOnly.Visible = false; this.ckUpdatePriceCostOnly.Visible = false;
// //
// panel1
//
this.panel1.Controls.Add(this.btnCancel);
this.panel1.Controls.Add(this.ckUpdatePriceCostOnly);
this.panel1.Controls.Add(this.btnOK);
this.panel1.Controls.Add(this.lblUpdateMessage);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(459, 181);
this.panel1.TabIndex = 24;
//
// MapApproveUpdateSelectedItems // MapApproveUpdateSelectedItems
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(459, 180); this.ClientSize = new System.Drawing.Size(459, 181);
this.Controls.Add(this.ckUpdatePriceCostOnly); this.ControlBox = false;
this.Controls.Add(this.lblUpdateMessage); this.Controls.Add(this.panel1);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnCancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "MapApproveUpdateSelectedItems"; this.Name = "MapApproveUpdateSelectedItems";
this.ShowInTaskbar = false; this.ShowInTaskbar = false;
this.Text = "Update selected items?"; this.Text = "Update selected items?";
this.Load += new System.EventHandler(this.MapApproveUpdateSelectedItems_Load); this.Load += new System.EventHandler(this.MapApproveUpdateSelectedItems_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout();
} }
@@ -103,5 +116,6 @@
private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Label lblUpdateMessage; private System.Windows.Forms.Label lblUpdateMessage;
private System.Windows.Forms.CheckBox ckUpdatePriceCostOnly; private System.Windows.Forms.CheckBox ckUpdatePriceCostOnly;
private System.Windows.Forms.Panel panel1;
} }
} }

View File

@@ -32,12 +32,14 @@
this.btnCancel = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button();
this.cbItems = new System.Windows.Forms.ComboBox(); this.cbItems = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// btnOK // btnOK
// //
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.Location = new System.Drawing.Point(656, 115); this.btnOK.Location = new System.Drawing.Point(492, 111);
this.btnOK.Name = "btnOK"; this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 19; this.btnOK.TabIndex = 19;
@@ -49,7 +51,7 @@
// //
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(16, 115); this.btnCancel.Location = new System.Drawing.Point(16, 111);
this.btnCancel.Name = "btnCancel"; this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 18; this.btnCancel.TabIndex = 18;
@@ -59,39 +61,53 @@
// //
// cbItems // cbItems
// //
this.cbItems.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cbItems.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbItems.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbItems.FormattingEnabled = true; this.cbItems.FormattingEnabled = true;
this.cbItems.Location = new System.Drawing.Point(16, 35); this.cbItems.Location = new System.Drawing.Point(16, 42);
this.cbItems.Name = "cbItems"; this.cbItems.Name = "cbItems";
this.cbItems.Size = new System.Drawing.Size(715, 21); this.cbItems.Size = new System.Drawing.Size(551, 21);
this.cbItems.TabIndex = 17; this.cbItems.TabIndex = 17;
// //
// label1 // label1
// //
this.label1.Location = new System.Drawing.Point(16, 16); this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.Location = new System.Drawing.Point(16, 21);
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(715, 13); this.label1.Size = new System.Drawing.Size(551, 13);
this.label1.TabIndex = 16; this.label1.TabIndex = 16;
this.label1.Text = "Link selected QuickBooks item to:"; this.label1.Text = "Link selected QuickBooks item to:";
// //
// panel1
//
this.panel1.Controls.Add(this.btnCancel);
this.panel1.Controls.Add(this.cbItems);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.btnOK);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(583, 148);
this.panel1.TabIndex = 20;
//
// MapSelectAyaNovaItem // MapSelectAyaNovaItem
// //
this.AcceptButton = this.btnOK; this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel; this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(747, 150); this.ClientSize = new System.Drawing.Size(583, 148);
this.ControlBox = false; this.ControlBox = false;
this.Controls.Add(this.btnOK); this.Controls.Add(this.panel1);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.cbItems);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "MapSelectAyaNovaItem"; this.Name = "MapSelectAyaNovaItem";
this.ShowIcon = false; this.ShowIcon = false;
this.ShowInTaskbar = false; this.ShowInTaskbar = false;
this.Text = "AyaNova items"; this.Text = "Link to AyaNova item";
this.Load += new System.EventHandler(this.MapSelectAyaNovaItem_Load); this.Load += new System.EventHandler(this.MapSelectAyaNovaItem_Load);
this.panel1.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);
} }
@@ -101,5 +117,6 @@
private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.ComboBox cbItems; private System.Windows.Forms.ComboBox cbItems;
private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel1;
} }
} }

View File

@@ -33,29 +33,35 @@
this.btnOK = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button();
this.ckNothing = new System.Windows.Forms.CheckBox(); this.ckNothing = new System.Windows.Forms.CheckBox();
this.panel1 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// label1 // label1
// //
this.label1.Location = new System.Drawing.Point(16, 16); this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.Location = new System.Drawing.Point(11, 13);
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(715, 13); this.label1.Size = new System.Drawing.Size(559, 13);
this.label1.TabIndex = 0; this.label1.TabIndex = 0;
this.label1.Text = "Link selected AyaNova items to:"; this.label1.Text = "Link selected AyaNova items to:";
// //
// cbQBItems // 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.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbQBItems.FormattingEnabled = true; this.cbQBItems.FormattingEnabled = true;
this.cbQBItems.Location = new System.Drawing.Point(16, 38); this.cbQBItems.Location = new System.Drawing.Point(11, 35);
this.cbQBItems.Name = "cbQBItems"; this.cbQBItems.Name = "cbQBItems";
this.cbQBItems.Size = new System.Drawing.Size(715, 21); this.cbQBItems.Size = new System.Drawing.Size(559, 21);
this.cbQBItems.TabIndex = 12; this.cbQBItems.TabIndex = 12;
// //
// btnOK // btnOK
// //
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.Location = new System.Drawing.Point(656, 115); this.btnOK.Location = new System.Drawing.Point(495, 150);
this.btnOK.Name = "btnOK"; this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 14; this.btnOK.TabIndex = 14;
@@ -67,7 +73,7 @@
// //
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(19, 115); this.btnCancel.Location = new System.Drawing.Point(14, 150);
this.btnCancel.Name = "btnCancel"; this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 13; this.btnCancel.TabIndex = 13;
@@ -78,7 +84,7 @@
// ckNothing // ckNothing
// //
this.ckNothing.AutoSize = true; this.ckNothing.AutoSize = true;
this.ckNothing.Location = new System.Drawing.Point(16, 68); this.ckNothing.Location = new System.Drawing.Point(11, 71);
this.ckNothing.Name = "ckNothing"; this.ckNothing.Name = "ckNothing";
this.ckNothing.Size = new System.Drawing.Size(133, 17); this.ckNothing.Size = new System.Drawing.Size(133, 17);
this.ckNothing.TabIndex = 15; this.ckNothing.TabIndex = 15;
@@ -86,27 +92,37 @@
this.ckNothing.UseVisualStyleBackColor = true; this.ckNothing.UseVisualStyleBackColor = true;
this.ckNothing.CheckedChanged += new System.EventHandler(this.ckNothing_CheckedChanged); this.ckNothing.CheckedChanged += new System.EventHandler(this.ckNothing_CheckedChanged);
// //
// panel1
//
this.panel1.Controls.Add(this.btnOK);
this.panel1.Controls.Add(this.ckNothing);
this.panel1.Controls.Add(this.btnCancel);
this.panel1.Controls.Add(this.cbQBItems);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(583, 185);
this.panel1.TabIndex = 16;
//
// MapSelectQBItem // MapSelectQBItem
// //
this.AcceptButton = this.btnOK; this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel; this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(747, 150); this.ClientSize = new System.Drawing.Size(583, 185);
this.ControlBox = false; this.ControlBox = false;
this.Controls.Add(this.ckNothing); this.Controls.Add(this.panel1);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.cbQBItems);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "MapSelectQBItem"; this.Name = "MapSelectQBItem";
this.ShowIcon = false; this.ShowIcon = false;
this.ShowInTaskbar = false; this.ShowInTaskbar = false;
this.Text = "QB Items"; this.Text = "QB Items";
this.Load += new System.EventHandler(this.MapSelectQBItem_Load); this.Load += new System.EventHandler(this.MapSelectQBItem_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout();
} }
@@ -117,5 +133,6 @@
private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.CheckBox ckNothing; private System.Windows.Forms.CheckBox ckNothing;
private System.Windows.Forms.Panel panel1;
} }
} }

View File

@@ -33,11 +33,13 @@
this.btnVerifyCode = new System.Windows.Forms.Button(); this.btnVerifyCode = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// edTFACode // edTFACode
// //
this.edTFACode.Location = new System.Drawing.Point(15, 66); this.edTFACode.Location = new System.Drawing.Point(14, 48);
this.edTFACode.Name = "edTFACode"; this.edTFACode.Name = "edTFACode";
this.edTFACode.Size = new System.Drawing.Size(284, 20); this.edTFACode.Size = new System.Drawing.Size(284, 20);
this.edTFACode.TabIndex = 3; this.edTFACode.TabIndex = 3;
@@ -45,7 +47,7 @@
// btnVerifyCode // btnVerifyCode
// //
this.btnVerifyCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnVerifyCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnVerifyCode.Location = new System.Drawing.Point(224, 126); this.btnVerifyCode.Location = new System.Drawing.Point(223, 107);
this.btnVerifyCode.Name = "btnVerifyCode"; this.btnVerifyCode.Name = "btnVerifyCode";
this.btnVerifyCode.Size = new System.Drawing.Size(75, 23); this.btnVerifyCode.Size = new System.Drawing.Size(75, 23);
this.btnVerifyCode.TabIndex = 9; this.btnVerifyCode.TabIndex = 9;
@@ -57,7 +59,7 @@
// //
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(12, 126); this.btnCancel.Location = new System.Drawing.Point(14, 107);
this.btnCancel.Name = "btnCancel"; this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 10; this.btnCancel.TabIndex = 10;
@@ -67,12 +69,24 @@
// label1 // label1
// //
this.label1.AutoSize = true; this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 36); this.label1.Location = new System.Drawing.Point(11, 18);
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(93, 13); this.label1.Size = new System.Drawing.Size(93, 13);
this.label1.TabIndex = 11; this.label1.TabIndex = 11;
this.label1.Text = "Enter 6 digit code"; this.label1.Text = "Enter 6 digit code";
// //
// panel1
//
this.panel1.Controls.Add(this.btnCancel);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.edTFACode);
this.panel1.Controls.Add(this.btnVerifyCode);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(318, 142);
this.panel1.TabIndex = 12;
//
// tfa // tfa
// //
this.AcceptButton = this.btnVerifyCode; this.AcceptButton = this.btnVerifyCode;
@@ -80,19 +94,17 @@
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true; this.AutoSize = true;
this.CancelButton = this.btnCancel; this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(318, 179); this.ClientSize = new System.Drawing.Size(318, 142);
this.ControlBox = false; this.ControlBox = false;
this.Controls.Add(this.label1); this.Controls.Add(this.panel1);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnVerifyCode);
this.Controls.Add(this.edTFACode);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "tfa"; this.Name = "tfa";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Two-Factor Authentication"; this.Text = "Two-Factor Authentication";
this.Load += new System.EventHandler(this.auth_Load); this.Load += new System.EventHandler(this.auth_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout();
} }
@@ -101,5 +113,6 @@
private System.Windows.Forms.Button btnVerifyCode; private System.Windows.Forms.Button btnVerifyCode;
private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel1;
} }
} }