-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathForm1.Designer.cs
160 lines (153 loc) · 7.45 KB
/
Form1.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
153
154
155
156
157
158
159
160
namespace TMSooad
{
partial class Form1
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.btnim = new System.Windows.Forms.Button();
this.btnfm = new System.Windows.Forms.Button();
this.Btnbm = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(360, 53);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(0, 13);
this.label1.TabIndex = 0;
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.LightBlue;
this.label2.Font = new System.Drawing.Font("Comic Sans MS", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(343, 66);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(172, 30);
this.label2.TabIndex = 1;
this.label2.Text = "-----Role----";
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.SkyBlue;
this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 14.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(103, 155);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(111, 25);
this.label3.TabIndex = 2;
this.label3.Text = "Your Role: ";
//
// contextMenuStrip1
//
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
//
// btnim
//
this.btnim.BackColor = System.Drawing.Color.SkyBlue;
this.btnim.Font = new System.Drawing.Font("Microsoft YaHei", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnim.Location = new System.Drawing.Point(261, 146);
this.btnim.Name = "btnim";
this.btnim.Size = new System.Drawing.Size(169, 42);
this.btnim.TabIndex = 6;
this.btnim.Text = "Inventry Manager";
this.btnim.UseVisualStyleBackColor = false;
this.btnim.Click += new System.EventHandler(this.btnim_Click);
//
// btnfm
//
this.btnfm.BackColor = System.Drawing.Color.LightSkyBlue;
this.btnfm.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnfm.Location = new System.Drawing.Point(480, 146);
this.btnfm.Name = "btnfm";
this.btnfm.Size = new System.Drawing.Size(206, 46);
this.btnfm.TabIndex = 7;
this.btnfm.Text = "Financial Manager";
this.btnfm.UseVisualStyleBackColor = false;
this.btnfm.Click += new System.EventHandler(this.btnfm_Click);
//
// Btnbm
//
this.Btnbm.BackColor = System.Drawing.Color.SkyBlue;
this.Btnbm.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Btnbm.Location = new System.Drawing.Point(741, 146);
this.Btnbm.Name = "Btnbm";
this.Btnbm.Size = new System.Drawing.Size(197, 46);
this.Btnbm.TabIndex = 8;
this.Btnbm.Text = "Booking Manager";
this.Btnbm.UseVisualStyleBackColor = false;
this.Btnbm.Click += new System.EventHandler(this.Btnbm_Click);
//
// button1
//
this.button1.BackColor = System.Drawing.Color.Tomato;
this.button1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.Location = new System.Drawing.Point(834, 12);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(93, 34);
this.button1.TabIndex = 9;
this.button1.Text = "Exit";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Gainsboro;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(950, 303);
this.Controls.Add(this.button1);
this.Controls.Add(this.Btnbm);
this.Controls.Add(this.btnfm);
this.Controls.Add(this.btnim);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.Button btnim;
private System.Windows.Forms.Button btnfm;
private System.Windows.Forms.Button Btnbm;
private System.Windows.Forms.Button button1;
}
}