namespace HCI_Coursework_EVCHARGE { partial class BaySelection { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.button6 = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.button10 = new System.Windows.Forms.Button(); this.button9 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.button1 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.userLabel = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.panel3.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // button6 // 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.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; this.button6.Click += new System.EventHandler(this.bayButton_Click); // // button8 // 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.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; this.button8.Click += new System.EventHandler(this.bayButton_Click); // // button7 // 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.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; this.button7.Click += new System.EventHandler(this.bayButton_Click); // // button10 // 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.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; this.button10.Click += new System.EventHandler(this.bayButton_Click); // // button9 // 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.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; this.button9.Click += new System.EventHandler(this.bayButton_Click); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F); this.label1.Location = new System.Drawing.Point(296, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(261, 31); this.label1.TabIndex = 5; this.label1.Text = "Select Charging Bay"; // // panel3 // this.panel3.AutoSize = true; this.panel3.BackColor = System.Drawing.SystemColors.Control; this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel3.Controls.Add(this.tableLayoutPanel3); this.panel3.Controls.Add(this.userLabel); this.panel3.Controls.Add(this.label2); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.ForeColor = System.Drawing.SystemColors.ControlText; this.panel3.Location = new System.Drawing.Point(0, 0); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(1920, 1080); this.panel3.TabIndex = 2; // // tableLayoutPanel3 // this.tableLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tableLayoutPanel3.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.tableLayoutPanel3.ColumnCount = 2; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel2, 1, 0); this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel1, 0, 0); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Bottom; this.tableLayoutPanel3.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize; this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 160); this.tableLayoutPanel3.MaximumSize = new System.Drawing.Size(1918, 918); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 1; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(1918, 918); this.tableLayoutPanel3.TabIndex = 4; // // tableLayoutPanel2 // this.tableLayoutPanel2.AutoSize = true; this.tableLayoutPanel2.BackColor = System.Drawing.SystemColors.Control; this.tableLayoutPanel2.ColumnCount = 1; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.Controls.Add(this.button10, 0, 0); this.tableLayoutPanel2.Controls.Add(this.button8, 0, 2); 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.Bottom; this.tableLayoutPanel2.Location = new System.Drawing.Point(959, 0); this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 5; 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.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, 925); this.tableLayoutPanel2.TabIndex = 3; // // tableLayoutPanel1 // this.tableLayoutPanel1.AutoSize = true; this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.Control; this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.Controls.Add(this.button1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.button5, 0, 4); 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.Bottom; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 5; 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.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, 925); this.tableLayoutPanel1.TabIndex = 2; // // button1 // 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.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; this.button1.Click += new System.EventHandler(this.bayButton_Click); // // button5 // 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.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; this.button5.Click += new System.EventHandler(this.bayButton_Click); // // button2 // 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.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; this.button2.Click += new System.EventHandler(this.bayButton_Click); // // button4 // 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.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; this.button4.Click += new System.EventHandler(this.bayButton_Click); // // button3 // 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.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; this.button3.Click += new System.EventHandler(this.bayButton_Click); // // userLabel // this.userLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.userLabel.AutoSize = true; this.userLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F); this.userLabel.Location = new System.Drawing.Point(24, 64); this.userLabel.Name = "userLabel"; this.userLabel.Size = new System.Drawing.Size(176, 31); this.userLabel.TabIndex = 1; this.userLabel.Text = "Logged in as:"; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 40F); this.label2.Location = new System.Drawing.Point(664, 40); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(519, 63); this.label2.TabIndex = 0; this.label2.Text = "Select Charging Bay"; // // BaySelection // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(1920, 1080); this.Controls.Add(this.panel3); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "BaySelection"; this.Text = "BaySelection"; this.TopMost = true; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); 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(); } #endregion private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button10; private System.Windows.Forms.Button button9; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label userLabel; private System.Windows.Forms.Label label2; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button3; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; } }