namespace PipeLine { partial class CtrlPolylineSpaceInfo { /// <summary> /// 必需的设计器变量。 /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// 清理所有正在使用的资源。 /// </summary> /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.textBoxZ = new System.Windows.Forms.TextBox(); this.textBoxY = new System.Windows.Forms.TextBox(); this.textBoxX = new System.Windows.Forms.TextBox(); this.listViewNodeList = new System.Windows.Forms.ListView(); this.chIndex = new System.Windows.Forms.ColumnHeader(); this.chX = new System.Windows.Forms.ColumnHeader(); this.chY = new System.Windows.Forms.ColumnHeader(); this.chZ = new System.Windows.Forms.ColumnHeader(); this.textBoxAllZAdded = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.buttonModify = new DevComponents.DotNetBar.ButtonX(); this.buttonMoveAllZ = new DevComponents.DotNetBar.ButtonX(); this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel(); this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel(); this.groupPanel1.SuspendLayout(); this.groupPanel2.SuspendLayout(); this.SuspendLayout(); // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Location = new System.Drawing.Point(19, 186); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(23, 12); this.label3.TabIndex = 32; this.label3.Text = "Z:"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Location = new System.Drawing.Point(19, 162); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(23, 12); this.label2.TabIndex = 31; this.label2.Text = "Y:"; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Location = new System.Drawing.Point(19, 135); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(23, 12); this.label1.TabIndex = 30; this.label1.Text = "X:"; // // textBoxZ // this.textBoxZ.Location = new System.Drawing.Point(50, 184); this.textBoxZ.Name = "textBoxZ"; this.textBoxZ.Size = new System.Drawing.Size(167, 21); this.textBoxZ.TabIndex = 29; // // textBoxY // this.textBoxY.Location = new System.Drawing.Point(49, 158); this.textBoxY.Name = "textBoxY"; this.textBoxY.Size = new System.Drawing.Size(168, 21); this.textBoxY.TabIndex = 28; // // textBoxX // this.textBoxX.Location = new System.Drawing.Point(50, 131); this.textBoxX.Name = "textBoxX"; this.textBoxX.Size = new System.Drawing.Size(167, 21); this.textBoxX.TabIndex = 27; // // listViewNodeList // this.listViewNodeList.BackColor = System.Drawing.SystemColors.Window; this.listViewNodeList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.chIndex, this.chX, this.chY, this.chZ}); this.listViewNodeList.FullRowSelect = true; this.listViewNodeList.GridLines = true; this.listViewNodeList.Location = new System.Drawing.Point(3, 3); this.listViewNodeList.MultiSelect = false; this.listViewNodeList.Name = "listViewNodeList"; this.listViewNodeList.OwnerDraw = true; this.listViewNodeList.Size = new System.Drawing.Size(322, 122); this.listViewNodeList.TabIndex = 23; this.listViewNodeList.UseCompatibleStateImageBehavior = false; this.listViewNodeList.View = System.Windows.Forms.View.Details; this.listViewNodeList.DrawColumnHeader += new System.Windows.Forms.DrawListViewColumnHeaderEventHandler(this.listViewNodeList_DrawColumnHeader); this.listViewNodeList.DrawItem += new System.Windows.Forms.DrawListViewItemEventHandler(this.listViewNodeList_DrawItem); this.listViewNodeList.Validated += new System.EventHandler(this.listViewNodeList_Validated); this.listViewNodeList.SelectedIndexChanged += new System.EventHandler(this.listViewNodeList_SelectedIndexChanged); // // chIndex // this.chIndex.Text = "编号"; this.chIndex.Width = 37; // // chX // this.chX.Text = "X"; this.chX.Width = 100; // // chY // this.chY.Text = "Y"; this.chY.Width = 116; // // chZ // this.chZ.Text = "Z"; this.chZ.Width = 29; // // textBoxAllZAdded // this.textBoxAllZAdded.Location = new System.Drawing.Point(110, 4); this.textBoxAllZAdded.Name = "textBoxAllZAdded"; this.textBoxAllZAdded.Size = new System.Drawing.Size(109, 21); this.textBoxAllZAdded.TabIndex = 35; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(21, 8); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(83, 12); this.label4.TabIndex = 37; this.label4.Text = "Z值统一增加:"; // // buttonModify // this.buttonModify.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonModify.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonModify.Location = new System.Drawing.Point(237, 155); this.buttonModify.Name = "buttonModify"; this.buttonModify.Size = new System.Drawing.Size(53, 23); this.buttonModify.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonModify.TabIndex = 34; this.buttonModify.Text = "修改"; this.buttonModify.Click += new System.EventHandler(this.buttonModify_Click); // // buttonMoveAllZ // this.buttonMoveAllZ.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonMoveAllZ.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonMoveAllZ.Location = new System.Drawing.Point(237, 3); this.buttonMoveAllZ.Name = "buttonMoveAllZ"; this.buttonMoveAllZ.Size = new System.Drawing.Size(53, 23); this.buttonMoveAllZ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonMoveAllZ.TabIndex = 34; this.buttonMoveAllZ.Text = "确定"; this.buttonMoveAllZ.Click += new System.EventHandler(this.buttonMoveAllZ_Click); // // groupPanel1 // this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control; this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.groupPanel1.Controls.Add(this.listViewNodeList); this.groupPanel1.Controls.Add(this.buttonModify); this.groupPanel1.Controls.Add(this.textBoxX); this.groupPanel1.Controls.Add(this.textBoxY); this.groupPanel1.Controls.Add(this.textBoxZ); this.groupPanel1.Controls.Add(this.label3); this.groupPanel1.Controls.Add(this.label1); this.groupPanel1.Controls.Add(this.label2); this.groupPanel1.Location = new System.Drawing.Point(6, 3); this.groupPanel1.Name = "groupPanel1"; this.groupPanel1.Size = new System.Drawing.Size(334, 238); // // // this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.groupPanel1.Style.BackColorGradientAngle = 90; this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel1.Style.BorderBottomWidth = 1; this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel1.Style.BorderLeftWidth = 1; this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel1.Style.BorderRightWidth = 1; this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel1.Style.BorderTopWidth = 1; this.groupPanel1.Style.Class = ""; this.groupPanel1.Style.CornerDiameter = 4; this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; // // // this.groupPanel1.StyleMouseDown.Class = ""; this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.groupPanel1.StyleMouseOver.Class = ""; this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.groupPanel1.TabIndex = 40; this.groupPanel1.Text = "节点列表"; // // groupPanel2 // this.groupPanel2.BackColor = System.Drawing.Color.Transparent; this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control; this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.groupPanel2.Controls.Add(this.label4); this.groupPanel2.Controls.Add(this.buttonMoveAllZ); this.groupPanel2.Controls.Add(this.textBoxAllZAdded); this.groupPanel2.Location = new System.Drawing.Point(6, 245); this.groupPanel2.Name = "groupPanel2"; this.groupPanel2.Size = new System.Drawing.Size(334, 36); // // // this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.groupPanel2.Style.BackColorGradientAngle = 90; this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel2.Style.BorderBottomWidth = 1; this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel2.Style.BorderLeftWidth = 1; this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel2.Style.BorderRightWidth = 1; this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel2.Style.BorderTopWidth = 1; this.groupPanel2.Style.Class = ""; this.groupPanel2.Style.CornerDiameter = 4; this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; // // // this.groupPanel2.StyleMouseDown.Class = ""; this.groupPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.groupPanel2.StyleMouseOver.Class = ""; this.groupPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.groupPanel2.TabIndex = 41; // // CtrlPolylineSpaceInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238))))); this.Controls.Add(this.groupPanel2); this.Controls.Add(this.groupPanel1); this.Name = "CtrlPolylineSpaceInfo"; this.Size = new System.Drawing.Size(346, 288); this.Load += new System.EventHandler(this.CtrlPolylineSpaceInfo_Load); this.groupPanel1.ResumeLayout(false); this.groupPanel1.PerformLayout(); this.groupPanel2.ResumeLayout(false); this.groupPanel2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView listViewNodeList; private System.Windows.Forms.ColumnHeader chIndex; private System.Windows.Forms.ColumnHeader chX; private System.Windows.Forms.ColumnHeader chY; private System.Windows.Forms.ColumnHeader chZ; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBoxZ; private System.Windows.Forms.TextBox textBoxY; private System.Windows.Forms.TextBox textBoxX; private System.Windows.Forms.TextBox textBoxAllZAdded; private System.Windows.Forms.Label label4; private DevComponents.DotNetBar.ButtonX buttonModify; private DevComponents.DotNetBar.ButtonX buttonMoveAllZ; private DevComponents.DotNetBar.Controls.GroupPanel groupPanel1; private DevComponents.DotNetBar.Controls.GroupPanel groupPanel2; } }