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.

235 lines
12 KiB
C#

namespace Übungen_LF6_WinFormanwendung
{
partial class TestProgramm
{
/// <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_startZufall = new System.Windows.Forms.Button();
this.button_Summe = new System.Windows.Forms.Button();
this.button_Min = new System.Windows.Forms.Button();
this.button_Max = new System.Windows.Forms.Button();
this.button_Mittelwert = new System.Windows.Forms.Button();
this.listBox_RandomArray = new System.Windows.Forms.ListBox();
this.textBox_enthalten = new System.Windows.Forms.TextBox();
this.button_sortieren = new System.Windows.Forms.Button();
this.textBox_Summe = new System.Windows.Forms.TextBox();
this.textBox_Min = new System.Windows.Forms.TextBox();
this.textBox_Max = new System.Windows.Forms.TextBox();
this.textBox_Mittel = new System.Windows.Forms.TextBox();
this.button_enthalten = new System.Windows.Forms.Button();
this.button_ende = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button_startZufall
//
this.button_startZufall.Location = new System.Drawing.Point(37, 31);
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 = 0;
this.button_startZufall.Text = "Start Zufall";
this.button_startZufall.UseVisualStyleBackColor = true;
this.button_startZufall.Click += new System.EventHandler(this.button_startZufall_Click);
//
// button_Summe
//
this.button_Summe.Location = new System.Drawing.Point(37, 69);
this.button_Summe.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.button_Summe.Name = "button_Summe";
this.button_Summe.Size = new System.Drawing.Size(141, 32);
this.button_Summe.TabIndex = 1;
this.button_Summe.Text = "Summe";
this.button_Summe.UseVisualStyleBackColor = true;
this.button_Summe.Click += new System.EventHandler(this.button_Summe_Click);
//
// button_Min
//
this.button_Min.Location = new System.Drawing.Point(37, 106);
this.button_Min.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.button_Min.Name = "button_Min";
this.button_Min.Size = new System.Drawing.Size(141, 35);
this.button_Min.TabIndex = 2;
this.button_Min.Text = "Min";
this.button_Min.UseVisualStyleBackColor = true;
this.button_Min.Click += new System.EventHandler(this.button_Min_Click);
//
// button_Max
//
this.button_Max.Location = new System.Drawing.Point(37, 146);
this.button_Max.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.button_Max.Name = "button_Max";
this.button_Max.Size = new System.Drawing.Size(140, 31);
this.button_Max.TabIndex = 3;
this.button_Max.Text = "Max";
this.button_Max.UseVisualStyleBackColor = true;
this.button_Max.Click += new System.EventHandler(this.button_Max_Click);
//
// button_Mittelwert
//
this.button_Mittelwert.Location = new System.Drawing.Point(37, 186);
this.button_Mittelwert.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.button_Mittelwert.Name = "button_Mittelwert";
this.button_Mittelwert.Size = new System.Drawing.Size(139, 29);
this.button_Mittelwert.TabIndex = 4;
this.button_Mittelwert.Text = "Mittelwert";
this.button_Mittelwert.UseVisualStyleBackColor = true;
this.button_Mittelwert.Click += new System.EventHandler(this.button_Mittelwert_Click);
//
// listBox_RandomArray
//
this.listBox_RandomArray.FormattingEnabled = true;
this.listBox_RandomArray.ItemHeight = 16;
this.listBox_RandomArray.Location = new System.Drawing.Point(368, 31);
this.listBox_RandomArray.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.listBox_RandomArray.Name = "listBox_RandomArray";
this.listBox_RandomArray.Size = new System.Drawing.Size(288, 308);
this.listBox_RandomArray.TabIndex = 5;
this.listBox_RandomArray.SelectedIndexChanged += new System.EventHandler(this.listBox_RandomArray_SelectedIndexChanged);
//
// textBox_enthalten
//
this.textBox_enthalten.Location = new System.Drawing.Point(37, 227);
this.textBox_enthalten.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox_enthalten.Name = "textBox_enthalten";
this.textBox_enthalten.Size = new System.Drawing.Size(142, 22);
this.textBox_enthalten.TabIndex = 6;
//
// button_sortieren
//
this.button_sortieren.Location = new System.Drawing.Point(37, 262);
this.button_sortieren.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.button_sortieren.Name = "button_sortieren";
this.button_sortieren.Size = new System.Drawing.Size(138, 31);
this.button_sortieren.TabIndex = 7;
this.button_sortieren.Text = "Sortieren";
this.button_sortieren.UseVisualStyleBackColor = true;
this.button_sortieren.Click += new System.EventHandler(this.button_sortieren_Click);
//
// textBox_Summe
//
this.textBox_Summe.Location = new System.Drawing.Point(201, 74);
this.textBox_Summe.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox_Summe.Name = "textBox_Summe";
this.textBox_Summe.ReadOnly = true;
this.textBox_Summe.Size = new System.Drawing.Size(142, 22);
this.textBox_Summe.TabIndex = 6;
this.textBox_Summe.TextChanged += new System.EventHandler(this.textBox_Summe_TextChanged);
//
// textBox_Min
//
this.textBox_Min.Location = new System.Drawing.Point(201, 113);
this.textBox_Min.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox_Min.Name = "textBox_Min";
this.textBox_Min.ReadOnly = true;
this.textBox_Min.Size = new System.Drawing.Size(142, 22);
this.textBox_Min.TabIndex = 6;
//
// textBox_Max
//
this.textBox_Max.Location = new System.Drawing.Point(201, 150);
this.textBox_Max.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox_Max.Name = "textBox_Max";
this.textBox_Max.ReadOnly = true;
this.textBox_Max.Size = new System.Drawing.Size(142, 22);
this.textBox_Max.TabIndex = 6;
//
// textBox_Mittel
//
this.textBox_Mittel.Location = new System.Drawing.Point(201, 190);
this.textBox_Mittel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox_Mittel.Name = "textBox_Mittel";
this.textBox_Mittel.ReadOnly = true;
this.textBox_Mittel.Size = new System.Drawing.Size(142, 22);
this.textBox_Mittel.TabIndex = 6;
//
// button_enthalten
//
this.button_enthalten.Location = new System.Drawing.Point(201, 222);
this.button_enthalten.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.button_enthalten.Name = "button_enthalten";
this.button_enthalten.Size = new System.Drawing.Size(138, 31);
this.button_enthalten.TabIndex = 7;
this.button_enthalten.Text = "enthalten ?";
this.button_enthalten.UseVisualStyleBackColor = true;
this.button_enthalten.Click += new System.EventHandler(this.button_enthalten_Click);
//
// button_ende
//
this.button_ende.Location = new System.Drawing.Point(559, 344);
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 = 8;
this.button_ende.Text = "Beenden";
this.button_ende.UseVisualStyleBackColor = true;
this.button_ende.Click += new System.EventHandler(this.button_ende_Click);
//
// TestProgramm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(693, 378);
this.Controls.Add(this.button_ende);
this.Controls.Add(this.button_enthalten);
this.Controls.Add(this.button_sortieren);
this.Controls.Add(this.textBox_Mittel);
this.Controls.Add(this.textBox_Max);
this.Controls.Add(this.textBox_Min);
this.Controls.Add(this.textBox_Summe);
this.Controls.Add(this.textBox_enthalten);
this.Controls.Add(this.listBox_RandomArray);
this.Controls.Add(this.button_Mittelwert);
this.Controls.Add(this.button_Max);
this.Controls.Add(this.button_Min);
this.Controls.Add(this.button_Summe);
this.Controls.Add(this.button_startZufall);
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "TestProgramm";
this.Text = "TestProgramm";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button_startZufall;
private System.Windows.Forms.Button button_Summe;
private System.Windows.Forms.Button button_Min;
private System.Windows.Forms.Button button_Max;
private System.Windows.Forms.Button button_Mittelwert;
private System.Windows.Forms.ListBox listBox_RandomArray;
private System.Windows.Forms.TextBox textBox_enthalten;
private System.Windows.Forms.Button button_sortieren;
private System.Windows.Forms.TextBox textBox_Summe;
private System.Windows.Forms.TextBox textBox_Min;
private System.Windows.Forms.TextBox textBox_Max;
private System.Windows.Forms.TextBox textBox_Mittel;
private System.Windows.Forms.Button button_enthalten;
private System.Windows.Forms.Button button_ende;
}
}