namespace Tanshu.Accounts.PointOfSale { partial class ProductGroupForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.txtName = new System.Windows.Forms.TextBox(); this.txtProductGroupID = new System.Windows.Forms.TextBox(); this.Label2 = new System.Windows.Forms.Label(); this.Label1 = new System.Windows.Forms.Label(); this.txtDiscountLimit = new System.Windows.Forms.TextBox(); this.Label5 = new System.Windows.Forms.Label(); this.chkModifierCompulsory = new System.Windows.Forms.CheckBox(); this.txtGroupType = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.btnOk = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.chkDiscontinued = new System.Windows.Forms.CheckBox(); this.txtSortOrder = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // txtName // this.txtName.AccessibleName = ""; this.txtName.Location = new System.Drawing.Point(94, 38); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(267, 20); this.txtName.TabIndex = 0; // // txtProductGroupID // this.txtProductGroupID.AccessibleName = "Unique ID"; this.txtProductGroupID.Enabled = false; this.txtProductGroupID.Location = new System.Drawing.Point(94, 12); this.txtProductGroupID.Name = "txtProductGroupID"; this.txtProductGroupID.ReadOnly = true; this.txtProductGroupID.Size = new System.Drawing.Size(267, 20); this.txtProductGroupID.TabIndex = 8; this.txtProductGroupID.Text = "ProductGroupID"; this.txtProductGroupID.WordWrap = false; // // Label2 // this.Label2.AutoSize = true; this.Label2.Location = new System.Drawing.Point(53, 41); this.Label2.Name = "Label2"; this.Label2.Size = new System.Drawing.Size(35, 13); this.Label2.TabIndex = 10; this.Label2.Text = "Name"; // // Label1 // this.Label1.AutoSize = true; this.Label1.Location = new System.Drawing.Point(70, 15); this.Label1.Name = "Label1"; this.Label1.Size = new System.Drawing.Size(18, 13); this.Label1.TabIndex = 9; this.Label1.Text = "ID"; // // txtDiscountLimit // this.txtDiscountLimit.AccessibleName = "Phone 1"; this.txtDiscountLimit.Location = new System.Drawing.Point(94, 64); this.txtDiscountLimit.Name = "txtDiscountLimit"; this.txtDiscountLimit.Size = new System.Drawing.Size(65, 20); this.txtDiscountLimit.TabIndex = 1; this.txtDiscountLimit.Text = "0"; this.txtDiscountLimit.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // Label5 // this.Label5.AutoSize = true; this.Label5.Location = new System.Drawing.Point(15, 67); this.Label5.Name = "Label5"; this.Label5.Size = new System.Drawing.Size(73, 13); this.Label5.TabIndex = 11; this.Label5.Text = "Discount Limit"; // // chkModifierCompulsory // this.chkModifierCompulsory.AutoSize = true; this.chkModifierCompulsory.Location = new System.Drawing.Point(94, 90); this.chkModifierCompulsory.Name = "chkModifierCompulsory"; this.chkModifierCompulsory.Size = new System.Drawing.Size(137, 17); this.chkModifierCompulsory.TabIndex = 3; this.chkModifierCompulsory.Text = "Is Modifier Compulsory?"; this.chkModifierCompulsory.UseVisualStyleBackColor = true; // // txtGroupType // this.txtGroupType.AccessibleName = ""; this.txtGroupType.Location = new System.Drawing.Point(94, 113); this.txtGroupType.Name = "txtGroupType"; this.txtGroupType.Size = new System.Drawing.Size(267, 20); this.txtGroupType.TabIndex = 5; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(25, 116); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(63, 13); this.label3.TabIndex = 12; this.label3.Text = "Group Type"; // // btnOk // this.btnOk.Location = new System.Drawing.Point(205, 139); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 75); this.btnOk.TabIndex = 6; this.btnOk.Text = "&Ok"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(286, 139); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 75); this.btnCancel.TabIndex = 7; this.btnCancel.Text = "&Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // chkDiscontinued // this.chkDiscontinued.AutoSize = true; this.chkDiscontinued.Location = new System.Drawing.Point(237, 90); this.chkDiscontinued.Name = "chkDiscontinued"; this.chkDiscontinued.Size = new System.Drawing.Size(88, 17); this.chkDiscontinued.TabIndex = 4; this.chkDiscontinued.Text = "Discontinued"; this.chkDiscontinued.UseVisualStyleBackColor = true; // // txtSortOrder // this.txtSortOrder.Location = new System.Drawing.Point(261, 64); this.txtSortOrder.Name = "txtSortOrder"; this.txtSortOrder.Size = new System.Drawing.Size(100, 20); this.txtSortOrder.TabIndex = 2; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(200, 67); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(55, 13); this.label4.TabIndex = 13; this.label4.Text = "Sort Order"; // // ProductGroupForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(373, 226); this.Controls.Add(this.label4); this.Controls.Add(this.txtSortOrder); this.Controls.Add(this.chkDiscontinued); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOk); this.Controls.Add(this.txtGroupType); this.Controls.Add(this.label3); this.Controls.Add(this.chkModifierCompulsory); this.Controls.Add(this.txtDiscountLimit); this.Controls.Add(this.Label5); this.Controls.Add(this.txtName); this.Controls.Add(this.txtProductGroupID); this.Controls.Add(this.Label2); this.Controls.Add(this.Label1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ProductGroupForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Product Types"; this.Load += new System.EventHandler(this.ProductGroupForm_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion internal System.Windows.Forms.TextBox txtName; internal System.Windows.Forms.TextBox txtProductGroupID; internal System.Windows.Forms.Label Label2; internal System.Windows.Forms.Label Label1; internal System.Windows.Forms.TextBox txtDiscountLimit; internal System.Windows.Forms.Label Label5; private System.Windows.Forms.CheckBox chkModifierCompulsory; internal System.Windows.Forms.TextBox txtGroupType; internal System.Windows.Forms.Label label3; private System.Windows.Forms.Button btnOk; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.CheckBox chkDiscontinued; private System.Windows.Forms.TextBox txtSortOrder; internal System.Windows.Forms.Label label4; } }