146 lines
5.9 KiB
C#
146 lines
5.9 KiB
C#
namespace Xylem.Common.Ui.GenesisToolBox
|
|
{
|
|
partial class TextFileMatchControl
|
|
{
|
|
/// <summary>
|
|
/// Erforderliche Designervariable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Verwendete Ressourcen bereinigen.
|
|
/// </summary>
|
|
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Vom Komponenten-Designer generierter Code
|
|
|
|
/// <summary>
|
|
/// Erforderliche Methode für die Designerunterstützung.
|
|
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.txtFileDest = new System.Windows.Forms.TextBox();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtFilter = new System.Windows.Forms.TextBox();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.txtFilter);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.textBox1);
|
|
this.groupBox1.Controls.Add(this.checkBox1);
|
|
this.groupBox1.Controls.Add(this.txtFileDest);
|
|
this.groupBox1.Controls.Add(this.button2);
|
|
this.groupBox1.Location = new System.Drawing.Point(3, 3);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(588, 88);
|
|
this.groupBox1.TabIndex = 13;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Match";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(110, 14);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(61, 13);
|
|
this.label1.TabIndex = 17;
|
|
this.label1.Text = "Text Match";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(113, 28);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(280, 20);
|
|
this.textBox1.TabIndex = 16;
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Location = new System.Drawing.Point(6, 30);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(56, 17);
|
|
this.checkBox1.TabIndex = 15;
|
|
this.checkBox1.Text = "Active";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
|
//
|
|
// txtFileDest
|
|
//
|
|
this.txtFileDest.Location = new System.Drawing.Point(6, 62);
|
|
this.txtFileDest.Name = "txtFileDest";
|
|
this.txtFileDest.ReadOnly = true;
|
|
this.txtFileDest.Size = new System.Drawing.Size(443, 20);
|
|
this.txtFileDest.TabIndex = 14;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(455, 60);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(116, 23);
|
|
this.button2.TabIndex = 12;
|
|
this.button2.Text = "Browse";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(396, 13);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(53, 13);
|
|
this.label2.TabIndex = 19;
|
|
this.label2.Text = "Text Filter";
|
|
//
|
|
// txtFilter
|
|
//
|
|
this.txtFilter.Location = new System.Drawing.Point(399, 27);
|
|
this.txtFilter.Name = "txtFilter";
|
|
this.txtFilter.Size = new System.Drawing.Size(101, 20);
|
|
this.txtFilter.TabIndex = 18;
|
|
//
|
|
// TextFileMatchControl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Name = "TextFileMatchControl";
|
|
this.Size = new System.Drawing.Size(600, 98);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.TextBox txtFileDest;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.SaveFileDialog saveFileDialog;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtFilter;
|
|
}
|
|
}
|