초기 커밋.
This commit is contained in:
267
DDUtilityApp/LOGPARSER/FrmWorkFlow.Designer.cs
generated
Normal file
267
DDUtilityApp/LOGPARSER/FrmWorkFlow.Designer.cs
generated
Normal file
@@ -0,0 +1,267 @@
|
||||
namespace DDUtilityApp.LOGPARSER
|
||||
{
|
||||
partial class FrmWorkFlow
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
Telerik.WinControls.UI.TableViewDefinition tableViewDefinition1 = new Telerik.WinControls.UI.TableViewDefinition();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
||||
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
||||
this.panel4 = new System.Windows.Forms.Panel();
|
||||
this.btnSelectFolder = new System.Windows.Forms.Button();
|
||||
this.tboxLocalPath = new System.Windows.Forms.TextBox();
|
||||
this.rbtnLocal = new System.Windows.Forms.RadioButton();
|
||||
this.rbtnRemote = new System.Windows.Forms.RadioButton();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.gridFile = new JWH.CONTROL.GridViewEx();
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.tboxWorkflow = new System.Windows.Forms.TextBox();
|
||||
this.btnOpenFolder = new System.Windows.Forms.Button();
|
||||
this.panel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
||||
this.splitContainer1.Panel1.SuspendLayout();
|
||||
this.splitContainer1.Panel2.SuspendLayout();
|
||||
this.splitContainer1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
||||
this.splitContainer2.Panel1.SuspendLayout();
|
||||
this.splitContainer2.Panel2.SuspendLayout();
|
||||
this.splitContainer2.SuspendLayout();
|
||||
this.panel4.SuspendLayout();
|
||||
this.panel2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridFile)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridFile.MasterTemplate)).BeginInit();
|
||||
this.panel3.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.Controls.Add(this.splitContainer1);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.panel1.Size = new System.Drawing.Size(920, 470);
|
||||
this.panel1.TabIndex = 0;
|
||||
//
|
||||
// splitContainer1
|
||||
//
|
||||
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
||||
this.splitContainer1.Location = new System.Drawing.Point(3, 2);
|
||||
this.splitContainer1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.splitContainer1.Name = "splitContainer1";
|
||||
//
|
||||
// splitContainer1.Panel1
|
||||
//
|
||||
this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
|
||||
//
|
||||
// splitContainer1.Panel2
|
||||
//
|
||||
this.splitContainer1.Panel2.Controls.Add(this.panel3);
|
||||
this.splitContainer1.Size = new System.Drawing.Size(914, 466);
|
||||
this.splitContainer1.SplitterDistance = 600;
|
||||
this.splitContainer1.TabIndex = 0;
|
||||
//
|
||||
// splitContainer2
|
||||
//
|
||||
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
||||
this.splitContainer2.IsSplitterFixed = true;
|
||||
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
||||
this.splitContainer2.Name = "splitContainer2";
|
||||
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
||||
//
|
||||
// splitContainer2.Panel1
|
||||
//
|
||||
this.splitContainer2.Panel1.Controls.Add(this.panel4);
|
||||
//
|
||||
// splitContainer2.Panel2
|
||||
//
|
||||
this.splitContainer2.Panel2.Controls.Add(this.panel2);
|
||||
this.splitContainer2.Size = new System.Drawing.Size(600, 466);
|
||||
this.splitContainer2.SplitterDistance = 63;
|
||||
this.splitContainer2.TabIndex = 3;
|
||||
//
|
||||
// panel4
|
||||
//
|
||||
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel4.Controls.Add(this.btnOpenFolder);
|
||||
this.panel4.Controls.Add(this.btnSelectFolder);
|
||||
this.panel4.Controls.Add(this.tboxLocalPath);
|
||||
this.panel4.Controls.Add(this.rbtnLocal);
|
||||
this.panel4.Controls.Add(this.rbtnRemote);
|
||||
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel4.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel4.Name = "panel4";
|
||||
this.panel4.Size = new System.Drawing.Size(600, 63);
|
||||
this.panel4.TabIndex = 2;
|
||||
//
|
||||
// btnOpen
|
||||
//
|
||||
this.btnSelectFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnSelectFolder.Location = new System.Drawing.Point(560, 27);
|
||||
this.btnSelectFolder.Name = "btnOpen";
|
||||
this.btnSelectFolder.Size = new System.Drawing.Size(33, 23);
|
||||
this.btnSelectFolder.TabIndex = 3;
|
||||
this.btnSelectFolder.Text = "...";
|
||||
this.btnSelectFolder.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// tboxLocalPath
|
||||
//
|
||||
this.tboxLocalPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.tboxLocalPath.Location = new System.Drawing.Point(89, 28);
|
||||
this.tboxLocalPath.Name = "tboxLocalPath";
|
||||
this.tboxLocalPath.Size = new System.Drawing.Size(467, 21);
|
||||
this.tboxLocalPath.TabIndex = 2;
|
||||
//
|
||||
// rbtnLocal
|
||||
//
|
||||
this.rbtnLocal.AutoSize = true;
|
||||
this.rbtnLocal.Location = new System.Drawing.Point(8, 31);
|
||||
this.rbtnLocal.Name = "rbtnLocal";
|
||||
this.rbtnLocal.Size = new System.Drawing.Size(54, 16);
|
||||
this.rbtnLocal.TabIndex = 1;
|
||||
this.rbtnLocal.Text = "Local";
|
||||
this.rbtnLocal.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// rbtnRemote
|
||||
//
|
||||
this.rbtnRemote.AutoSize = true;
|
||||
this.rbtnRemote.Checked = true;
|
||||
this.rbtnRemote.Location = new System.Drawing.Point(8, 9);
|
||||
this.rbtnRemote.Name = "rbtnRemote";
|
||||
this.rbtnRemote.Size = new System.Drawing.Size(66, 16);
|
||||
this.rbtnRemote.TabIndex = 0;
|
||||
this.rbtnRemote.TabStop = true;
|
||||
this.rbtnRemote.Text = "Remote";
|
||||
this.rbtnRemote.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel2.Controls.Add(this.gridFile);
|
||||
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel2.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(600, 399);
|
||||
this.panel2.TabIndex = 3;
|
||||
//
|
||||
// gridFile
|
||||
//
|
||||
this.gridFile.ColumnResizeKey = System.Windows.Forms.Keys.F6;
|
||||
this.gridFile.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.gridFile.Location = new System.Drawing.Point(0, 0);
|
||||
this.gridFile.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
//
|
||||
//
|
||||
//
|
||||
this.gridFile.MasterTemplate.ViewDefinition = tableViewDefinition1;
|
||||
this.gridFile.Name = "gridFile";
|
||||
this.gridFile.Size = new System.Drawing.Size(598, 397);
|
||||
this.gridFile.TabIndex = 0;
|
||||
//
|
||||
// panel3
|
||||
//
|
||||
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel3.Controls.Add(this.tboxWorkflow);
|
||||
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel3.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.panel3.Name = "panel3";
|
||||
this.panel3.Size = new System.Drawing.Size(310, 466);
|
||||
this.panel3.TabIndex = 0;
|
||||
//
|
||||
// tboxWorkflow
|
||||
//
|
||||
this.tboxWorkflow.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tboxWorkflow.Location = new System.Drawing.Point(0, 0);
|
||||
this.tboxWorkflow.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tboxWorkflow.Multiline = true;
|
||||
this.tboxWorkflow.Name = "tboxWorkflow";
|
||||
this.tboxWorkflow.Size = new System.Drawing.Size(308, 464);
|
||||
this.tboxWorkflow.TabIndex = 0;
|
||||
//
|
||||
// btnOpenFolder
|
||||
//
|
||||
this.btnOpenFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnOpenFolder.Location = new System.Drawing.Point(486, 2);
|
||||
this.btnOpenFolder.Name = "btnOpenFolder";
|
||||
this.btnOpenFolder.Size = new System.Drawing.Size(107, 23);
|
||||
this.btnOpenFolder.TabIndex = 4;
|
||||
this.btnOpenFolder.Text = "Open Folder";
|
||||
this.btnOpenFolder.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// FrmWorkFlow
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(920, 470);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.Name = "FrmWorkFlow";
|
||||
this.Text = "FrmWorkFlow";
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.splitContainer1.Panel1.ResumeLayout(false);
|
||||
this.splitContainer1.Panel2.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
||||
this.splitContainer1.ResumeLayout(false);
|
||||
this.splitContainer2.Panel1.ResumeLayout(false);
|
||||
this.splitContainer2.Panel2.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
||||
this.splitContainer2.ResumeLayout(false);
|
||||
this.panel4.ResumeLayout(false);
|
||||
this.panel4.PerformLayout();
|
||||
this.panel2.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridFile.MasterTemplate)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridFile)).EndInit();
|
||||
this.panel3.ResumeLayout(false);
|
||||
this.panel3.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
private System.Windows.Forms.SplitContainer splitContainer1;
|
||||
private System.Windows.Forms.Panel panel3;
|
||||
private System.Windows.Forms.TextBox tboxWorkflow;
|
||||
private System.Windows.Forms.SplitContainer splitContainer2;
|
||||
private System.Windows.Forms.Panel panel4;
|
||||
private System.Windows.Forms.Button btnSelectFolder;
|
||||
private System.Windows.Forms.TextBox tboxLocalPath;
|
||||
private System.Windows.Forms.RadioButton rbtnLocal;
|
||||
private System.Windows.Forms.RadioButton rbtnRemote;
|
||||
private System.Windows.Forms.Panel panel2;
|
||||
private JWH.CONTROL.GridViewEx gridFile;
|
||||
private System.Windows.Forms.Button btnOpenFolder;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user