namespace Truffles { partial class moveColumn { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(moveColumn)); this.cmbToMove = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.cmbMoveAfter = new System.Windows.Forms.ComboBox(); this.btnMove = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.txtSearch = new System.Windows.Forms.TextBox(); this.txtOutput = new System.Windows.Forms.TextBox(); this.btnClear = new System.Windows.Forms.Button(); this.SuspendLayout(); // // cmbToMove // this.cmbToMove.FormattingEnabled = true; this.cmbToMove.Location = new System.Drawing.Point(48, 10); this.cmbToMove.Name = "cmbToMove"; this.cmbToMove.Size = new System.Drawing.Size(210, 21); this.cmbToMove.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(8, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(26, 13); this.label1.TabIndex = 1; this.label1.Text = "Add"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(277, 13); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(63, 13); this.label2.TabIndex = 2; this.label2.Text = "to list where"; // // cmbMoveAfter // this.cmbMoveAfter.FormattingEnabled = true; this.cmbMoveAfter.Location = new System.Drawing.Point(12, 37); this.cmbMoveAfter.Name = "cmbMoveAfter"; this.cmbMoveAfter.Size = new System.Drawing.Size(246, 21); this.cmbMoveAfter.TabIndex = 3; // // btnMove // this.btnMove.Location = new System.Drawing.Point(280, 61); this.btnMove.Name = "btnMove"; this.btnMove.Size = new System.Drawing.Size(74, 32); this.btnMove.TabIndex = 4; this.btnMove.Text = "Go"; this.btnMove.UseVisualStyleBackColor = true; this.btnMove.Click += new System.EventHandler(this.btnMove_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(71, 71); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(13, 13); this.label3.TabIndex = 5; this.label3.Text = "="; // // txtSearch // this.txtSearch.Location = new System.Drawing.Point(91, 68); this.txtSearch.Name = "txtSearch"; this.txtSearch.Size = new System.Drawing.Size(142, 20); this.txtSearch.TabIndex = 6; // // txtOutput // this.txtOutput.Location = new System.Drawing.Point(18, 110); this.txtOutput.Multiline = true; this.txtOutput.Name = "txtOutput"; this.txtOutput.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtOutput.Size = new System.Drawing.Size(355, 291); this.txtOutput.TabIndex = 7; // // btnClear // this.btnClear.Location = new System.Drawing.Point(289, 407); this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size(84, 22); this.btnClear.TabIndex = 8; this.btnClear.Text = "Clear"; this.btnClear.UseVisualStyleBackColor = true; // // moveColumn // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(389, 443); this.Controls.Add(this.btnClear); this.Controls.Add(this.txtOutput); this.Controls.Add(this.txtSearch); this.Controls.Add(this.label3); this.Controls.Add(this.btnMove); this.Controls.Add(this.cmbMoveAfter); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.cmbToMove); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "moveColumn"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "SpecOutput"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox cmbToMove; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cmbMoveAfter; private System.Windows.Forms.Button btnMove; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtSearch; private System.Windows.Forms.TextBox txtOutput; private System.Windows.Forms.Button btnClear; } }