-
Notifications
You must be signed in to change notification settings - Fork 0
/
Form1.Designer.cs
189 lines (182 loc) · 10.4 KB
/
Form1.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
namespace SODV_2101_Term_Project
{
partial class LandingPage
{
/// <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(LandingPage));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.TermProjectTitle = new System.Windows.Forms.Label();
this.aboutbtn = new System.Windows.Forms.Button();
this.creditbtn = new System.Windows.Forms.Button();
this.Exitbtn = new System.Windows.Forms.Button();
this.nextpgbtn = new System.Windows.Forms.Button();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.interactiveMenu11 = new SODV_2101_Term_Project.InteractiveMenu1();
this.audioUserControls1 = new SODV_2101_Term_Project.AudioUserControls();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(12, 1);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(134, 115);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// TermProjectTitle
//
this.TermProjectTitle.AutoSize = true;
this.TermProjectTitle.BackColor = System.Drawing.Color.DarkRed;
this.TermProjectTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TermProjectTitle.ForeColor = System.Drawing.Color.Yellow;
this.TermProjectTitle.Location = new System.Drawing.Point(152, 1);
this.TermProjectTitle.Name = "TermProjectTitle";
this.TermProjectTitle.Size = new System.Drawing.Size(604, 55);
this.TermProjectTitle.TabIndex = 1;
this.TermProjectTitle.Text = "SODV 2101 Term Project ";
//
// aboutbtn
//
this.aboutbtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.aboutbtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.aboutbtn.ForeColor = System.Drawing.Color.Blue;
this.aboutbtn.Location = new System.Drawing.Point(195, 59);
this.aboutbtn.Name = "aboutbtn";
this.aboutbtn.Size = new System.Drawing.Size(130, 61);
this.aboutbtn.TabIndex = 2;
this.aboutbtn.Text = "About";
this.aboutbtn.UseVisualStyleBackColor = false;
this.aboutbtn.Click += new System.EventHandler(this.aboutbtn_Click);
//
// creditbtn
//
this.creditbtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.creditbtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.creditbtn.ForeColor = System.Drawing.Color.Blue;
this.creditbtn.Location = new System.Drawing.Point(350, 57);
this.creditbtn.Name = "creditbtn";
this.creditbtn.Size = new System.Drawing.Size(130, 61);
this.creditbtn.TabIndex = 3;
this.creditbtn.Text = "Credit";
this.creditbtn.UseVisualStyleBackColor = false;
this.creditbtn.Click += new System.EventHandler(this.creditbtn_Click);
//
// Exitbtn
//
this.Exitbtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.Exitbtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Exitbtn.ForeColor = System.Drawing.Color.Blue;
this.Exitbtn.Location = new System.Drawing.Point(507, 59);
this.Exitbtn.Name = "Exitbtn";
this.Exitbtn.Size = new System.Drawing.Size(130, 61);
this.Exitbtn.TabIndex = 4;
this.Exitbtn.Text = "Exit";
this.Exitbtn.UseVisualStyleBackColor = false;
this.Exitbtn.Click += new System.EventHandler(this.Exitbtn_Click);
//
// nextpgbtn
//
this.nextpgbtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.nextpgbtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.nextpgbtn.ForeColor = System.Drawing.Color.Blue;
this.nextpgbtn.Location = new System.Drawing.Point(533, 489);
this.nextpgbtn.Name = "nextpgbtn";
this.nextpgbtn.Size = new System.Drawing.Size(146, 46);
this.nextpgbtn.TabIndex = 5;
this.nextpgbtn.Text = "Next page";
this.nextpgbtn.UseVisualStyleBackColor = false;
this.nextpgbtn.Click += new System.EventHandler(this.nextpgbtn_Click);
//
// pictureBox2
//
this.pictureBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox2.BackgroundImage")));
this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox2.Location = new System.Drawing.Point(656, 59);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(100, 63);
this.pictureBox2.TabIndex = 8;
this.pictureBox2.TabStop = false;
//
// interactiveMenu11
//
this.interactiveMenu11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.interactiveMenu11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.interactiveMenu11.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.interactiveMenu11.Location = new System.Drawing.Point(12, 135);
this.interactiveMenu11.Margin = new System.Windows.Forms.Padding(5);
this.interactiveMenu11.Name = "interactiveMenu11";
this.interactiveMenu11.Size = new System.Drawing.Size(491, 400);
this.interactiveMenu11.TabIndex = 6;
//
// audioUserControls1
//
this.audioUserControls1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.audioUserControls1.Location = new System.Drawing.Point(-8, 124);
this.audioUserControls1.Name = "audioUserControls1";
this.audioUserControls1.Size = new System.Drawing.Size(776, 432);
this.audioUserControls1.TabIndex = 7;
this.audioUserControls1.Load += new System.EventHandler(this.audioUserControls1_Load);
//
// LandingPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(785, 564);
this.Controls.Add(this.nextpgbtn);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.interactiveMenu11);
this.Controls.Add(this.Exitbtn);
this.Controls.Add(this.creditbtn);
this.Controls.Add(this.aboutbtn);
this.Controls.Add(this.TermProjectTitle);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.audioUserControls1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "LandingPage";
this.Text = "SODV 2101 Term Project Notification App";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label TermProjectTitle;
private System.Windows.Forms.Button aboutbtn;
private System.Windows.Forms.Button creditbtn;
private System.Windows.Forms.Button Exitbtn;
private System.Windows.Forms.Button nextpgbtn;
private InteractiveMenu1 interactiveMenu11;
private AudioUserControls audioUserControls1;
private System.Windows.Forms.PictureBox pictureBox2;
}
}