-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOSMO_Dashboard.Designer.cs
152 lines (146 loc) · 7.42 KB
/
OSMO_Dashboard.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
namespace Furniture_System
{
partial class OSMO_Dashboard
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OSMO_Dashboard));
this.lbl_Welcome_Name = new System.Windows.Forms.Label();
this.lbl_Welcome = new System.Windows.Forms.Label();
this.lbl_Log_Out = new System.Windows.Forms.Label();
this.btn_logout = new System.Windows.Forms.Button();
this.btn_Print_Bill = new MetroFramework.Controls.MetroTile();
this.lbl_Ac_Type = new MetroFramework.Controls.MetroLabel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// lbl_Welcome_Name
//
this.lbl_Welcome_Name.AutoSize = true;
this.lbl_Welcome_Name.BackColor = System.Drawing.Color.Transparent;
this.lbl_Welcome_Name.Font = new System.Drawing.Font("Corbel Light", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbl_Welcome_Name.Location = new System.Drawing.Point(673, 42);
this.lbl_Welcome_Name.Name = "lbl_Welcome_Name";
this.lbl_Welcome_Name.Size = new System.Drawing.Size(0, 40);
this.lbl_Welcome_Name.TabIndex = 166;
//
// lbl_Welcome
//
this.lbl_Welcome.AutoSize = true;
this.lbl_Welcome.BackColor = System.Drawing.Color.Transparent;
this.lbl_Welcome.Font = new System.Drawing.Font("Corbel Light", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbl_Welcome.Location = new System.Drawing.Point(620, 42);
this.lbl_Welcome.Name = "lbl_Welcome";
this.lbl_Welcome.Size = new System.Drawing.Size(45, 40);
this.lbl_Welcome.TabIndex = 165;
this.lbl_Welcome.Text = "Hi";
//
// lbl_Log_Out
//
this.lbl_Log_Out.AutoSize = true;
this.lbl_Log_Out.BackColor = System.Drawing.Color.Transparent;
this.lbl_Log_Out.Font = new System.Drawing.Font("Corbel", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbl_Log_Out.Location = new System.Drawing.Point(896, 131);
this.lbl_Log_Out.Name = "lbl_Log_Out";
this.lbl_Log_Out.Size = new System.Drawing.Size(66, 21);
this.lbl_Log_Out.TabIndex = 164;
this.lbl_Log_Out.Text = "Log Out";
//
// btn_logout
//
this.btn_logout.BackColor = System.Drawing.Color.Transparent;
this.btn_logout.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btn_logout.BackgroundImage")));
this.btn_logout.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.btn_logout.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_logout.FlatAppearance.BorderSize = 0;
this.btn_logout.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_logout.Location = new System.Drawing.Point(970, 129);
this.btn_logout.Name = "btn_logout";
this.btn_logout.Size = new System.Drawing.Size(27, 26);
this.btn_logout.TabIndex = 163;
this.btn_logout.UseVisualStyleBackColor = false;
this.btn_logout.Click += new System.EventHandler(this.btn_logout_Click);
//
// btn_Print_Bill
//
this.btn_Print_Bill.ActiveControl = null;
this.btn_Print_Bill.Location = new System.Drawing.Point(23, 168);
this.btn_Print_Bill.Name = "btn_Print_Bill";
this.btn_Print_Bill.Size = new System.Drawing.Size(222, 120);
this.btn_Print_Bill.TabIndex = 162;
this.btn_Print_Bill.Text = "Print Receipt";
this.btn_Print_Bill.UseSelectable = true;
this.btn_Print_Bill.Click += new System.EventHandler(this.btn_Print_Bill_Click);
//
// lbl_Ac_Type
//
this.lbl_Ac_Type.AutoSize = true;
this.lbl_Ac_Type.Location = new System.Drawing.Point(627, 101);
this.lbl_Ac_Type.Name = "lbl_Ac_Type";
this.lbl_Ac_Type.Size = new System.Drawing.Size(198, 20);
this.lbl_Ac_Type.TabIndex = 167;
this.lbl_Ac_Type.Text = "Account Type Outlet Salesman";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(589, 474);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(408, 102);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 168;
this.pictureBox1.TabStop = false;
//
// OSMO_Dashboard
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1020, 610);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.lbl_Ac_Type);
this.Controls.Add(this.lbl_Welcome_Name);
this.Controls.Add(this.lbl_Welcome);
this.Controls.Add(this.lbl_Log_Out);
this.Controls.Add(this.btn_logout);
this.Controls.Add(this.btn_Print_Bill);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "OSMO_Dashboard";
this.Resizable = false;
this.Text = "Dashboard";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OSMO_Dashboard_FormClosed);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lbl_Welcome_Name;
private System.Windows.Forms.Label lbl_Welcome;
private System.Windows.Forms.Label lbl_Log_Out;
private System.Windows.Forms.Button btn_logout;
private MetroFramework.Controls.MetroTile btn_Print_Bill;
private MetroFramework.Controls.MetroLabel lbl_Ac_Type;
private System.Windows.Forms.PictureBox pictureBox1;
}
}