narsil/Tanshu.Accounts.PointOfSale/Products/ProductTypes.Designer.cs

255 lines
11 KiB
C#

namespace Tanshu.Accounts.PointOfSale
{
partial class ProductTypes
{
/// <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.chkMaintainStock = new System.Windows.Forms.CheckBox();
this.chkInUse = new System.Windows.Forms.CheckBox();
this.btnAdd = new System.Windows.Forms.Button();
this.btnDelete = new System.Windows.Forms.Button();
this.btnNavFirst = new System.Windows.Forms.Button();
this.btnNavPrev = new System.Windows.Forms.Button();
this.lblNavLocation = new System.Windows.Forms.Label();
this.btnNavNext = new System.Windows.Forms.Button();
this.btnLast = new System.Windows.Forms.Button();
this.txtName = new System.Windows.Forms.TextBox();
this.btnUpdate = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.txtUniqueID = new System.Windows.Forms.TextBox();
this.Label2 = new System.Windows.Forms.Label();
this.Label1 = new System.Windows.Forms.Label();
this.txtTaxRate = new System.Windows.Forms.TextBox();
this.Label5 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// chkMaintainStock
//
this.chkMaintainStock.AutoSize = true;
this.chkMaintainStock.Location = new System.Drawing.Point(259, 85);
this.chkMaintainStock.Name = "chkMaintainStock";
this.chkMaintainStock.Size = new System.Drawing.Size(89, 17);
this.chkMaintainStock.TabIndex = 71;
this.chkMaintainStock.Text = "For Purchase";
this.chkMaintainStock.UseVisualStyleBackColor = true;
//
// chkInUse
//
this.chkInUse.AutoSize = true;
this.chkInUse.Location = new System.Drawing.Point(178, 86);
this.chkInUse.Name = "chkInUse";
this.chkInUse.Size = new System.Drawing.Size(65, 17);
this.chkInUse.TabIndex = 70;
this.chkInUse.Text = "For Sale";
this.chkInUse.UseVisualStyleBackColor = true;
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(35, 117);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 23);
this.btnAdd.TabIndex = 68;
this.btnAdd.Text = "&Add";
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnDelete
//
this.btnDelete.Location = new System.Drawing.Point(115, 117);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(75, 23);
this.btnDelete.TabIndex = 69;
this.btnDelete.Text = "&Delete";
//
// btnNavFirst
//
this.btnNavFirst.Location = new System.Drawing.Point(67, 147);
this.btnNavFirst.Name = "btnNavFirst";
this.btnNavFirst.Size = new System.Drawing.Size(40, 23);
this.btnNavFirst.TabIndex = 63;
this.btnNavFirst.Text = "<<";
//
// btnNavPrev
//
this.btnNavPrev.Location = new System.Drawing.Point(107, 147);
this.btnNavPrev.Name = "btnNavPrev";
this.btnNavPrev.Size = new System.Drawing.Size(35, 23);
this.btnNavPrev.TabIndex = 64;
this.btnNavPrev.Text = "<";
//
// lblNavLocation
//
this.lblNavLocation.BackColor = System.Drawing.Color.White;
this.lblNavLocation.Location = new System.Drawing.Point(139, 147);
this.lblNavLocation.Name = "lblNavLocation";
this.lblNavLocation.Size = new System.Drawing.Size(95, 23);
this.lblNavLocation.TabIndex = 65;
this.lblNavLocation.Text = "No Records";
this.lblNavLocation.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnNavNext
//
this.btnNavNext.Location = new System.Drawing.Point(235, 147);
this.btnNavNext.Name = "btnNavNext";
this.btnNavNext.Size = new System.Drawing.Size(35, 23);
this.btnNavNext.TabIndex = 66;
this.btnNavNext.Text = ">";
//
// btnLast
//
this.btnLast.Location = new System.Drawing.Point(275, 147);
this.btnLast.Name = "btnLast";
this.btnLast.Size = new System.Drawing.Size(40, 23);
this.btnLast.TabIndex = 67;
this.btnLast.Text = ">>";
//
// txtName
//
this.txtName.AccessibleName = "";
this.txtName.Location = new System.Drawing.Point(94, 48);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(254, 20);
this.txtName.TabIndex = 57;
//
// btnUpdate
//
this.btnUpdate.AccessibleName = "Done";
this.btnUpdate.Location = new System.Drawing.Point(195, 117);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(72, 24);
this.btnUpdate.TabIndex = 62;
this.btnUpdate.Text = "&Update";
//
// btnExit
//
this.btnExit.AccessibleName = "Done";
this.btnExit.Location = new System.Drawing.Point(273, 117);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(72, 24);
this.btnExit.TabIndex = 61;
this.btnExit.Text = "E&xit";
//
// txtUniqueID
//
this.txtUniqueID.AccessibleName = "Unique ID";
this.txtUniqueID.Enabled = false;
this.txtUniqueID.Location = new System.Drawing.Point(94, 13);
this.txtUniqueID.Name = "txtUniqueID";
this.txtUniqueID.Size = new System.Drawing.Size(254, 20);
this.txtUniqueID.TabIndex = 60;
this.txtUniqueID.Text = "UniqueID";
this.txtUniqueID.WordWrap = false;
//
// Label2
//
this.Label2.AutoSize = true;
this.Label2.Location = new System.Drawing.Point(53, 48);
this.Label2.Name = "Label2";
this.Label2.Size = new System.Drawing.Size(35, 13);
this.Label2.TabIndex = 58;
this.Label2.Text = "Name";
//
// Label1
//
this.Label1.AutoSize = true;
this.Label1.Location = new System.Drawing.Point(33, 13);
this.Label1.Name = "Label1";
this.Label1.Size = new System.Drawing.Size(55, 13);
this.Label1.TabIndex = 59;
this.Label1.Text = "Unique ID";
//
// txtTaxRate
//
this.txtTaxRate.AccessibleName = "Phone 1";
this.txtTaxRate.Location = new System.Drawing.Point(94, 83);
this.txtTaxRate.Name = "txtTaxRate";
this.txtTaxRate.Size = new System.Drawing.Size(65, 20);
this.txtTaxRate.TabIndex = 72;
this.txtTaxRate.Text = "0";
this.txtTaxRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// Label5
//
this.Label5.AutoSize = true;
this.Label5.Location = new System.Drawing.Point(15, 83);
this.Label5.Name = "Label5";
this.Label5.Size = new System.Drawing.Size(73, 13);
this.Label5.TabIndex = 73;
this.Label5.Text = "Discount Limit";
//
// ProductTypes
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(373, 180);
this.Controls.Add(this.txtTaxRate);
this.Controls.Add(this.Label5);
this.Controls.Add(this.chkMaintainStock);
this.Controls.Add(this.chkInUse);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.btnDelete);
this.Controls.Add(this.btnNavFirst);
this.Controls.Add(this.btnNavPrev);
this.Controls.Add(this.lblNavLocation);
this.Controls.Add(this.btnNavNext);
this.Controls.Add(this.btnLast);
this.Controls.Add(this.txtName);
this.Controls.Add(this.btnUpdate);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.txtUniqueID);
this.Controls.Add(this.Label2);
this.Controls.Add(this.Label1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ProductTypes";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Product Types";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
internal System.Windows.Forms.CheckBox chkMaintainStock;
internal System.Windows.Forms.CheckBox chkInUse;
internal System.Windows.Forms.Button btnAdd;
internal System.Windows.Forms.Button btnDelete;
internal System.Windows.Forms.Button btnNavFirst;
internal System.Windows.Forms.Button btnNavPrev;
internal System.Windows.Forms.Label lblNavLocation;
internal System.Windows.Forms.Button btnNavNext;
internal System.Windows.Forms.Button btnLast;
internal System.Windows.Forms.TextBox txtName;
internal System.Windows.Forms.Button btnUpdate;
internal System.Windows.Forms.Button btnExit;
internal System.Windows.Forms.TextBox txtUniqueID;
internal System.Windows.Forms.Label Label2;
internal System.Windows.Forms.Label Label1;
internal System.Windows.Forms.TextBox txtTaxRate;
internal System.Windows.Forms.Label Label5;
}
}