namespace Übungen_LF6_WinFormanwendung { partial class BinarySlicer { /// /// 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.listBox_OutputArray = new System.Windows.Forms.ListBox(); this.button_Slice = new System.Windows.Forms.Button(); this.button_Prev = new System.Windows.Forms.Button(); this.button_Next = new System.Windows.Forms.Button(); this.textBox_currSlice = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textBox_gesSlice = new System.Windows.Forms.TextBox(); this.textBox_InputArray = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // button_ende // this.button_ende.Location = new System.Drawing.Point(674, 201); 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); // // listBox_OutputArray // this.listBox_OutputArray.Font = new System.Drawing.Font("Microsoft Sans Serif", 64F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.listBox_OutputArray.FormattingEnabled = true; this.listBox_OutputArray.ItemHeight = 120; this.listBox_OutputArray.Location = new System.Drawing.Point(12, 238); this.listBox_OutputArray.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.listBox_OutputArray.Name = "listBox_OutputArray"; this.listBox_OutputArray.Size = new System.Drawing.Size(759, 124); this.listBox_OutputArray.TabIndex = 11; // // button_Slice // this.button_Slice.Location = new System.Drawing.Point(12, 203); this.button_Slice.Name = "button_Slice"; this.button_Slice.Size = new System.Drawing.Size(105, 23); this.button_Slice.TabIndex = 12; this.button_Slice.Text = "Slice"; this.button_Slice.UseVisualStyleBackColor = true; this.button_Slice.Click += new System.EventHandler(this.button_Slice_Click); // // button_Prev // this.button_Prev.Location = new System.Drawing.Point(138, 203); this.button_Prev.Name = "button_Prev"; this.button_Prev.Size = new System.Drawing.Size(105, 23); this.button_Prev.TabIndex = 13; this.button_Prev.Text = "Prev Piece"; this.button_Prev.UseVisualStyleBackColor = true; this.button_Prev.Click += new System.EventHandler(this.button_Prev_Click); // // button_Next // this.button_Next.Location = new System.Drawing.Point(249, 203); this.button_Next.Name = "button_Next"; this.button_Next.Size = new System.Drawing.Size(105, 23); this.button_Next.TabIndex = 14; this.button_Next.Text = "Next Piece"; this.button_Next.UseVisualStyleBackColor = true; this.button_Next.Click += new System.EventHandler(this.button_Next_Click); // // textBox_currSlice // this.textBox_currSlice.Location = new System.Drawing.Point(469, 202); this.textBox_currSlice.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBox_currSlice.Name = "textBox_currSlice"; this.textBox_currSlice.ReadOnly = true; this.textBox_currSlice.Size = new System.Drawing.Size(93, 22); this.textBox_currSlice.TabIndex = 15; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(369, 203); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(98, 17); this.label1.TabIndex = 16; this.label1.Text = "Num of Slices:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(568, 204); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(12, 17); this.label2.TabIndex = 17; this.label2.Text = "/"; // // textBox_gesSlice // this.textBox_gesSlice.Location = new System.Drawing.Point(583, 203); this.textBox_gesSlice.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBox_gesSlice.Name = "textBox_gesSlice"; this.textBox_gesSlice.ReadOnly = true; this.textBox_gesSlice.Size = new System.Drawing.Size(85, 22); this.textBox_gesSlice.TabIndex = 18; // // textBox_InputArray // this.textBox_InputArray.Location = new System.Drawing.Point(12, 12); this.textBox_InputArray.Multiline = true; this.textBox_InputArray.Name = "textBox_InputArray"; this.textBox_InputArray.Size = new System.Drawing.Size(758, 184); this.textBox_InputArray.TabIndex = 19; // // BinarySlicer // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(783, 456); this.Controls.Add(this.textBox_InputArray); this.Controls.Add(this.textBox_gesSlice); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.textBox_currSlice); this.Controls.Add(this.button_Next); this.Controls.Add(this.button_Prev); this.Controls.Add(this.button_Slice); this.Controls.Add(this.listBox_OutputArray); this.Controls.Add(this.button_ende); this.Name = "BinarySlicer"; this.Text = "BinarySlicer"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button_ende; private System.Windows.Forms.ListBox listBox_OutputArray; private System.Windows.Forms.Button button_Slice; private System.Windows.Forms.Button button_Prev; private System.Windows.Forms.Button button_Next; private System.Windows.Forms.TextBox textBox_currSlice; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox_gesSlice; private System.Windows.Forms.TextBox textBox_InputArray; } }