namespace Übungen_LF6_WinFormanwendung { partial class Aufzug { /// /// 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.ButtonEG = new System.Windows.Forms.Button(); this.Button1 = new System.Windows.Forms.Button(); this.Button2 = new System.Windows.Forms.Button(); this.Sensor1 = new System.Windows.Forms.CheckBox(); this.Sensor2 = new System.Windows.Forms.CheckBox(); this.SensorEG = new System.Windows.Forms.CheckBox(); this.ButtonAufzug = new System.Windows.Forms.Button(); this.ButtonErdgeschoss = new System.Windows.Forms.Button(); this.ButtonEtage1 = new System.Windows.Forms.Button(); this.ButtonEtage2 = new System.Windows.Forms.Button(); this.button_ende = new System.Windows.Forms.Button(); this.SuspendLayout(); // // ButtonEG // this.ButtonEG.Location = new System.Drawing.Point(567, 407); this.ButtonEG.Name = "ButtonEG"; this.ButtonEG.Size = new System.Drawing.Size(75, 23); this.ButtonEG.TabIndex = 0; this.ButtonEG.Text = "EG"; this.ButtonEG.UseVisualStyleBackColor = true; this.ButtonEG.Click += new System.EventHandler(this.ButtonEG_Click); // // Button1 // this.Button1.Location = new System.Drawing.Point(567, 368); this.Button1.Name = "Button1"; this.Button1.Size = new System.Drawing.Size(75, 23); this.Button1.TabIndex = 1; this.Button1.Text = "1"; this.Button1.UseVisualStyleBackColor = true; this.Button1.Click += new System.EventHandler(this.Button1_Click); // // Button2 // this.Button2.Location = new System.Drawing.Point(567, 328); this.Button2.Name = "Button2"; this.Button2.Size = new System.Drawing.Size(75, 23); this.Button2.TabIndex = 2; this.Button2.Text = "2"; this.Button2.UseVisualStyleBackColor = true; this.Button2.Click += new System.EventHandler(this.Button2_Click); // // Sensor1 // this.Sensor1.AutoSize = true; this.Sensor1.Location = new System.Drawing.Point(46, 198); this.Sensor1.Name = "Sensor1"; this.Sensor1.Size = new System.Drawing.Size(39, 17); this.Sensor1.TabIndex = 3; this.Sensor1.Text = "S1"; this.Sensor1.UseVisualStyleBackColor = true; // // Sensor2 // this.Sensor2.AutoSize = true; this.Sensor2.Location = new System.Drawing.Point(46, 41); this.Sensor2.Name = "Sensor2"; this.Sensor2.Size = new System.Drawing.Size(39, 17); this.Sensor2.TabIndex = 4; this.Sensor2.Text = "S2"; this.Sensor2.UseVisualStyleBackColor = true; // // SensorEG // this.SensorEG.AutoSize = true; this.SensorEG.Location = new System.Drawing.Point(46, 402); this.SensorEG.Name = "SensorEG"; this.SensorEG.Size = new System.Drawing.Size(41, 17); this.SensorEG.TabIndex = 5; this.SensorEG.Text = "EG"; this.SensorEG.UseVisualStyleBackColor = true; // // ButtonAufzug // this.ButtonAufzug.Enabled = false; this.ButtonAufzug.Location = new System.Drawing.Point(124, 41); this.ButtonAufzug.Name = "ButtonAufzug"; this.ButtonAufzug.Size = new System.Drawing.Size(22, 384); this.ButtonAufzug.TabIndex = 6; this.ButtonAufzug.UseVisualStyleBackColor = true; // // ButtonErdgeschoss // this.ButtonErdgeschoss.Location = new System.Drawing.Point(261, 402); this.ButtonErdgeschoss.Name = "ButtonErdgeschoss"; this.ButtonErdgeschoss.Size = new System.Drawing.Size(264, 23); this.ButtonErdgeschoss.TabIndex = 8; this.ButtonErdgeschoss.Text = "Erdgeschoss"; this.ButtonErdgeschoss.UseVisualStyleBackColor = true; // // ButtonEtage1 // this.ButtonEtage1.Location = new System.Drawing.Point(261, 198); this.ButtonEtage1.Name = "ButtonEtage1"; this.ButtonEtage1.Size = new System.Drawing.Size(264, 23); this.ButtonEtage1.TabIndex = 9; this.ButtonEtage1.Text = "Etage 1"; this.ButtonEtage1.UseVisualStyleBackColor = true; // // ButtonEtage2 // this.ButtonEtage2.Location = new System.Drawing.Point(261, 41); this.ButtonEtage2.Name = "ButtonEtage2"; this.ButtonEtage2.Size = new System.Drawing.Size(264, 23); this.ButtonEtage2.TabIndex = 10; this.ButtonEtage2.Text = "Etage 2"; this.ButtonEtage2.UseVisualStyleBackColor = true; // // button_ende // this.button_ende.Location = new System.Drawing.Point(486, 447); this.button_ende.Margin = new System.Windows.Forms.Padding(2); this.button_ende.Name = "button_ende"; this.button_ende.Size = new System.Drawing.Size(156, 43); this.button_ende.TabIndex = 12; this.button_ende.Text = "Beenden"; this.button_ende.UseVisualStyleBackColor = true; this.button_ende.Click += new System.EventHandler(this.button_ende_Click); // // Aufzug // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(678, 501); this.Controls.Add(this.button_ende); this.Controls.Add(this.ButtonEtage2); this.Controls.Add(this.ButtonEtage1); this.Controls.Add(this.ButtonErdgeschoss); this.Controls.Add(this.ButtonAufzug); this.Controls.Add(this.SensorEG); this.Controls.Add(this.Sensor2); this.Controls.Add(this.Sensor1); this.Controls.Add(this.Button2); this.Controls.Add(this.Button1); this.Controls.Add(this.ButtonEG); this.Name = "Aufzug"; this.Text = "Aufzug"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button ButtonEG; private System.Windows.Forms.Button Button1; private System.Windows.Forms.Button Button2; private System.Windows.Forms.CheckBox Sensor1; private System.Windows.Forms.CheckBox Sensor2; private System.Windows.Forms.CheckBox SensorEG; private System.Windows.Forms.Button ButtonAufzug; private System.Windows.Forms.Button ButtonErdgeschoss; private System.Windows.Forms.Button ButtonEtage1; private System.Windows.Forms.Button ButtonEtage2; private System.Windows.Forms.Button button_ende; } }