You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

203 lines
9.2 KiB
C#

namespace Übungen_LF6_WinFormanwendung
{
partial class SaalBuchen
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.button_ende = new System.Windows.Forms.Button();
this.button_erstelleSaal = new System.Windows.Forms.Button();
this.button_buchen = new System.Windows.Forms.Button();
this.Leinwand_Groupbox = new System.Windows.Forms.GroupBox();
this.label4 = new System.Windows.Forms.Label();
this.textBox_reihen = new System.Windows.Forms.TextBox();
this.textBox_spalten = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.textBox_name = new System.Windows.Forms.TextBox();
this.button_saveSaal = new System.Windows.Forms.Button();
this.button_ladeSaal = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button_ende
//
this.button_ende.Location = new System.Drawing.Point(1157, 617);
this.button_ende.Name = "button_ende";
this.button_ende.Size = new System.Drawing.Size(104, 33);
this.button_ende.TabIndex = 1;
this.button_ende.Text = "Schließen";
this.button_ende.UseVisualStyleBackColor = true;
this.button_ende.Click += new System.EventHandler(this.button_ende_Click);
//
// button_erstelleSaal
//
this.button_erstelleSaal.Location = new System.Drawing.Point(13, 13);
this.button_erstelleSaal.Name = "button_erstelleSaal";
this.button_erstelleSaal.Size = new System.Drawing.Size(209, 53);
this.button_erstelleSaal.TabIndex = 2;
this.button_erstelleSaal.Text = "Erstelle Saal";
this.button_erstelleSaal.UseVisualStyleBackColor = true;
this.button_erstelleSaal.Click += new System.EventHandler(this.button_erstelleSaal_Click);
//
// button_buchen
//
this.button_buchen.Location = new System.Drawing.Point(999, 617);
this.button_buchen.Name = "button_buchen";
this.button_buchen.Size = new System.Drawing.Size(135, 33);
this.button_buchen.TabIndex = 3;
this.button_buchen.Text = "Buchen";
this.button_buchen.UseVisualStyleBackColor = true;
this.button_buchen.Click += new System.EventHandler(this.button_buchen_Click);
//
// Leinwand_Groupbox
//
this.Leinwand_Groupbox.Location = new System.Drawing.Point(12, 72);
this.Leinwand_Groupbox.Name = "Leinwand_Groupbox";
this.Leinwand_Groupbox.Padding = new System.Windows.Forms.Padding(1);
this.Leinwand_Groupbox.Size = new System.Drawing.Size(1258, 520);
this.Leinwand_Groupbox.TabIndex = 5;
this.Leinwand_Groupbox.TabStop = false;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(625, 52);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(68, 17);
this.label4.TabIndex = 14;
this.label4.Text = "Leinwand";
//
// textBox_reihen
//
this.textBox_reihen.Location = new System.Drawing.Point(1097, 10);
this.textBox_reihen.Name = "textBox_reihen";
this.textBox_reihen.Size = new System.Drawing.Size(164, 22);
this.textBox_reihen.TabIndex = 6;
//
// textBox_spalten
//
this.textBox_spalten.Location = new System.Drawing.Point(1097, 44);
this.textBox_spalten.Name = "textBox_spalten";
this.textBox_spalten.Size = new System.Drawing.Size(164, 22);
this.textBox_spalten.TabIndex = 7;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(1028, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 17);
this.label1.TabIndex = 8;
this.label1.Text = "Reihen";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(1042, 45);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(39, 17);
this.label2.TabIndex = 9;
this.label2.Text = "Sitze";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(793, 13);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(45, 17);
this.label3.TabIndex = 10;
this.label3.Text = "Name";
//
// textBox_name
//
this.textBox_name.Location = new System.Drawing.Point(858, 12);
this.textBox_name.Name = "textBox_name";
this.textBox_name.Size = new System.Drawing.Size(164, 22);
this.textBox_name.TabIndex = 11;
//
// button_saveSaal
//
this.button_saveSaal.Location = new System.Drawing.Point(776, 40);
this.button_saveSaal.Name = "button_saveSaal";
this.button_saveSaal.Size = new System.Drawing.Size(120, 26);
this.button_saveSaal.TabIndex = 12;
this.button_saveSaal.Text = "Speichern";
this.button_saveSaal.UseVisualStyleBackColor = true;
this.button_saveSaal.Click += new System.EventHandler(this.button_saveSaal_Click);
//
// button_ladeSaal
//
this.button_ladeSaal.Location = new System.Drawing.Point(902, 42);
this.button_ladeSaal.Name = "button_ladeSaal";
this.button_ladeSaal.Size = new System.Drawing.Size(120, 26);
this.button_ladeSaal.TabIndex = 13;
this.button_ladeSaal.Text = "Laden";
this.button_ladeSaal.UseVisualStyleBackColor = true;
this.button_ladeSaal.Click += new System.EventHandler(this.button_ladeSaal_Click);
//
// SaalBuchen
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1282, 658);
this.Controls.Add(this.label4);
this.Controls.Add(this.button_ladeSaal);
this.Controls.Add(this.button_saveSaal);
this.Controls.Add(this.textBox_name);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox_spalten);
this.Controls.Add(this.textBox_reihen);
this.Controls.Add(this.Leinwand_Groupbox);
this.Controls.Add(this.button_buchen);
this.Controls.Add(this.button_erstelleSaal);
this.Controls.Add(this.button_ende);
this.Name = "SaalBuchen";
this.Text = "SaalBuchen";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button_ende;
private System.Windows.Forms.Button button_erstelleSaal;
private System.Windows.Forms.Button button_buchen;
private System.Windows.Forms.GroupBox Leinwand_Groupbox;
private System.Windows.Forms.TextBox textBox_reihen;
private System.Windows.Forms.TextBox textBox_spalten;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox_name;
private System.Windows.Forms.Button button_saveSaal;
private System.Windows.Forms.Button button_ladeSaal;
private System.Windows.Forms.Label label4;
}
}