namespace LiftSimulatorForm { partial class LiftSimulatorForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LiftSimulatorForm)); this.liftPanel = new System.Windows.Forms.Panel(); this.floor0Button = new System.Windows.Forms.Button(); this.floor3Button = new System.Windows.Forms.Button(); this.floor2Button = new System.Windows.Forms.Button(); this.floor1Button = new System.Windows.Forms.Button(); this.downPictureBox = new System.Windows.Forms.PictureBox(); this.upPictureBox = new System.Windows.Forms.PictureBox(); this.floorLabel = new System.Windows.Forms.Label(); this.floor0Lab = new System.Windows.Forms.Label(); this.floor1Lab = new System.Windows.Forms.Label(); this.floor2Lab = new System.Windows.Forms.Label(); this.floor3Lab = new System.Windows.Forms.Label(); this.floor2UpButton = new System.Windows.Forms.Button(); this.floor1UpButton = new System.Windows.Forms.Button(); this.floor0UpButton = new System.Windows.Forms.Button(); this.floor3DownButton = new System.Windows.Forms.Button(); this.floor2DownButton = new System.Windows.Forms.Button(); this.floor1DownButton = new System.Windows.Forms.Button(); this.increaseLiftSpeedButton = new System.Windows.Forms.Button(); this.decreaseLiftSpeedButton = new System.Windows.Forms.Button(); this.liftSpeedLabel = new System.Windows.Forms.Label(); this.eventRateLabel = new System.Windows.Forms.Label(); this.increaseEventRateButton = new System.Windows.Forms.Button(); this.decreaseEventRateButton = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.simulatorButton = new System.Windows.Forms.Button(); this.eventCountLabel = new System.Windows.Forms.Label(); this.liftPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.downPictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.upPictureBox)).BeginInit(); this.SuspendLayout(); // // liftPanel // this.liftPanel.BackColor = System.Drawing.Color.PaleGreen; this.liftPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.liftPanel.Controls.Add(this.floor0Button); this.liftPanel.Controls.Add(this.floor3Button); this.liftPanel.Controls.Add(this.floor2Button); this.liftPanel.Controls.Add(this.floor1Button); this.liftPanel.Controls.Add(this.downPictureBox); this.liftPanel.Controls.Add(this.upPictureBox); this.liftPanel.Controls.Add(this.floorLabel); this.liftPanel.Location = new System.Drawing.Point(167, 12); this.liftPanel.Name = "liftPanel"; this.liftPanel.Size = new System.Drawing.Size(134, 143); this.liftPanel.TabIndex = 2; // // floor0Button // this.floor0Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.floor0Button.ForeColor = System.Drawing.Color.Black; this.floor0Button.Location = new System.Drawing.Point(75, 90); this.floor0Button.Name = "floor0Button"; this.floor0Button.Size = new System.Drawing.Size(20, 21); this.floor0Button.TabIndex = 12; this.floor0Button.Text = "0"; this.floor0Button.UseVisualStyleBackColor = true; this.floor0Button.Click += new System.EventHandler(this.floor0Button_Click); // // floor3Button // this.floor3Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.floor3Button.Location = new System.Drawing.Point(101, 117); this.floor3Button.Name = "floor3Button"; this.floor3Button.Size = new System.Drawing.Size(20, 21); this.floor3Button.TabIndex = 11; this.floor3Button.Text = "3"; this.floor3Button.UseVisualStyleBackColor = true; this.floor3Button.Click += new System.EventHandler(this.floor3Button_Click); // // floor2Button // this.floor2Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.floor2Button.Location = new System.Drawing.Point(75, 117); this.floor2Button.Name = "floor2Button"; this.floor2Button.Size = new System.Drawing.Size(20, 21); this.floor2Button.TabIndex = 10; this.floor2Button.Text = "2"; this.floor2Button.UseVisualStyleBackColor = true; this.floor2Button.Click += new System.EventHandler(this.floor2Button_Click); // // floor1Button // this.floor1Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.floor1Button.Location = new System.Drawing.Point(101, 90); this.floor1Button.Name = "floor1Button"; this.floor1Button.Size = new System.Drawing.Size(20, 21); this.floor1Button.TabIndex = 9; this.floor1Button.Text = "1"; this.floor1Button.UseVisualStyleBackColor = true; this.floor1Button.Click += new System.EventHandler(this.floor1Button_Click); // // downPictureBox // this.downPictureBox.BackColor = System.Drawing.Color.PaleGreen; this.downPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.downPictureBox.Cursor = System.Windows.Forms.Cursors.No; this.downPictureBox.ErrorImage = null; this.downPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("downPictureBox.Image"))); this.downPictureBox.Location = new System.Drawing.Point(101, 11); this.downPictureBox.Name = "downPictureBox"; this.downPictureBox.Size = new System.Drawing.Size(26, 35); this.downPictureBox.TabIndex = 7; this.downPictureBox.TabStop = false; // // upPictureBox // this.upPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.upPictureBox.ErrorImage = ((System.Drawing.Image)(resources.GetObject("upPictureBox.ErrorImage"))); this.upPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("upPictureBox.Image"))); this.upPictureBox.Location = new System.Drawing.Point(69, 11); this.upPictureBox.Name = "upPictureBox"; this.upPictureBox.Size = new System.Drawing.Size(26, 35); this.upPictureBox.TabIndex = 6; this.upPictureBox.TabStop = false; // // floorLabel // this.floorLabel.AutoSize = true; this.floorLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.floorLabel.Location = new System.Drawing.Point(3, 19); this.floorLabel.Name = "floorLabel"; this.floorLabel.Size = new System.Drawing.Size(48, 16); this.floorLabel.TabIndex = 5; this.floorLabel.Text = "Floor "; // // floor0Lab // this.floor0Lab.AutoSize = true; this.floor0Lab.Location = new System.Drawing.Point(12, 750); this.floor0Lab.Name = "floor0Lab"; this.floor0Lab.Size = new System.Drawing.Size(39, 13); this.floor0Lab.TabIndex = 3; this.floor0Lab.Text = "Floor 0"; // // floor1Lab // this.floor1Lab.AutoSize = true; this.floor1Lab.Location = new System.Drawing.Point(12, 550); this.floor1Lab.Name = "floor1Lab"; this.floor1Lab.Size = new System.Drawing.Size(39, 13); this.floor1Lab.TabIndex = 4; this.floor1Lab.Text = "Floor 1"; // // floor2Lab // this.floor2Lab.AutoSize = true; this.floor2Lab.Location = new System.Drawing.Point(12, 350); this.floor2Lab.Name = "floor2Lab"; this.floor2Lab.Size = new System.Drawing.Size(39, 13); this.floor2Lab.TabIndex = 5; this.floor2Lab.Text = "Floor 2"; // // floor3Lab // this.floor3Lab.AutoSize = true; this.floor3Lab.Location = new System.Drawing.Point(12, 150); this.floor3Lab.Name = "floor3Lab"; this.floor3Lab.Size = new System.Drawing.Size(39, 13); this.floor3Lab.TabIndex = 6; this.floor3Lab.Text = "Floor 3"; // // floor2UpButton // this.floor2UpButton.Image = ((System.Drawing.Image)(resources.GetObject("floor2UpButton.Image"))); this.floor2UpButton.Location = new System.Drawing.Point(9, 292); this.floor2UpButton.Name = "floor2UpButton"; this.floor2UpButton.Size = new System.Drawing.Size(34, 44); this.floor2UpButton.TabIndex = 8; this.floor2UpButton.UseVisualStyleBackColor = true; this.floor2UpButton.Click += new System.EventHandler(this.floor2UpButton_Click); // // floor1UpButton // this.floor1UpButton.Image = ((System.Drawing.Image)(resources.GetObject("floor1UpButton.Image"))); this.floor1UpButton.Location = new System.Drawing.Point(9, 493); this.floor1UpButton.Name = "floor1UpButton"; this.floor1UpButton.Size = new System.Drawing.Size(34, 44); this.floor1UpButton.TabIndex = 9; this.floor1UpButton.UseVisualStyleBackColor = true; this.floor1UpButton.Click += new System.EventHandler(this.floor1UpButton_Click); // // floor0UpButton // this.floor0UpButton.Image = ((System.Drawing.Image)(resources.GetObject("floor0UpButton.Image"))); this.floor0UpButton.Location = new System.Drawing.Point(9, 694); this.floor0UpButton.Name = "floor0UpButton"; this.floor0UpButton.Size = new System.Drawing.Size(34, 44); this.floor0UpButton.TabIndex = 10; this.floor0UpButton.UseVisualStyleBackColor = true; this.floor0UpButton.Click += new System.EventHandler(this.floor0UpButton_Click); // // floor3DownButton // this.floor3DownButton.Image = ((System.Drawing.Image)(resources.GetObject("floor3DownButton.Image"))); this.floor3DownButton.Location = new System.Drawing.Point(12, 92); this.floor3DownButton.Name = "floor3DownButton"; this.floor3DownButton.Size = new System.Drawing.Size(32, 43); this.floor3DownButton.TabIndex = 11; this.floor3DownButton.UseVisualStyleBackColor = true; this.floor3DownButton.Click += new System.EventHandler(this.floor3DownButton_Click); // // floor2DownButton // this.floor2DownButton.Image = ((System.Drawing.Image)(resources.GetObject("floor2DownButton.Image"))); this.floor2DownButton.Location = new System.Drawing.Point(49, 293); this.floor2DownButton.Name = "floor2DownButton"; this.floor2DownButton.Size = new System.Drawing.Size(32, 43); this.floor2DownButton.TabIndex = 12; this.floor2DownButton.UseVisualStyleBackColor = true; this.floor2DownButton.Click += new System.EventHandler(this.floor2DownButton_Click); // // floor1DownButton // this.floor1DownButton.Image = ((System.Drawing.Image)(resources.GetObject("floor1DownButton.Image"))); this.floor1DownButton.Location = new System.Drawing.Point(49, 494); this.floor1DownButton.Name = "floor1DownButton"; this.floor1DownButton.Size = new System.Drawing.Size(32, 43); this.floor1DownButton.TabIndex = 13; this.floor1DownButton.UseVisualStyleBackColor = true; this.floor1DownButton.Click += new System.EventHandler(this.floor1DownButton_Click); // // increaseLiftSpeedButton // this.increaseLiftSpeedButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.increaseLiftSpeedButton.Location = new System.Drawing.Point(384, 53); this.increaseLiftSpeedButton.Name = "increaseLiftSpeedButton"; this.increaseLiftSpeedButton.Size = new System.Drawing.Size(43, 39); this.increaseLiftSpeedButton.TabIndex = 15; this.increaseLiftSpeedButton.Text = "+"; this.increaseLiftSpeedButton.UseVisualStyleBackColor = true; this.increaseLiftSpeedButton.Click += new System.EventHandler(this.increaseLiftSpeedButton_Click); // // decreaseLiftSpeedButton // this.decreaseLiftSpeedButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.decreaseLiftSpeedButton.Location = new System.Drawing.Point(446, 53); this.decreaseLiftSpeedButton.Name = "decreaseLiftSpeedButton"; this.decreaseLiftSpeedButton.Size = new System.Drawing.Size(43, 39); this.decreaseLiftSpeedButton.TabIndex = 16; this.decreaseLiftSpeedButton.Text = "-"; this.decreaseLiftSpeedButton.UseVisualStyleBackColor = true; this.decreaseLiftSpeedButton.Click += new System.EventHandler(this.decreaseLiftSpeedButton_Click); // // liftSpeedLabel // this.liftSpeedLabel.AutoSize = true; this.liftSpeedLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.liftSpeedLabel.Location = new System.Drawing.Point(380, 12); this.liftSpeedLabel.Name = "liftSpeedLabel"; this.liftSpeedLabel.Size = new System.Drawing.Size(100, 24); this.liftSpeedLabel.TabIndex = 17; this.liftSpeedLabel.Text = "Lift speed"; // // eventRateLabel // this.eventRateLabel.AutoSize = true; this.eventRateLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.eventRateLabel.Location = new System.Drawing.Point(381, 142); this.eventRateLabel.Name = "eventRateLabel"; this.eventRateLabel.Size = new System.Drawing.Size(0, 24); this.eventRateLabel.TabIndex = 18; // // increaseEventRateButton // this.increaseEventRateButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.increaseEventRateButton.Location = new System.Drawing.Point(384, 180); this.increaseEventRateButton.Name = "increaseEventRateButton"; this.increaseEventRateButton.Size = new System.Drawing.Size(43, 39); this.increaseEventRateButton.TabIndex = 19; this.increaseEventRateButton.Text = "+"; this.increaseEventRateButton.UseVisualStyleBackColor = true; this.increaseEventRateButton.Click += new System.EventHandler(this.increaseEventRateButton_Click); // // decreaseEventRateButton // this.decreaseEventRateButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.decreaseEventRateButton.Location = new System.Drawing.Point(446, 180); this.decreaseEventRateButton.Name = "decreaseEventRateButton"; this.decreaseEventRateButton.Size = new System.Drawing.Size(43, 39); this.decreaseEventRateButton.TabIndex = 20; this.decreaseEventRateButton.Text = "-"; this.decreaseEventRateButton.UseVisualStyleBackColor = true; this.decreaseEventRateButton.Click += new System.EventHandler(this.decreaseEventRateButton_Click); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(383, 260); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(97, 24); this.label2.TabIndex = 21; this.label2.Text = "Simulator"; // // simulatorButton // this.simulatorButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.simulatorButton.Image = ((System.Drawing.Image)(resources.GetObject("simulatorButton.Image"))); this.simulatorButton.Location = new System.Drawing.Point(384, 298); this.simulatorButton.Name = "simulatorButton"; this.simulatorButton.Size = new System.Drawing.Size(65, 50); this.simulatorButton.TabIndex = 22; this.simulatorButton.UseVisualStyleBackColor = true; this.simulatorButton.Click += new System.EventHandler(this.simulatorButton_Click); // // eventCountLabel // this.eventCountLabel.AutoSize = true; this.eventCountLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.eventCountLabel.Location = new System.Drawing.Point(342, 410); this.eventCountLabel.Name = "eventCountLabel"; this.eventCountLabel.Size = new System.Drawing.Size(121, 24); this.eventCountLabel.TabIndex = 24; this.eventCountLabel.Text = "Event count"; // // LiftSimulatorForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(592, 786); this.Controls.Add(this.eventCountLabel); this.Controls.Add(this.simulatorButton); this.Controls.Add(this.label2); this.Controls.Add(this.decreaseEventRateButton); this.Controls.Add(this.increaseEventRateButton); this.Controls.Add(this.eventRateLabel); this.Controls.Add(this.liftSpeedLabel); this.Controls.Add(this.decreaseLiftSpeedButton); this.Controls.Add(this.increaseLiftSpeedButton); this.Controls.Add(this.floor1DownButton); this.Controls.Add(this.floor2DownButton); this.Controls.Add(this.floor3DownButton); this.Controls.Add(this.floor0UpButton); this.Controls.Add(this.floor1UpButton); this.Controls.Add(this.floor2UpButton); this.Controls.Add(this.floor3Lab); this.Controls.Add(this.floor2Lab); this.Controls.Add(this.floor1Lab); this.Controls.Add(this.floor0Lab); this.Controls.Add(this.liftPanel); this.Name = "LiftSimulatorForm"; this.Text = "Lift Simulator Form"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LiftSimulatorForm_FormClosing); this.liftPanel.ResumeLayout(false); this.liftPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.downPictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.upPictureBox)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel liftPanel; private System.Windows.Forms.Label floor0Lab; private System.Windows.Forms.Label floor1Lab; private System.Windows.Forms.Label floor2Lab; private System.Windows.Forms.Label floor3Lab; private System.Windows.Forms.PictureBox downPictureBox; private System.Windows.Forms.PictureBox upPictureBox; private System.Windows.Forms.Label floorLabel; private System.Windows.Forms.Button floor3Button; private System.Windows.Forms.Button floor2Button; private System.Windows.Forms.Button floor1Button; private System.Windows.Forms.Button floor0Button; private System.Windows.Forms.Button floor2UpButton; private System.Windows.Forms.Button floor1UpButton; private System.Windows.Forms.Button floor0UpButton; private System.Windows.Forms.Button floor3DownButton; private System.Windows.Forms.Button floor2DownButton; private System.Windows.Forms.Button floor1DownButton; private System.Windows.Forms.Button increaseLiftSpeedButton; private System.Windows.Forms.Button decreaseLiftSpeedButton; private System.Windows.Forms.Label liftSpeedLabel; private System.Windows.Forms.Label eventRateLabel; private System.Windows.Forms.Button increaseEventRateButton; private System.Windows.Forms.Button decreaseEventRateButton; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button simulatorButton; private System.Windows.Forms.Label eventCountLabel; } }