-
Notifications
You must be signed in to change notification settings - Fork 0
/
addDepartment.Designer.cs
241 lines (235 loc) · 12.3 KB
/
addDepartment.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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
namespace Academix
{
partial class addDepartment
{
/// <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(addDepartment));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.saveBtn = new System.Windows.Forms.Button();
this.feesField = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.cancelBtn = new System.Windows.Forms.Button();
this.facultyField = new System.Windows.Forms.ComboBox();
this.deptField = new System.Windows.Forms.ComboBox();
this.label7 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(267, 23);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(224, 74);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pictureBox1.TabIndex = 45;
this.pictureBox1.TabStop = false;
//
// saveBtn
//
this.saveBtn.BackColor = System.Drawing.Color.Green;
this.saveBtn.Cursor = System.Windows.Forms.Cursors.Hand;
this.saveBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.saveBtn.Font = new System.Drawing.Font("Trebuchet MS", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.saveBtn.ForeColor = System.Drawing.Color.White;
this.saveBtn.Location = new System.Drawing.Point(155, 370);
this.saveBtn.Name = "saveBtn";
this.saveBtn.Size = new System.Drawing.Size(161, 41);
this.saveBtn.TabIndex = 43;
this.saveBtn.Text = "Save";
this.saveBtn.UseVisualStyleBackColor = false;
this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click);
//
// feesField
//
this.feesField.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.feesField.ForeColor = System.Drawing.Color.DarkBlue;
this.feesField.Location = new System.Drawing.Point(333, 287);
this.feesField.Name = "feesField";
this.feesField.Size = new System.Drawing.Size(268, 20);
this.feesField.TabIndex = 41;
this.feesField.TextChanged += new System.EventHandler(this.pwordField_TextChanged);
//
// label10
//
this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Myanmar Text", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.ForeColor = System.Drawing.Color.Black;
this.label10.Location = new System.Drawing.Point(172, 286);
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(133, 29);
this.label10.TabIndex = 37;
this.label10.Text = "Total School Fees";
this.label10.Click += new System.EventHandler(this.label10_Click);
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Myanmar Text", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.ForeColor = System.Drawing.Color.DarkBlue;
this.label3.Location = new System.Drawing.Point(202, 111);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(381, 29);
this.label3.TabIndex = 35;
this.label3.Text = "Nurturing the Brightest Minds for a Promising Future";
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(83, -71);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(55, 13);
this.label1.TabIndex = 33;
this.label1.Text = "Signup for";
//
// cancelBtn
//
this.cancelBtn.BackColor = System.Drawing.Color.DarkBlue;
this.cancelBtn.Cursor = System.Windows.Forms.Cursors.Hand;
this.cancelBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cancelBtn.Font = new System.Drawing.Font("Trebuchet MS", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cancelBtn.ForeColor = System.Drawing.Color.White;
this.cancelBtn.Location = new System.Drawing.Point(483, 370);
this.cancelBtn.Name = "cancelBtn";
this.cancelBtn.Size = new System.Drawing.Size(161, 41);
this.cancelBtn.TabIndex = 46;
this.cancelBtn.Text = "Cancel";
this.cancelBtn.UseVisualStyleBackColor = false;
this.cancelBtn.Click += new System.EventHandler(this.cancelBtn_Click);
//
// facultyField
//
this.facultyField.FormattingEnabled = true;
this.facultyField.Items.AddRange(new object[] {
"Faculty of Basic Medical and Applied Sciences (FBMAS)",
"Faculty of Arts, Management and Social Sciences (FAMSS)"});
this.facultyField.Location = new System.Drawing.Point(333, 225);
this.facultyField.Name = "facultyField";
this.facultyField.Size = new System.Drawing.Size(268, 21);
this.facultyField.TabIndex = 54;
this.facultyField.Text = "Select a Faculty";
//
// deptField
//
this.deptField.FormattingEnabled = true;
this.deptField.Items.AddRange(new object[] {
"Accounting",
"Information Technology",
"Economics",
"Business Administration",
"Nursing Science",
"International Relations",
"Computer Science",
"Mass Comunication",
"Medical Laboratoty Science"});
this.deptField.Location = new System.Drawing.Point(333, 174);
this.deptField.Name = "deptField";
this.deptField.Size = new System.Drawing.Size(268, 21);
this.deptField.TabIndex = 53;
this.deptField.Text = "Select a Department";
//
// label7
//
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Myanmar Text", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.ForeColor = System.Drawing.Color.Black;
this.label7.Location = new System.Drawing.Point(172, 227);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(62, 29);
this.label7.TabIndex = 52;
this.label7.Text = "Faculty";
//
// label4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Myanmar Text", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.ForeColor = System.Drawing.Color.Black;
this.label4.Location = new System.Drawing.Point(172, 174);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(96, 29);
this.label4.TabIndex = 51;
this.label4.Text = "Department";
//
// addDepartment
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(753, 464);
this.Controls.Add(this.facultyField);
this.Controls.Add(this.deptField);
this.Controls.Add(this.label7);
this.Controls.Add(this.label4);
this.Controls.Add(this.cancelBtn);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.saveBtn);
this.Controls.Add(this.feesField);
this.Controls.Add(this.label10);
this.Controls.Add(this.label3);
this.Controls.Add(this.label1);
this.Name = "addDepartment";
this.Text = "Academix | Add Department";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button saveBtn;
private System.Windows.Forms.TextBox feesField;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button cancelBtn;
private System.Windows.Forms.ComboBox facultyField;
private System.Windows.Forms.ComboBox deptField;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label4;
}
}