Files
ayanova7/source/Plugins/AyaNova.Plugin.QBOI/SetQBImportServiceRateAccounts.Designer.cs
2018-06-29 19:47:36 +00:00

191 lines
9.0 KiB
C#

namespace AyaNova.PlugIn.QBOI
{
partial class SetQBImportServiceRateAccounts
{
/// <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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.cbIncomeAccount = new System.Windows.Forms.ComboBox();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.ckTaxable = new System.Windows.Forms.CheckBox();
this.label10 = new System.Windows.Forms.Label();
this.cbTaxCode = new System.Windows.Forms.ComboBox();
this.lblTaxCodes = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(8, 11);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(202, 29);
this.label1.TabIndex = 0;
this.label1.Text = "Default account";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(9, 65);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(167, 21);
this.label2.TabIndex = 1;
this.label2.Text = "Sales information:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(31, 95);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(108, 17);
this.label3.TabIndex = 2;
this.label3.Text = "Income Account";
//
// cbIncomeAccount
//
this.cbIncomeAccount.FormattingEnabled = true;
this.cbIncomeAccount.Location = new System.Drawing.Point(34, 116);
this.cbIncomeAccount.Margin = new System.Windows.Forms.Padding(4);
this.cbIncomeAccount.Name = "cbIncomeAccount";
this.cbIncomeAccount.Size = new System.Drawing.Size(529, 24);
this.cbIncomeAccount.TabIndex = 3;
//
// 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, 315);
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, 315);
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;
//
// ckTaxable
//
this.ckTaxable.Location = new System.Drawing.Point(37, 208);
this.ckTaxable.Name = "ckTaxable";
this.ckTaxable.Size = new System.Drawing.Size(367, 28);
this.ckTaxable.TabIndex = 37;
this.ckTaxable.Text = "Set as taxable";
//
// 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(12, 163);
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(83, 29);
this.label10.TabIndex = 36;
this.label10.Text = "Taxes";
//
// cbTaxCode
//
this.cbTaxCode.FormattingEnabled = true;
this.cbTaxCode.Location = new System.Drawing.Point(38, 232);
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 = 39;
this.cbTaxCode.Visible = false;
//
// lblTaxCodes
//
this.lblTaxCodes.AutoSize = true;
this.lblTaxCodes.Location = new System.Drawing.Point(35, 211);
this.lblTaxCodes.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblTaxCodes.Name = "lblTaxCodes";
this.lblTaxCodes.Size = new System.Drawing.Size(66, 17);
this.lblTaxCodes.TabIndex = 38;
this.lblTaxCodes.Text = "Tax code";
this.lblTaxCodes.Visible = false;
//
// SetQBImportServiceRateAccounts
//
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, 373);
this.Controls.Add(this.cbTaxCode);
this.Controls.Add(this.lblTaxCodes);
this.Controls.Add(this.ckTaxable);
this.Controls.Add(this.label10);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.cbIncomeAccount);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Margin = new System.Windows.Forms.Padding(4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SetQBImportServiceRateAccounts";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Text = "Import service rate";
this.Load += new System.EventHandler(this.SetQBImportServiceRateAccounts_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cbIncomeAccount;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.CheckBox ckTaxable;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.ComboBox cbTaxCode;
private System.Windows.Forms.Label lblTaxCodes;
}
}