-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAchievements.Designer.cs
More file actions
236 lines (231 loc) · 10 KB
/
Achievements.Designer.cs
File metadata and controls
236 lines (231 loc) · 10 KB
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
namespace SOFTDEV_FINAL_PROJECT
{
partial class Achievements
{
/// <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(Achievements));
CODING_EXPERT = new PictureBox();
BIOLOGY = new PictureBox();
PASSED_2_QUIZZES = new PictureBox();
PASSED_ALL = new PictureBox();
label2 = new Label();
label3 = new Label();
label4 = new Label();
label5 = new Label();
label6 = new Label();
label7 = new Label();
PERFECT_1_quiz = new PictureBox();
PASSED_1_quiz = new PictureBox();
((System.ComponentModel.ISupportInitialize)CODING_EXPERT).BeginInit();
((System.ComponentModel.ISupportInitialize)BIOLOGY).BeginInit();
((System.ComponentModel.ISupportInitialize)PASSED_2_QUIZZES).BeginInit();
((System.ComponentModel.ISupportInitialize)PASSED_ALL).BeginInit();
((System.ComponentModel.ISupportInitialize)PERFECT_1_quiz).BeginInit();
((System.ComponentModel.ISupportInitialize)PASSED_1_quiz).BeginInit();
SuspendLayout();
//
// CODING_EXPERT
//
CODING_EXPERT.BackColor = Color.Gray;
CODING_EXPERT.BackgroundImage = (Image)resources.GetObject("CODING_EXPERT.BackgroundImage");
CODING_EXPERT.BackgroundImageLayout = ImageLayout.Center;
CODING_EXPERT.Location = new Point(562, 162);
CODING_EXPERT.Name = "CODING_EXPERT";
CODING_EXPERT.Size = new Size(205, 159);
CODING_EXPERT.TabIndex = 4;
CODING_EXPERT.TabStop = false;
//
// BIOLOGY
//
BIOLOGY.BackColor = Color.Gray;
BIOLOGY.BackgroundImage = (Image)resources.GetObject("BIOLOGY.BackgroundImage");
BIOLOGY.BackgroundImageLayout = ImageLayout.Center;
BIOLOGY.Location = new Point(27, 374);
BIOLOGY.Name = "BIOLOGY";
BIOLOGY.Size = new Size(205, 159);
BIOLOGY.TabIndex = 5;
BIOLOGY.TabStop = false;
//
// PASSED_2_QUIZZES
//
PASSED_2_QUIZZES.BackColor = Color.Gray;
PASSED_2_QUIZZES.BackgroundImage = (Image)resources.GetObject("PASSED_2_QUIZZES.BackgroundImage");
PASSED_2_QUIZZES.BackgroundImageLayout = ImageLayout.Center;
PASSED_2_QUIZZES.Location = new Point(295, 374);
PASSED_2_QUIZZES.Name = "PASSED_2_QUIZZES";
PASSED_2_QUIZZES.Size = new Size(205, 159);
PASSED_2_QUIZZES.TabIndex = 6;
PASSED_2_QUIZZES.TabStop = false;
//
// PASSED_ALL
//
PASSED_ALL.BackColor = Color.Gray;
PASSED_ALL.BackgroundImage = (Image)resources.GetObject("PASSED_ALL.BackgroundImage");
PASSED_ALL.BackgroundImageLayout = ImageLayout.Center;
PASSED_ALL.Location = new Point(562, 374);
PASSED_ALL.Name = "PASSED_ALL";
PASSED_ALL.Size = new Size(205, 159);
PASSED_ALL.TabIndex = 7;
PASSED_ALL.TabStop = false;
//
// label2
//
label2.AutoSize = true;
label2.BackColor = Color.FromArgb(193, 219, 217);
label2.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label2.Location = new Point(79, 333);
label2.Name = "label2";
label2.Size = new Size(94, 28);
label2.TabIndex = 8;
label2.Text = "First Quiz";
//
// label3
//
label3.AutoSize = true;
label3.BackColor = Color.FromArgb(193, 219, 217);
label3.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label3.Location = new Point(323, 333);
label3.Name = "label3";
label3.Size = new Size(125, 28);
label3.TabIndex = 9;
label3.Text = "Perfect Strike";
//
// label4
//
label4.AutoSize = true;
label4.BackColor = Color.FromArgb(193, 219, 217);
label4.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label4.Location = new Point(603, 333);
label4.Name = "label4";
label4.Size = new Size(136, 28);
label4.TabIndex = 10;
label4.Text = "Coding Expert";
//
// label5
//
label5.AutoSize = true;
label5.BackColor = Color.FromArgb(193, 219, 217);
label5.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label5.Location = new Point(61, 551);
label5.Name = "label5";
label5.Size = new Size(125, 28);
label5.TabIndex = 11;
label5.Text = "Nature Lover";
//
// label6
//
label6.AutoSize = true;
label6.BackColor = Color.FromArgb(193, 219, 217);
label6.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label6.Location = new Point(337, 551);
label6.Name = "label6";
label6.Size = new Size(116, 28);
label6.TabIndex = 12;
label6.Text = "Passed for 2";
//
// label7
//
label7.AutoSize = true;
label7.BackColor = Color.FromArgb(193, 219, 217);
label7.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label7.Location = new Point(608, 551);
label7.Name = "label7";
label7.Size = new Size(131, 28);
label7.TabIndex = 13;
label7.Text = "Have done all";
//
// PERFECT_1_quiz
//
PERFECT_1_quiz.BackColor = Color.Gray;
PERFECT_1_quiz.BackgroundImage = (Image)resources.GetObject("PERFECT_1_quiz.BackgroundImage");
PERFECT_1_quiz.BackgroundImageLayout = ImageLayout.Center;
PERFECT_1_quiz.Location = new Point(295, 162);
PERFECT_1_quiz.Name = "PERFECT_1_quiz";
PERFECT_1_quiz.Size = new Size(205, 159);
PERFECT_1_quiz.TabIndex = 14;
PERFECT_1_quiz.TabStop = false;
//
// PASSED_1_quiz
//
PASSED_1_quiz.BackColor = Color.Gray;
PASSED_1_quiz.BackgroundImage = (Image)resources.GetObject("PASSED_1_quiz.BackgroundImage");
PASSED_1_quiz.BackgroundImageLayout = ImageLayout.Center;
PASSED_1_quiz.Location = new Point(27, 162);
PASSED_1_quiz.Name = "PASSED_1_quiz";
PASSED_1_quiz.Size = new Size(205, 159);
PASSED_1_quiz.TabIndex = 15;
PASSED_1_quiz.TabStop = false;
//
// Achievements
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
BackgroundImage = (Image)resources.GetObject("$this.BackgroundImage");
BackgroundImageLayout = ImageLayout.Zoom;
ClientSize = new Size(820, 600);
Controls.Add(PASSED_1_quiz);
Controls.Add(PERFECT_1_quiz);
Controls.Add(label7);
Controls.Add(label6);
Controls.Add(label5);
Controls.Add(label4);
Controls.Add(label3);
Controls.Add(label2);
Controls.Add(PASSED_ALL);
Controls.Add(PASSED_2_QUIZZES);
Controls.Add(BIOLOGY);
Controls.Add(CODING_EXPERT);
DoubleBuffered = true;
FormBorderStyle = FormBorderStyle.None;
Name = "Achievements";
Text = "Achievements";
Load += Achievements_Load;
((System.ComponentModel.ISupportInitialize)CODING_EXPERT).EndInit();
((System.ComponentModel.ISupportInitialize)BIOLOGY).EndInit();
((System.ComponentModel.ISupportInitialize)PASSED_2_QUIZZES).EndInit();
((System.ComponentModel.ISupportInitialize)PASSED_ALL).EndInit();
((System.ComponentModel.ISupportInitialize)PERFECT_1_quiz).EndInit();
((System.ComponentModel.ISupportInitialize)PASSED_1_quiz).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private TextBox textBox1;
private PictureBox Firstblood;
private PictureBox PerfectStrike;
private PictureBox CODING_EXPERT;
private PictureBox BIOLOGY;
private PictureBox PASSED_2_QUIZZES;
private PictureBox PASSED_ALL;
private Label label2;
private Label label3;
private Label label4;
private Label label5;
private Label label6;
private Label label7;
private PictureBox PASSED_1_quiz;
private PictureBox PERFECT_1_quiz;
}
}