534 lines
27 KiB
C#
534 lines
27 KiB
C#
namespace Car_wash
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <summary>
|
|
/// Erforderliche Designervariable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Verwendete Ressourcen bereinigen.
|
|
/// </summary>
|
|
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Vom Windows Form-Designer generierter Code
|
|
|
|
/// <summary>
|
|
/// Erforderliche Methode für die Designerunterstützung.
|
|
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panelSilde = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.btnlogout = new System.Windows.Forms.Button();
|
|
this.btnsetting = new System.Windows.Forms.Button();
|
|
this.btnReport = new System.Windows.Forms.Button();
|
|
this.btncash = new System.Windows.Forms.Button();
|
|
this.btnservice = new System.Windows.Forms.Button();
|
|
this.btncustomer = new System.Windows.Forms.Button();
|
|
this.btnEmployer = new System.Windows.Forms.Button();
|
|
this.btndashboard = new System.Windows.Forms.Button();
|
|
this.panel_logo = new System.Windows.Forms.Panel();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.panel5 = new System.Windows.Forms.Panel();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox5 = new System.Windows.Forms.PictureBox();
|
|
this.panel6 = new System.Windows.Forms.Panel();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.pictureBox6 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox7 = new System.Windows.Forms.PictureBox();
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.panelchild = new System.Windows.Forms.Panel();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.panel_logo.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.panel3.SuspendLayout();
|
|
this.panel5.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
|
|
this.panel6.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
|
|
this.panel4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.panelSilde);
|
|
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(12, 780);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// panelSilde
|
|
//
|
|
this.panelSilde.BackColor = System.Drawing.Color.Orange;
|
|
this.panelSilde.Location = new System.Drawing.Point(3, 150);
|
|
this.panelSilde.Name = "panelSilde";
|
|
this.panelSilde.Size = new System.Drawing.Size(10, 57);
|
|
this.panelSilde.TabIndex = 0;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.btnlogout);
|
|
this.panel2.Controls.Add(this.btnsetting);
|
|
this.panel2.Controls.Add(this.btnReport);
|
|
this.panel2.Controls.Add(this.btncash);
|
|
this.panel2.Controls.Add(this.btnservice);
|
|
this.panel2.Controls.Add(this.btncustomer);
|
|
this.panel2.Controls.Add(this.btnEmployer);
|
|
this.panel2.Controls.Add(this.btndashboard);
|
|
this.panel2.Controls.Add(this.panel_logo);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel2.Location = new System.Drawing.Point(12, 0);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(201, 780);
|
|
this.panel2.TabIndex = 1;
|
|
//
|
|
// btnlogout
|
|
//
|
|
this.btnlogout.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.btnlogout.FlatAppearance.BorderSize = 0;
|
|
this.btnlogout.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnlogout.Image = ((System.Drawing.Image)(resources.GetObject("btnlogout.Image")));
|
|
this.btnlogout.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btnlogout.Location = new System.Drawing.Point(0, 718);
|
|
this.btnlogout.Name = "btnlogout";
|
|
this.btnlogout.Size = new System.Drawing.Size(201, 62);
|
|
this.btnlogout.TabIndex = 8;
|
|
this.btnlogout.Text = " Logout";
|
|
this.btnlogout.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.btnlogout.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnsetting
|
|
//
|
|
this.btnsetting.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.btnsetting.FlatAppearance.BorderSize = 0;
|
|
this.btnsetting.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnsetting.Image = ((System.Drawing.Image)(resources.GetObject("btnsetting.Image")));
|
|
this.btnsetting.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btnsetting.Location = new System.Drawing.Point(0, 474);
|
|
this.btnsetting.Name = "btnsetting";
|
|
this.btnsetting.Size = new System.Drawing.Size(201, 54);
|
|
this.btnsetting.TabIndex = 7;
|
|
this.btnsetting.Text = " setting";
|
|
this.btnsetting.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.btnsetting.UseVisualStyleBackColor = true;
|
|
this.btnsetting.Click += new System.EventHandler(this.btnsetting_Click);
|
|
//
|
|
// btnReport
|
|
//
|
|
this.btnReport.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.btnReport.FlatAppearance.BorderSize = 0;
|
|
this.btnReport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnReport.Image = ((System.Drawing.Image)(resources.GetObject("btnReport.Image")));
|
|
this.btnReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btnReport.Location = new System.Drawing.Point(0, 420);
|
|
this.btnReport.Name = "btnReport";
|
|
this.btnReport.Size = new System.Drawing.Size(201, 54);
|
|
this.btnReport.TabIndex = 6;
|
|
this.btnReport.Text = " Report";
|
|
this.btnReport.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.btnReport.UseVisualStyleBackColor = true;
|
|
this.btnReport.Click += new System.EventHandler(this.btnReport_Click);
|
|
//
|
|
// btncash
|
|
//
|
|
this.btncash.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.btncash.FlatAppearance.BorderSize = 0;
|
|
this.btncash.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btncash.Image = ((System.Drawing.Image)(resources.GetObject("btncash.Image")));
|
|
this.btncash.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btncash.Location = new System.Drawing.Point(0, 366);
|
|
this.btncash.Name = "btncash";
|
|
this.btncash.Size = new System.Drawing.Size(201, 54);
|
|
this.btncash.TabIndex = 5;
|
|
this.btncash.Text = " Cash";
|
|
this.btncash.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.btncash.UseVisualStyleBackColor = true;
|
|
this.btncash.Click += new System.EventHandler(this.btncash_Click);
|
|
//
|
|
// btnservice
|
|
//
|
|
this.btnservice.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.btnservice.FlatAppearance.BorderSize = 0;
|
|
this.btnservice.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnservice.Image = ((System.Drawing.Image)(resources.GetObject("btnservice.Image")));
|
|
this.btnservice.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btnservice.Location = new System.Drawing.Point(0, 312);
|
|
this.btnservice.Name = "btnservice";
|
|
this.btnservice.Size = new System.Drawing.Size(201, 54);
|
|
this.btnservice.TabIndex = 4;
|
|
this.btnservice.Text = " Service";
|
|
this.btnservice.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.btnservice.UseVisualStyleBackColor = true;
|
|
this.btnservice.Click += new System.EventHandler(this.btnservice_Click);
|
|
//
|
|
// btncustomer
|
|
//
|
|
this.btncustomer.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.btncustomer.FlatAppearance.BorderSize = 0;
|
|
this.btncustomer.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btncustomer.Image = ((System.Drawing.Image)(resources.GetObject("btncustomer.Image")));
|
|
this.btncustomer.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btncustomer.Location = new System.Drawing.Point(0, 258);
|
|
this.btncustomer.Name = "btncustomer";
|
|
this.btncustomer.Size = new System.Drawing.Size(201, 54);
|
|
this.btncustomer.TabIndex = 3;
|
|
this.btncustomer.Text = " Customer";
|
|
this.btncustomer.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.btncustomer.UseVisualStyleBackColor = true;
|
|
this.btncustomer.Click += new System.EventHandler(this.btncustomer_Click);
|
|
//
|
|
// btnEmployer
|
|
//
|
|
this.btnEmployer.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.btnEmployer.FlatAppearance.BorderSize = 0;
|
|
this.btnEmployer.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnEmployer.Image = ((System.Drawing.Image)(resources.GetObject("btnEmployer.Image")));
|
|
this.btnEmployer.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btnEmployer.Location = new System.Drawing.Point(0, 204);
|
|
this.btnEmployer.Name = "btnEmployer";
|
|
this.btnEmployer.Size = new System.Drawing.Size(201, 54);
|
|
this.btnEmployer.TabIndex = 2;
|
|
this.btnEmployer.Text = " Employer";
|
|
this.btnEmployer.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.btnEmployer.UseVisualStyleBackColor = true;
|
|
this.btnEmployer.Click += new System.EventHandler(this.btnEmployer_Click);
|
|
//
|
|
// btndashboard
|
|
//
|
|
this.btndashboard.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.btndashboard.FlatAppearance.BorderSize = 0;
|
|
this.btndashboard.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btndashboard.Image = ((System.Drawing.Image)(resources.GetObject("btndashboard.Image")));
|
|
this.btndashboard.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btndashboard.Location = new System.Drawing.Point(0, 150);
|
|
this.btndashboard.Name = "btndashboard";
|
|
this.btndashboard.Size = new System.Drawing.Size(201, 54);
|
|
this.btndashboard.TabIndex = 1;
|
|
this.btndashboard.Text = " Dashboard";
|
|
this.btndashboard.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.btndashboard.UseVisualStyleBackColor = true;
|
|
this.btndashboard.Click += new System.EventHandler(this.btndashboard_Click);
|
|
//
|
|
// panel_logo
|
|
//
|
|
this.panel_logo.Controls.Add(this.pictureBox1);
|
|
this.panel_logo.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel_logo.Location = new System.Drawing.Point(0, 0);
|
|
this.panel_logo.Name = "panel_logo";
|
|
this.panel_logo.Size = new System.Drawing.Size(201, 150);
|
|
this.panel_logo.TabIndex = 0;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|
this.pictureBox1.Location = new System.Drawing.Point(17, 26);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(160, 106);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox1.TabIndex = 0;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.BackColor = System.Drawing.Color.DodgerBlue;
|
|
this.panel3.Controls.Add(this.panel5);
|
|
this.panel3.Controls.Add(this.panel6);
|
|
this.panel3.Controls.Add(this.panel4);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel3.Location = new System.Drawing.Point(213, 0);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(1054, 290);
|
|
this.panel3.TabIndex = 2;
|
|
//
|
|
// panel5
|
|
//
|
|
this.panel5.BackColor = System.Drawing.Color.White;
|
|
this.panel5.Controls.Add(this.label4);
|
|
this.panel5.Controls.Add(this.label5);
|
|
this.panel5.Controls.Add(this.label6);
|
|
this.panel5.Controls.Add(this.pictureBox4);
|
|
this.panel5.Controls.Add(this.pictureBox5);
|
|
this.panel5.Location = new System.Drawing.Point(756, 73);
|
|
this.panel5.Name = "panel5";
|
|
this.panel5.Size = new System.Drawing.Size(286, 121);
|
|
this.panel5.TabIndex = 4;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Font = new System.Drawing.Font("Century Gothic", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label4.Location = new System.Drawing.Point(3, 40);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(125, 34);
|
|
this.label4.TabIndex = 3;
|
|
this.label4.Text = "0.00";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(61, 92);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(153, 21);
|
|
this.label5.TabIndex = 2;
|
|
this.label5.Text = "Since last 7 days";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(3, 6);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(136, 21);
|
|
this.label6.TabIndex = 2;
|
|
this.label6.Text = "GROSS PROFIT";
|
|
//
|
|
// pictureBox4
|
|
//
|
|
this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
|
|
this.pictureBox4.Location = new System.Drawing.Point(3, 77);
|
|
this.pictureBox4.Name = "pictureBox4";
|
|
this.pictureBox4.Size = new System.Drawing.Size(52, 41);
|
|
this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox4.TabIndex = 1;
|
|
this.pictureBox4.TabStop = false;
|
|
//
|
|
// pictureBox5
|
|
//
|
|
this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
|
|
this.pictureBox5.Location = new System.Drawing.Point(216, 6);
|
|
this.pictureBox5.Name = "pictureBox5";
|
|
this.pictureBox5.Size = new System.Drawing.Size(58, 53);
|
|
this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox5.TabIndex = 0;
|
|
this.pictureBox5.TabStop = false;
|
|
//
|
|
// panel6
|
|
//
|
|
this.panel6.BackColor = System.Drawing.Color.White;
|
|
this.panel6.Controls.Add(this.label7);
|
|
this.panel6.Controls.Add(this.label8);
|
|
this.panel6.Controls.Add(this.label9);
|
|
this.panel6.Controls.Add(this.pictureBox6);
|
|
this.panel6.Controls.Add(this.pictureBox7);
|
|
this.panel6.Location = new System.Drawing.Point(387, 73);
|
|
this.panel6.Name = "panel6";
|
|
this.panel6.Size = new System.Drawing.Size(286, 121);
|
|
this.panel6.TabIndex = 4;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.Font = new System.Drawing.Font("Century Gothic", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label7.Location = new System.Drawing.Point(3, 40);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(125, 34);
|
|
this.label7.TabIndex = 3;
|
|
this.label7.Text = "0.00";
|
|
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(61, 92);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(153, 21);
|
|
this.label8.TabIndex = 2;
|
|
this.label8.Text = "Since last 7 days";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.Location = new System.Drawing.Point(3, 6);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(211, 26);
|
|
this.label9.TabIndex = 2;
|
|
this.label9.Text = "COST OF GOOD SOLD";
|
|
//
|
|
// pictureBox6
|
|
//
|
|
this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
|
|
this.pictureBox6.Location = new System.Drawing.Point(3, 77);
|
|
this.pictureBox6.Name = "pictureBox6";
|
|
this.pictureBox6.Size = new System.Drawing.Size(52, 41);
|
|
this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox6.TabIndex = 1;
|
|
this.pictureBox6.TabStop = false;
|
|
this.pictureBox6.Click += new System.EventHandler(this.pictureBox6_Click);
|
|
//
|
|
// pictureBox7
|
|
//
|
|
this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
|
|
this.pictureBox7.Location = new System.Drawing.Point(225, 3);
|
|
this.pictureBox7.Name = "pictureBox7";
|
|
this.pictureBox7.Size = new System.Drawing.Size(58, 53);
|
|
this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox7.TabIndex = 0;
|
|
this.pictureBox7.TabStop = false;
|
|
//
|
|
// panel4
|
|
//
|
|
this.panel4.BackColor = System.Drawing.Color.White;
|
|
this.panel4.Controls.Add(this.label3);
|
|
this.panel4.Controls.Add(this.label2);
|
|
this.panel4.Controls.Add(this.label1);
|
|
this.panel4.Controls.Add(this.pictureBox3);
|
|
this.panel4.Controls.Add(this.pictureBox2);
|
|
this.panel4.Location = new System.Drawing.Point(6, 73);
|
|
this.panel4.Name = "panel4";
|
|
this.panel4.Size = new System.Drawing.Size(286, 121);
|
|
this.panel4.TabIndex = 4;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Font = new System.Drawing.Font("Century Gothic", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label3.Location = new System.Drawing.Point(3, 40);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(125, 34);
|
|
this.label3.TabIndex = 3;
|
|
this.label3.Text = "0.00";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(61, 92);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(153, 21);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "Since last 7 days";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(3, 6);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(90, 21);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "REVENUS";
|
|
//
|
|
// pictureBox3
|
|
//
|
|
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
|
|
this.pictureBox3.Location = new System.Drawing.Point(3, 77);
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
this.pictureBox3.Size = new System.Drawing.Size(52, 41);
|
|
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox3.TabIndex = 1;
|
|
this.pictureBox3.TabStop = false;
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
|
|
this.pictureBox2.Location = new System.Drawing.Point(216, 6);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(58, 53);
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox2.TabIndex = 0;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// panelchild
|
|
//
|
|
this.panelchild.BackColor = System.Drawing.Color.White;
|
|
this.panelchild.Location = new System.Drawing.Point(226, 216);
|
|
this.panelchild.Name = "panelchild";
|
|
this.panelchild.Size = new System.Drawing.Size(1017, 507);
|
|
this.panelchild.TabIndex = 3;
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(1267, 780);
|
|
this.Controls.Add(this.panelchild);
|
|
this.Controls.Add(this.panel3);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.Font = new System.Drawing.Font("Century Gothic", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.Name = "Form1";
|
|
this.Text = "Car wash Management System";
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel_logo.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel5.ResumeLayout(false);
|
|
this.panel5.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
|
|
this.panel6.ResumeLayout(false);
|
|
this.panel6.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
|
|
this.panel4.ResumeLayout(false);
|
|
this.panel4.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Panel panel_logo;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Panel panelchild;
|
|
private System.Windows.Forms.Button btndashboard;
|
|
private System.Windows.Forms.Button btnsetting;
|
|
private System.Windows.Forms.Button btnReport;
|
|
private System.Windows.Forms.Button btncash;
|
|
private System.Windows.Forms.Button btnservice;
|
|
private System.Windows.Forms.Button btncustomer;
|
|
private System.Windows.Forms.Button btnEmployer;
|
|
private System.Windows.Forms.Button btnlogout;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Panel panelSilde;
|
|
private System.Windows.Forms.Panel panel4;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.PictureBox pictureBox3;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.Panel panel5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.PictureBox pictureBox4;
|
|
private System.Windows.Forms.PictureBox pictureBox5;
|
|
private System.Windows.Forms.Panel panel6;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.PictureBox pictureBox6;
|
|
private System.Windows.Forms.PictureBox pictureBox7;
|
|
private System.Windows.Forms.Label label3;
|
|
}
|
|
}
|
|
|