laatzen/Common/Ui/GenesisToolBox/FrmLogSplit.Designer.cs
2022-04-06 10:42:16 +02:00

246 lines
11 KiB
C#

namespace Xylem.Common.Ui.GenesisToolBox
{
partial class FrmLogSplit
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.tbxFilePathSource = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.btnOpenUpdateDirectory = new System.Windows.Forms.Button();
this.tbxFilePathDestMisc = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.btnOpenUpdateDirectoryRest = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
this.btnRun = new System.Windows.Forms.Button();
this.tbxFilePathCorrupted = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.tbxRegExMatch = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.cbxRemoveLastTab = new System.Windows.Forms.CheckBox();
this.nudFileLength = new System.Windows.Forms.NumericUpDown();
this.label5 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.nudFileLength)).BeginInit();
this.SuspendLayout();
//
// tbxFilePathSource
//
this.tbxFilePathSource.Location = new System.Drawing.Point(145, 23);
this.tbxFilePathSource.Name = "tbxFilePathSource";
this.tbxFilePathSource.ReadOnly = true;
this.tbxFilePathSource.Size = new System.Drawing.Size(443, 20);
this.tbxFilePathSource.TabIndex = 5;
this.tbxFilePathSource.TextChanged += new System.EventHandler(this.tbxFilePathSource_TextChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(29, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(88, 13);
this.label1.TabIndex = 4;
this.label1.Text = "Source File Path:";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// btnOpenUpdateDirectory
//
this.btnOpenUpdateDirectory.Location = new System.Drawing.Point(594, 21);
this.btnOpenUpdateDirectory.Name = "btnOpenUpdateDirectory";
this.btnOpenUpdateDirectory.Size = new System.Drawing.Size(116, 23);
this.btnOpenUpdateDirectory.TabIndex = 3;
this.btnOpenUpdateDirectory.Text = "Browse";
this.btnOpenUpdateDirectory.UseVisualStyleBackColor = true;
this.btnOpenUpdateDirectory.Click += new System.EventHandler(this.btnOpenUpdateDirectory_Click);
//
// tbxFilePathDestMisc
//
this.tbxFilePathDestMisc.Location = new System.Drawing.Point(145, 72);
this.tbxFilePathDestMisc.Name = "tbxFilePathDestMisc";
this.tbxFilePathDestMisc.ReadOnly = true;
this.tbxFilePathDestMisc.Size = new System.Drawing.Size(443, 20);
this.tbxFilePathDestMisc.TabIndex = 8;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(29, 76);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(110, 13);
this.label2.TabIndex = 7;
this.label2.Text = "No Match Lines Path:";
//
// btnOpenUpdateDirectoryRest
//
this.btnOpenUpdateDirectoryRest.Location = new System.Drawing.Point(594, 70);
this.btnOpenUpdateDirectoryRest.Name = "btnOpenUpdateDirectoryRest";
this.btnOpenUpdateDirectoryRest.Size = new System.Drawing.Size(116, 23);
this.btnOpenUpdateDirectoryRest.TabIndex = 6;
this.btnOpenUpdateDirectoryRest.Text = "Browse";
this.btnOpenUpdateDirectoryRest.UseVisualStyleBackColor = true;
this.btnOpenUpdateDirectoryRest.Click += new System.EventHandler(this.btnOpenUpdateDirectoryRest_Click);
//
// groupBox1
//
this.groupBox1.Location = new System.Drawing.Point(10, 193);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(737, 331);
this.groupBox1.TabIndex = 9;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "groupBox1";
//
// openFileDialog
//
this.openFileDialog.FileName = "openFileDialog";
//
// btnRun
//
this.btnRun.Location = new System.Drawing.Point(12, 530);
this.btnRun.Name = "btnRun";
this.btnRun.Size = new System.Drawing.Size(735, 23);
this.btnRun.TabIndex = 10;
this.btnRun.Text = "Run";
this.btnRun.UseVisualStyleBackColor = true;
this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
//
// tbxFilePathCorrupted
//
this.tbxFilePathCorrupted.Location = new System.Drawing.Point(145, 129);
this.tbxFilePathCorrupted.Name = "tbxFilePathCorrupted";
this.tbxFilePathCorrupted.ReadOnly = true;
this.tbxFilePathCorrupted.Size = new System.Drawing.Size(443, 20);
this.tbxFilePathCorrupted.TabIndex = 13;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(29, 133);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(109, 13);
this.label3.TabIndex = 12;
this.label3.Text = "Corrupted Lines Path:";
//
// tbxRegExMatch
//
this.tbxRegExMatch.Location = new System.Drawing.Point(145, 103);
this.tbxRegExMatch.Name = "tbxRegExMatch";
this.tbxRegExMatch.Size = new System.Drawing.Size(443, 20);
this.tbxRegExMatch.TabIndex = 14;
this.tbxRegExMatch.Text = "[0-9a-fA-Fhf:-@]";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(29, 106);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(83, 13);
this.label4.TabIndex = 15;
this.label4.Text = "IsMatch RegEx:";
//
// cbxRemoveLastTab
//
this.cbxRemoveLastTab.AutoSize = true;
this.cbxRemoveLastTab.Location = new System.Drawing.Point(29, 162);
this.cbxRemoveLastTab.Name = "cbxRemoveLastTab";
this.cbxRemoveLastTab.Size = new System.Drawing.Size(105, 17);
this.cbxRemoveLastTab.TabIndex = 16;
this.cbxRemoveLastTab.Text = "RemoveLastTab";
this.cbxRemoveLastTab.UseVisualStyleBackColor = true;
//
// nudFileLength
//
this.nudFileLength.Location = new System.Drawing.Point(299, 161);
this.nudFileLength.Maximum = new decimal(new int[] {
-889552896,
2095475,
0,
0});
this.nudFileLength.Name = "nudFileLength";
this.nudFileLength.Size = new System.Drawing.Size(121, 20);
this.nudFileLength.TabIndex = 17;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(162, 161);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(131, 13);
this.label5.TabIndex = 18;
this.label5.Text = "Lines per File (0 = no limit):";
//
// FrmLogSplit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(784, 561);
this.Controls.Add(this.label5);
this.Controls.Add(this.nudFileLength);
this.Controls.Add(this.cbxRemoveLastTab);
this.Controls.Add(this.label4);
this.Controls.Add(this.tbxRegExMatch);
this.Controls.Add(this.tbxFilePathCorrupted);
this.Controls.Add(this.label3);
this.Controls.Add(this.btnRun);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.tbxFilePathDestMisc);
this.Controls.Add(this.label2);
this.Controls.Add(this.btnOpenUpdateDirectoryRest);
this.Controls.Add(this.tbxFilePathSource);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnOpenUpdateDirectory);
this.MaximumSize = new System.Drawing.Size(800, 600);
this.MinimumSize = new System.Drawing.Size(800, 600);
this.Name = "FrmLogSplit";
this.Text = "FrmLogSplit";
this.Load += new System.EventHandler(this.FrmLogSplit_Load);
((System.ComponentModel.ISupportInitialize)(this.nudFileLength)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox tbxFilePathSource;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnOpenUpdateDirectory;
private System.Windows.Forms.TextBox tbxFilePathDestMisc;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnOpenUpdateDirectoryRest;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.OpenFileDialog openFileDialog;
private System.Windows.Forms.SaveFileDialog saveFileDialog;
private System.Windows.Forms.Button btnRun;
private System.Windows.Forms.TextBox tbxFilePathCorrupted;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tbxRegExMatch;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.CheckBox cbxRemoveLastTab;
private System.Windows.Forms.NumericUpDown nudFileLength;
private System.Windows.Forms.Label label5;
}
}