125 lines
5.7 KiB
C#
125 lines
5.7 KiB
C#
namespace AyaNova.PlugIn.QBOI
|
|
{
|
|
partial class SetQBImportCustomerTaxCode
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.cbTaxCode = new System.Windows.Forms.ComboBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnOK.BackColor = System.Drawing.SystemColors.Control;
|
|
this.btnOK.Location = new System.Drawing.Point(464, 179);
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(100, 43);
|
|
this.btnOK.TabIndex = 30;
|
|
this.btnOK.UseVisualStyleBackColor = false;
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnCancel.BackColor = System.Drawing.SystemColors.Control;
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(347, 179);
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(100, 43);
|
|
this.btnCancel.TabIndex = 29;
|
|
this.btnCancel.UseVisualStyleBackColor = false;
|
|
//
|
|
// cbTaxCode
|
|
//
|
|
this.cbTaxCode.FormattingEnabled = true;
|
|
this.cbTaxCode.Location = new System.Drawing.Point(33, 77);
|
|
this.cbTaxCode.Margin = new System.Windows.Forms.Padding(4);
|
|
this.cbTaxCode.Name = "cbTaxCode";
|
|
this.cbTaxCode.Size = new System.Drawing.Size(529, 24);
|
|
this.cbTaxCode.TabIndex = 34;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(33, 60);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(265, 17);
|
|
this.label8.TabIndex = 33;
|
|
this.label8.Text = "Use this tax code for imported customers";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label10.Location = new System.Drawing.Point(8, 18);
|
|
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(121, 29);
|
|
this.label10.TabIndex = 31;
|
|
this.label10.Text = "Tax code";
|
|
//
|
|
// SetQBImportCustomerTaxCode
|
|
//
|
|
this.AcceptButton = this.btnOK;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.btnCancel;
|
|
this.ClientSize = new System.Drawing.Size(580, 237);
|
|
this.Controls.Add(this.cbTaxCode);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "SetQBImportCustomerTaxCode";
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
this.Text = "Import customer default tax code";
|
|
this.Load += new System.EventHandler(this.SetQBImportCustomerTaxCode_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnOK;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.ComboBox cbTaxCode;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label10;
|
|
}
|
|
} |