-
Notifications
You must be signed in to change notification settings - Fork 0
/
Template2Form.Designer.cs
409 lines (404 loc) · 23.9 KB
/
Template2Form.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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
namespace Assignment_2
{
partial class Template2Form
{
/// <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(Template2Form));
this.label_Name = new System.Windows.Forms.Label();
this.label_Email = new System.Windows.Forms.Label();
this.label_Number = new System.Windows.Forms.Label();
this.label_Location = new System.Windows.Forms.Label();
this.label_About = new System.Windows.Forms.Label();
this.textbox_AboutText = new System.Windows.Forms.RichTextBox();
this.label_Experience = new System.Windows.Forms.Label();
this.flp_Experience = new System.Windows.Forms.FlowLayoutPanel();
this.label_CompanyName1 = new System.Windows.Forms.Label();
this.label_ExperienceDate1 = new System.Windows.Forms.Label();
this.rtb_ExperienceDescription = new System.Windows.Forms.RichTextBox();
this.label_Education = new System.Windows.Forms.Label();
this.flp_EducationContent = new System.Windows.Forms.FlowLayoutPanel();
this.label_EducationTitleandUni = new System.Windows.Forms.Label();
this.label_Education_Date = new System.Windows.Forms.Label();
this.Template_panel1 = new System.Windows.Forms.Panel();
this.flp_skillset = new System.Windows.Forms.FlowLayoutPanel();
this.label_skillset = new System.Windows.Forms.Label();
this.label_Skills = new System.Windows.Forms.Label();
this.pictureBox_LineUnderSkills = new System.Windows.Forms.PictureBox();
this.pictureBox_LineUnderEducation = new System.Windows.Forms.PictureBox();
this.pictureBox_LineUnderExperience = new System.Windows.Forms.PictureBox();
this.flp_Experience.SuspendLayout();
this.flp_EducationContent.SuspendLayout();
this.Template_panel1.SuspendLayout();
this.flp_skillset.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_LineUnderSkills)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_LineUnderEducation)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_LineUnderExperience)).BeginInit();
this.SuspendLayout();
//
// label_Name
//
this.label_Name.AutoSize = true;
this.label_Name.BackColor = System.Drawing.Color.Transparent;
this.label_Name.Font = new System.Drawing.Font("Poppins", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label_Name.ForeColor = System.Drawing.Color.MidnightBlue;
this.label_Name.Location = new System.Drawing.Point(21, 24);
this.label_Name.Name = "label_Name";
this.label_Name.Size = new System.Drawing.Size(113, 51);
this.label_Name.TabIndex = 1;
this.label_Name.Text = "Name";
this.label_Name.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label_Email
//
this.label_Email.AutoSize = true;
this.label_Email.BackColor = System.Drawing.Color.Transparent;
this.label_Email.Font = new System.Drawing.Font("Poppins", 11F);
this.label_Email.ForeColor = System.Drawing.Color.Navy;
this.label_Email.Location = new System.Drawing.Point(25, 76);
this.label_Email.Name = "label_Email";
this.label_Email.Size = new System.Drawing.Size(166, 26);
this.label_Email.TabIndex = 4;
this.label_Email.Tag = "";
this.label_Email.Text = "Dummy@gmail.com";
this.label_Email.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label_Number
//
this.label_Number.AutoSize = true;
this.label_Number.BackColor = System.Drawing.Color.Transparent;
this.label_Number.Font = new System.Drawing.Font("Poppins", 11F);
this.label_Number.ForeColor = System.Drawing.Color.Navy;
this.label_Number.Location = new System.Drawing.Point(468, 76);
this.label_Number.Name = "label_Number";
this.label_Number.Size = new System.Drawing.Size(119, 26);
this.label_Number.TabIndex = 3;
this.label_Number.Text = "0000-0000000";
this.label_Number.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label_Location
//
this.label_Location.AutoSize = true;
this.label_Location.Font = new System.Drawing.Font("Poppins", 11F);
this.label_Location.ForeColor = System.Drawing.Color.Navy;
this.label_Location.Location = new System.Drawing.Point(222, 76);
this.label_Location.Name = "label_Location";
this.label_Location.Size = new System.Drawing.Size(211, 26);
this.label_Location.TabIndex = 5;
this.label_Location.Text = "H#4, S#4, Lahore, Pakistan";
this.label_Location.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label_About
//
this.label_About.AutoSize = true;
this.label_About.BackColor = System.Drawing.Color.Transparent;
this.label_About.Font = new System.Drawing.Font("Poppins", 14F);
this.label_About.ForeColor = System.Drawing.Color.MidnightBlue;
this.label_About.Location = new System.Drawing.Point(24, 109);
this.label_About.Name = "label_About";
this.label_About.Size = new System.Drawing.Size(72, 34);
this.label_About.TabIndex = 6;
this.label_About.Text = "About";
//
// textbox_AboutText
//
this.textbox_AboutText.BackColor = System.Drawing.Color.White;
this.textbox_AboutText.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textbox_AboutText.Font = new System.Drawing.Font("Poppins", 9F);
this.textbox_AboutText.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.textbox_AboutText.Location = new System.Drawing.Point(29, 142);
this.textbox_AboutText.Name = "textbox_AboutText";
this.textbox_AboutText.ReadOnly = true;
this.textbox_AboutText.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.textbox_AboutText.Size = new System.Drawing.Size(735, 76);
this.textbox_AboutText.TabIndex = 7;
this.textbox_AboutText.Text = resources.GetString("textbox_AboutText.Text");
//
// label_Experience
//
this.label_Experience.AutoSize = true;
this.label_Experience.Font = new System.Drawing.Font("Poppins", 14F);
this.label_Experience.ForeColor = System.Drawing.Color.MidnightBlue;
this.label_Experience.Location = new System.Drawing.Point(23, 221);
this.label_Experience.Name = "label_Experience";
this.label_Experience.Size = new System.Drawing.Size(356, 34);
this.label_Experience.TabIndex = 8;
this.label_Experience.Text = "Experience and Community Service";
//
// flp_Experience
//
this.flp_Experience.AutoSize = true;
this.flp_Experience.Controls.Add(this.label_CompanyName1);
this.flp_Experience.Controls.Add(this.label_ExperienceDate1);
this.flp_Experience.Controls.Add(this.rtb_ExperienceDescription);
this.flp_Experience.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flp_Experience.Location = new System.Drawing.Point(21, 261);
this.flp_Experience.Name = "flp_Experience";
this.flp_Experience.Padding = new System.Windows.Forms.Padding(2, 1, 0, 1);
this.flp_Experience.Size = new System.Drawing.Size(747, 141);
this.flp_Experience.TabIndex = 10;
//
// label_CompanyName1
//
this.label_CompanyName1.AutoSize = true;
this.label_CompanyName1.BackColor = System.Drawing.Color.White;
this.label_CompanyName1.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.label_CompanyName1.Font = new System.Drawing.Font("Poppins", 11F);
this.label_CompanyName1.ForeColor = System.Drawing.Color.Black;
this.label_CompanyName1.Location = new System.Drawing.Point(2, 1);
this.label_CompanyName1.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
this.label_CompanyName1.Name = "label_CompanyName1";
this.label_CompanyName1.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
this.label_CompanyName1.Size = new System.Drawing.Size(158, 26);
this.label_CompanyName1.TabIndex = 16;
this.label_CompanyName1.Text = "1. Company Name";
this.label_CompanyName1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label_ExperienceDate1
//
this.label_ExperienceDate1.AutoSize = true;
this.label_ExperienceDate1.BackColor = System.Drawing.Color.Transparent;
this.label_ExperienceDate1.Font = new System.Drawing.Font("Poppins", 11F);
this.label_ExperienceDate1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label_ExperienceDate1.Location = new System.Drawing.Point(8, 27);
this.label_ExperienceDate1.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
this.label_ExperienceDate1.Name = "label_ExperienceDate1";
this.label_ExperienceDate1.Size = new System.Drawing.Size(151, 26);
this.label_ExperienceDate1.TabIndex = 17;
this.label_ExperienceDate1.Text = "From Date To Date";
//
// rtb_ExperienceDescription
//
this.rtb_ExperienceDescription.BackColor = System.Drawing.Color.White;
this.rtb_ExperienceDescription.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.rtb_ExperienceDescription.Font = new System.Drawing.Font("Poppins", 9F);
this.rtb_ExperienceDescription.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.rtb_ExperienceDescription.Location = new System.Drawing.Point(11, 53);
this.rtb_ExperienceDescription.Margin = new System.Windows.Forms.Padding(9, 0, 3, 3);
this.rtb_ExperienceDescription.Name = "rtb_ExperienceDescription";
this.rtb_ExperienceDescription.ReadOnly = true;
this.rtb_ExperienceDescription.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.rtb_ExperienceDescription.Size = new System.Drawing.Size(733, 82);
this.rtb_ExperienceDescription.TabIndex = 18;
this.rtb_ExperienceDescription.Text = resources.GetString("rtb_ExperienceDescription.Text");
//
// label_Education
//
this.label_Education.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label_Education.AutoSize = true;
this.label_Education.Font = new System.Drawing.Font("Poppins", 14F);
this.label_Education.ForeColor = System.Drawing.Color.MidnightBlue;
this.label_Education.Location = new System.Drawing.Point(23, 405);
this.label_Education.Name = "label_Education";
this.label_Education.Size = new System.Drawing.Size(277, 34);
this.label_Education.TabIndex = 12;
this.label_Education.Text = "Education and Certification";
//
// flp_EducationContent
//
this.flp_EducationContent.AutoSize = true;
this.flp_EducationContent.Controls.Add(this.label_EducationTitleandUni);
this.flp_EducationContent.Controls.Add(this.label_Education_Date);
this.flp_EducationContent.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flp_EducationContent.Location = new System.Drawing.Point(21, 447);
this.flp_EducationContent.Margin = new System.Windows.Forms.Padding(3, 6, 3, 3);
this.flp_EducationContent.Name = "flp_EducationContent";
this.flp_EducationContent.Padding = new System.Windows.Forms.Padding(2, 2, 0, 2);
this.flp_EducationContent.Size = new System.Drawing.Size(361, 60);
this.flp_EducationContent.TabIndex = 14;
//
// label_EducationTitleandUni
//
this.label_EducationTitleandUni.AutoSize = true;
this.label_EducationTitleandUni.BackColor = System.Drawing.Color.Transparent;
this.label_EducationTitleandUni.Font = new System.Drawing.Font("Poppins", 11F);
this.label_EducationTitleandUni.ForeColor = System.Drawing.Color.Black;
this.label_EducationTitleandUni.Location = new System.Drawing.Point(5, 2);
this.label_EducationTitleandUni.Name = "label_EducationTitleandUni";
this.label_EducationTitleandUni.Padding = new System.Windows.Forms.Padding(0, 2, 10, 0);
this.label_EducationTitleandUni.Size = new System.Drawing.Size(311, 28);
this.label_EducationTitleandUni.TabIndex = 16;
this.label_EducationTitleandUni.Text = "1. Company Name Uni Name\r\n";
this.label_EducationTitleandUni.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label_Education_Date
//
this.label_Education_Date.AutoSize = true;
this.label_Education_Date.BackColor = System.Drawing.Color.Transparent;
this.label_Education_Date.Font = new System.Drawing.Font("Poppins", 11F);
this.label_Education_Date.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label_Education_Date.Location = new System.Drawing.Point(5, 30);
this.label_Education_Date.Name = "label_Education_Date";
this.label_Education_Date.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
this.label_Education_Date.Size = new System.Drawing.Size(161, 26);
this.label_Education_Date.TabIndex = 17;
this.label_Education_Date.Text = "From Date To Date";
//
// Template_panel1
//
this.Template_panel1.AutoSize = true;
this.Template_panel1.BackColor = System.Drawing.Color.White;
this.Template_panel1.Controls.Add(this.flp_skillset);
this.Template_panel1.Controls.Add(this.label_Skills);
this.Template_panel1.Controls.Add(this.pictureBox_LineUnderSkills);
this.Template_panel1.Controls.Add(this.flp_EducationContent);
this.Template_panel1.Controls.Add(this.label_Education);
this.Template_panel1.Controls.Add(this.pictureBox_LineUnderEducation);
this.Template_panel1.Controls.Add(this.flp_Experience);
this.Template_panel1.Controls.Add(this.label_Experience);
this.Template_panel1.Controls.Add(this.textbox_AboutText);
this.Template_panel1.Controls.Add(this.label_About);
this.Template_panel1.Controls.Add(this.label_Location);
this.Template_panel1.Controls.Add(this.label_Number);
this.Template_panel1.Controls.Add(this.label_Email);
this.Template_panel1.Controls.Add(this.label_Name);
this.Template_panel1.Controls.Add(this.pictureBox_LineUnderExperience);
this.Template_panel1.Location = new System.Drawing.Point(0, -1);
this.Template_panel1.Name = "Template_panel1";
this.Template_panel1.Size = new System.Drawing.Size(794, 1123);
this.Template_panel1.TabIndex = 0;
//
// flp_skillset
//
this.flp_skillset.AutoSize = true;
this.flp_skillset.Controls.Add(this.label_skillset);
this.flp_skillset.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flp_skillset.Location = new System.Drawing.Point(21, 559);
this.flp_skillset.Margin = new System.Windows.Forms.Padding(3, 6, 3, 3);
this.flp_skillset.Name = "flp_skillset";
this.flp_skillset.Padding = new System.Windows.Forms.Padding(2, 2, 0, 2);
this.flp_skillset.Size = new System.Drawing.Size(361, 60);
this.flp_skillset.TabIndex = 19;
//
// label_skillset
//
this.label_skillset.AutoSize = true;
this.label_skillset.BackColor = System.Drawing.Color.Transparent;
this.label_skillset.Font = new System.Drawing.Font("Poppins", 11F);
this.label_skillset.ForeColor = System.Drawing.Color.Black;
this.label_skillset.Location = new System.Drawing.Point(5, 2);
this.label_skillset.Name = "label_skillset";
this.label_skillset.Padding = new System.Windows.Forms.Padding(0, 2, 30, 0);
this.label_skillset.Size = new System.Drawing.Size(83, 28);
this.label_skillset.TabIndex = 16;
this.label_skillset.Text = "1. Skill";
this.label_skillset.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label_Skills
//
this.label_Skills.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label_Skills.AutoSize = true;
this.label_Skills.Font = new System.Drawing.Font("Poppins", 14F);
this.label_Skills.ForeColor = System.Drawing.Color.MidnightBlue;
this.label_Skills.Location = new System.Drawing.Point(23, 515);
this.label_Skills.Name = "label_Skills";
this.label_Skills.Size = new System.Drawing.Size(61, 34);
this.label_Skills.TabIndex = 18;
this.label_Skills.Text = "Skills";
//
// pictureBox_LineUnderSkills
//
this.pictureBox_LineUnderSkills.BackColor = System.Drawing.Color.Transparent;
this.pictureBox_LineUnderSkills.Image = global::Assignment_2.Properties.Resources.Shape_1;
this.pictureBox_LineUnderSkills.Location = new System.Drawing.Point(25, 551);
this.pictureBox_LineUnderSkills.Name = "pictureBox_LineUnderSkills";
this.pictureBox_LineUnderSkills.Size = new System.Drawing.Size(746, 1);
this.pictureBox_LineUnderSkills.TabIndex = 17;
this.pictureBox_LineUnderSkills.TabStop = false;
//
// pictureBox_LineUnderEducation
//
this.pictureBox_LineUnderEducation.BackColor = System.Drawing.Color.Transparent;
this.pictureBox_LineUnderEducation.Image = global::Assignment_2.Properties.Resources.Shape_1;
this.pictureBox_LineUnderEducation.Location = new System.Drawing.Point(25, 441);
this.pictureBox_LineUnderEducation.Name = "pictureBox_LineUnderEducation";
this.pictureBox_LineUnderEducation.Size = new System.Drawing.Size(746, 1);
this.pictureBox_LineUnderEducation.TabIndex = 11;
this.pictureBox_LineUnderEducation.TabStop = false;
//
// pictureBox_LineUnderExperience
//
this.pictureBox_LineUnderExperience.BackColor = System.Drawing.Color.Transparent;
this.pictureBox_LineUnderExperience.Image = global::Assignment_2.Properties.Resources.Shape_1;
this.pictureBox_LineUnderExperience.Location = new System.Drawing.Point(25, 255);
this.pictureBox_LineUnderExperience.Name = "pictureBox_LineUnderExperience";
this.pictureBox_LineUnderExperience.Size = new System.Drawing.Size(746, 1);
this.pictureBox_LineUnderExperience.TabIndex = 9;
this.pictureBox_LineUnderExperience.TabStop = false;
//
// Template2Form
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.AutoScroll = true;
this.AutoSize = true;
this.BackColor = System.Drawing.Color.White;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.ClientSize = new System.Drawing.Size(795, 558);
this.Controls.Add(this.Template_panel1);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "Template2Form";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Template2Form";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Template1Form_FormClosed);
this.flp_Experience.ResumeLayout(false);
this.flp_Experience.PerformLayout();
this.flp_EducationContent.ResumeLayout(false);
this.flp_EducationContent.PerformLayout();
this.Template_panel1.ResumeLayout(false);
this.Template_panel1.PerformLayout();
this.flp_skillset.ResumeLayout(false);
this.flp_skillset.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_LineUnderSkills)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_LineUnderEducation)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_LineUnderExperience)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label_Name;
private System.Windows.Forms.Label label_Email;
private System.Windows.Forms.Label label_Number;
private System.Windows.Forms.Label label_Location;
private System.Windows.Forms.Label label_About;
private System.Windows.Forms.RichTextBox textbox_AboutText;
private System.Windows.Forms.Label label_Experience;
private System.Windows.Forms.FlowLayoutPanel flp_Experience;
private System.Windows.Forms.Label label_CompanyName1;
private System.Windows.Forms.Label label_ExperienceDate1;
private System.Windows.Forms.RichTextBox rtb_ExperienceDescription;
private System.Windows.Forms.Label label_Education;
private System.Windows.Forms.FlowLayoutPanel flp_EducationContent;
private System.Windows.Forms.Label label_EducationTitleandUni;
private System.Windows.Forms.Label label_Education_Date;
private System.Windows.Forms.Panel Template_panel1;
private System.Windows.Forms.PictureBox pictureBox_LineUnderEducation;
private System.Windows.Forms.PictureBox pictureBox_LineUnderExperience;
private System.Windows.Forms.FlowLayoutPanel flp_skillset;
private System.Windows.Forms.Label label_skillset;
private System.Windows.Forms.Label label_Skills;
private System.Windows.Forms.PictureBox pictureBox_LineUnderSkills;
}
}