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.

267 lines
14 KiB
C#

namespace Übungen_LF6_WinFormanwendung
{
partial class HauptMenu
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Windows Form-Designer generierter Code
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
this.button_Start1 = new System.Windows.Forms.Button();
this.buttonArrayDim = new System.Windows.Forms.Button();
this.button_recht = new System.Windows.Forms.Button();
this.button_binarySlicer = new System.Windows.Forms.Button();
this.button_PrePaid = new System.Windows.Forms.Button();
this.button_IBANRechner = new System.Windows.Forms.Button();
this.SaalBuchen = new System.Windows.Forms.Button();
this.button_BruchZahl = new System.Windows.Forms.Button();
this.button_datenHandling = new System.Windows.Forms.Button();
this.button_csv = new System.Windows.Forms.Button();
this.button_waehrungsumrechnung = new System.Windows.Forms.Button();
this.button_queue = new System.Windows.Forms.Button();
this.button_hash = new System.Windows.Forms.Button();
this.KL030517 = new System.Windows.Forms.Button();
this.button_verErb = new System.Windows.Forms.Button();
this.AufzugButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button_Start1
//
this.button_Start1.Location = new System.Drawing.Point(9, 8);
this.button_Start1.Margin = new System.Windows.Forms.Padding(2);
this.button_Start1.Name = "button_Start1";
this.button_Start1.Size = new System.Drawing.Size(114, 22);
this.button_Start1.TabIndex = 0;
this.button_Start1.Text = "TestProgramm";
this.button_Start1.UseVisualStyleBackColor = true;
this.button_Start1.Click += new System.EventHandler(this.button_TestProgramm_Click);
//
// buttonArrayDim
//
this.buttonArrayDim.Location = new System.Drawing.Point(9, 46);
this.buttonArrayDim.Margin = new System.Windows.Forms.Padding(2);
this.buttonArrayDim.Name = "buttonArrayDim";
this.buttonArrayDim.Size = new System.Drawing.Size(113, 24);
this.buttonArrayDim.TabIndex = 1;
this.buttonArrayDim.Text = "Arrayübungen";
this.buttonArrayDim.UseVisualStyleBackColor = true;
this.buttonArrayDim.Click += new System.EventHandler(this.buttonArrayDim_Click);
//
// button_recht
//
this.button_recht.Location = new System.Drawing.Point(9, 84);
this.button_recht.Margin = new System.Windows.Forms.Padding(2);
this.button_recht.Name = "button_recht";
this.button_recht.Size = new System.Drawing.Size(112, 27);
this.button_recht.TabIndex = 2;
this.button_recht.Text = "Rechteck-Übung";
this.button_recht.UseVisualStyleBackColor = true;
this.button_recht.Click += new System.EventHandler(this.button_recht_Click);
//
// button_binarySlicer
//
this.button_binarySlicer.Location = new System.Drawing.Point(9, 124);
this.button_binarySlicer.Margin = new System.Windows.Forms.Padding(2);
this.button_binarySlicer.Name = "button_binarySlicer";
this.button_binarySlicer.Size = new System.Drawing.Size(114, 32);
this.button_binarySlicer.TabIndex = 3;
this.button_binarySlicer.Text = "BinarySlicer";
this.button_binarySlicer.UseVisualStyleBackColor = true;
this.button_binarySlicer.Click += new System.EventHandler(this.button_binarySlicer_Click);
//
// button_PrePaid
//
this.button_PrePaid.Location = new System.Drawing.Point(9, 161);
this.button_PrePaid.Margin = new System.Windows.Forms.Padding(2);
this.button_PrePaid.Name = "button_PrePaid";
this.button_PrePaid.Size = new System.Drawing.Size(114, 32);
this.button_PrePaid.TabIndex = 4;
this.button_PrePaid.Text = "PrePaid";
this.button_PrePaid.UseVisualStyleBackColor = true;
//
// button_IBANRechner
//
this.button_IBANRechner.Location = new System.Drawing.Point(9, 197);
this.button_IBANRechner.Margin = new System.Windows.Forms.Padding(2);
this.button_IBANRechner.Name = "button_IBANRechner";
this.button_IBANRechner.Size = new System.Drawing.Size(114, 32);
this.button_IBANRechner.TabIndex = 5;
this.button_IBANRechner.Text = "IBANBerechner";
this.button_IBANRechner.UseVisualStyleBackColor = true;
this.button_IBANRechner.Click += new System.EventHandler(this.button_IBANRechner_Click);
//
// SaalBuchen
//
this.SaalBuchen.Location = new System.Drawing.Point(362, 8);
this.SaalBuchen.Margin = new System.Windows.Forms.Padding(2);
this.SaalBuchen.Name = "SaalBuchen";
this.SaalBuchen.Size = new System.Drawing.Size(140, 22);
this.SaalBuchen.TabIndex = 6;
this.SaalBuchen.Text = "SaalBuchungstool";
this.SaalBuchen.UseVisualStyleBackColor = true;
this.SaalBuchen.Click += new System.EventHandler(this.SaalBuchen_Click);
//
// button_BruchZahl
//
this.button_BruchZahl.Location = new System.Drawing.Point(362, 46);
this.button_BruchZahl.Margin = new System.Windows.Forms.Padding(2);
this.button_BruchZahl.Name = "button_BruchZahl";
this.button_BruchZahl.Size = new System.Drawing.Size(140, 24);
this.button_BruchZahl.TabIndex = 7;
this.button_BruchZahl.Text = "BruchzahlBerechner";
this.button_BruchZahl.UseVisualStyleBackColor = true;
this.button_BruchZahl.Click += new System.EventHandler(this.button_BruchZahl_Click);
//
// button_datenHandling
//
this.button_datenHandling.Location = new System.Drawing.Point(362, 84);
this.button_datenHandling.Margin = new System.Windows.Forms.Padding(2);
this.button_datenHandling.Name = "button_datenHandling";
this.button_datenHandling.Size = new System.Drawing.Size(140, 27);
this.button_datenHandling.TabIndex = 8;
this.button_datenHandling.Text = "Datenhandling Übung";
this.button_datenHandling.UseVisualStyleBackColor = true;
this.button_datenHandling.Click += new System.EventHandler(this.button_datenHandling_Click);
//
// button_csv
//
this.button_csv.Location = new System.Drawing.Point(362, 124);
this.button_csv.Name = "button_csv";
this.button_csv.Size = new System.Drawing.Size(137, 32);
this.button_csv.TabIndex = 9;
this.button_csv.Text = "CSV-Übung";
this.button_csv.UseVisualStyleBackColor = true;
this.button_csv.Click += new System.EventHandler(this.button_csv_Click);
//
// button_waehrungsumrechnung
//
this.button_waehrungsumrechnung.Location = new System.Drawing.Point(362, 163);
this.button_waehrungsumrechnung.Name = "button_waehrungsumrechnung";
this.button_waehrungsumrechnung.Size = new System.Drawing.Size(137, 30);
this.button_waehrungsumrechnung.TabIndex = 10;
this.button_waehrungsumrechnung.Text = "Waehrungsumrechnung";
this.button_waehrungsumrechnung.UseVisualStyleBackColor = true;
this.button_waehrungsumrechnung.Click += new System.EventHandler(this.button_waehrungsumrechnung_Click);
//
// button_queue
//
this.button_queue.Location = new System.Drawing.Point(362, 200);
this.button_queue.Name = "button_queue";
this.button_queue.Size = new System.Drawing.Size(137, 29);
this.button_queue.TabIndex = 11;
this.button_queue.Text = "Queue Übung";
this.button_queue.UseVisualStyleBackColor = true;
this.button_queue.Click += new System.EventHandler(this.button_queue_Click);
//
// button_hash
//
this.button_hash.Location = new System.Drawing.Point(362, 236);
this.button_hash.Name = "button_hash";
this.button_hash.Size = new System.Drawing.Size(137, 33);
this.button_hash.TabIndex = 12;
this.button_hash.Text = "Hashtable Übung";
this.button_hash.UseVisualStyleBackColor = true;
this.button_hash.Click += new System.EventHandler(this.button_hash_Click);
//
// KL030517
//
this.KL030517.Location = new System.Drawing.Point(13, 235);
this.KL030517.Name = "KL030517";
this.KL030517.Size = new System.Drawing.Size(108, 34);
this.KL030517.TabIndex = 13;
this.KL030517.Text = "Kl_03_05_17";
this.KL030517.UseVisualStyleBackColor = true;
this.KL030517.Click += new System.EventHandler(this.KL030517_Click);
//
// button_verErb
//
this.button_verErb.Location = new System.Drawing.Point(362, 276);
this.button_verErb.Name = "button_verErb";
this.button_verErb.Size = new System.Drawing.Size(137, 29);
this.button_verErb.TabIndex = 14;
this.button_verErb.Text = "Vererbung Übung";
this.button_verErb.UseVisualStyleBackColor = true;
this.button_verErb.Click += new System.EventHandler(this.button_verErb_Click);
//
// AufzugButton
//
this.AufzugButton.Location = new System.Drawing.Point(13, 276);
this.AufzugButton.Name = "AufzugButton";
this.AufzugButton.Size = new System.Drawing.Size(108, 29);
this.AufzugButton.TabIndex = 15;
this.AufzugButton.Text = "Aufzug";
this.AufzugButton.UseVisualStyleBackColor = true;
this.AufzugButton.Click += new System.EventHandler(this.AufzugButton_Click);
//
// HauptMenu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(511, 439);
this.Controls.Add(this.AufzugButton);
this.Controls.Add(this.button_verErb);
this.Controls.Add(this.KL030517);
this.Controls.Add(this.button_hash);
this.Controls.Add(this.button_queue);
this.Controls.Add(this.button_waehrungsumrechnung);
this.Controls.Add(this.button_csv);
this.Controls.Add(this.button_datenHandling);
this.Controls.Add(this.button_BruchZahl);
this.Controls.Add(this.SaalBuchen);
this.Controls.Add(this.button_IBANRechner);
this.Controls.Add(this.button_PrePaid);
this.Controls.Add(this.button_binarySlicer);
this.Controls.Add(this.button_recht);
this.Controls.Add(this.buttonArrayDim);
this.Controls.Add(this.button_Start1);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "HauptMenu";
this.Text = "Hauptmenü";
this.Load += new System.EventHandler(this.HauptMenu_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button_Start1;
private System.Windows.Forms.Button buttonArrayDim;
private System.Windows.Forms.Button button_recht;
private System.Windows.Forms.Button button_binarySlicer;
private System.Windows.Forms.Button button_PrePaid;
private System.Windows.Forms.Button button_IBANRechner;
private System.Windows.Forms.Button SaalBuchen;
private System.Windows.Forms.Button button_BruchZahl;
private System.Windows.Forms.Button button_datenHandling;
private System.Windows.Forms.Button button_csv;
private System.Windows.Forms.Button button_waehrungsumrechnung;
private System.Windows.Forms.Button button_queue;
private System.Windows.Forms.Button button_hash;
private System.Windows.Forms.Button KL030517;
private System.Windows.Forms.Button button_verErb;
private System.Windows.Forms.Button AufzugButton;
}
}