/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { BAL.DataClass dataClass4 = new BAL.DataClass(); DAL.DataBaseClass dataBaseClass6 = new DAL.DataBaseClass(); BAL.DataClass dataClass5 = new BAL.DataClass(); DAL.DataBaseClass dataBaseClass7 = new DAL.DataBaseClass(); BAL.DataClass dataClass6 = new BAL.DataClass(); DAL.DataBaseClass dataBaseClass8 = new DAL.DataBaseClass(); BAL.ProductData productData2 = new BAL.ProductData(); DAL.DataBaseClass dataBaseClass9 = new DAL.DataBaseClass(); BAL.EmployeeBAL employeeBAL2 = new BAL.EmployeeBAL(); DAL.DataBaseClass dataBaseClass4 = new DAL.DataBaseClass(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.userName = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.addProduct1 = new ShopManagement.AddProduct(); this.sellProduct1 = new ShopManagement.SellProduct(); this.viewCustomer1 = new ShopManagement.ViewCustomer(); this.viewProduct1 = new ShopManagement.ViewProduct(); this.viewEmployee1 = new ShopManagement.ViewEmployee(); this.updateInformation1 = new ShopManagement.UpdateInformation(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(0, 122); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(188, 40); this.button1.TabIndex = 0; this.button1.Text = "View Employee"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(0, 168); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(188, 36); this.button2.TabIndex = 1; this.button2.Text = "Manage Product"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.Location = new System.Drawing.Point(0, 250); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(188, 35); this.button3.TabIndex = 2; this.button3.Text = "View Customer"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button4 // this.button4.Location = new System.Drawing.Point(0, 291); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(188, 33); this.button4.TabIndex = 3; this.button4.Text = "Sell Product"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button5 // this.button5.Location = new System.Drawing.Point(0, 210); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(188, 34); this.button5.TabIndex = 4; this.button5.Text = "My Information"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // button6 // this.button6.Location = new System.Drawing.Point(22, 548); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(152, 33); this.button6.TabIndex = 5; this.button6.Text = "LogOut"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // panel1 // this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.button6); this.panel1.Controls.Add(this.userName); this.panel1.Controls.Add(this.button4); this.panel1.Controls.Add(this.button5); this.panel1.Controls.Add(this.button3); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.button2); this.panel1.Dock = System.Windows.Forms.DockStyle.Left; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(188, 738); this.panel1.TabIndex = 8; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(-3, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(159, 25); this.label2.TabIndex = 9; this.label2.Text = "Manager Home"; // // userName // this.userName.AutoSize = true; this.userName.Location = new System.Drawing.Point(-1, 55); this.userName.Name = "userName"; this.userName.Size = new System.Drawing.Size(137, 17); this.userName.TabIndex = 8; this.userName.Text = "Welcome, username"; // // panel2 // this.panel2.Controls.Add(this.updateInformation1); this.panel2.Controls.Add(this.addProduct1); this.panel2.Controls.Add(this.sellProduct1); this.panel2.Controls.Add(this.viewCustomer1); this.panel2.Controls.Add(this.viewProduct1); this.panel2.Controls.Add(this.viewEmployee1); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(188, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1012, 738); this.panel2.TabIndex = 9; // // addProduct1 // dataClass4.Data = null; dataBaseClass6.Conn = null; dataBaseClass6.ConnectionString = "Data Source=sql5045.site4now.net;Initial Catalog=DB_A4C9FB_AlaBro;User ID=DB_A4C9" + "FB_AlaBro_admin;Password=@A123456"; dataBaseClass6.DBName = "DB_A4C9FB_AlaBro"; dataBaseClass6.Password = "******"; dataBaseClass6.ServerName = "sql5045.site4now.net"; dataBaseClass6.UserName = "******"; dataClass4.DB = dataBaseClass6; this.addProduct1.DataBAL = dataClass4; this.addProduct1.Dock = System.Windows.Forms.DockStyle.Fill; this.addProduct1.Location = new System.Drawing.Point(0, 0); this.addProduct1.Name = "addProduct1"; this.addProduct1.Size = new System.Drawing.Size(1012, 738); this.addProduct1.TabIndex = 11; // // sellProduct1 // dataClass5.Data = null; dataBaseClass7.Conn = null; dataBaseClass7.ConnectionString = "Data Source=sql5045.site4now.net;Initial Catalog=DB_A4C9FB_AlaBro;User ID=DB_A4C9" + "FB_AlaBro_admin;Password=@A123456"; dataBaseClass7.DBName = "DB_A4C9FB_AlaBro"; dataBaseClass7.Password = "******"; dataBaseClass7.ServerName = "sql5045.site4now.net"; dataBaseClass7.UserName = "******"; dataClass5.DB = dataBaseClass7; this.sellProduct1.DataBAL = dataClass5; this.sellProduct1.Dock = System.Windows.Forms.DockStyle.Fill; this.sellProduct1.Location = new System.Drawing.Point(0, 0); this.sellProduct1.Name = "sellProduct1"; this.sellProduct1.PresentQuantity = 0; this.sellProduct1.Size = new System.Drawing.Size(1012, 738); this.sellProduct1.TabIndex = 10; this.sellProduct1.TotalPrice = 0; // // viewCustomer1 // dataClass6.Data = null; dataBaseClass8.Conn = null; dataBaseClass8.ConnectionString = "Data Source=sql5045.site4now.net;Initial Catalog=DB_A4C9FB_AlaBro;User ID=DB_A4C9" + "FB_AlaBro_admin;Password=@A123456"; dataBaseClass8.DBName = "DB_A4C9FB_AlaBro"; dataBaseClass8.Password = "******"; dataBaseClass8.ServerName = "sql5045.site4now.net"; dataBaseClass8.UserName = "******"; dataClass6.DB = dataBaseClass8; this.viewCustomer1.DataBAL = dataClass6; this.viewCustomer1.Location = new System.Drawing.Point(0, 0); this.viewCustomer1.Name = "viewCustomer1"; this.viewCustomer1.Size = new System.Drawing.Size(1365, 628); this.viewCustomer1.TabIndex = 2; // // viewProduct1 // this.viewProduct1.Dock = System.Windows.Forms.DockStyle.Fill; this.viewProduct1.Location = new System.Drawing.Point(0, 0); this.viewProduct1.MainPage = null; this.viewProduct1.Name = "viewProduct1"; productData2.Data = null; dataBaseClass9.Conn = null; dataBaseClass9.ConnectionString = "Data Source=sql5045.site4now.net;Initial Catalog=DB_A4C9FB_AlaBro;User ID=DB_A4C9" + "FB_AlaBro_admin;Password=@A123456"; dataBaseClass9.DBName = "DB_A4C9FB_AlaBro"; dataBaseClass9.Password = "******"; dataBaseClass9.ServerName = "sql5045.site4now.net"; dataBaseClass9.UserName = "******"; productData2.DB = dataBaseClass9; this.viewProduct1.Products = productData2; this.viewProduct1.Size = new System.Drawing.Size(1012, 738); this.viewProduct1.TabIndex = 1; // // viewEmployee1 // this.viewEmployee1.Dock = System.Windows.Forms.DockStyle.Fill; dataBaseClass4.Conn = null; dataBaseClass4.ConnectionString = "Data Source=sql5045.site4now.net;Initial Catalog=DB_A4C9FB_AlaBro;User ID=DB_A4C9" + "FB_AlaBro_admin;Password=@A123456"; dataBaseClass4.DBName = "DB_A4C9FB_AlaBro"; dataBaseClass4.Password = "******"; dataBaseClass4.ServerName = "sql5045.site4now.net"; dataBaseClass4.UserName = "******"; employeeBAL2.DB = dataBaseClass4; this.viewEmployee1.Employeers = employeeBAL2; this.viewEmployee1.Location = new System.Drawing.Point(0, 0); this.viewEmployee1.Name = "viewEmployee1"; this.viewEmployee1.Size = new System.Drawing.Size(1012, 738); this.viewEmployee1.TabIndex = 0; // // updateInformation1 // this.updateInformation1.Dock = System.Windows.Forms.DockStyle.Fill; this.updateInformation1.Location = new System.Drawing.Point(0, 0); this.updateInformation1.Name = "updateInformation1"; this.updateInformation1.Size = new System.Drawing.Size(1012, 738); this.updateInformation1.TabIndex = 12; // // ManagerHome // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Name = "ManagerHome"; this.Size = new System.Drawing.Size(1200, 738); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { BAL.LoginClass loginClass1 = new BAL.LoginClass(); DAL.DataBaseClass dataBaseClass1 = new DAL.DataBaseClass(); this.panel1 = new System.Windows.Forms.Panel(); this.UI = new System.Windows.Forms.Panel(); this.employeeHome1 = new ShopManagement.EmployeeHome(); this.managerHome1 = new ShopManagement.ManagerHome(); this.registrationPanel1 = new ShopManagement.RegistrationPanel(); this.loginPanel1 = new ShopManagement.LoginPanel(); this.MenuPanel = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.UI.SuspendLayout(); this.MenuPanel.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(140)))), ((int)(((byte)(141))))); this.panel1.Controls.Add(this.UI); this.panel1.Controls.Add(this.MenuPanel); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1200, 738); this.panel1.TabIndex = 0; // // UI // this.UI.Controls.Add(this.employeeHome1); this.UI.Controls.Add(this.managerHome1); this.UI.Controls.Add(this.registrationPanel1); this.UI.Controls.Add(this.loginPanel1); this.UI.Dock = System.Windows.Forms.DockStyle.Fill; this.UI.Location = new System.Drawing.Point(0, 33); this.UI.Margin = new System.Windows.Forms.Padding(4); this.UI.Name = "UI"; this.UI.Size = new System.Drawing.Size(1200, 705); this.UI.TabIndex = 1; // // employeeHome1 // this.employeeHome1.Dock = System.Windows.Forms.DockStyle.Fill; this.employeeHome1.Location = new System.Drawing.Point(0, 0); this.employeeHome1.MainForm = null; this.employeeHome1.Name = "employeeHome1"; this.employeeHome1.Size = new System.Drawing.Size(1200, 705); this.employeeHome1.TabIndex = 3; this.employeeHome1.Username = "******"; // // managerHome1 // this.managerHome1.Dock = System.Windows.Forms.DockStyle.Fill; this.managerHome1.Location = new System.Drawing.Point(0, 0); this.managerHome1.MainForm = null; this.managerHome1.Name = "managerHome1"; this.managerHome1.Size = new System.Drawing.Size(1200, 705); this.managerHome1.TabIndex = 2; this.managerHome1.UserLabel = "Welcome, username"; // // registrationPanel1 // this.registrationPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(39)))), ((int)(((byte)(46))))); this.registrationPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.registrationPanel1.Location = new System.Drawing.Point(0, 0); this.registrationPanel1.MainForm = null; this.registrationPanel1.Margin = new System.Windows.Forms.Padding(5); this.registrationPanel1.Name = "registrationPanel1"; this.registrationPanel1.Size = new System.Drawing.Size(1200, 705); this.registrationPanel1.TabIndex = 1; // // loginPanel1 // this.loginPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(39)))), ((int)(((byte)(46))))); this.loginPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.loginPanel1.ForeColor = System.Drawing.SystemColors.ButtonFace; this.loginPanel1.Location = new System.Drawing.Point(0, 0); dataBaseClass1.Conn = null; dataBaseClass1.ConnectionString = "Data Source=sql5045.site4now.net;Initial Catalog=DB_A4C9FB_AlaBro;User ID=DB_A4C9" + "FB_AlaBro_admin;Password=@A123456"; dataBaseClass1.DBName = "DB_A4C9FB_AlaBro"; dataBaseClass1.Password = "******"; dataBaseClass1.ServerName = "sql5045.site4now.net"; dataBaseClass1.UserName = "******"; loginClass1.Database = dataBaseClass1; loginClass1.UserData = null; this.loginPanel1.LoginBAL = loginClass1; this.loginPanel1.MainForm = null; this.loginPanel1.Margin = new System.Windows.Forms.Padding(5); this.loginPanel1.Name = "loginPanel1"; this.loginPanel1.Size = new System.Drawing.Size(1200, 705); this.loginPanel1.TabIndex = 0; this.loginPanel1.Load += new System.EventHandler(this.loginPanel1_Load); // // MenuPanel // this.MenuPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.MenuPanel.Controls.Add(this.label1); this.MenuPanel.Controls.Add(this.button2); this.MenuPanel.Controls.Add(this.button1); this.MenuPanel.Dock = System.Windows.Forms.DockStyle.Top; this.MenuPanel.Location = new System.Drawing.Point(0, 0); this.MenuPanel.Margin = new System.Windows.Forms.Padding(4); this.MenuPanel.Name = "MenuPanel"; this.MenuPanel.Size = new System.Drawing.Size(1200, 33); this.MenuPanel.TabIndex = 0; // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Left; this.label1.Font = new System.Drawing.Font("Monotype Corsiva", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(231, 31); this.label1.TabIndex = 2; this.label1.Text = "Shop Management"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // button2 // this.button2.Dock = System.Windows.Forms.DockStyle.Right; this.button2.FlatAppearance.BorderSize = 0; this.button2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(142)))), ((int)(((byte)(155))))); this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button2.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.button2.Location = new System.Drawing.Point(1099, 0); this.button2.Margin = new System.Windows.Forms.Padding(4); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(51, 31); this.button2.TabIndex = 1; this.button2.Text = "-"; this.button2.UseVisualStyleBackColor = true; // // button1 // this.button1.Dock = System.Windows.Forms.DockStyle.Right; this.button1.FlatAppearance.BorderSize = 0; this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Red; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.button1.Location = new System.Drawing.Point(1150, 0); this.button1.Margin = new System.Windows.Forms.Padding(4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(48, 31); this.button1.TabIndex = 0; this.button1.Text = "X"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1200, 738); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4); this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "m"; this.Load += new System.EventHandler(this.Form1_Load); this.panel1.ResumeLayout(false); this.UI.ResumeLayout(false); this.MenuPanel.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { BAL.DataClass dataClass7 = new BAL.DataClass(); DAL.DataBaseClass dataBaseClass7 = new DAL.DataBaseClass(); BAL.DataClass dataClass8 = new BAL.DataClass(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EmployeeHome)); DAL.DataBaseClass dataBaseClass8 = new DAL.DataBaseClass(); this.panel1 = new System.Windows.Forms.Panel(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.addProduct1 = new ShopManagement.AddProduct(); this.sellProduct1 = new ShopManagement.SellProduct(); this.label2 = new System.Windows.Forms.Label(); this.userName = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.userName); this.panel1.Controls.Add(this.button3); this.panel1.Controls.Add(this.button2); this.panel1.Dock = System.Windows.Forms.DockStyle.Left; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(215, 738); this.panel1.TabIndex = 3; // // button3 // this.button3.Location = new System.Drawing.Point(3, 156); this.button3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(208, 57); this.button3.TabIndex = 3; this.button3.Text = "Sell product"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button2 // this.button2.Location = new System.Drawing.Point(3, 238); this.button2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(208, 57); this.button2.TabIndex = 2; this.button2.Text = "Add Product"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // panel2 // this.panel2.Controls.Add(this.sellProduct1); this.panel2.Controls.Add(this.addProduct1); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(215, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(985, 738); this.panel2.TabIndex = 4; // // addProduct1 // dataClass7.Data = null; dataBaseClass7.Conn = null; dataBaseClass7.ConnectionString = "Data Source=sql5045.site4now.net;Initial Catalog=DB_A4C9FB_AlaBro;User ID=DB_A4C9" + "FB_AlaBro_admin;Password=@A123456"; dataBaseClass7.DBName = "DB_A4C9FB_AlaBro"; dataBaseClass7.Password = "******"; dataBaseClass7.ServerName = "sql5045.site4now.net"; dataBaseClass7.UserName = "******"; dataClass7.DB = dataBaseClass7; this.addProduct1.DataBAL = dataClass7; this.addProduct1.Dock = System.Windows.Forms.DockStyle.Fill; this.addProduct1.Location = new System.Drawing.Point(0, 0); this.addProduct1.Name = "addProduct1"; this.addProduct1.Size = new System.Drawing.Size(985, 738); this.addProduct1.TabIndex = 0; // // sellProduct1 // dataBaseClass8.ConnectionString = "Data Source=sql5045.site4now.net;Initial Catalog=DB_A4C9FB_AlaBro;User ID=DB_A4C9" + "FB_AlaBro_admin;Password=@A123456"; dataBaseClass8.DBName = "DB_A4C9FB_AlaBro"; dataBaseClass8.Password = "******"; dataBaseClass8.ServerName = "sql5045.site4now.net"; dataBaseClass8.UserName = "******"; dataClass8.DB = dataBaseClass8; this.sellProduct1.DataBAL = dataClass8; this.sellProduct1.Dock = System.Windows.Forms.DockStyle.Fill; this.sellProduct1.Location = new System.Drawing.Point(0, 0); this.sellProduct1.Name = "sellProduct1"; this.sellProduct1.PresentQuantity = 0; this.sellProduct1.Size = new System.Drawing.Size(985, 738); this.sellProduct1.TabIndex = 1; this.sellProduct1.TotalPrice = 0; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(3, 10); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(169, 25); this.label2.TabIndex = 11; this.label2.Text = "Employee Home"; // // userName // this.userName.AutoSize = true; this.userName.Location = new System.Drawing.Point(5, 65); this.userName.Name = "userName"; this.userName.Size = new System.Drawing.Size(137, 17); this.userName.TabIndex = 10; this.userName.Text = "Welcome, username"; // // button1 // this.button1.Location = new System.Drawing.Point(4, 525); this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(208, 57); this.button1.TabIndex = 12; this.button1.Text = "Log Out"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // EmployeeHome // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Name = "EmployeeHome"; this.Size = new System.Drawing.Size(1200, 738); this.Load += new System.EventHandler(this.ManageEmployee_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.ResumeLayout(false); }