narsil/Tanshu.Accounts.PointOfSale/MainForm.designer.cs

566 lines
29 KiB
C#
Raw Normal View History

2010-03-02 17:56:21 +00:00
namespace Tanshu.Accounts.PointOfSale
{
partial class MainForm
{
/// <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.CashCalculator = new System.Windows.Forms.GroupBox();
this.txtTotal = new System.Windows.Forms.TextBox();
this.txt1 = new System.Windows.Forms.TextBox();
this.txt2 = new System.Windows.Forms.TextBox();
this.txt5 = new System.Windows.Forms.TextBox();
this.txt10 = new System.Windows.Forms.TextBox();
this.txt20 = new System.Windows.Forms.TextBox();
this.txt50 = new System.Windows.Forms.TextBox();
this.txt100 = new System.Windows.Forms.TextBox();
this.txt500 = new System.Windows.Forms.TextBox();
this.txt1000 = new System.Windows.Forms.TextBox();
this.btnPrint = new System.Windows.Forms.Button();
this.lblTotal = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.masterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.prToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.productsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.complexProductsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.customersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.updateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.reportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.autoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.updateBillsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.transactionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.advancesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.paymentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.paymentsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.permissionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.createNewUserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.changePasswordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.assignRolesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.reportsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cashierCheckoutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.salesAnalysisToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.viewLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.CashCalculator.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// CashCalculator
//
this.CashCalculator.Controls.Add(this.txtTotal);
this.CashCalculator.Controls.Add(this.txt1);
this.CashCalculator.Controls.Add(this.txt2);
this.CashCalculator.Controls.Add(this.txt5);
this.CashCalculator.Controls.Add(this.txt10);
this.CashCalculator.Controls.Add(this.txt20);
this.CashCalculator.Controls.Add(this.txt50);
this.CashCalculator.Controls.Add(this.txt100);
this.CashCalculator.Controls.Add(this.txt500);
this.CashCalculator.Controls.Add(this.txt1000);
this.CashCalculator.Controls.Add(this.btnPrint);
this.CashCalculator.Controls.Add(this.lblTotal);
this.CashCalculator.Controls.Add(this.label10);
this.CashCalculator.Controls.Add(this.label9);
this.CashCalculator.Controls.Add(this.label8);
this.CashCalculator.Controls.Add(this.label7);
this.CashCalculator.Controls.Add(this.label6);
this.CashCalculator.Controls.Add(this.label5);
this.CashCalculator.Controls.Add(this.label4);
this.CashCalculator.Controls.Add(this.label3);
this.CashCalculator.Controls.Add(this.label2);
this.CashCalculator.Controls.Add(this.label1);
this.CashCalculator.Location = new System.Drawing.Point(13, 33);
this.CashCalculator.Name = "CashCalculator";
this.CashCalculator.Size = new System.Drawing.Size(174, 346);
this.CashCalculator.TabIndex = 25;
this.CashCalculator.TabStop = false;
//
// txtTotal
//
this.txtTotal.Location = new System.Drawing.Point(51, 286);
this.txtTotal.Name = "txtTotal";
this.txtTotal.ReadOnly = true;
this.txtTotal.Size = new System.Drawing.Size(100, 20);
this.txtTotal.TabIndex = 21;
//
// txt1
//
this.txt1.Location = new System.Drawing.Point(51, 256);
this.txt1.Name = "txt1";
this.txt1.Size = new System.Drawing.Size(100, 20);
this.txt1.TabIndex = 20;
this.txt1.TextChanged += new System.EventHandler(this.txt1000_TextChanged);
//
// txt2
//
this.txt2.Location = new System.Drawing.Point(51, 226);
this.txt2.Name = "txt2";
this.txt2.Size = new System.Drawing.Size(100, 20);
this.txt2.TabIndex = 19;
this.txt2.TextChanged += new System.EventHandler(this.txt1000_TextChanged);
//
// txt5
//
this.txt5.Location = new System.Drawing.Point(51, 196);
this.txt5.Name = "txt5";
this.txt5.Size = new System.Drawing.Size(100, 20);
this.txt5.TabIndex = 18;
this.txt5.TextChanged += new System.EventHandler(this.txt1000_TextChanged);
//
// txt10
//
this.txt10.Location = new System.Drawing.Point(51, 166);
this.txt10.Name = "txt10";
this.txt10.Size = new System.Drawing.Size(100, 20);
this.txt10.TabIndex = 17;
this.txt10.TextChanged += new System.EventHandler(this.txt1000_TextChanged);
//
// txt20
//
this.txt20.Location = new System.Drawing.Point(51, 136);
this.txt20.Name = "txt20";
this.txt20.Size = new System.Drawing.Size(100, 20);
this.txt20.TabIndex = 16;
this.txt20.TextChanged += new System.EventHandler(this.txt1000_TextChanged);
//
// txt50
//
this.txt50.Location = new System.Drawing.Point(51, 106);
this.txt50.Name = "txt50";
this.txt50.Size = new System.Drawing.Size(100, 20);
this.txt50.TabIndex = 15;
this.txt50.TextChanged += new System.EventHandler(this.txt1000_TextChanged);
//
// txt100
//
this.txt100.Location = new System.Drawing.Point(51, 76);
this.txt100.Name = "txt100";
this.txt100.Size = new System.Drawing.Size(100, 20);
this.txt100.TabIndex = 14;
this.txt100.TextChanged += new System.EventHandler(this.txt1000_TextChanged);
//
// txt500
//
this.txt500.Location = new System.Drawing.Point(51, 46);
this.txt500.Name = "txt500";
this.txt500.Size = new System.Drawing.Size(100, 20);
this.txt500.TabIndex = 13;
this.txt500.TextChanged += new System.EventHandler(this.txt1000_TextChanged);
//
// txt1000
//
this.txt1000.Location = new System.Drawing.Point(51, 16);
this.txt1000.Name = "txt1000";
this.txt1000.Size = new System.Drawing.Size(100, 20);
this.txt1000.TabIndex = 12;
this.txt1000.TextChanged += new System.EventHandler(this.txt1000_TextChanged);
//
// btnPrint
//
this.btnPrint.Location = new System.Drawing.Point(51, 317);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(100, 20);
this.btnPrint.TabIndex = 11;
this.btnPrint.Text = "Print";
this.btnPrint.UseVisualStyleBackColor = true;
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
//
// lblTotal
//
this.lblTotal.AutoSize = true;
this.lblTotal.Location = new System.Drawing.Point(13, 289);
this.lblTotal.Name = "lblTotal";
this.lblTotal.Size = new System.Drawing.Size(31, 13);
this.lblTotal.TabIndex = 10;
this.lblTotal.Text = "Total";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(26, 262);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(18, 13);
this.label10.TabIndex = 9;
this.label10.Text = "1x";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(25, 231);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(18, 13);
this.label9.TabIndex = 8;
this.label9.Text = "2x";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(25, 201);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(18, 13);
this.label8.TabIndex = 7;
this.label8.Text = "5x";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(19, 171);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(24, 13);
this.label7.TabIndex = 6;
this.label7.Text = "10x";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(19, 141);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(24, 13);
this.label6.TabIndex = 5;
this.label6.Text = "20x";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(18, 112);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(24, 13);
this.label5.TabIndex = 4;
this.label5.Text = "50x";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 93);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(0, 13);
this.label4.TabIndex = 3;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(14, 79);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(30, 13);
this.label3.TabIndex = 2;
this.label3.Text = "100x";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(15, 50);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(30, 13);
this.label2.TabIndex = 1;
this.label2.Text = "500x";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 21);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(36, 13);
this.label1.TabIndex = 0;
this.label1.Text = "1000x";
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.masterToolStripMenuItem,
this.transactionsToolStripMenuItem,
this.permissionsToolStripMenuItem,
this.reportsToolStripMenuItem,
this.exitToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(792, 24);
this.menuStrip1.TabIndex = 26;
this.menuStrip1.Text = "menuStrip1";
//
// masterToolStripMenuItem
//
this.masterToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.prToolStripMenuItem,
this.productsToolStripMenuItem,
this.complexProductsToolStripMenuItem,
this.customersToolStripMenuItem,
this.updateToolStripMenuItem,
this.reportToolStripMenuItem,
this.autoToolStripMenuItem,
this.updateBillsToolStripMenuItem});
this.masterToolStripMenuItem.Name = "masterToolStripMenuItem";
this.masterToolStripMenuItem.Size = new System.Drawing.Size(55, 20);
this.masterToolStripMenuItem.Text = "Master";
this.masterToolStripMenuItem.Click += new System.EventHandler(this.masterToolStripMenuItem_Click);
//
// prToolStripMenuItem
//
this.prToolStripMenuItem.Name = "prToolStripMenuItem";
this.prToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
this.prToolStripMenuItem.Text = "Product Type";
this.prToolStripMenuItem.Click += new System.EventHandler(this.prToolStripMenuItem_Click);
//
// productsToolStripMenuItem
//
this.productsToolStripMenuItem.Name = "productsToolStripMenuItem";
this.productsToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
this.productsToolStripMenuItem.Text = "Products";
this.productsToolStripMenuItem.Click += new System.EventHandler(this.productsToolStripMenuItem_Click);
//
// complexProductsToolStripMenuItem
//
this.complexProductsToolStripMenuItem.Name = "complexProductsToolStripMenuItem";
this.complexProductsToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
this.complexProductsToolStripMenuItem.Text = "Complex Products";
this.complexProductsToolStripMenuItem.Click += new System.EventHandler(this.complexProductsToolStripMenuItem_Click);
//
// customersToolStripMenuItem
//
this.customersToolStripMenuItem.Name = "customersToolStripMenuItem";
this.customersToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
this.customersToolStripMenuItem.Text = "Customers";
this.customersToolStripMenuItem.Click += new System.EventHandler(this.customersToolStripMenuItem_Click);
//
// updateToolStripMenuItem
//
this.updateToolStripMenuItem.Name = "updateToolStripMenuItem";
this.updateToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
this.updateToolStripMenuItem.Text = "Update";
this.updateToolStripMenuItem.Click += new System.EventHandler(this.updateToolStripMenuItem_Click);
//
// reportToolStripMenuItem
//
this.reportToolStripMenuItem.Name = "reportToolStripMenuItem";
this.reportToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
this.reportToolStripMenuItem.Text = "Report";
this.reportToolStripMenuItem.Click += new System.EventHandler(this.reportToolStripMenuItem_Click);
//
// autoToolStripMenuItem
//
this.autoToolStripMenuItem.Name = "autoToolStripMenuItem";
this.autoToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
this.autoToolStripMenuItem.Text = "Auto";
this.autoToolStripMenuItem.Click += new System.EventHandler(this.autoToolStripMenuItem_Click);
//
// updateBillsToolStripMenuItem
//
this.updateBillsToolStripMenuItem.Name = "updateBillsToolStripMenuItem";
this.updateBillsToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
this.updateBillsToolStripMenuItem.Text = "Update Bills";
this.updateBillsToolStripMenuItem.Click += new System.EventHandler(this.updateBillsToolStripMenuItem_Click);
//
// transactionsToolStripMenuItem
//
this.transactionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.saleToolStripMenuItem,
this.advancesToolStripMenuItem,
this.paymentsToolStripMenuItem,
this.paymentsToolStripMenuItem1});
this.transactionsToolStripMenuItem.Name = "transactionsToolStripMenuItem";
this.transactionsToolStripMenuItem.Size = new System.Drawing.Size(86, 20);
this.transactionsToolStripMenuItem.Text = "Transactions";
//
// saleToolStripMenuItem
//
this.saleToolStripMenuItem.Name = "saleToolStripMenuItem";
this.saleToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
this.saleToolStripMenuItem.Text = "Sale";
this.saleToolStripMenuItem.Click += new System.EventHandler(this.saleToolStripMenuItem_Click);
//
// advancesToolStripMenuItem
//
this.advancesToolStripMenuItem.Name = "advancesToolStripMenuItem";
this.advancesToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
this.advancesToolStripMenuItem.Text = "Received Advance";
this.advancesToolStripMenuItem.Click += new System.EventHandler(this.advancesToolStripMenuItem_Click);
//
// paymentsToolStripMenuItem
//
this.paymentsToolStripMenuItem.Name = "paymentsToolStripMenuItem";
this.paymentsToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
this.paymentsToolStripMenuItem.Text = "Adjust Advance";
this.paymentsToolStripMenuItem.Click += new System.EventHandler(this.paymentsToolStripMenuItem_Click);
//
// paymentsToolStripMenuItem1
//
this.paymentsToolStripMenuItem1.Name = "paymentsToolStripMenuItem1";
this.paymentsToolStripMenuItem1.Size = new System.Drawing.Size(170, 22);
this.paymentsToolStripMenuItem1.Text = "Payments";
this.paymentsToolStripMenuItem1.Click += new System.EventHandler(this.paymentsToolStripMenuItem1_Click_1);
//
// permissionsToolStripMenuItem
//
this.permissionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.createNewUserToolStripMenuItem,
this.changePasswordToolStripMenuItem,
this.assignRolesToolStripMenuItem});
this.permissionsToolStripMenuItem.Name = "permissionsToolStripMenuItem";
this.permissionsToolStripMenuItem.Size = new System.Drawing.Size(82, 20);
this.permissionsToolStripMenuItem.Text = "Permissions";
//
// createNewUserToolStripMenuItem
//
this.createNewUserToolStripMenuItem.Name = "createNewUserToolStripMenuItem";
this.createNewUserToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
this.createNewUserToolStripMenuItem.Text = "Create New User";
this.createNewUserToolStripMenuItem.Click += new System.EventHandler(this.createNewUserToolStripMenuItem_Click);
//
// changePasswordToolStripMenuItem
//
this.changePasswordToolStripMenuItem.Name = "changePasswordToolStripMenuItem";
this.changePasswordToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
this.changePasswordToolStripMenuItem.Text = "Change Password";
this.changePasswordToolStripMenuItem.Click += new System.EventHandler(this.changePasswordToolStripMenuItem_Click);
//
// assignRolesToolStripMenuItem
//
this.assignRolesToolStripMenuItem.Name = "assignRolesToolStripMenuItem";
this.assignRolesToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
this.assignRolesToolStripMenuItem.Text = "Assign Roles";
this.assignRolesToolStripMenuItem.Click += new System.EventHandler(this.assignRolesToolStripMenuItem_Click);
//
// reportsToolStripMenuItem
//
this.reportsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cashierCheckoutToolStripMenuItem1,
this.salesAnalysisToolStripMenuItem1,
this.viewLogToolStripMenuItem});
this.reportsToolStripMenuItem.Name = "reportsToolStripMenuItem";
this.reportsToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.reportsToolStripMenuItem.Text = "Reports";
//
// cashierCheckoutToolStripMenuItem1
//
this.cashierCheckoutToolStripMenuItem1.Name = "cashierCheckoutToolStripMenuItem1";
this.cashierCheckoutToolStripMenuItem1.Size = new System.Drawing.Size(167, 22);
this.cashierCheckoutToolStripMenuItem1.Text = "Cashier Checkout";
this.cashierCheckoutToolStripMenuItem1.Click += new System.EventHandler(this.cashierCheckoutToolStripMenuItem1_Click);
//
// salesAnalysisToolStripMenuItem1
//
this.salesAnalysisToolStripMenuItem1.Name = "salesAnalysisToolStripMenuItem1";
this.salesAnalysisToolStripMenuItem1.Size = new System.Drawing.Size(167, 22);
this.salesAnalysisToolStripMenuItem1.Text = "Sales Analysis";
this.salesAnalysisToolStripMenuItem1.Click += new System.EventHandler(this.salesAnalysisToolStripMenuItem1_Click);
//
// viewLogToolStripMenuItem
//
this.viewLogToolStripMenuItem.Name = "viewLogToolStripMenuItem";
this.viewLogToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
this.viewLogToolStripMenuItem.Text = "View Log";
this.viewLogToolStripMenuItem.Click += new System.EventHandler(this.viewLogToolStripMenuItem_Click);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.exitToolStripMenuItem.Text = "Exit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(792, 537);
this.Controls.Add(this.CashCalculator);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "MainForm";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.MainForm_Load);
this.CashCalculator.ResumeLayout(false);
this.CashCalculator.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox CashCalculator;
private System.Windows.Forms.Label lblTotal;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtTotal;
private System.Windows.Forms.TextBox txt1;
private System.Windows.Forms.TextBox txt2;
private System.Windows.Forms.TextBox txt5;
private System.Windows.Forms.TextBox txt10;
private System.Windows.Forms.TextBox txt20;
private System.Windows.Forms.TextBox txt50;
private System.Windows.Forms.TextBox txt100;
private System.Windows.Forms.TextBox txt500;
private System.Windows.Forms.TextBox txt1000;
private System.Windows.Forms.Button btnPrint;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem masterToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem transactionsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem permissionsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saleToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem advancesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem paymentsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem createNewUserToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem changePasswordToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem assignRolesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem paymentsToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem reportsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem productsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem customersToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem salesAnalysisToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem cashierCheckoutToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem prToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem complexProductsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem updateToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem reportToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem autoToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewLogToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem updateBillsToolStripMenuItem;
}
}