namespace Truffles
{
partial class ColAutoSet
{
///
/// 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(ColAutoSet));
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.btnGo = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.txtForItems = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtValue = new System.Windows.Forms.TextBox();
this.cmbSearcher = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(45, 12);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(261, 21);
this.comboBox1.TabIndex = 0;
//
// btnGo
//
this.btnGo.Location = new System.Drawing.Point(376, 41);
this.btnGo.Name = "btnGo";
this.btnGo.Size = new System.Drawing.Size(44, 38);
this.btnGo.TabIndex = 3;
this.btnGo.Text = "Go";
this.btnGo.UseVisualStyleBackColor = true;
this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(16, 36);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(81, 13);
this.label1.TabIndex = 4;
this.label1.Text = "For items where";
//
// txtForItems
//
this.txtForItems.Location = new System.Drawing.Point(12, 57);
this.txtForItems.Multiline = true;
this.txtForItems.Name = "txtForItems";
this.txtForItems.Size = new System.Drawing.Size(358, 356);
this.txtForItems.TabIndex = 5;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(16, 15);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(23, 13);
this.label2.TabIndex = 6;
this.label2.Text = "Set";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(312, 20);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(16, 13);
this.label3.TabIndex = 7;
this.label3.Text = "to";
//
// txtValue
//
this.txtValue.Location = new System.Drawing.Point(337, 17);
this.txtValue.Name = "txtValue";
this.txtValue.Size = new System.Drawing.Size(83, 20);
this.txtValue.TabIndex = 8;
this.txtValue.Text = "500";
this.txtValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// cmbSearcher
//
this.cmbSearcher.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbSearcher.FormattingEnabled = true;
this.cmbSearcher.Location = new System.Drawing.Point(103, 33);
this.cmbSearcher.Name = "cmbSearcher";
this.cmbSearcher.Size = new System.Drawing.Size(136, 21);
this.cmbSearcher.TabIndex = 9;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(245, 41);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(13, 13);
this.label4.TabIndex = 10;
this.label4.Text = "=";
//
// ColAutoSet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(432, 426);
this.Controls.Add(this.label4);
this.Controls.Add(this.cmbSearcher);
this.Controls.Add(this.txtValue);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtForItems);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnGo);
this.Controls.Add(this.comboBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ColAutoSet";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "MultiSet";
this.Load += new System.EventHandler(this.ColMultiplier_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Button btnGo;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtForItems;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtValue;
private System.Windows.Forms.ComboBox cmbSearcher;
private System.Windows.Forms.Label label4;
}
}