265 lines
14 KiB
C#
265 lines
14 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.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.customersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.transactionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.advancesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.paymentsToolStripMenuItem = 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.btnLogin = new System.Windows.Forms.Button();
|
|
this.btnSale = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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.customersToolStripMenuItem});
|
|
this.masterToolStripMenuItem.Name = "masterToolStripMenuItem";
|
|
this.masterToolStripMenuItem.Size = new System.Drawing.Size(55, 20);
|
|
this.masterToolStripMenuItem.Text = "Master";
|
|
//
|
|
// prToolStripMenuItem
|
|
//
|
|
this.prToolStripMenuItem.Name = "prToolStripMenuItem";
|
|
this.prToolStripMenuItem.Size = new System.Drawing.Size(145, 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(145, 22);
|
|
this.productsToolStripMenuItem.Text = "Products";
|
|
this.productsToolStripMenuItem.Click += new System.EventHandler(this.productsToolStripMenuItem_Click);
|
|
//
|
|
// customersToolStripMenuItem
|
|
//
|
|
this.customersToolStripMenuItem.Name = "customersToolStripMenuItem";
|
|
this.customersToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
|
|
this.customersToolStripMenuItem.Text = "Customers";
|
|
this.customersToolStripMenuItem.Click += new System.EventHandler(this.customersToolStripMenuItem_Click);
|
|
//
|
|
// transactionsToolStripMenuItem
|
|
//
|
|
this.transactionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.advancesToolStripMenuItem,
|
|
this.paymentsToolStripMenuItem});
|
|
this.transactionsToolStripMenuItem.Name = "transactionsToolStripMenuItem";
|
|
this.transactionsToolStripMenuItem.Size = new System.Drawing.Size(86, 20);
|
|
this.transactionsToolStripMenuItem.Text = "Transactions";
|
|
//
|
|
// 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);
|
|
//
|
|
// 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);
|
|
//
|
|
// btnLogin
|
|
//
|
|
this.btnLogin.Location = new System.Drawing.Point(12, 27);
|
|
this.btnLogin.Name = "btnLogin";
|
|
this.btnLogin.Size = new System.Drawing.Size(170, 85);
|
|
this.btnLogin.TabIndex = 27;
|
|
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(188, 27);
|
|
this.btnSale.Name = "btnSale";
|
|
this.btnSale.Size = new System.Drawing.Size(170, 85);
|
|
this.btnSale.TabIndex = 28;
|
|
this.btnSale.Text = "&Sale";
|
|
this.btnSale.UseVisualStyleBackColor = true;
|
|
this.btnSale.Click += new System.EventHandler(this.btnSale_Click);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(164, 204);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(179, 66);
|
|
this.button1.TabIndex = 29;
|
|
this.button1.Text = "button1";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_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.button1);
|
|
this.Controls.Add(this.btnSale);
|
|
this.Controls.Add(this.btnLogin);
|
|
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.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
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 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 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 viewLogToolStripMenuItem;
|
|
private System.Windows.Forms.Button btnLogin;
|
|
private System.Windows.Forms.Button btnSale;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
} |