namespace DDUtilityApp.MESDOWNLOADER { partial class ServerLog { /// /// 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() { Telerik.WinControls.UI.TableViewDefinition tableViewDefinition1 = new Telerik.WinControls.UI.TableViewDefinition(); Telerik.WinControls.UI.TableViewDefinition tableViewDefinition2 = new Telerik.WinControls.UI.TableViewDefinition(); this.cboxServer = new System.Windows.Forms.ComboBox(); this.btnConnect = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.btnFoder = new System.Windows.Forms.Button(); this.panel4 = new System.Windows.Forms.FlowLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.txtPath = new System.Windows.Forms.TextBox(); this.panel2 = new System.Windows.Forms.Panel(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.panel3 = new System.Windows.Forms.Panel(); this.panel6 = new System.Windows.Forms.Panel(); this.gridServer = new JWH.CONTROL.GridViewEx(); this.panel5 = new System.Windows.Forms.Panel(); this.panel7 = new System.Windows.Forms.Panel(); this.gridLogFiles = new JWH.CONTROL.GridViewEx(); this.panel1 = new System.Windows.Forms.Panel(); this.panel8 = new System.Windows.Forms.Panel(); this.plSubPart = new System.Windows.Forms.FlowLayoutPanel(); this.btnPath = new System.Windows.Forms.Button(); this.panel4.SuspendLayout(); this.panel2.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.panel3.SuspendLayout(); this.panel6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridServer)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridServer.MasterTemplate)).BeginInit(); this.panel5.SuspendLayout(); this.panel7.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridLogFiles)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridLogFiles.MasterTemplate)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // cboxServer // this.cboxServer.FormattingEnabled = true; this.cboxServer.Location = new System.Drawing.Point(100, 4); this.cboxServer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.cboxServer.Name = "cboxServer"; this.cboxServer.Size = new System.Drawing.Size(215, 20); this.cboxServer.TabIndex = 1; this.cboxServer.SelectedIndexChanged += new System.EventHandler(this.cboxServer_SelectedIndexChanged); // // btnConnect // this.btnConnect.Location = new System.Drawing.Point(321, 4); this.btnConnect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnConnect.Name = "btnConnect"; this.btnConnect.Size = new System.Drawing.Size(87, 23); this.btnConnect.TabIndex = 1; this.btnConnect.Text = "연결"; this.btnConnect.UseVisualStyleBackColor = true; this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click); // // label2 // this.label2.Dock = System.Windows.Forms.DockStyle.Left; this.label2.Location = new System.Drawing.Point(414, 2); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(88, 27); this.label2.TabIndex = 5; this.label2.Text = "로컬디렉토리 :"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // btnFoder // this.btnFoder.Location = new System.Drawing.Point(855, 4); this.btnFoder.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnFoder.Name = "btnFoder"; this.btnFoder.Size = new System.Drawing.Size(66, 23); this.btnFoder.TabIndex = 4; this.btnFoder.Text = "폴더"; this.btnFoder.UseVisualStyleBackColor = true; this.btnFoder.Click += new System.EventHandler(this.btnFoder_Click); // // panel4 // this.panel4.Controls.Add(this.label1); this.panel4.Controls.Add(this.cboxServer); this.panel4.Controls.Add(this.btnConnect); this.panel4.Controls.Add(this.label2); this.panel4.Controls.Add(this.txtPath); this.panel4.Controls.Add(this.btnFoder); this.panel4.Controls.Add(this.btnPath); this.panel4.Dock = System.Windows.Forms.DockStyle.Top; this.panel4.Location = new System.Drawing.Point(0, 0); this.panel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel4.MinimumSize = new System.Drawing.Size(0, 19); this.panel4.Name = "panel4"; this.panel4.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel4.Size = new System.Drawing.Size(1007, 31); this.panel4.TabIndex = 0; // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Left; this.label1.Location = new System.Drawing.Point(6, 2); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(88, 27); this.label1.TabIndex = 0; this.label1.Text = "Server : "; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtPath // this.txtPath.Location = new System.Drawing.Point(508, 5); this.txtPath.Name = "txtPath"; this.txtPath.Size = new System.Drawing.Size(341, 21); this.txtPath.TabIndex = 2; // // panel2 // this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.plSubPart); this.panel2.Controls.Add(this.panel8); this.panel2.Controls.Add(this.panel4); 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(1009, 73); this.panel2.TabIndex = 2; // // 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"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.panel2); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.splitContainer2); this.splitContainer1.Size = new System.Drawing.Size(1009, 622); this.splitContainer1.SplitterDistance = 73; this.splitContainer1.SplitterWidth = 2; this.splitContainer1.TabIndex = 1; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.panel3); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.panel5); this.splitContainer2.Size = new System.Drawing.Size(1009, 547); this.splitContainer2.SplitterDistance = 570; this.splitContainer2.TabIndex = 1; // // panel3 // this.panel3.Controls.Add(this.panel6); 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.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel3.Size = new System.Drawing.Size(570, 547); this.panel3.TabIndex = 1; // // panel6 // this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel6.Controls.Add(this.gridServer); this.panel6.Dock = System.Windows.Forms.DockStyle.Fill; this.panel6.Location = new System.Drawing.Point(3, 2); this.panel6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(564, 543); this.panel6.TabIndex = 3; // // gridServer // this.gridServer.ColumnResizeKey = System.Windows.Forms.Keys.F6; this.gridServer.Dock = System.Windows.Forms.DockStyle.Fill; this.gridServer.Location = new System.Drawing.Point(0, 0); this.gridServer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); // // // this.gridServer.MasterTemplate.ViewDefinition = tableViewDefinition1; this.gridServer.Name = "gridServer"; this.gridServer.Size = new System.Drawing.Size(562, 541); this.gridServer.TabIndex = 0; // // panel5 // this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel5.Controls.Add(this.panel7); this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; this.panel5.Location = new System.Drawing.Point(0, 0); this.panel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(435, 547); this.panel5.TabIndex = 3; // // panel7 // this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel7.Controls.Add(this.gridLogFiles); this.panel7.Dock = System.Windows.Forms.DockStyle.Fill; this.panel7.Location = new System.Drawing.Point(0, 0); this.panel7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel7.Name = "panel7"; this.panel7.Size = new System.Drawing.Size(433, 545); this.panel7.TabIndex = 4; // // gridLogFiles // this.gridLogFiles.ColumnResizeKey = System.Windows.Forms.Keys.F6; this.gridLogFiles.Dock = System.Windows.Forms.DockStyle.Fill; this.gridLogFiles.Location = new System.Drawing.Point(0, 0); this.gridLogFiles.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); // // // this.gridLogFiles.MasterTemplate.ViewDefinition = tableViewDefinition2; this.gridLogFiles.Name = "gridLogFiles"; this.gridLogFiles.Size = new System.Drawing.Size(431, 543); this.gridLogFiles.TabIndex = 1; // // 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(1015, 626); this.panel1.TabIndex = 2; // // panel8 // this.panel8.Dock = System.Windows.Forms.DockStyle.Left; this.panel8.Location = new System.Drawing.Point(0, 31); this.panel8.Name = "panel8"; this.panel8.Size = new System.Drawing.Size(46, 40); this.panel8.TabIndex = 1; // // plSubPart // this.plSubPart.Dock = System.Windows.Forms.DockStyle.Fill; this.plSubPart.Location = new System.Drawing.Point(46, 31); this.plSubPart.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.plSubPart.MinimumSize = new System.Drawing.Size(0, 19); this.plSubPart.Name = "plSubPart"; this.plSubPart.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); this.plSubPart.Size = new System.Drawing.Size(961, 40); this.plSubPart.TabIndex = 2; // // btnPath // this.btnPath.Location = new System.Drawing.Point(927, 4); this.btnPath.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnPath.Name = "btnPath"; this.btnPath.Size = new System.Drawing.Size(66, 23); this.btnPath.TabIndex = 6; this.btnPath.Text = "경로열기"; this.btnPath.UseVisualStyleBackColor = true; this.btnPath.Click += new System.EventHandler(this.btnPath_Click); // // ServerLog // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1015, 626); this.Controls.Add(this.panel1); this.Name = "ServerLog"; this.Text = "ServerLog"; this.WindowState = System.Windows.Forms.FormWindowState.Minimized; this.Shown += new System.EventHandler(this.ServerLog_Shown); this.Resize += new System.EventHandler(this.ServerLog_Resize); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.panel2.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.panel3.ResumeLayout(false); this.panel6.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridServer.MasterTemplate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridServer)).EndInit(); this.panel5.ResumeLayout(false); this.panel7.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridLogFiles.MasterTemplate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridLogFiles)).EndInit(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ComboBox cboxServer; private System.Windows.Forms.Button btnConnect; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnFoder; private System.Windows.Forms.FlowLayoutPanel panel4; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtPath; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Panel panel6; private JWH.CONTROL.GridViewEx gridServer; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Panel panel7; private JWH.CONTROL.GridViewEx gridLogFiles; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.FlowLayoutPanel plSubPart; private System.Windows.Forms.Panel panel8; private System.Windows.Forms.Button btnPath; } }