0f323f8fab
Signed-off-by: unknown <tanshu@.(none)>
245 lines
12 KiB
C#
245 lines
12 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.btnInitial = new System.Windows.Forms.Button();
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.btnProduct = new System.Windows.Forms.Button();
|
|
this.btnProductGroup = new System.Windows.Forms.Button();
|
|
this.btnCustomer = new System.Windows.Forms.Button();
|
|
this.btnAdvanceReceive = new System.Windows.Forms.Button();
|
|
this.btnAdvanceAdjust = new System.Windows.Forms.Button();
|
|
this.btnExit = new System.Windows.Forms.Button();
|
|
this.btnCreateUser = new System.Windows.Forms.Button();
|
|
this.btnAssignRoles = new System.Windows.Forms.Button();
|
|
this.btnChangePassword = new System.Windows.Forms.Button();
|
|
this.btnCashierCheckout = new System.Windows.Forms.Button();
|
|
this.btnSaleAnalysis = new System.Windows.Forms.Button();
|
|
this.flowLayoutPanel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnLogin
|
|
//
|
|
this.btnLogin.Location = new System.Drawing.Point(159, 3);
|
|
this.btnLogin.Name = "btnLogin";
|
|
this.btnLogin.Size = new System.Drawing.Size(150, 100);
|
|
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(315, 3);
|
|
this.btnSale.Name = "btnSale";
|
|
this.btnSale.Size = new System.Drawing.Size(150, 100);
|
|
this.btnSale.TabIndex = 28;
|
|
this.btnSale.Text = "&Sale";
|
|
this.btnSale.UseVisualStyleBackColor = true;
|
|
this.btnSale.Click += new System.EventHandler(this.btnSale_Click);
|
|
//
|
|
// btnInitial
|
|
//
|
|
this.btnInitial.Location = new System.Drawing.Point(3, 3);
|
|
this.btnInitial.Name = "btnInitial";
|
|
this.btnInitial.Size = new System.Drawing.Size(150, 100);
|
|
this.btnInitial.TabIndex = 29;
|
|
this.btnInitial.Text = "Initial Data";
|
|
this.btnInitial.UseVisualStyleBackColor = true;
|
|
this.btnInitial.Click += new System.EventHandler(this.btnInitial_Click);
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
this.flowLayoutPanel1.Controls.Add(this.btnInitial);
|
|
this.flowLayoutPanel1.Controls.Add(this.btnLogin);
|
|
this.flowLayoutPanel1.Controls.Add(this.btnSale);
|
|
this.flowLayoutPanel1.Controls.Add(this.btnProduct);
|
|
this.flowLayoutPanel1.Controls.Add(this.btnProductGroup);
|
|
this.flowLayoutPanel1.Controls.Add(this.btnCustomer);
|
|
this.flowLayoutPanel1.Controls.Add(this.btnAdvanceReceive);
|
|
this.flowLayoutPanel1.Controls.Add(this.btnAdvanceAdjust);
|
|
this.flowLayoutPanel1.Controls.Add(this.btnExit);
|
|
this.flowLayoutPanel1.Controls.Add(this.btnCreateUser);
|
|
this.flowLayoutPanel1.Controls.Add(this.btnAssignRoles);
|
|
this.flowLayoutPanel1.Controls.Add(this.btnChangePassword);
|
|
this.flowLayoutPanel1.Controls.Add(this.btnCashierCheckout);
|
|
this.flowLayoutPanel1.Controls.Add(this.btnSaleAnalysis);
|
|
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(792, 537);
|
|
this.flowLayoutPanel1.TabIndex = 30;
|
|
//
|
|
// btnProduct
|
|
//
|
|
this.btnProduct.Location = new System.Drawing.Point(471, 3);
|
|
this.btnProduct.Name = "btnProduct";
|
|
this.btnProduct.Size = new System.Drawing.Size(150, 100);
|
|
this.btnProduct.TabIndex = 30;
|
|
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(627, 3);
|
|
this.btnProductGroup.Name = "btnProductGroup";
|
|
this.btnProductGroup.Size = new System.Drawing.Size(150, 100);
|
|
this.btnProductGroup.TabIndex = 31;
|
|
this.btnProductGroup.Text = "Product Groups";
|
|
this.btnProductGroup.UseVisualStyleBackColor = true;
|
|
this.btnProductGroup.Click += new System.EventHandler(this.btnProductGroup_Click);
|
|
//
|
|
// btnCustomer
|
|
//
|
|
this.btnCustomer.Location = new System.Drawing.Point(3, 109);
|
|
this.btnCustomer.Name = "btnCustomer";
|
|
this.btnCustomer.Size = new System.Drawing.Size(150, 100);
|
|
this.btnCustomer.TabIndex = 32;
|
|
this.btnCustomer.Text = "Customers";
|
|
this.btnCustomer.UseVisualStyleBackColor = true;
|
|
this.btnCustomer.Click += new System.EventHandler(this.btnCustomer_Click);
|
|
//
|
|
// btnAdvanceReceive
|
|
//
|
|
this.btnAdvanceReceive.Location = new System.Drawing.Point(159, 109);
|
|
this.btnAdvanceReceive.Name = "btnAdvanceReceive";
|
|
this.btnAdvanceReceive.Size = new System.Drawing.Size(150, 100);
|
|
this.btnAdvanceReceive.TabIndex = 33;
|
|
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(315, 109);
|
|
this.btnAdvanceAdjust.Name = "btnAdvanceAdjust";
|
|
this.btnAdvanceAdjust.Size = new System.Drawing.Size(150, 100);
|
|
this.btnAdvanceAdjust.TabIndex = 34;
|
|
this.btnAdvanceAdjust.Text = "Adjust Advance";
|
|
this.btnAdvanceAdjust.UseVisualStyleBackColor = true;
|
|
this.btnAdvanceAdjust.Click += new System.EventHandler(this.btnAdvanceAdjust_Click);
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.Location = new System.Drawing.Point(471, 109);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(150, 100);
|
|
this.btnExit.TabIndex = 35;
|
|
this.btnExit.Text = "Exit";
|
|
this.btnExit.UseVisualStyleBackColor = true;
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// btnCreateUser
|
|
//
|
|
this.btnCreateUser.Location = new System.Drawing.Point(627, 109);
|
|
this.btnCreateUser.Name = "btnCreateUser";
|
|
this.btnCreateUser.Size = new System.Drawing.Size(150, 100);
|
|
this.btnCreateUser.TabIndex = 36;
|
|
this.btnCreateUser.Text = "Create User";
|
|
this.btnCreateUser.UseVisualStyleBackColor = true;
|
|
this.btnCreateUser.Click += new System.EventHandler(this.btnCreateUser_Click);
|
|
//
|
|
// btnAssignRoles
|
|
//
|
|
this.btnAssignRoles.Location = new System.Drawing.Point(3, 215);
|
|
this.btnAssignRoles.Name = "btnAssignRoles";
|
|
this.btnAssignRoles.Size = new System.Drawing.Size(150, 100);
|
|
this.btnAssignRoles.TabIndex = 37;
|
|
this.btnAssignRoles.Text = "Assign Roles";
|
|
this.btnAssignRoles.UseVisualStyleBackColor = true;
|
|
this.btnAssignRoles.Click += new System.EventHandler(this.btnAssignRoles_Click);
|
|
//
|
|
// btnChangePassword
|
|
//
|
|
this.btnChangePassword.Location = new System.Drawing.Point(159, 215);
|
|
this.btnChangePassword.Name = "btnChangePassword";
|
|
this.btnChangePassword.Size = new System.Drawing.Size(150, 100);
|
|
this.btnChangePassword.TabIndex = 38;
|
|
this.btnChangePassword.Text = "Change Password";
|
|
this.btnChangePassword.UseVisualStyleBackColor = true;
|
|
this.btnChangePassword.Click += new System.EventHandler(this.btnChangePassword_Click);
|
|
//
|
|
// btnCashierCheckout
|
|
//
|
|
this.btnCashierCheckout.Location = new System.Drawing.Point(315, 215);
|
|
this.btnCashierCheckout.Name = "btnCashierCheckout";
|
|
this.btnCashierCheckout.Size = new System.Drawing.Size(150, 100);
|
|
this.btnCashierCheckout.TabIndex = 39;
|
|
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(471, 215);
|
|
this.btnSaleAnalysis.Name = "btnSaleAnalysis";
|
|
this.btnSaleAnalysis.Size = new System.Drawing.Size(150, 100);
|
|
this.btnSaleAnalysis.TabIndex = 40;
|
|
this.btnSaleAnalysis.Text = "Sale Analysis";
|
|
this.btnSaleAnalysis.UseVisualStyleBackColor = true;
|
|
this.btnSaleAnalysis.Click += new System.EventHandler(this.btnSaleAnalysis_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.flowLayoutPanel1);
|
|
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.Button btnInitial;
|
|
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 btnAssignRoles;
|
|
private System.Windows.Forms.Button btnChangePassword;
|
|
private System.Windows.Forms.Button btnCashierCheckout;
|
|
private System.Windows.Forms.Button btnSaleAnalysis;
|
|
}
|
|
} |