namespace Übungen_LF6_WinFormanwendung { partial class QueueÜbung { /// /// 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.button_ende = new System.Windows.Forms.Button(); this.groupBox_Aufnahme = new System.Windows.Forms.GroupBox(); this.groupBox_Aufrufen = new System.Windows.Forms.GroupBox(); this.textBox_Aufnahme = new System.Windows.Forms.TextBox(); this.button_AufnahmeNormal = new System.Windows.Forms.Button(); this.button_AufnahmeNotfall = new System.Windows.Forms.Button(); this.textBox_Anzahl = new System.Windows.Forms.TextBox(); this.button_Aufruf = new System.Windows.Forms.Button(); this.textBox_Aufruf = new System.Windows.Forms.TextBox(); this.groupBox_Aufnahme.SuspendLayout(); this.groupBox_Aufrufen.SuspendLayout(); this.SuspendLayout(); // // button_ende // this.button_ende.Location = new System.Drawing.Point(239, 291); this.button_ende.Margin = new System.Windows.Forms.Padding(2); this.button_ende.Name = "button_ende"; this.button_ende.Size = new System.Drawing.Size(73, 20); this.button_ende.TabIndex = 11; this.button_ende.Text = "Beenden"; this.button_ende.UseVisualStyleBackColor = true; this.button_ende.Click += new System.EventHandler(this.button_ende_Click); // // groupBox_Aufnahme // this.groupBox_Aufnahme.Controls.Add(this.button_AufnahmeNotfall); this.groupBox_Aufnahme.Controls.Add(this.button_AufnahmeNormal); this.groupBox_Aufnahme.Controls.Add(this.textBox_Aufnahme); this.groupBox_Aufnahme.Location = new System.Drawing.Point(27, 13); this.groupBox_Aufnahme.Name = "groupBox_Aufnahme"; this.groupBox_Aufnahme.Size = new System.Drawing.Size(285, 127); this.groupBox_Aufnahme.TabIndex = 12; this.groupBox_Aufnahme.TabStop = false; this.groupBox_Aufnahme.Text = "Aufnahme"; // // groupBox_Aufrufen // this.groupBox_Aufrufen.Controls.Add(this.textBox_Aufruf); this.groupBox_Aufrufen.Controls.Add(this.button_Aufruf); this.groupBox_Aufrufen.Controls.Add(this.textBox_Anzahl); this.groupBox_Aufrufen.Location = new System.Drawing.Point(27, 160); this.groupBox_Aufrufen.Name = "groupBox_Aufrufen"; this.groupBox_Aufrufen.Size = new System.Drawing.Size(285, 115); this.groupBox_Aufrufen.TabIndex = 13; this.groupBox_Aufrufen.TabStop = false; this.groupBox_Aufrufen.Text = "Aufrufen"; // // textBox_Aufnahme // this.textBox_Aufnahme.Location = new System.Drawing.Point(23, 28); this.textBox_Aufnahme.Name = "textBox_Aufnahme"; this.textBox_Aufnahme.Size = new System.Drawing.Size(234, 20); this.textBox_Aufnahme.TabIndex = 0; // // button_AufnahmeNormal // this.button_AufnahmeNormal.Location = new System.Drawing.Point(23, 74); this.button_AufnahmeNormal.Name = "button_AufnahmeNormal"; this.button_AufnahmeNormal.Size = new System.Drawing.Size(114, 30); this.button_AufnahmeNormal.TabIndex = 1; this.button_AufnahmeNormal.Text = "Aufnahme Normal"; this.button_AufnahmeNormal.UseVisualStyleBackColor = true; this.button_AufnahmeNormal.Click += new System.EventHandler(this.button_AufnahmeNormal_Click); // // button_AufnahmeNotfall // this.button_AufnahmeNotfall.Location = new System.Drawing.Point(143, 74); this.button_AufnahmeNotfall.Name = "button_AufnahmeNotfall"; this.button_AufnahmeNotfall.Size = new System.Drawing.Size(114, 30); this.button_AufnahmeNotfall.TabIndex = 2; this.button_AufnahmeNotfall.Text = "Aufnahme Notfall"; this.button_AufnahmeNotfall.UseVisualStyleBackColor = true; this.button_AufnahmeNotfall.Click += new System.EventHandler(this.button_AufnahmeNotfall_Click); // // textBox_Anzahl // this.textBox_Anzahl.Location = new System.Drawing.Point(143, 31); this.textBox_Anzahl.Name = "textBox_Anzahl"; this.textBox_Anzahl.ReadOnly = true; this.textBox_Anzahl.Size = new System.Drawing.Size(114, 20); this.textBox_Anzahl.TabIndex = 0; // // button_Aufruf // this.button_Aufruf.Location = new System.Drawing.Point(23, 28); this.button_Aufruf.Name = "button_Aufruf"; this.button_Aufruf.Size = new System.Drawing.Size(114, 23); this.button_Aufruf.TabIndex = 1; this.button_Aufruf.Text = "Aufrufen"; this.button_Aufruf.UseVisualStyleBackColor = true; this.button_Aufruf.Click += new System.EventHandler(this.button_Aufruf_Click); // // textBox_Aufruf // this.textBox_Aufruf.Location = new System.Drawing.Point(23, 70); this.textBox_Aufruf.Name = "textBox_Aufruf"; this.textBox_Aufruf.Size = new System.Drawing.Size(234, 20); this.textBox_Aufruf.TabIndex = 2; // // QueueÜbung // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(326, 321); this.Controls.Add(this.groupBox_Aufrufen); this.Controls.Add(this.groupBox_Aufnahme); this.Controls.Add(this.button_ende); this.Name = "QueueÜbung"; this.Text = "Patienten Warteschlange"; this.groupBox_Aufnahme.ResumeLayout(false); this.groupBox_Aufnahme.PerformLayout(); this.groupBox_Aufrufen.ResumeLayout(false); this.groupBox_Aufrufen.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button button_ende; private System.Windows.Forms.GroupBox groupBox_Aufnahme; private System.Windows.Forms.Button button_AufnahmeNotfall; private System.Windows.Forms.Button button_AufnahmeNormal; private System.Windows.Forms.TextBox textBox_Aufnahme; private System.Windows.Forms.GroupBox groupBox_Aufrufen; private System.Windows.Forms.TextBox textBox_Aufruf; private System.Windows.Forms.Button button_Aufruf; private System.Windows.Forms.TextBox textBox_Anzahl; } }