namespace DataCollectionSystem { partial class FormMonitorDevice { /// /// 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() { this.advTree = new DevComponents.AdvTree.AdvTree(); this.nodeType = new DevComponents.AdvTree.Node(); this.elementStyle4 = new DevComponents.DotNetBar.ElementStyle(); this.nodeConnector = new DevComponents.AdvTree.NodeConnector(); this.elementStyle3 = new DevComponents.DotNetBar.ElementStyle(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.panelEx1 = new DevComponents.DotNetBar.PanelEx(); this.BtnRemoveGrandSon = new DevComponents.DotNetBar.ButtonX(); this.BtnAddGrandSon = new DevComponents.DotNetBar.ButtonX(); this.BtnSave = new DevComponents.DotNetBar.ButtonX(); this.textBoxName = new DevComponents.DotNetBar.Controls.TextBoxX(); this.BtnRMson = new DevComponents.DotNetBar.ButtonX(); this.BtnAddSon = new DevComponents.DotNetBar.ButtonX(); this.BtnRemove = new DevComponents.DotNetBar.ButtonX(); this.BtnAdd = new DevComponents.DotNetBar.ButtonX(); ((System.ComponentModel.ISupportInitialize)(this.advTree)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); this.panelEx1.SuspendLayout(); this.SuspendLayout(); // // advTree // this.advTree.BackColor = System.Drawing.SystemColors.Window; // // // this.advTree.BackgroundStyle.BackColor = System.Drawing.Color.White; this.advTree.BackgroundStyle.BackColor2 = System.Drawing.Color.MintCream; this.advTree.BackgroundStyle.BackColorGradientAngle = 90; this.advTree.BackgroundStyle.Class = "TreeBorderKey"; this.advTree.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.advTree.Dock = System.Windows.Forms.DockStyle.Fill; this.advTree.Location = new System.Drawing.Point(3, 3); this.advTree.Name = "advTree"; this.advTree.Nodes.AddRange(new DevComponents.AdvTree.Node[] { this.nodeType}); this.advTree.NodesConnector = this.nodeConnector; this.advTree.NodeStyle = this.elementStyle3; this.advTree.PathSeparator = ";"; this.advTree.Size = new System.Drawing.Size(619, 279); this.advTree.Styles.Add(this.elementStyle3); this.advTree.Styles.Add(this.elementStyle4); this.advTree.TabIndex = 1; this.advTree.Text = "advTree3"; // // nodeType // this.nodeType.Expanded = true; this.nodeType.ExpandVisibility = DevComponents.AdvTree.eNodeExpandVisibility.Hidden; this.nodeType.FullRowBackground = true; this.nodeType.Name = "nodeType"; this.nodeType.Selectable = false; this.nodeType.Style = this.elementStyle4; this.nodeType.Text = "监测对象选项"; // // elementStyle4 // this.elementStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(215)))), ((int)(((byte)(255))))); this.elementStyle4.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); this.elementStyle4.BackColorGradientAngle = 90; this.elementStyle4.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.elementStyle4.BorderBottomWidth = 1; this.elementStyle4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(105)))), ((int)(((byte)(140))))); this.elementStyle4.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.elementStyle4.Description = "Blue"; this.elementStyle4.Name = "elementStyle4"; this.elementStyle4.PaddingBottom = 1; this.elementStyle4.PaddingLeft = 1; this.elementStyle4.PaddingRight = 1; this.elementStyle4.PaddingTop = 1; this.elementStyle4.TextColor = System.Drawing.Color.Black; // // nodeConnector // this.nodeConnector.LineColor = System.Drawing.SystemColors.ControlText; // // elementStyle3 // this.elementStyle3.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.elementStyle3.Name = "elementStyle3"; this.elementStyle3.TextColor = System.Drawing.SystemColors.ControlText; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.advTree, 0, 0); this.tableLayoutPanel1.Controls.Add(this.panelEx1, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 111F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(625, 396); this.tableLayoutPanel1.TabIndex = 2; // // panelEx1 // this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelEx1.Controls.Add(this.BtnRemoveGrandSon); this.panelEx1.Controls.Add(this.BtnAddGrandSon); this.panelEx1.Controls.Add(this.BtnSave); this.panelEx1.Controls.Add(this.textBoxName); this.panelEx1.Controls.Add(this.BtnRMson); this.panelEx1.Controls.Add(this.BtnAddSon); this.panelEx1.Controls.Add(this.BtnRemove); this.panelEx1.Controls.Add(this.BtnAdd); this.panelEx1.DisabledBackColor = System.Drawing.Color.Empty; this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx1.Location = new System.Drawing.Point(3, 288); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(619, 105); this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelEx1.Style.GradientAngle = 90; this.panelEx1.TabIndex = 2; // // BtnRemoveGrandSon // this.BtnRemoveGrandSon.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.BtnRemoveGrandSon.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.BtnRemoveGrandSon.Location = new System.Drawing.Point(428, 56); this.BtnRemoveGrandSon.Name = "BtnRemoveGrandSon"; this.BtnRemoveGrandSon.Size = new System.Drawing.Size(75, 23); this.BtnRemoveGrandSon.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.BtnRemoveGrandSon.TabIndex = 7; this.BtnRemoveGrandSon.Text = "移除通道"; this.BtnRemoveGrandSon.Click += new System.EventHandler(this.BtnRemoveGrandSon_Click); // // BtnAddGrandSon // this.BtnAddGrandSon.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.BtnAddGrandSon.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.BtnAddGrandSon.Location = new System.Drawing.Point(428, 15); this.BtnAddGrandSon.Name = "BtnAddGrandSon"; this.BtnAddGrandSon.Size = new System.Drawing.Size(75, 23); this.BtnAddGrandSon.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.BtnAddGrandSon.TabIndex = 6; this.BtnAddGrandSon.Text = "添加通道"; this.BtnAddGrandSon.Click += new System.EventHandler(this.BtnAddGrandSon_Click); // // BtnSave // this.BtnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.BtnSave.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.BtnSave.DialogResult = System.Windows.Forms.DialogResult.OK; this.BtnSave.Location = new System.Drawing.Point(88, 56); this.BtnSave.Name = "BtnSave"; this.BtnSave.Size = new System.Drawing.Size(100, 22); this.BtnSave.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.BtnSave.TabIndex = 5; this.BtnSave.Text = "保存设备"; this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click); // // textBoxName // this.textBoxName.BackColor = System.Drawing.Color.White; // // // this.textBoxName.Border.Class = "TextBoxBorder"; this.textBoxName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxName.DisabledBackColor = System.Drawing.Color.White; this.textBoxName.ForeColor = System.Drawing.Color.Black; this.textBoxName.Location = new System.Drawing.Point(88, 16); this.textBoxName.Name = "textBoxName"; this.textBoxName.PreventEnterBeep = true; this.textBoxName.Size = new System.Drawing.Size(100, 22); this.textBoxName.TabIndex = 4; this.textBoxName.Text = "水轮机"; // // BtnRMson // this.BtnRMson.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.BtnRMson.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.BtnRMson.Location = new System.Drawing.Point(323, 56); this.BtnRMson.Name = "BtnRMson"; this.BtnRMson.Size = new System.Drawing.Size(75, 23); this.BtnRMson.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.BtnRMson.TabIndex = 3; this.BtnRMson.Text = "移除设备"; this.BtnRMson.Click += new System.EventHandler(this.BtnRMson_Click); // // BtnAddSon // this.BtnAddSon.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.BtnAddSon.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.BtnAddSon.Location = new System.Drawing.Point(323, 15); this.BtnAddSon.Name = "BtnAddSon"; this.BtnAddSon.Size = new System.Drawing.Size(75, 23); this.BtnAddSon.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.BtnAddSon.TabIndex = 2; this.BtnAddSon.Text = "添加设备"; this.BtnAddSon.Click += new System.EventHandler(this.BtnAddSon_Click); // // BtnRemove // this.BtnRemove.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.BtnRemove.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.BtnRemove.Location = new System.Drawing.Point(218, 56); this.BtnRemove.Name = "BtnRemove"; this.BtnRemove.Size = new System.Drawing.Size(75, 23); this.BtnRemove.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.BtnRemove.TabIndex = 1; this.BtnRemove.Text = "移除类型"; this.BtnRemove.Click += new System.EventHandler(this.BtnRemove_Click); // // BtnAdd // this.BtnAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.BtnAdd.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.BtnAdd.Location = new System.Drawing.Point(218, 15); this.BtnAdd.Name = "BtnAdd"; this.BtnAdd.Size = new System.Drawing.Size(75, 23); this.BtnAdd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.BtnAdd.TabIndex = 0; this.BtnAdd.Text = "添加类型"; this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click); // // FormMonitorDevice // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(625, 396); this.Controls.Add(this.tableLayoutPanel1); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Name = "FormMonitorDevice"; this.Text = "检测对象选项"; this.Load += new System.EventHandler(this.FormMonitorDevice_Load); ((System.ComponentModel.ISupportInitialize)(this.advTree)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevComponents.AdvTree.AdvTree advTree; private DevComponents.AdvTree.NodeConnector nodeConnector; private DevComponents.DotNetBar.ElementStyle elementStyle3; private DevComponents.AdvTree.Node nodeType; private DevComponents.DotNetBar.ElementStyle elementStyle4; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private DevComponents.DotNetBar.PanelEx panelEx1; private DevComponents.DotNetBar.ButtonX BtnRMson; private DevComponents.DotNetBar.ButtonX BtnAddSon; private DevComponents.DotNetBar.ButtonX BtnRemove; private DevComponents.DotNetBar.ButtonX BtnAdd; private DevComponents.DotNetBar.Controls.TextBoxX textBoxName; private DevComponents.DotNetBar.ButtonX BtnSave; private DevComponents.DotNetBar.ButtonX BtnRemoveGrandSon; private DevComponents.DotNetBar.ButtonX BtnAddGrandSon; } }