finished coursework

This commit is contained in:
2024-04-21 02:51:22 +01:00
parent 7fd9f6998d
commit ca7c68898e
14 changed files with 293 additions and 167 deletions

View File

@@ -53,11 +53,15 @@
//
// button6
//
this.button6.Dock = System.Windows.Forms.DockStyle.Left;
this.button6.Location = new System.Drawing.Point(25, 769);
this.button6.Margin = new System.Windows.Forms.Padding(25);
this.button6.AutoSize = true;
this.button6.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.button6.Dock = System.Windows.Forms.DockStyle.Fill;
this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 48F);
this.button6.Location = new System.Drawing.Point(30, 770);
this.button6.Margin = new System.Windows.Forms.Padding(30);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(911, 136);
this.button6.Padding = new System.Windows.Forms.Padding(21);
this.button6.Size = new System.Drawing.Size(899, 125);
this.button6.TabIndex = 9;
this.button6.Text = "Bay 10";
this.button6.UseVisualStyleBackColor = true;
@@ -65,11 +69,15 @@
//
// button8
//
this.button8.Dock = System.Windows.Forms.DockStyle.Left;
this.button8.Location = new System.Drawing.Point(25, 397);
this.button8.Margin = new System.Windows.Forms.Padding(25);
this.button8.AutoSize = true;
this.button8.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.button8.Dock = System.Windows.Forms.DockStyle.Fill;
this.button8.Font = new System.Drawing.Font("Microsoft Sans Serif", 48F);
this.button8.Location = new System.Drawing.Point(30, 400);
this.button8.Margin = new System.Windows.Forms.Padding(30);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(911, 136);
this.button8.Padding = new System.Windows.Forms.Padding(21);
this.button8.Size = new System.Drawing.Size(899, 125);
this.button8.TabIndex = 7;
this.button8.Text = "Bay 8";
this.button8.UseVisualStyleBackColor = true;
@@ -77,11 +85,15 @@
//
// button7
//
this.button7.Dock = System.Windows.Forms.DockStyle.Left;
this.button7.Location = new System.Drawing.Point(25, 583);
this.button7.Margin = new System.Windows.Forms.Padding(25);
this.button7.AutoSize = true;
this.button7.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.button7.Dock = System.Windows.Forms.DockStyle.Fill;
this.button7.Font = new System.Drawing.Font("Microsoft Sans Serif", 48F);
this.button7.Location = new System.Drawing.Point(30, 585);
this.button7.Margin = new System.Windows.Forms.Padding(30);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(911, 136);
this.button7.Padding = new System.Windows.Forms.Padding(21);
this.button7.Size = new System.Drawing.Size(899, 125);
this.button7.TabIndex = 8;
this.button7.Text = "Bay 9";
this.button7.UseVisualStyleBackColor = true;
@@ -89,11 +101,15 @@
//
// button10
//
this.button10.Dock = System.Windows.Forms.DockStyle.Left;
this.button10.Location = new System.Drawing.Point(25, 25);
this.button10.Margin = new System.Windows.Forms.Padding(25);
this.button10.AutoSize = true;
this.button10.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.button10.Dock = System.Windows.Forms.DockStyle.Fill;
this.button10.Font = new System.Drawing.Font("Microsoft Sans Serif", 48F);
this.button10.Location = new System.Drawing.Point(30, 30);
this.button10.Margin = new System.Windows.Forms.Padding(30);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(911, 136);
this.button10.Padding = new System.Windows.Forms.Padding(21);
this.button10.Size = new System.Drawing.Size(899, 125);
this.button10.TabIndex = 5;
this.button10.Text = "Bay 6";
this.button10.UseVisualStyleBackColor = true;
@@ -101,11 +117,15 @@
//
// button9
//
this.button9.Dock = System.Windows.Forms.DockStyle.Left;
this.button9.Location = new System.Drawing.Point(25, 211);
this.button9.Margin = new System.Windows.Forms.Padding(25);
this.button9.AutoSize = true;
this.button9.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.button9.Dock = System.Windows.Forms.DockStyle.Fill;
this.button9.Font = new System.Drawing.Font("Microsoft Sans Serif", 48F);
this.button9.Location = new System.Drawing.Point(30, 215);
this.button9.Margin = new System.Windows.Forms.Padding(30);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(911, 136);
this.button9.Padding = new System.Windows.Forms.Padding(21);
this.button9.Size = new System.Drawing.Size(899, 125);
this.button9.TabIndex = 6;
this.button9.Text = "Bay 7";
this.button9.UseVisualStyleBackColor = true;
@@ -167,7 +187,7 @@
this.tableLayoutPanel2.Controls.Add(this.button9, 0, 1);
this.tableLayoutPanel2.Controls.Add(this.button7, 0, 3);
this.tableLayoutPanel2.Controls.Add(this.button6, 0, 4);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Left;
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.tableLayoutPanel2.Location = new System.Drawing.Point(959, 0);
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
@@ -177,7 +197,7 @@
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(959, 930);
this.tableLayoutPanel2.Size = new System.Drawing.Size(959, 925);
this.tableLayoutPanel2.TabIndex = 3;
//
// tableLayoutPanel1
@@ -191,7 +211,7 @@
this.tableLayoutPanel1.Controls.Add(this.button2, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.button4, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.button3, 0, 2);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Left;
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
@@ -201,16 +221,20 @@
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(959, 930);
this.tableLayoutPanel1.Size = new System.Drawing.Size(959, 925);
this.tableLayoutPanel1.TabIndex = 2;
//
// button1
//
this.button1.Dock = System.Windows.Forms.DockStyle.Left;
this.button1.Location = new System.Drawing.Point(25, 25);
this.button1.Margin = new System.Windows.Forms.Padding(25);
this.button1.AutoSize = true;
this.button1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 48F);
this.button1.Location = new System.Drawing.Point(30, 30);
this.button1.Margin = new System.Windows.Forms.Padding(30);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(911, 136);
this.button1.Padding = new System.Windows.Forms.Padding(21);
this.button1.Size = new System.Drawing.Size(899, 125);
this.button1.TabIndex = 0;
this.button1.Text = "Bay 1";
this.button1.UseVisualStyleBackColor = true;
@@ -218,11 +242,15 @@
//
// button5
//
this.button5.Dock = System.Windows.Forms.DockStyle.Left;
this.button5.Location = new System.Drawing.Point(25, 769);
this.button5.Margin = new System.Windows.Forms.Padding(25);
this.button5.AutoSize = true;
this.button5.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.button5.Dock = System.Windows.Forms.DockStyle.Fill;
this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 48F);
this.button5.Location = new System.Drawing.Point(30, 770);
this.button5.Margin = new System.Windows.Forms.Padding(30);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(911, 136);
this.button5.Padding = new System.Windows.Forms.Padding(21);
this.button5.Size = new System.Drawing.Size(899, 125);
this.button5.TabIndex = 4;
this.button5.Text = "Bay 5";
this.button5.UseVisualStyleBackColor = true;
@@ -230,11 +258,15 @@
//
// button2
//
this.button2.Dock = System.Windows.Forms.DockStyle.Left;
this.button2.Location = new System.Drawing.Point(25, 211);
this.button2.Margin = new System.Windows.Forms.Padding(25);
this.button2.AutoSize = true;
this.button2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.button2.Dock = System.Windows.Forms.DockStyle.Fill;
this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 48F);
this.button2.Location = new System.Drawing.Point(30, 215);
this.button2.Margin = new System.Windows.Forms.Padding(30);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(911, 136);
this.button2.Padding = new System.Windows.Forms.Padding(21);
this.button2.Size = new System.Drawing.Size(899, 125);
this.button2.TabIndex = 1;
this.button2.Text = "Bay 2";
this.button2.UseVisualStyleBackColor = true;
@@ -242,11 +274,15 @@
//
// button4
//
this.button4.Dock = System.Windows.Forms.DockStyle.Left;
this.button4.Location = new System.Drawing.Point(25, 583);
this.button4.Margin = new System.Windows.Forms.Padding(25);
this.button4.AutoSize = true;
this.button4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.button4.Dock = System.Windows.Forms.DockStyle.Fill;
this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 48F);
this.button4.Location = new System.Drawing.Point(30, 585);
this.button4.Margin = new System.Windows.Forms.Padding(30);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(911, 136);
this.button4.Padding = new System.Windows.Forms.Padding(21);
this.button4.Size = new System.Drawing.Size(899, 125);
this.button4.TabIndex = 3;
this.button4.Text = "Bay 4";
this.button4.UseVisualStyleBackColor = true;
@@ -254,11 +290,15 @@
//
// button3
//
this.button3.Dock = System.Windows.Forms.DockStyle.Left;
this.button3.Location = new System.Drawing.Point(25, 397);
this.button3.Margin = new System.Windows.Forms.Padding(25);
this.button3.AutoSize = true;
this.button3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.button3.Dock = System.Windows.Forms.DockStyle.Fill;
this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 48F);
this.button3.Location = new System.Drawing.Point(30, 400);
this.button3.Margin = new System.Windows.Forms.Padding(30);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(911, 136);
this.button3.Padding = new System.Windows.Forms.Padding(21);
this.button3.Size = new System.Drawing.Size(899, 125);
this.button3.TabIndex = 2;
this.button3.Text = "Bay 3";
this.button3.UseVisualStyleBackColor = true;
@@ -306,7 +346,9 @@
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();