namespace Truffles
{
partial class ColumnFilter
{
///
/// 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(ColumnFilter));
this.button2 = new System.Windows.Forms.Button();
this.cmbIn = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txtFor = new System.Windows.Forms.TextBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// button2
//
this.button2.Location = new System.Drawing.Point(12, 67);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(92, 24);
this.button2.TabIndex = 11;
this.button2.Text = "Search";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// cmbIn
//
this.cmbIn.FormattingEnabled = true;
this.cmbIn.Location = new System.Drawing.Point(71, 38);
this.cmbIn.Name = "cmbIn";
this.cmbIn.Size = new System.Drawing.Size(147, 21);
this.cmbIn.TabIndex = 9;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 41);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(55, 13);
this.label2.TabIndex = 8;
this.label2.Text = "Search in:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 13);
this.label1.TabIndex = 7;
this.label1.Text = "Search for:";
//
// txtFor
//
this.txtFor.Location = new System.Drawing.Point(71, 12);
this.txtFor.Name = "txtFor";
this.txtFor.Size = new System.Drawing.Size(147, 20);
this.txtFor.TabIndex = 6;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(142, 72);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(78, 17);
this.checkBox1.TabIndex = 12;
this.checkBox1.Text = "Starts With";
this.checkBox1.UseVisualStyleBackColor = true;
//
// ColumnFilter
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(234, 99);
this.Controls.Add(this.checkBox1);
this.Controls.Add(this.button2);
this.Controls.Add(this.cmbIn);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtFor);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "ColumnFilter";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Column Filter";
this.Load += new System.EventHandler(this.ColumnFilter_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button2;
private System.Windows.Forms.ComboBox cmbIn;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtFor;
private System.Windows.Forms.CheckBox checkBox1;
}
}