-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathListJobs.Designer.cs
194 lines (189 loc) · 8.91 KB
/
ListJobs.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
namespace Coders_Space
{
partial class ListJobs
{
/// <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 Component 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()
{
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges1 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges2 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges3 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges4 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
labelDeadLine = new Guna.UI2.WinForms.Guna2HtmlLabel();
applyNowBtn = new Guna.UI2.WinForms.Guna2Button();
labelBenefits = new Guna.UI2.WinForms.Guna2HtmlLabel();
guna2HtmlLabel5 = new Guna.UI2.WinForms.Guna2HtmlLabel();
labelSalary = new Guna.UI2.WinForms.Guna2HtmlLabel();
labelAddress = new Guna.UI2.WinForms.Guna2HtmlLabel();
labelCompanyName = new Guna.UI2.WinForms.Guna2HtmlLabel();
labelJobTitle = new Guna.UI2.WinForms.Guna2HtmlLabel();
companyLogo = new Guna.UI2.WinForms.Guna2PictureBox();
guna2HtmlLabel1 = new Guna.UI2.WinForms.Guna2HtmlLabel();
((System.ComponentModel.ISupportInitialize)companyLogo).BeginInit();
SuspendLayout();
//
// labelDeadLine
//
labelDeadLine.BackColor = Color.Transparent;
labelDeadLine.Font = new Font("Times New Roman", 14.25F, FontStyle.Bold | FontStyle.Italic, GraphicsUnit.Point);
labelDeadLine.Location = new Point(799, 38);
labelDeadLine.Name = "labelDeadLine";
labelDeadLine.Size = new Size(93, 24);
labelDeadLine.TabIndex = 17;
labelDeadLine.Text = "20/01/2024";
//
// applyNowBtn
//
applyNowBtn.BorderRadius = 20;
applyNowBtn.CustomizableEdges = customizableEdges1;
applyNowBtn.DisabledState.BorderColor = Color.DarkGray;
applyNowBtn.DisabledState.CustomBorderColor = Color.DarkGray;
applyNowBtn.DisabledState.FillColor = Color.FromArgb(169, 169, 169);
applyNowBtn.DisabledState.ForeColor = Color.FromArgb(141, 141, 141);
applyNowBtn.FillColor = Color.FromArgb(0, 64, 221);
applyNowBtn.Font = new Font("Times New Roman", 14.25F, FontStyle.Bold, GraphicsUnit.Point);
applyNowBtn.ForeColor = Color.White;
applyNowBtn.Location = new Point(931, 25);
applyNowBtn.Name = "applyNowBtn";
applyNowBtn.ShadowDecoration.CustomizableEdges = customizableEdges2;
applyNowBtn.Size = new Size(180, 45);
applyNowBtn.TabIndex = 16;
applyNowBtn.Text = "Apply Now";
//
// labelBenefits
//
labelBenefits.BackColor = Color.Transparent;
labelBenefits.Font = new Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point);
labelBenefits.Location = new Point(497, 66);
labelBenefits.Name = "labelBenefits";
labelBenefits.Size = new Size(122, 27);
labelBenefits.TabIndex = 15;
labelBenefits.Text = "Snacks, Lunch";
//
// guna2HtmlLabel5
//
guna2HtmlLabel5.BackColor = Color.Transparent;
guna2HtmlLabel5.Font = new Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point);
guna2HtmlLabel5.Location = new Point(497, 43);
guna2HtmlLabel5.Name = "guna2HtmlLabel5";
guna2HtmlLabel5.Size = new Size(78, 27);
guna2HtmlLabel5.TabIndex = 14;
guna2HtmlLabel5.Text = "Benefits:";
//
// labelSalary
//
labelSalary.BackColor = Color.Transparent;
labelSalary.Font = new Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point);
labelSalary.Location = new Point(497, 10);
labelSalary.Name = "labelSalary";
labelSalary.Size = new Size(138, 27);
labelSalary.TabIndex = 13;
labelSalary.Text = "Salary: 38000TK";
//
// labelAddress
//
labelAddress.BackColor = Color.Transparent;
labelAddress.Font = new Font("Segoe UI", 12F, FontStyle.Bold, GraphicsUnit.Point);
labelAddress.Location = new Point(196, 62);
labelAddress.Name = "labelAddress";
labelAddress.Size = new Size(231, 23);
labelAddress.TabIndex = 12;
labelAddress.Text = "Dhaka, Bangladesh (One-Site)";
//
// labelCompanyName
//
labelCompanyName.BackColor = Color.Transparent;
labelCompanyName.Font = new Font("Segoe UI", 12F, FontStyle.Bold, GraphicsUnit.Point);
labelCompanyName.Location = new Point(196, 38);
labelCompanyName.Name = "labelCompanyName";
labelCompanyName.Size = new Size(110, 23);
labelCompanyName.TabIndex = 11;
labelCompanyName.Text = "Bkash Limited";
//
// labelJobTitle
//
labelJobTitle.BackColor = Color.Transparent;
labelJobTitle.Font = new Font("Segoe UI", 18F, FontStyle.Bold, GraphicsUnit.Point);
labelJobTitle.Location = new Point(196, 5);
labelJobTitle.Name = "labelJobTitle";
labelJobTitle.Size = new Size(212, 34);
labelJobTitle.TabIndex = 10;
labelJobTitle.Text = "Software Engineer";
//
// companyLogo
//
companyLogo.CustomizableEdges = customizableEdges3;
companyLogo.Image = Properties.Resources.Bkash;
companyLogo.ImageRotate = 0F;
companyLogo.Location = new Point(30, 14);
companyLogo.Name = "companyLogo";
companyLogo.ShadowDecoration.CustomizableEdges = customizableEdges4;
companyLogo.Size = new Size(108, 69);
companyLogo.SizeMode = PictureBoxSizeMode.Zoom;
companyLogo.TabIndex = 9;
companyLogo.TabStop = false;
//
// guna2HtmlLabel1
//
guna2HtmlLabel1.BackColor = Color.Transparent;
guna2HtmlLabel1.Font = new Font("Times New Roman", 14.25F, FontStyle.Bold | FontStyle.Italic, GraphicsUnit.Point);
guna2HtmlLabel1.Location = new Point(701, 38);
guna2HtmlLabel1.Name = "guna2HtmlLabel1";
guna2HtmlLabel1.Size = new Size(92, 24);
guna2HtmlLabel1.TabIndex = 18;
guna2HtmlLabel1.Text = "Dead Line: ";
//
// ListJobs
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = Color.WhiteSmoke;
Controls.Add(guna2HtmlLabel1);
Controls.Add(labelDeadLine);
Controls.Add(applyNowBtn);
Controls.Add(labelBenefits);
Controls.Add(guna2HtmlLabel5);
Controls.Add(labelSalary);
Controls.Add(labelAddress);
Controls.Add(labelCompanyName);
Controls.Add(labelJobTitle);
Controls.Add(companyLogo);
Name = "ListJobs";
Size = new Size(1141, 98);
((System.ComponentModel.ISupportInitialize)companyLogo).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Guna.UI2.WinForms.Guna2HtmlLabel labelDeadLine;
private Guna.UI2.WinForms.Guna2Button applyNowBtn;
private Guna.UI2.WinForms.Guna2HtmlLabel labelBenefits;
private Guna.UI2.WinForms.Guna2HtmlLabel guna2HtmlLabel5;
private Guna.UI2.WinForms.Guna2HtmlLabel labelSalary;
private Guna.UI2.WinForms.Guna2HtmlLabel labelAddress;
private Guna.UI2.WinForms.Guna2HtmlLabel labelCompanyName;
private Guna.UI2.WinForms.Guna2HtmlLabel labelJobTitle;
private Guna.UI2.WinForms.Guna2PictureBox companyLogo;
private Guna.UI2.WinForms.Guna2HtmlLabel guna2HtmlLabel1;
}
}