namespace FiestaEditor
{
partial class Replace
{
///
/// 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.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtFilter = new System.Windows.Forms.TextBox();
this.lblInfo = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnReplace = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.cmbColumn = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.txtWith = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.lblInfo);
this.groupBox1.Controls.Add(this.txtFilter);
this.groupBox1.Location = new System.Drawing.Point(8, 7);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(281, 104);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Filter:";
//
// txtFilter
//
this.txtFilter.Location = new System.Drawing.Point(12, 22);
this.txtFilter.Multiline = true;
this.txtFilter.Name = "txtFilter";
this.txtFilter.Size = new System.Drawing.Size(256, 61);
this.txtFilter.TabIndex = 0;
this.txtFilter.TextChanged += new System.EventHandler(this.txtFilter_TextChanged);
//
// lblInfo
//
this.lblInfo.AutoSize = true;
this.lblInfo.Location = new System.Drawing.Point(9, 86);
this.lblInfo.Name = "lblInfo";
this.lblInfo.Size = new System.Drawing.Size(120, 13);
this.lblInfo.TabIndex = 1;
this.lblInfo.Text = "All rows will be affected.";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.txtWith);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.cmbColumn);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Location = new System.Drawing.Point(8, 127);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(280, 92);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Replace with:";
//
// btnReplace
//
this.btnReplace.Location = new System.Drawing.Point(73, 225);
this.btnReplace.Name = "btnReplace";
this.btnReplace.Size = new System.Drawing.Size(149, 21);
this.btnReplace.TabIndex = 2;
this.btnReplace.Text = "Replace";
this.btnReplace.UseVisualStyleBackColor = true;
this.btnReplace.Click += new System.EventHandler(this.btnReplace_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(45, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Column:";
//
// cmbColumn
//
this.cmbColumn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbColumn.FormattingEnabled = true;
this.cmbColumn.Location = new System.Drawing.Point(65, 18);
this.cmbColumn.Name = "cmbColumn";
this.cmbColumn.Size = new System.Drawing.Size(202, 21);
this.cmbColumn.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(10, 58);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(62, 13);
this.label2.TabIndex = 2;
this.label2.Text = "New Value:";
//
// txtWith
//
this.txtWith.Location = new System.Drawing.Point(78, 55);
this.txtWith.Name = "txtWith";
this.txtWith.Size = new System.Drawing.Size(189, 20);
this.txtWith.TabIndex = 3;
//
// Replace
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(303, 256);
this.Controls.Add(this.btnReplace);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "Replace";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Replace";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Replace_FormClosed);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label lblInfo;
private System.Windows.Forms.TextBox txtFilter;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ComboBox cmbColumn;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnReplace;
private System.Windows.Forms.TextBox txtWith;
private System.Windows.Forms.Label label2;
}
}