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

330 lines
17 KiB
C#

namespace AyaNova.PlugIn.QBOI
{
partial class SetQBImportInventoryAccounts
{
/// <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.label3 = new System.Windows.Forms.Label();
this.cbCogs = new System.Windows.Forms.ComboBox();
this.cbIncome = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.cbAsset = new System.Windows.Forms.ComboBox();
this.lblAssetAccount = new System.Windows.Forms.Label();
this.lblInventoryInformation = new System.Windows.Forms.Label();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.label10 = new System.Windows.Forms.Label();
this.ckTaxable = new System.Windows.Forms.CheckBox();
this.cbTaxCode = new System.Windows.Forms.ComboBox();
this.lblTaxCodes = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.rdImportAsInventoryItem = new System.Windows.Forms.RadioButton();
this.rdImportAsNonInventoryItem = new System.Windows.Forms.RadioButton();
this.gpImportAs = new System.Windows.Forms.GroupBox();
this.tbInventoryNotSupportedLabel = new System.Windows.Forms.TextBox();
this.gpImportAs.SuspendLayout();
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(214, 29);
this.label1.TabIndex = 0;
this.label1.Text = "Default accounts";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(30, 358);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(239, 17);
this.label3.TabIndex = 2;
this.label3.Text = "Cost of Goods Sold (COGS) Account";
//
// cbCogs
//
this.cbCogs.FormattingEnabled = true;
this.cbCogs.Location = new System.Drawing.Point(33, 379);
this.cbCogs.Margin = new System.Windows.Forms.Padding(4);
this.cbCogs.Name = "cbCogs";
this.cbCogs.Size = new System.Drawing.Size(529, 24);
this.cbCogs.TabIndex = 2;
//
// cbIncome
//
this.cbIncome.FormattingEnabled = true;
this.cbIncome.Location = new System.Drawing.Point(33, 109);
this.cbIncome.Margin = new System.Windows.Forms.Padding(4);
this.cbIncome.Name = "cbIncome";
this.cbIncome.Size = new System.Drawing.Size(529, 24);
this.cbIncome.TabIndex = 0;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(30, 90);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(108, 17);
this.label4.TabIndex = 5;
this.label4.Text = "Income Account";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(9, 65);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(167, 21);
this.label5.TabIndex = 4;
this.label5.Text = "Sales information:";
//
// cbAsset
//
this.cbAsset.FormattingEnabled = true;
this.cbAsset.Location = new System.Drawing.Point(33, 318);
this.cbAsset.Margin = new System.Windows.Forms.Padding(4);
this.cbAsset.Name = "cbAsset";
this.cbAsset.Size = new System.Drawing.Size(529, 24);
this.cbAsset.TabIndex = 1;
//
// lblAssetAccount
//
this.lblAssetAccount.AutoSize = true;
this.lblAssetAccount.Location = new System.Drawing.Point(30, 299);
this.lblAssetAccount.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblAssetAccount.Name = "lblAssetAccount";
this.lblAssetAccount.Size = new System.Drawing.Size(98, 17);
this.lblAssetAccount.TabIndex = 8;
this.lblAssetAccount.Text = "Asset Account";
//
// lblInventoryInformation
//
this.lblInventoryInformation.AutoSize = true;
this.lblInventoryInformation.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblInventoryInformation.Location = new System.Drawing.Point(9, 268);
this.lblInventoryInformation.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblInventoryInformation.Name = "lblInventoryInformation";
this.lblInventoryInformation.Size = new System.Drawing.Size(207, 21);
this.lblInventoryInformation.TabIndex = 7;
this.lblInventoryInformation.Text = "Inventory information:";
//
// 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, 571);
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 = 5;
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, 571);
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 = 4;
this.btnCancel.UseVisualStyleBackColor = false;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.Location = new System.Drawing.Point(9, 444);
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(59, 21);
this.label10.TabIndex = 31;
this.label10.Text = "Taxes";
//
// ckTaxable
//
this.ckTaxable.Location = new System.Drawing.Point(33, 468);
this.ckTaxable.Name = "ckTaxable";
this.ckTaxable.Size = new System.Drawing.Size(367, 28);
this.ckTaxable.TabIndex = 35;
this.ckTaxable.Text = "Set as taxable";
//
// cbTaxCode
//
this.cbTaxCode.FormattingEnabled = true;
this.cbTaxCode.Location = new System.Drawing.Point(33, 492);
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 = 3;
this.cbTaxCode.Visible = false;
//
// lblTaxCodes
//
this.lblTaxCodes.AutoSize = true;
this.lblTaxCodes.Location = new System.Drawing.Point(30, 471);
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 = 36;
this.lblTaxCodes.Text = "Tax code";
this.lblTaxCodes.Visible = false;
//
// 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, 153);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(100, 21);
this.label2.TabIndex = 37;
this.label2.Text = "Import as:";
//
// rdImportAsInventoryItem
//
this.rdImportAsInventoryItem.AutoSize = true;
this.rdImportAsInventoryItem.Checked = true;
this.rdImportAsInventoryItem.Location = new System.Drawing.Point(4, 10);
this.rdImportAsInventoryItem.Name = "rdImportAsInventoryItem";
this.rdImportAsInventoryItem.Size = new System.Drawing.Size(117, 21);
this.rdImportAsInventoryItem.TabIndex = 38;
this.rdImportAsInventoryItem.TabStop = true;
this.rdImportAsInventoryItem.Text = "Inventory item";
this.rdImportAsInventoryItem.UseVisualStyleBackColor = true;
this.rdImportAsInventoryItem.CheckedChanged += new System.EventHandler(this.rdImportAs_CheckedChanged);
//
// rdImportAsNonInventoryItem
//
this.rdImportAsNonInventoryItem.AutoSize = true;
this.rdImportAsNonInventoryItem.Location = new System.Drawing.Point(4, 35);
this.rdImportAsNonInventoryItem.Name = "rdImportAsNonInventoryItem";
this.rdImportAsNonInventoryItem.Size = new System.Drawing.Size(148, 21);
this.rdImportAsNonInventoryItem.TabIndex = 39;
this.rdImportAsNonInventoryItem.Text = "Non-inventory item";
this.rdImportAsNonInventoryItem.UseVisualStyleBackColor = true;
this.rdImportAsNonInventoryItem.CheckedChanged += new System.EventHandler(this.rdImportAs_CheckedChanged);
//
// gpImportAs
//
this.gpImportAs.Controls.Add(this.tbInventoryNotSupportedLabel);
this.gpImportAs.Controls.Add(this.rdImportAsInventoryItem);
this.gpImportAs.Controls.Add(this.rdImportAsNonInventoryItem);
this.gpImportAs.Location = new System.Drawing.Point(33, 177);
this.gpImportAs.Name = "gpImportAs";
this.gpImportAs.Size = new System.Drawing.Size(529, 63);
this.gpImportAs.TabIndex = 40;
this.gpImportAs.TabStop = false;
//
// tbInventoryNotSupportedLabel
//
this.tbInventoryNotSupportedLabel.BackColor = System.Drawing.SystemColors.Info;
this.tbInventoryNotSupportedLabel.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.tbInventoryNotSupportedLabel.ForeColor = System.Drawing.SystemColors.InfoText;
this.tbInventoryNotSupportedLabel.Location = new System.Drawing.Point(290, 10);
this.tbInventoryNotSupportedLabel.Multiline = true;
this.tbInventoryNotSupportedLabel.Name = "tbInventoryNotSupportedLabel";
this.tbInventoryNotSupportedLabel.ReadOnly = true;
this.tbInventoryNotSupportedLabel.Size = new System.Drawing.Size(233, 46);
this.tbInventoryNotSupportedLabel.TabIndex = 40;
this.tbInventoryNotSupportedLabel.TabStop = false;
this.tbInventoryNotSupportedLabel.Visible = false;
//
// SetQBImportInventoryAccounts
//
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, 629);
this.Controls.Add(this.gpImportAs);
this.Controls.Add(this.label2);
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.cbAsset);
this.Controls.Add(this.lblAssetAccount);
this.Controls.Add(this.lblInventoryInformation);
this.Controls.Add(this.cbIncome);
this.Controls.Add(this.label4);
this.Controls.Add(this.label5);
this.Controls.Add(this.cbCogs);
this.Controls.Add(this.label3);
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 = "SetQBImportInventoryAccounts";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Text = "Import inventory items";
this.Load += new System.EventHandler(this.SetQBImportInventoryAccounts_Load);
this.gpImportAs.ResumeLayout(false);
this.gpImportAs.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cbCogs;
private System.Windows.Forms.ComboBox cbIncome;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox cbAsset;
private System.Windows.Forms.Label lblAssetAccount;
private System.Windows.Forms.Label lblInventoryInformation;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.CheckBox ckTaxable;
private System.Windows.Forms.ComboBox cbTaxCode;
private System.Windows.Forms.Label lblTaxCodes;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.RadioButton rdImportAsInventoryItem;
private System.Windows.Forms.RadioButton rdImportAsNonInventoryItem;
private System.Windows.Forms.GroupBox gpImportAs;
private System.Windows.Forms.TextBox tbInventoryNotSupportedLabel;
}
}