narsil/Tanshu.Accounts.PointOfSale/MainForm.designer.cs
Tanshu a984b1f527 Switched to management branch to develop management module.
Initial commit dunno what has changed.
2012-12-01 15:18:02 +05:30

388 lines
20 KiB
C#

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.btnLogin = new System.Windows.Forms.Button();
this.btnSale = new System.Windows.Forms.Button();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.btnSwipeLogin = new System.Windows.Forms.Button();
this.btnCustomer = new System.Windows.Forms.Button();
this.btnProduct = new System.Windows.Forms.Button();
this.btnProductGroup = new System.Windows.Forms.Button();
this.btnOpenBill = new System.Windows.Forms.Button();
this.btnAdvanceReceive = new System.Windows.Forms.Button();
this.btnAdvanceAdjust = new System.Windows.Forms.Button();
this.btnCreateUser = new System.Windows.Forms.Button();
this.btnUserRoles = new System.Windows.Forms.Button();
this.btnGroupRoles = new System.Windows.Forms.Button();
this.btnCashierCheckout = new System.Windows.Forms.Button();
this.btnSaleAnalysis = new System.Windows.Forms.Button();
this.btnSaleDetail = new System.Windows.Forms.Button();
this.btnBillDetails = new System.Windows.Forms.Button();
this.btnVoidOrReprints = new System.Windows.Forms.Button();
this.btnDiscountReport = new System.Windows.Forms.Button();
this.btnChangePassword = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.btnMgtBeer = new System.Windows.Forms.Button();
this.btnMgtFood = new System.Windows.Forms.Button();
this.btnMgtLiq = new System.Windows.Forms.Button();
this.flowLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// btnLogin
//
this.btnLogin.Location = new System.Drawing.Point(4, 4);
this.btnLogin.Margin = new System.Windows.Forms.Padding(4);
this.btnLogin.Name = "btnLogin";
this.btnLogin.Size = new System.Drawing.Size(200, 123);
this.btnLogin.TabIndex = 1;
this.btnLogin.Text = "&Login";
this.btnLogin.UseVisualStyleBackColor = true;
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
//
// btnSale
//
this.btnSale.Location = new System.Drawing.Point(420, 4);
this.btnSale.Margin = new System.Windows.Forms.Padding(4);
this.btnSale.Name = "btnSale";
this.btnSale.Size = new System.Drawing.Size(200, 123);
this.btnSale.TabIndex = 3;
this.btnSale.Text = "&Sale";
this.btnSale.UseVisualStyleBackColor = true;
this.btnSale.Click += new System.EventHandler(this.btnSale_Click);
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Controls.Add(this.btnLogin);
this.flowLayoutPanel1.Controls.Add(this.btnSwipeLogin);
this.flowLayoutPanel1.Controls.Add(this.btnSale);
this.flowLayoutPanel1.Controls.Add(this.btnCustomer);
this.flowLayoutPanel1.Controls.Add(this.btnProduct);
this.flowLayoutPanel1.Controls.Add(this.btnProductGroup);
this.flowLayoutPanel1.Controls.Add(this.btnOpenBill);
this.flowLayoutPanel1.Controls.Add(this.btnAdvanceReceive);
this.flowLayoutPanel1.Controls.Add(this.btnAdvanceAdjust);
this.flowLayoutPanel1.Controls.Add(this.btnCreateUser);
this.flowLayoutPanel1.Controls.Add(this.btnUserRoles);
this.flowLayoutPanel1.Controls.Add(this.btnGroupRoles);
this.flowLayoutPanel1.Controls.Add(this.btnCashierCheckout);
this.flowLayoutPanel1.Controls.Add(this.btnSaleAnalysis);
this.flowLayoutPanel1.Controls.Add(this.btnSaleDetail);
this.flowLayoutPanel1.Controls.Add(this.btnBillDetails);
this.flowLayoutPanel1.Controls.Add(this.btnVoidOrReprints);
this.flowLayoutPanel1.Controls.Add(this.btnDiscountReport);
this.flowLayoutPanel1.Controls.Add(this.btnChangePassword);
this.flowLayoutPanel1.Controls.Add(this.btnExit);
this.flowLayoutPanel1.Controls.Add(this.btnMgtBeer);
this.flowLayoutPanel1.Controls.Add(this.btnMgtFood);
this.flowLayoutPanel1.Controls.Add(this.btnMgtLiq);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(1056, 661);
this.flowLayoutPanel1.TabIndex = 0;
//
// btnSwipeLogin
//
this.btnSwipeLogin.Location = new System.Drawing.Point(212, 4);
this.btnSwipeLogin.Margin = new System.Windows.Forms.Padding(4);
this.btnSwipeLogin.Name = "btnSwipeLogin";
this.btnSwipeLogin.Size = new System.Drawing.Size(200, 123);
this.btnSwipeLogin.TabIndex = 2;
this.btnSwipeLogin.Text = "Swipe Login";
this.btnSwipeLogin.UseVisualStyleBackColor = true;
this.btnSwipeLogin.Click += new System.EventHandler(this.btnSwipeLogin_Click);
//
// btnCustomer
//
this.btnCustomer.Location = new System.Drawing.Point(628, 4);
this.btnCustomer.Margin = new System.Windows.Forms.Padding(4);
this.btnCustomer.Name = "btnCustomer";
this.btnCustomer.Size = new System.Drawing.Size(200, 123);
this.btnCustomer.TabIndex = 4;
this.btnCustomer.Text = "Customers";
this.btnCustomer.UseVisualStyleBackColor = true;
this.btnCustomer.Click += new System.EventHandler(this.btnCustomer_Click);
//
// btnProduct
//
this.btnProduct.Location = new System.Drawing.Point(836, 4);
this.btnProduct.Margin = new System.Windows.Forms.Padding(4);
this.btnProduct.Name = "btnProduct";
this.btnProduct.Size = new System.Drawing.Size(200, 123);
this.btnProduct.TabIndex = 5;
this.btnProduct.Text = "Products";
this.btnProduct.UseVisualStyleBackColor = true;
this.btnProduct.Click += new System.EventHandler(this.btnProduct_Click);
//
// btnProductGroup
//
this.btnProductGroup.Location = new System.Drawing.Point(4, 135);
this.btnProductGroup.Margin = new System.Windows.Forms.Padding(4);
this.btnProductGroup.Name = "btnProductGroup";
this.btnProductGroup.Size = new System.Drawing.Size(200, 123);
this.btnProductGroup.TabIndex = 6;
this.btnProductGroup.Text = "Product Groups";
this.btnProductGroup.UseVisualStyleBackColor = true;
this.btnProductGroup.Click += new System.EventHandler(this.btnProductGroup_Click);
//
// btnOpenBill
//
this.btnOpenBill.Location = new System.Drawing.Point(212, 135);
this.btnOpenBill.Margin = new System.Windows.Forms.Padding(4);
this.btnOpenBill.Name = "btnOpenBill";
this.btnOpenBill.Size = new System.Drawing.Size(200, 123);
this.btnOpenBill.TabIndex = 7;
this.btnOpenBill.Text = "Open Bill";
this.btnOpenBill.UseVisualStyleBackColor = true;
this.btnOpenBill.Click += new System.EventHandler(this.btnOpenBill_Click);
//
// btnAdvanceReceive
//
this.btnAdvanceReceive.Location = new System.Drawing.Point(420, 135);
this.btnAdvanceReceive.Margin = new System.Windows.Forms.Padding(4);
this.btnAdvanceReceive.Name = "btnAdvanceReceive";
this.btnAdvanceReceive.Size = new System.Drawing.Size(200, 123);
this.btnAdvanceReceive.TabIndex = 8;
this.btnAdvanceReceive.Text = "Receive Advance";
this.btnAdvanceReceive.UseVisualStyleBackColor = true;
this.btnAdvanceReceive.Click += new System.EventHandler(this.btnAdvanceReceive_Click);
//
// btnAdvanceAdjust
//
this.btnAdvanceAdjust.Location = new System.Drawing.Point(628, 135);
this.btnAdvanceAdjust.Margin = new System.Windows.Forms.Padding(4);
this.btnAdvanceAdjust.Name = "btnAdvanceAdjust";
this.btnAdvanceAdjust.Size = new System.Drawing.Size(200, 123);
this.btnAdvanceAdjust.TabIndex = 9;
this.btnAdvanceAdjust.Text = "Adjust Advance";
this.btnAdvanceAdjust.UseVisualStyleBackColor = true;
this.btnAdvanceAdjust.Click += new System.EventHandler(this.btnAdvanceAdjust_Click);
//
// btnCreateUser
//
this.btnCreateUser.Location = new System.Drawing.Point(836, 135);
this.btnCreateUser.Margin = new System.Windows.Forms.Padding(4);
this.btnCreateUser.Name = "btnCreateUser";
this.btnCreateUser.Size = new System.Drawing.Size(200, 123);
this.btnCreateUser.TabIndex = 10;
this.btnCreateUser.Text = "Create User";
this.btnCreateUser.UseVisualStyleBackColor = true;
this.btnCreateUser.Click += new System.EventHandler(this.btnCreateUser_Click);
//
// btnUserRoles
//
this.btnUserRoles.Location = new System.Drawing.Point(4, 266);
this.btnUserRoles.Margin = new System.Windows.Forms.Padding(4);
this.btnUserRoles.Name = "btnUserRoles";
this.btnUserRoles.Size = new System.Drawing.Size(200, 123);
this.btnUserRoles.TabIndex = 11;
this.btnUserRoles.Text = "Manage User Roles";
this.btnUserRoles.UseVisualStyleBackColor = true;
this.btnUserRoles.Click += new System.EventHandler(this.btnUserRoles_Click);
//
// btnGroupRoles
//
this.btnGroupRoles.Location = new System.Drawing.Point(212, 266);
this.btnGroupRoles.Margin = new System.Windows.Forms.Padding(4);
this.btnGroupRoles.Name = "btnGroupRoles";
this.btnGroupRoles.Size = new System.Drawing.Size(200, 123);
this.btnGroupRoles.TabIndex = 12;
this.btnGroupRoles.Text = "Manage Group Roles";
this.btnGroupRoles.UseVisualStyleBackColor = true;
this.btnGroupRoles.Click += new System.EventHandler(this.btnGroupRoles_Click);
//
// btnCashierCheckout
//
this.btnCashierCheckout.Location = new System.Drawing.Point(420, 266);
this.btnCashierCheckout.Margin = new System.Windows.Forms.Padding(4);
this.btnCashierCheckout.Name = "btnCashierCheckout";
this.btnCashierCheckout.Size = new System.Drawing.Size(200, 123);
this.btnCashierCheckout.TabIndex = 13;
this.btnCashierCheckout.Text = "Cashier Checkout";
this.btnCashierCheckout.UseVisualStyleBackColor = true;
this.btnCashierCheckout.Click += new System.EventHandler(this.btnCashierCheckout_Click);
//
// btnSaleAnalysis
//
this.btnSaleAnalysis.Location = new System.Drawing.Point(628, 266);
this.btnSaleAnalysis.Margin = new System.Windows.Forms.Padding(4);
this.btnSaleAnalysis.Name = "btnSaleAnalysis";
this.btnSaleAnalysis.Size = new System.Drawing.Size(200, 123);
this.btnSaleAnalysis.TabIndex = 14;
this.btnSaleAnalysis.Text = "Sale Analysis";
this.btnSaleAnalysis.UseVisualStyleBackColor = true;
this.btnSaleAnalysis.Click += new System.EventHandler(this.btnSaleAnalysis_Click);
//
// btnSaleDetail
//
this.btnSaleDetail.Location = new System.Drawing.Point(836, 266);
this.btnSaleDetail.Margin = new System.Windows.Forms.Padding(4);
this.btnSaleDetail.Name = "btnSaleDetail";
this.btnSaleDetail.Size = new System.Drawing.Size(200, 123);
this.btnSaleDetail.TabIndex = 15;
this.btnSaleDetail.Text = "Sale Detail";
this.btnSaleDetail.UseVisualStyleBackColor = true;
this.btnSaleDetail.Click += new System.EventHandler(this.btnSaleDetail_Click);
//
// btnBillDetails
//
this.btnBillDetails.Location = new System.Drawing.Point(4, 397);
this.btnBillDetails.Margin = new System.Windows.Forms.Padding(4);
this.btnBillDetails.Name = "btnBillDetails";
this.btnBillDetails.Size = new System.Drawing.Size(200, 123);
this.btnBillDetails.TabIndex = 16;
this.btnBillDetails.Text = "Bill Details";
this.btnBillDetails.UseVisualStyleBackColor = true;
this.btnBillDetails.Click += new System.EventHandler(this.btnBillDetails_Click);
//
// btnVoidOrReprints
//
this.btnVoidOrReprints.Location = new System.Drawing.Point(212, 397);
this.btnVoidOrReprints.Margin = new System.Windows.Forms.Padding(4);
this.btnVoidOrReprints.Name = "btnVoidOrReprints";
this.btnVoidOrReprints.Size = new System.Drawing.Size(200, 123);
this.btnVoidOrReprints.TabIndex = 19;
this.btnVoidOrReprints.Text = "Voids or Reprints";
this.btnVoidOrReprints.UseVisualStyleBackColor = true;
this.btnVoidOrReprints.Click += new System.EventHandler(this.btnVoidOrReprints_Click);
//
// btnDiscountReport
//
this.btnDiscountReport.Location = new System.Drawing.Point(420, 397);
this.btnDiscountReport.Margin = new System.Windows.Forms.Padding(4);
this.btnDiscountReport.Name = "btnDiscountReport";
this.btnDiscountReport.Size = new System.Drawing.Size(200, 123);
this.btnDiscountReport.TabIndex = 21;
this.btnDiscountReport.Text = "Discount Report";
this.btnDiscountReport.UseVisualStyleBackColor = true;
this.btnDiscountReport.Click += new System.EventHandler(this.btnDiscountReport_Click);
//
// btnChangePassword
//
this.btnChangePassword.Location = new System.Drawing.Point(628, 397);
this.btnChangePassword.Margin = new System.Windows.Forms.Padding(4);
this.btnChangePassword.Name = "btnChangePassword";
this.btnChangePassword.Size = new System.Drawing.Size(200, 123);
this.btnChangePassword.TabIndex = 17;
this.btnChangePassword.Text = "Change Password";
this.btnChangePassword.UseVisualStyleBackColor = true;
this.btnChangePassword.Click += new System.EventHandler(this.btnChangePassword_Click);
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(836, 397);
this.btnExit.Margin = new System.Windows.Forms.Padding(4);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(200, 123);
this.btnExit.TabIndex = 18;
this.btnExit.Text = "Exit";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnMgtBeer
//
this.btnMgtBeer.Location = new System.Drawing.Point(4, 528);
this.btnMgtBeer.Margin = new System.Windows.Forms.Padding(4);
this.btnMgtBeer.Name = "btnMgtBeer";
this.btnMgtBeer.Size = new System.Drawing.Size(200, 123);
this.btnMgtBeer.TabIndex = 20;
this.btnMgtBeer.Text = "Beer Quantity";
this.btnMgtBeer.UseVisualStyleBackColor = true;
this.btnMgtBeer.Click += new System.EventHandler(this.btnMgtBeer_Click);
//
// btnMgtFood
//
this.btnMgtFood.Location = new System.Drawing.Point(212, 528);
this.btnMgtFood.Margin = new System.Windows.Forms.Padding(4);
this.btnMgtFood.Name = "btnMgtFood";
this.btnMgtFood.Size = new System.Drawing.Size(200, 123);
this.btnMgtFood.TabIndex = 22;
this.btnMgtFood.Text = "Food Amount";
this.btnMgtFood.UseVisualStyleBackColor = true;
this.btnMgtFood.Click += new System.EventHandler(this.btnMgtFood_Click);
//
// btnMgtLiq
//
this.btnMgtLiq.Location = new System.Drawing.Point(420, 528);
this.btnMgtLiq.Margin = new System.Windows.Forms.Padding(4);
this.btnMgtLiq.Name = "btnMgtLiq";
this.btnMgtLiq.Size = new System.Drawing.Size(200, 123);
this.btnMgtLiq.TabIndex = 23;
this.btnMgtLiq.Text = "Liq Amount";
this.btnMgtLiq.UseVisualStyleBackColor = true;
this.btnMgtLiq.Click += new System.EventHandler(this.btnMgtLiq_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1056, 661);
this.Controls.Add(this.flowLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4);
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.flowLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnLogin;
private System.Windows.Forms.Button btnSale;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.Button btnProduct;
private System.Windows.Forms.Button btnProductGroup;
private System.Windows.Forms.Button btnCustomer;
private System.Windows.Forms.Button btnAdvanceReceive;
private System.Windows.Forms.Button btnAdvanceAdjust;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnCreateUser;
private System.Windows.Forms.Button btnUserRoles;
private System.Windows.Forms.Button btnChangePassword;
private System.Windows.Forms.Button btnCashierCheckout;
private System.Windows.Forms.Button btnSaleAnalysis;
private System.Windows.Forms.Button btnGroupRoles;
private System.Windows.Forms.Button btnSaleDetail;
private System.Windows.Forms.Button btnSwipeLogin;
private System.Windows.Forms.Button btnOpenBill;
private System.Windows.Forms.Button btnBillDetails;
private System.Windows.Forms.Button btnVoidOrReprints;
private System.Windows.Forms.Button btnMgtBeer;
private System.Windows.Forms.Button btnDiscountReport;
private System.Windows.Forms.Button btnMgtFood;
private System.Windows.Forms.Button btnMgtLiq;
}
}