-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFrnstatistic.Designer.cs
173 lines (167 loc) · 7.94 KB
/
Frnstatistic.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
namespace Note_Record_Project
{
partial class Frnstatistic
{
/// <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()
{
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.lblacc = new System.Windows.Forms.Label();
this.lblfail = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.lblavrage = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Blue;
this.panel1.Controls.Add(this.lblacc);
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(32, 40);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(393, 253);
this.panel1.TabIndex = 0;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.panel2.Controls.Add(this.lblfail);
this.panel2.Controls.Add(this.label3);
this.panel2.Location = new System.Drawing.Point(448, 40);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(393, 253);
this.panel2.TabIndex = 1;
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.panel3.Controls.Add(this.lblavrage);
this.panel3.Controls.Add(this.label5);
this.panel3.Location = new System.Drawing.Point(863, 40);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(393, 253);
this.panel3.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Sitka Text", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.label1.Location = new System.Drawing.Point(39, 36);
this.label1.Name = "label1";
this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.label1.Size = new System.Drawing.Size(324, 30);
this.label1.TabIndex = 0;
this.label1.Text = "ACCEPT STUDENTS NUMBER:";
//
// lblacc
//
this.lblacc.AutoSize = true;
this.lblacc.Font = new System.Drawing.Font("Sitka Text", 36F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.lblacc.Location = new System.Drawing.Point(138, 85);
this.lblacc.Name = "lblacc";
this.lblacc.Size = new System.Drawing.Size(92, 69);
this.lblacc.TabIndex = 1;
this.lblacc.Text = "00";
//
// lblfail
//
this.lblfail.AutoSize = true;
this.lblfail.Font = new System.Drawing.Font("Sitka Text", 36F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.lblfail.Location = new System.Drawing.Point(139, 85);
this.lblfail.Name = "lblfail";
this.lblfail.Size = new System.Drawing.Size(92, 69);
this.lblfail.TabIndex = 3;
this.lblfail.Text = "00";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Sitka Text", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.label3.Location = new System.Drawing.Point(40, 36);
this.label3.Name = "label3";
this.label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.label3.Size = new System.Drawing.Size(326, 30);
this.label3.TabIndex = 2;
this.label3.Text = "FAILED STUDENTS NUMBER:";
//
// lblavrage
//
this.lblavrage.AutoSize = true;
this.lblavrage.Font = new System.Drawing.Font("Sitka Text", 36F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.lblavrage.Location = new System.Drawing.Point(138, 85);
this.lblavrage.Name = "lblavrage";
this.lblavrage.Size = new System.Drawing.Size(92, 69);
this.lblavrage.TabIndex = 3;
this.lblavrage.Text = "00";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Sitka Text", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.label5.Location = new System.Drawing.Point(39, 36);
this.label5.Name = "label5";
this.label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.label5.Size = new System.Drawing.Size(342, 30);
this.label5.TabIndex = 2;
this.label5.Text = "AVERAGE STUDENTS NUMBER:";
//
// Frnstatistic
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.DarkCyan;
this.ClientSize = new System.Drawing.Size(1295, 348);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "Frnstatistic";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Frnstatistic";
this.Load += new System.EventHandler(this.Frnstatistic_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label lblacc;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label lblfail;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Label lblavrage;
private System.Windows.Forms.Label label5;
}
}