-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDASHBOARD_form.Designer.cs
More file actions
176 lines (172 loc) · 7.68 KB
/
DASHBOARD_form.Designer.cs
File metadata and controls
176 lines (172 loc) · 7.68 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
namespace SOFTDEV_FINAL_PROJECT
{
partial class DASHBOARD_form
{
/// <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(DASHBOARD_form));
fileSystemWatcher1 = new FileSystemWatcher();
Backbutto = new Button();
Profile_button = new Button();
quizbotbutton = new Button();
AchievementsButton = new Button();
Rankingbutton = new Button();
MAINPanel = new Panel();
UPDATEBUTTON = new Button();
((System.ComponentModel.ISupportInitialize)fileSystemWatcher1).BeginInit();
SuspendLayout();
//
// fileSystemWatcher1
//
fileSystemWatcher1.EnableRaisingEvents = true;
fileSystemWatcher1.SynchronizingObject = this;
//
// Backbutto
//
Backbutto.BackColor = Color.Teal;
Backbutto.Font = new Font("Segoe UI Semibold", 9F, FontStyle.Bold);
Backbutto.ForeColor = Color.White;
Backbutto.Location = new Point(23, 550);
Backbutto.Name = "Backbutto";
Backbutto.Size = new Size(200, 58);
Backbutto.TabIndex = 0;
Backbutto.Text = "Back";
Backbutto.UseVisualStyleBackColor = false;
Backbutto.Click += Backbutto_Click;
//
// Profile_button
//
Profile_button.BackColor = Color.Teal;
Profile_button.Font = new Font("Segoe UI Semibold", 9F, FontStyle.Bold);
Profile_button.ForeColor = Color.Transparent;
Profile_button.Image = (Image)resources.GetObject("Profile_button.Image");
Profile_button.ImageAlign = ContentAlignment.MiddleLeft;
Profile_button.Location = new Point(36, 165);
Profile_button.Name = "Profile_button";
Profile_button.Size = new Size(172, 64);
Profile_button.TabIndex = 7;
Profile_button.Text = "Profile";
Profile_button.UseVisualStyleBackColor = false;
Profile_button.Click += Profile_button_Click;
//
// quizbotbutton
//
quizbotbutton.BackColor = Color.Teal;
quizbotbutton.Font = new Font("Segoe UI Semibold", 9F, FontStyle.Bold);
quizbotbutton.ForeColor = Color.Transparent;
quizbotbutton.Image = (Image)resources.GetObject("quizbotbutton.Image");
quizbotbutton.ImageAlign = ContentAlignment.MiddleLeft;
quizbotbutton.Location = new Point(36, 305);
quizbotbutton.Name = "quizbotbutton";
quizbotbutton.Size = new Size(172, 73);
quizbotbutton.TabIndex = 5;
quizbotbutton.Text = "Quizbot";
quizbotbutton.UseVisualStyleBackColor = false;
quizbotbutton.Click += quizbotbutton_Click;
//
// AchievementsButton
//
AchievementsButton.BackColor = Color.Teal;
AchievementsButton.Font = new Font("Segoe UI Semibold", 9F, FontStyle.Bold);
AchievementsButton.ForeColor = Color.Transparent;
AchievementsButton.Image = (Image)resources.GetObject("AchievementsButton.Image");
AchievementsButton.ImageAlign = ContentAlignment.MiddleLeft;
AchievementsButton.Location = new Point(36, 235);
AchievementsButton.Name = "AchievementsButton";
AchievementsButton.Size = new Size(172, 64);
AchievementsButton.TabIndex = 5;
AchievementsButton.Text = " Achievements";
AchievementsButton.UseVisualStyleBackColor = false;
AchievementsButton.Click += AchievementsButton_Click;
//
// Rankingbutton
//
Rankingbutton.BackColor = Color.Teal;
Rankingbutton.Font = new Font("Segoe UI Semibold", 9F, FontStyle.Bold);
Rankingbutton.ForeColor = Color.Transparent;
Rankingbutton.Image = (Image)resources.GetObject("Rankingbutton.Image");
Rankingbutton.ImageAlign = ContentAlignment.MiddleLeft;
Rankingbutton.Location = new Point(36, 384);
Rankingbutton.Name = "Rankingbutton";
Rankingbutton.Size = new Size(172, 64);
Rankingbutton.TabIndex = 6;
Rankingbutton.Text = "Ranking";
Rankingbutton.UseVisualStyleBackColor = false;
Rankingbutton.Click += Rankingbutton_Click;
//
// MAINPanel
//
MAINPanel.BackColor = Color.Turquoise;
MAINPanel.Location = new Point(267, 12);
MAINPanel.Name = "MAINPanel";
MAINPanel.Size = new Size(820, 600);
MAINPanel.TabIndex = 0;
//
// UPDATEBUTTON
//
UPDATEBUTTON.BackColor = Color.Teal;
UPDATEBUTTON.Font = new Font("Segoe UI Semibold", 9F, FontStyle.Bold);
UPDATEBUTTON.ForeColor = Color.White;
UPDATEBUTTON.Location = new Point(36, 465);
UPDATEBUTTON.Name = "UPDATEBUTTON";
UPDATEBUTTON.Size = new Size(172, 64);
UPDATEBUTTON.TabIndex = 8;
UPDATEBUTTON.Text = "Update Profile";
UPDATEBUTTON.UseVisualStyleBackColor = false;
UPDATEBUTTON.Click += UPDATEBUTTON_Click;
//
// DASHBOARD_form
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = SystemColors.ControlLight;
BackgroundImage = (Image)resources.GetObject("$this.BackgroundImage");
BackgroundImageLayout = ImageLayout.Zoom;
ClientSize = new Size(1100, 620);
Controls.Add(UPDATEBUTTON);
Controls.Add(Backbutto);
Controls.Add(Rankingbutton);
Controls.Add(Profile_button);
Controls.Add(AchievementsButton);
Controls.Add(quizbotbutton);
Controls.Add(MAINPanel);
DoubleBuffered = true;
FormBorderStyle = FormBorderStyle.None;
Name = "DASHBOARD_form";
Text = "DASHBOARD_form";
Load += DASHBOARD_form_Load_1;
((System.ComponentModel.ISupportInitialize)fileSystemWatcher1).EndInit();
ResumeLayout(false);
}
#endregion
private FileSystemWatcher fileSystemWatcher1;
private Panel MAINPanel;
private Button Profile_button;
private Button quizbotbutton;
private Button Rankingbutton;
private Button AchievementsButton;
private Button Backbutto;
private Button UPDATEBUTTON;
}
}