namespace DDUtilityApp.LOGPARSER { partial class FrmEqSelector { /// /// 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(); Telerik.WinControls.UI.TableViewDefinition tableViewDefinition3 = new Telerik.WinControls.UI.TableViewDefinition(); Telerik.WinControls.UI.TableViewDefinition tableViewDefinition4 = new Telerik.WinControls.UI.TableViewDefinition(); Telerik.WinControls.UI.TableViewDefinition tableViewDefinition5 = new Telerik.WinControls.UI.TableViewDefinition(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmEqSelector)); this.panel1 = new System.Windows.Forms.Panel(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.panel2 = new System.Windows.Forms.Panel(); this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.panel8 = new System.Windows.Forms.Panel(); this.tboxName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.panel9 = new System.Windows.Forms.Panel(); this.tboxEquipmentID = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.chkAllEquipment = new System.Windows.Forms.CheckBox(); this.chkUseSMB = new System.Windows.Forms.CheckBox(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.panel4 = new System.Windows.Forms.Panel(); this.cboxServer = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.btnOK = new System.Windows.Forms.Button(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.panel3 = new System.Windows.Forms.Panel(); this.panel6 = new System.Windows.Forms.Panel(); this.gridEquipments = new JWH.CONTROL.GridViewEx(); this.panel5 = new System.Windows.Forms.Panel(); this.panel7 = new System.Windows.Forms.Panel(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.gridLogFiles = new JWH.CONTROL.GridViewEx(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.gridModelDetail = new JWH.CONTROL.GridViewEx(); this.panel10 = new System.Windows.Forms.Panel(); this.tboxModelDescription = new System.Windows.Forms.TextBox(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.gridWorkflow = new JWH.CONTROL.GridViewEx(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.gridHsms = new JWH.CONTROL.GridViewEx(); this.radStatusStrip1 = new Telerik.WinControls.UI.RadStatusStrip(); this.rstatus1 = new Telerik.WinControls.UI.RadLabelElement(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.panel2.SuspendLayout(); this.flowLayoutPanel2.SuspendLayout(); this.panel8.SuspendLayout(); this.panel9.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.panel4.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.gridEquipments)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridEquipments.MasterTemplate)).BeginInit(); this.panel5.SuspendLayout(); this.panel7.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridLogFiles)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridLogFiles.MasterTemplate)).BeginInit(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridModelDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridModelDetail.MasterTemplate)).BeginInit(); this.panel10.SuspendLayout(); this.tabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridWorkflow)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridWorkflow.MasterTemplate)).BeginInit(); this.tabPage4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridHsms)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridHsms.MasterTemplate)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.splitContainer1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(3, 2); 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(1014, 572); 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"; 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(1008, 568); this.splitContainer1.SplitterDistance = 72; this.splitContainer1.SplitterWidth = 3; this.splitContainer1.TabIndex = 1; // // panel2 // this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.flowLayoutPanel2); this.panel2.Controls.Add(this.flowLayoutPanel1); 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(1008, 72); this.panel2.TabIndex = 2; // // flowLayoutPanel2 // this.flowLayoutPanel2.AutoSize = true; this.flowLayoutPanel2.Controls.Add(this.panel8); this.flowLayoutPanel2.Controls.Add(this.panel9); this.flowLayoutPanel2.Controls.Add(this.chkAllEquipment); this.flowLayoutPanel2.Controls.Add(this.chkUseSMB); this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top; this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 34); this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.flowLayoutPanel2.Name = "flowLayoutPanel2"; this.flowLayoutPanel2.Padding = new System.Windows.Forms.Padding(3); this.flowLayoutPanel2.Size = new System.Drawing.Size(1006, 34); this.flowLayoutPanel2.TabIndex = 1; // // panel8 // this.panel8.Controls.Add(this.tboxName); this.panel8.Controls.Add(this.label2); this.panel8.Location = new System.Drawing.Point(6, 5); this.panel8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel8.MinimumSize = new System.Drawing.Size(0, 24); this.panel8.Name = "panel8"; this.panel8.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel8.Size = new System.Drawing.Size(353, 24); this.panel8.TabIndex = 0; // // tboxName // this.tboxName.Location = new System.Drawing.Point(104, 1); this.tboxName.Name = "tboxName"; this.tboxName.Size = new System.Drawing.Size(246, 21); this.tboxName.TabIndex = 1; // // label2 // this.label2.Dock = System.Windows.Forms.DockStyle.Left; this.label2.Location = new System.Drawing.Point(3, 2); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(101, 20); this.label2.TabIndex = 0; this.label2.Text = "Name : "; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // panel9 // this.panel9.Controls.Add(this.tboxEquipmentID); this.panel9.Controls.Add(this.label4); this.panel9.Location = new System.Drawing.Point(365, 5); this.panel9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel9.MinimumSize = new System.Drawing.Size(0, 24); this.panel9.Name = "panel9"; this.panel9.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel9.Size = new System.Drawing.Size(353, 24); this.panel9.TabIndex = 1; // // tboxEquipmentID // this.tboxEquipmentID.Location = new System.Drawing.Point(104, 1); this.tboxEquipmentID.Name = "tboxEquipmentID"; this.tboxEquipmentID.Size = new System.Drawing.Size(246, 21); this.tboxEquipmentID.TabIndex = 1; // // label4 // this.label4.Dock = System.Windows.Forms.DockStyle.Left; this.label4.Location = new System.Drawing.Point(3, 2); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(101, 20); this.label4.TabIndex = 0; this.label4.Text = "Equipment ID : "; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // chkAllEquipment // this.chkAllEquipment.AutoSize = true; this.chkAllEquipment.Location = new System.Drawing.Point(724, 6); this.chkAllEquipment.Name = "chkAllEquipment"; this.chkAllEquipment.Size = new System.Drawing.Size(72, 16); this.chkAllEquipment.TabIndex = 3; this.chkAllEquipment.Text = "모든설비"; this.chkAllEquipment.UseVisualStyleBackColor = true; // // chkUseSMB // this.chkUseSMB.AutoSize = true; this.chkUseSMB.Location = new System.Drawing.Point(802, 6); this.chkUseSMB.Name = "chkUseSMB"; this.chkUseSMB.Size = new System.Drawing.Size(148, 16); this.chkUseSMB.TabIndex = 5; this.chkUseSMB.Text = "Use SMB(Only Local)"; this.chkUseSMB.UseVisualStyleBackColor = true; // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoSize = true; this.flowLayoutPanel1.Controls.Add(this.panel4); this.flowLayoutPanel1.Controls.Add(this.btnOK); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(3); this.flowLayoutPanel1.Size = new System.Drawing.Size(1006, 34); this.flowLayoutPanel1.TabIndex = 0; // // panel4 // this.panel4.Controls.Add(this.cboxServer); this.panel4.Controls.Add(this.label1); this.panel4.Location = new System.Drawing.Point(6, 5); this.panel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel4.MinimumSize = new System.Drawing.Size(0, 24); this.panel4.Name = "panel4"; this.panel4.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel4.Size = new System.Drawing.Size(353, 24); this.panel4.TabIndex = 0; // // cboxServer // this.cboxServer.Dock = System.Windows.Forms.DockStyle.Fill; this.cboxServer.FormattingEnabled = true; this.cboxServer.Location = new System.Drawing.Point(104, 2); this.cboxServer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.cboxServer.Name = "cboxServer"; this.cboxServer.Size = new System.Drawing.Size(246, 20); this.cboxServer.TabIndex = 1; // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Left; this.label1.Location = new System.Drawing.Point(3, 2); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(101, 20); this.label1.TabIndex = 0; this.label1.Text = "Server : "; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // btnOK // this.btnOK.Location = new System.Drawing.Point(365, 5); this.btnOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(99, 24); this.btnOK.TabIndex = 1; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; // // 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(1008, 493); this.splitContainer2.SplitterDistance = 453; 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(453, 493); this.panel3.TabIndex = 1; // // panel6 // this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel6.Controls.Add(this.gridEquipments); 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(447, 489); this.panel6.TabIndex = 3; // // gridEquipments // this.gridEquipments.BackColor = System.Drawing.SystemColors.ControlLightLight; this.gridEquipments.ColumnResizeKey = System.Windows.Forms.Keys.F6; this.gridEquipments.Dock = System.Windows.Forms.DockStyle.Fill; this.gridEquipments.Location = new System.Drawing.Point(0, 0); this.gridEquipments.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); // // // this.gridEquipments.MasterTemplate.ViewDefinition = tableViewDefinition1; this.gridEquipments.Name = "gridEquipments"; // // // this.gridEquipments.RootElement.ControlBounds = new System.Drawing.Rectangle(0, 0, 240, 150); this.gridEquipments.Size = new System.Drawing.Size(445, 487); this.gridEquipments.TabIndex = 2; // // 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(551, 493); this.panel5.TabIndex = 3; // // panel7 // this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel7.Controls.Add(this.tabControl1); 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(549, 491); this.panel7.TabIndex = 4; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Controls.Add(this.tabPage4); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(547, 489); this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; this.tabControl1.TabIndex = 6; this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged); // // tabPage1 // this.tabPage1.Controls.Add(this.gridLogFiles); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(539, 463); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Log Files"; this.tabPage1.UseVisualStyleBackColor = true; // // gridLogFiles // this.gridLogFiles.BackColor = System.Drawing.SystemColors.ControlLightLight; this.gridLogFiles.ColumnResizeKey = System.Windows.Forms.Keys.F6; this.gridLogFiles.Dock = System.Windows.Forms.DockStyle.Fill; this.gridLogFiles.Location = new System.Drawing.Point(3, 3); this.gridLogFiles.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); // // // this.gridLogFiles.MasterTemplate.ViewDefinition = tableViewDefinition2; this.gridLogFiles.Name = "gridLogFiles"; // // // this.gridLogFiles.RootElement.ControlBounds = new System.Drawing.Rectangle(3, 3, 240, 150); this.gridLogFiles.Size = new System.Drawing.Size(533, 457); this.gridLogFiles.TabIndex = 3; // // tabPage2 // this.tabPage2.Controls.Add(this.gridModelDetail); this.tabPage2.Controls.Add(this.panel10); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(539, 463); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Model History"; this.tabPage2.UseVisualStyleBackColor = true; // // gridModelDetail // this.gridModelDetail.BackColor = System.Drawing.SystemColors.ControlLightLight; this.gridModelDetail.ColumnResizeKey = System.Windows.Forms.Keys.F6; this.gridModelDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.gridModelDetail.Location = new System.Drawing.Point(3, 3); this.gridModelDetail.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); // // // this.gridModelDetail.MasterTemplate.ViewDefinition = tableViewDefinition3; this.gridModelDetail.Name = "gridModelDetail"; // // // this.gridModelDetail.RootElement.ControlBounds = new System.Drawing.Rectangle(3, 3, 240, 150); this.gridModelDetail.Size = new System.Drawing.Size(533, 357); this.gridModelDetail.TabIndex = 6; // // panel10 // this.panel10.Controls.Add(this.tboxModelDescription); this.panel10.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel10.Location = new System.Drawing.Point(3, 360); this.panel10.Name = "panel10"; this.panel10.Padding = new System.Windows.Forms.Padding(0, 2, 0, 2); this.panel10.Size = new System.Drawing.Size(533, 100); this.panel10.TabIndex = 5; // // tboxModelDescription // this.tboxModelDescription.Dock = System.Windows.Forms.DockStyle.Fill; this.tboxModelDescription.Location = new System.Drawing.Point(0, 2); this.tboxModelDescription.Multiline = true; this.tboxModelDescription.Name = "tboxModelDescription"; this.tboxModelDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.tboxModelDescription.Size = new System.Drawing.Size(533, 96); this.tboxModelDescription.TabIndex = 0; // // tabPage3 // this.tabPage3.Controls.Add(this.gridWorkflow); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(539, 463); this.tabPage3.TabIndex = 3; this.tabPage3.Text = "Workflow"; this.tabPage3.UseVisualStyleBackColor = true; // // gridWorkflow // this.gridWorkflow.BackColor = System.Drawing.SystemColors.ControlLightLight; this.gridWorkflow.ColumnResizeKey = System.Windows.Forms.Keys.F6; this.gridWorkflow.Dock = System.Windows.Forms.DockStyle.Fill; this.gridWorkflow.Location = new System.Drawing.Point(3, 3); this.gridWorkflow.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); // // // this.gridWorkflow.MasterTemplate.ViewDefinition = tableViewDefinition4; this.gridWorkflow.Name = "gridWorkflow"; // // // this.gridWorkflow.RootElement.ControlBounds = new System.Drawing.Rectangle(3, 3, 240, 150); this.gridWorkflow.Size = new System.Drawing.Size(533, 457); this.gridWorkflow.TabIndex = 4; // // tabPage4 // this.tabPage4.Controls.Add(this.gridHsms); this.tabPage4.Location = new System.Drawing.Point(4, 22); this.tabPage4.Name = "tabPage4"; this.tabPage4.Padding = new System.Windows.Forms.Padding(3); this.tabPage4.Size = new System.Drawing.Size(539, 463); this.tabPage4.TabIndex = 2; this.tabPage4.Text = "HSMS"; this.tabPage4.UseVisualStyleBackColor = true; // // gridHsms // this.gridHsms.BackColor = System.Drawing.SystemColors.ControlLightLight; this.gridHsms.ColumnResizeKey = System.Windows.Forms.Keys.F6; this.gridHsms.Dock = System.Windows.Forms.DockStyle.Fill; this.gridHsms.Location = new System.Drawing.Point(3, 3); this.gridHsms.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); // // // this.gridHsms.MasterTemplate.ViewDefinition = tableViewDefinition5; this.gridHsms.Name = "gridHsms"; // // // this.gridHsms.RootElement.ControlBounds = new System.Drawing.Rectangle(3, 3, 240, 150); this.gridHsms.Size = new System.Drawing.Size(533, 457); this.gridHsms.TabIndex = 4; // // radStatusStrip1 // this.radStatusStrip1.BackColor = System.Drawing.SystemColors.ControlLightLight; this.radStatusStrip1.Items.AddRange(new Telerik.WinControls.RadItem[] { this.rstatus1}); this.radStatusStrip1.Location = new System.Drawing.Point(3, 574); this.radStatusStrip1.Name = "radStatusStrip1"; // // // this.radStatusStrip1.RootElement.ControlBounds = new System.Drawing.Rectangle(0, 0, 300, 24); this.radStatusStrip1.RootElement.StretchVertically = true; this.radStatusStrip1.Size = new System.Drawing.Size(1014, 26); this.radStatusStrip1.TabIndex = 1; // // rstatus1 // this.rstatus1.Name = "rstatus1"; this.radStatusStrip1.SetSpring(this.rstatus1, false); this.rstatus1.Text = ""; this.rstatus1.TextWrap = true; // // FrmEqSelector // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1020, 602); this.Controls.Add(this.panel1); this.Controls.Add(this.radStatusStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "FrmEqSelector"; this.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Text = "Equipment Selector"; 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.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.flowLayoutPanel2.ResumeLayout(false); this.flowLayoutPanel2.PerformLayout(); this.panel8.ResumeLayout(false); this.panel8.PerformLayout(); this.panel9.ResumeLayout(false); this.panel9.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.panel4.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.gridEquipments.MasterTemplate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridEquipments)).EndInit(); this.panel5.ResumeLayout(false); this.panel7.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridLogFiles.MasterTemplate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridLogFiles)).EndInit(); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridModelDetail.MasterTemplate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridModelDetail)).EndInit(); this.panel10.ResumeLayout(false); this.panel10.PerformLayout(); this.tabPage3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridWorkflow.MasterTemplate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridWorkflow)).EndInit(); this.tabPage4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridHsms.MasterTemplate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridHsms)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Panel panel6; private JWH.CONTROL.GridViewEx gridEquipments; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.ComboBox cboxServer; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Panel panel7; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; private System.Windows.Forms.Panel panel8; private System.Windows.Forms.TextBox tboxName; private System.Windows.Forms.Label label2; private System.Windows.Forms.Panel panel9; private System.Windows.Forms.TextBox tboxEquipmentID; private System.Windows.Forms.Label label4; private System.Windows.Forms.CheckBox chkAllEquipment; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private JWH.CONTROL.GridViewEx gridLogFiles; private System.Windows.Forms.TabPage tabPage2; private JWH.CONTROL.GridViewEx gridModelDetail; private System.Windows.Forms.Panel panel10; private System.Windows.Forms.TextBox tboxModelDescription; private Telerik.WinControls.UI.RadStatusStrip radStatusStrip1; private Telerik.WinControls.UI.RadLabelElement rstatus1; private System.Windows.Forms.CheckBox chkUseSMB; private System.Windows.Forms.TabPage tabPage4; private System.Windows.Forms.TabPage tabPage3; private JWH.CONTROL.GridViewEx gridHsms; private JWH.CONTROL.GridViewEx gridWorkflow; } }