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.

167 lines
8.1 KiB
C#

namespace Übungen_LF6_WinFormanwendung
{
partial class ArrayÜbung
{
/// <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_startZufall = new System.Windows.Forms.Button();
this.listBox_Zeile1 = new System.Windows.Forms.ListBox();
this.listBox_Zeile2 = new System.Windows.Forms.ListBox();
this.listBox_Zeile3 = new System.Windows.Forms.ListBox();
this.listBox_Zeile4 = new System.Windows.Forms.ListBox();
this.listBox_Zeile5 = new System.Windows.Forms.ListBox();
this.button_horiPari = new System.Windows.Forms.Button();
this.button_vertiPari = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button_ende
//
this.button_ende.Location = new System.Drawing.Point(610, 461);
this.button_ende.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.button_ende.Name = "button_ende";
this.button_ende.Size = new System.Drawing.Size(97, 25);
this.button_ende.TabIndex = 9;
this.button_ende.Text = "Beenden";
this.button_ende.UseVisualStyleBackColor = true;
this.button_ende.Click += new System.EventHandler(this.button_ende_Click);
//
// button_startZufall
//
this.button_startZufall.Location = new System.Drawing.Point(25, 74);
this.button_startZufall.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.button_startZufall.Name = "button_startZufall";
this.button_startZufall.Size = new System.Drawing.Size(141, 33);
this.button_startZufall.TabIndex = 11;
this.button_startZufall.Text = "Start Zufall";
this.button_startZufall.UseVisualStyleBackColor = true;
this.button_startZufall.Click += new System.EventHandler(this.button_startZufall_Click);
//
// listBox_Zeile1
//
this.listBox_Zeile1.FormattingEnabled = true;
this.listBox_Zeile1.ItemHeight = 16;
this.listBox_Zeile1.Location = new System.Drawing.Point(272, 74);
this.listBox_Zeile1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.listBox_Zeile1.Name = "listBox_Zeile1";
this.listBox_Zeile1.Size = new System.Drawing.Size(75, 260);
this.listBox_Zeile1.TabIndex = 12;
this.listBox_Zeile1.SelectedIndexChanged += new System.EventHandler(this.listBox_Zeile1_SelectedIndexChanged);
//
// listBox_Zeile2
//
this.listBox_Zeile2.FormattingEnabled = true;
this.listBox_Zeile2.ItemHeight = 16;
this.listBox_Zeile2.Location = new System.Drawing.Point(353, 74);
this.listBox_Zeile2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.listBox_Zeile2.Name = "listBox_Zeile2";
this.listBox_Zeile2.Size = new System.Drawing.Size(75, 260);
this.listBox_Zeile2.TabIndex = 13;
//
// listBox_Zeile3
//
this.listBox_Zeile3.FormattingEnabled = true;
this.listBox_Zeile3.ItemHeight = 16;
this.listBox_Zeile3.Location = new System.Drawing.Point(434, 74);
this.listBox_Zeile3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.listBox_Zeile3.Name = "listBox_Zeile3";
this.listBox_Zeile3.Size = new System.Drawing.Size(75, 260);
this.listBox_Zeile3.TabIndex = 14;
//
// listBox_Zeile4
//
this.listBox_Zeile4.FormattingEnabled = true;
this.listBox_Zeile4.ItemHeight = 16;
this.listBox_Zeile4.Location = new System.Drawing.Point(515, 74);
this.listBox_Zeile4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.listBox_Zeile4.Name = "listBox_Zeile4";
this.listBox_Zeile4.Size = new System.Drawing.Size(75, 260);
this.listBox_Zeile4.TabIndex = 15;
//
// listBox_Zeile5
//
this.listBox_Zeile5.FormattingEnabled = true;
this.listBox_Zeile5.ItemHeight = 16;
this.listBox_Zeile5.Location = new System.Drawing.Point(596, 74);
this.listBox_Zeile5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.listBox_Zeile5.Name = "listBox_Zeile5";
this.listBox_Zeile5.Size = new System.Drawing.Size(75, 260);
this.listBox_Zeile5.TabIndex = 16;
//
// button_horiPari
//
this.button_horiPari.Location = new System.Drawing.Point(25, 128);
this.button_horiPari.Name = "button_horiPari";
this.button_horiPari.Size = new System.Drawing.Size(202, 45);
this.button_horiPari.TabIndex = 17;
this.button_horiPari.Text = "Paritätscheck(Horizontal)";
this.button_horiPari.UseVisualStyleBackColor = true;
this.button_horiPari.Click += new System.EventHandler(this.button_horiPari_Click);
//
// button_vertiPari
//
this.button_vertiPari.Location = new System.Drawing.Point(25, 196);
this.button_vertiPari.Name = "button_vertiPari";
this.button_vertiPari.Size = new System.Drawing.Size(202, 45);
this.button_vertiPari.TabIndex = 18;
this.button_vertiPari.Text = "Paritätscheck(Vertikal)";
this.button_vertiPari.UseVisualStyleBackColor = true;
this.button_vertiPari.Click += new System.EventHandler(this.button_vertiPari_Click);
//
// ArrayÜbung
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(747, 518);
this.Controls.Add(this.button_vertiPari);
this.Controls.Add(this.button_horiPari);
this.Controls.Add(this.listBox_Zeile5);
this.Controls.Add(this.listBox_Zeile4);
this.Controls.Add(this.listBox_Zeile3);
this.Controls.Add(this.listBox_Zeile2);
this.Controls.Add(this.listBox_Zeile1);
this.Controls.Add(this.button_startZufall);
this.Controls.Add(this.button_ende);
this.Name = "ArrayÜbung";
this.Text = "ArrayÜbung";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button_ende;
private System.Windows.Forms.Button button_startZufall;
private System.Windows.Forms.ListBox listBox_Zeile1;
private System.Windows.Forms.ListBox listBox_Zeile2;
private System.Windows.Forms.ListBox listBox_Zeile3;
private System.Windows.Forms.ListBox listBox_Zeile4;
private System.Windows.Forms.ListBox listBox_Zeile5;
private System.Windows.Forms.Button button_horiPari;
private System.Windows.Forms.Button button_vertiPari;
}
}