-
Notifications
You must be signed in to change notification settings - Fork 0
/
ClassroomFormat.Designer.cs
107 lines (101 loc) · 4.75 KB
/
ClassroomFormat.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
namespace Teacher_s_Student_And_Class_Management_System
{
partial class ClassroomFormat
{
/// <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()
{
this.flp = new System.Windows.Forms.FlowLayoutPanel();
this.button3 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.button58 = new System.Windows.Forms.Button();
this.flp.SuspendLayout();
this.SuspendLayout();
//
// flp
//
this.flp.Controls.Add(this.button58);
this.flp.Controls.Add(this.button3);
this.flp.Controls.Add(this.button1);
this.flp.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flp.Location = new System.Drawing.Point(3, 3);
this.flp.Name = "flp";
this.flp.Size = new System.Drawing.Size(215, 545);
this.flp.TabIndex = 0;
//
// button3
//
this.button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.button3.Font = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button3.ForeColor = System.Drawing.Color.Green;
this.button3.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.button3.Location = new System.Drawing.Point(3, 134);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(208, 125);
this.button3.TabIndex = 82;
this.button3.Text = "+ Add\r\n new exam/assignment\r\n section\r\n";
this.button3.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.button1.Font = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.ForeColor = System.Drawing.Color.Green;
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.button1.Location = new System.Drawing.Point(3, 265);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(208, 125);
this.button1.TabIndex = 80;
this.button1.Text = "Attendance";
this.button1.UseVisualStyleBackColor = true;
//
// button58
//
this.button58.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.button58.Font = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button58.ForeColor = System.Drawing.Color.Green;
this.button58.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.button58.Location = new System.Drawing.Point(3, 3);
this.button58.Name = "button58";
this.button58.Size = new System.Drawing.Size(208, 125);
this.button58.TabIndex = 79;
this.button58.Text = "All\r\n Students";
this.button58.UseVisualStyleBackColor = true;
//
// ClassroomFormat
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.flp);
this.Name = "ClassroomFormat";
this.Size = new System.Drawing.Size(1021, 622);
this.flp.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.FlowLayoutPanel flp;
private System.Windows.Forms.Button button58;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button1;
}
}