Newer
Older
GHFX_REFACTOR / FrmLineCoordinate.designer.cs
wxn on 2 Nov 2016 14 KB 提交
namespace Cyberpipe
{
    partial class FrmLineCoordinate
    {
        /// <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()
        {
            this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.btnPipelineColor = new System.Windows.Forms.Button();
            this.listViewNodeList = new DevComponents.DotNetBar.Controls.ListViewEx();
            this.编号 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.X = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Y = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.cmbReference = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.comboItem1 = new DevComponents.Editors.ComboItem();
            this.comboItem2 = new DevComponents.Editors.ComboItem();
            this.label13 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.textBoxX = new System.Windows.Forms.TextBox();
            this.buttonModify = new DevComponents.DotNetBar.ButtonX();
            this.textBoxY = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.btn_Next = new DevComponents.DotNetBar.ButtonX();
            this.colorDialog1 = new System.Windows.Forms.ColorDialog();
            this.groupPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupPanel1
            // 
            this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel1.Controls.Add(this.btnPipelineColor);
            this.groupPanel1.Controls.Add(this.listViewNodeList);
            this.groupPanel1.Controls.Add(this.cmbReference);
            this.groupPanel1.Controls.Add(this.label13);
            this.groupPanel1.Controls.Add(this.label3);
            this.groupPanel1.Controls.Add(this.textBoxX);
            this.groupPanel1.Controls.Add(this.buttonModify);
            this.groupPanel1.Controls.Add(this.textBoxY);
            this.groupPanel1.Controls.Add(this.label1);
            this.groupPanel1.Controls.Add(this.label2);
            this.groupPanel1.Location = new System.Drawing.Point(12, 12);
            this.groupPanel1.Name = "groupPanel1";
            this.groupPanel1.Size = new System.Drawing.Size(313, 277);
            // 
            // 
            // 
            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 = 41;
            this.groupPanel1.Text = "节点列表";
            // 
            // btnPipelineColor
            // 
            this.btnPipelineColor.Location = new System.Drawing.Point(93, 191);
            this.btnPipelineColor.Name = "btnPipelineColor";
            this.btnPipelineColor.Size = new System.Drawing.Size(141, 23);
            this.btnPipelineColor.TabIndex = 85;
            this.btnPipelineColor.UseVisualStyleBackColor = true;
            this.btnPipelineColor.Click += new System.EventHandler(this.btnPipelineColor_Click);
            // 
            // listViewNodeList
            // 
            // 
            // 
            // 
            this.listViewNodeList.Border.Class = "ListViewBorder";
            this.listViewNodeList.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.listViewNodeList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.编号,
            this.X,
            this.Y});
            this.listViewNodeList.FullRowSelect = true;
            this.listViewNodeList.GridLines = true;
            this.listViewNodeList.Location = new System.Drawing.Point(15, 8);
            this.listViewNodeList.MultiSelect = false;
            this.listViewNodeList.Name = "listViewNodeList";
            this.listViewNodeList.Size = new System.Drawing.Size(280, 113);
            this.listViewNodeList.TabIndex = 83;
            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.SelectedIndexChanged += new System.EventHandler(this.listViewNodeList_SelectedIndexChanged);
            this.listViewNodeList.Validated += new System.EventHandler(this.listViewNodeList_Validated);
            // 
            // 编号
            // 
            this.编号.Text = "编号";
            // 
            // X
            // 
            this.X.Text = "X";
            // 
            // Y
            // 
            this.Y.Text = "Y";
            // 
            // cmbReference
            // 
            this.cmbReference.DisplayMember = "Text";
            this.cmbReference.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cmbReference.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbReference.FormattingEnabled = true;
            this.cmbReference.ItemHeight = 15;
            this.cmbReference.Items.AddRange(new object[] {
            this.comboItem1,
            this.comboItem2});
            this.cmbReference.Location = new System.Drawing.Point(93, 222);
            this.cmbReference.Name = "cmbReference";
            this.cmbReference.Size = new System.Drawing.Size(141, 21);
            this.cmbReference.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cmbReference.TabIndex = 82;
            // 
            // comboItem1
            // 
            this.comboItem1.Text = "管顶";
            // 
            // comboItem2
            // 
            this.comboItem2.Text = "管底";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.BackColor = System.Drawing.Color.Transparent;
            this.label13.Location = new System.Drawing.Point(16, 227);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(77, 12);
            this.label13.TabIndex = 81;
            this.label13.Text = "埋深参考点:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Location = new System.Drawing.Point(16, 197);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(41, 12);
            this.label3.TabIndex = 50;
            this.label3.Text = "颜色:";
            // 
            // textBoxX
            // 
            this.textBoxX.Location = new System.Drawing.Point(93, 132);
            this.textBoxX.Name = "textBoxX";
            this.textBoxX.Size = new System.Drawing.Size(141, 21);
            this.textBoxX.TabIndex = 27;
            // 
            // buttonModify
            // 
            this.buttonModify.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonModify.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonModify.Location = new System.Drawing.Point(248, 145);
            this.buttonModify.Name = "buttonModify";
            this.buttonModify.Size = new System.Drawing.Size(47, 23);
            this.buttonModify.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonModify.TabIndex = 34;
            this.buttonModify.Text = "修改";
            this.buttonModify.Click += new System.EventHandler(this.buttonModify_Click);
            // 
            // textBoxY
            // 
            this.textBoxY.Location = new System.Drawing.Point(93, 159);
            this.textBoxY.Name = "textBoxY";
            this.textBoxY.Size = new System.Drawing.Size(141, 21);
            this.textBoxY.TabIndex = 28;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Location = new System.Drawing.Point(16, 135);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(23, 12);
            this.label1.TabIndex = 30;
            this.label1.Text = "X:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Location = new System.Drawing.Point(16, 163);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(23, 12);
            this.label2.TabIndex = 31;
            this.label2.Text = "Y:";
            // 
            // btn_Next
            // 
            this.btn_Next.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btn_Next.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btn_Next.Location = new System.Drawing.Point(236, 296);
            this.btn_Next.Name = "btn_Next";
            this.btn_Next.Size = new System.Drawing.Size(89, 23);
            this.btn_Next.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btn_Next.TabIndex = 42;
            this.btn_Next.Text = "下一步";
            this.btn_Next.Click += new System.EventHandler(this.btn_Next_Click);
            // 
            // FrmLineCoordinate
            // 
            this.AcceptButton = this.btn_Next;
            this.ClientSize = new System.Drawing.Size(336, 324);
            this.Controls.Add(this.btn_Next);
            this.Controls.Add(this.groupPanel1);
            this.DoubleBuffered = true;
            this.EnableGlass = false;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmLineCoordinate";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "管线坐标";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmLineCoordinate_FormClosing);
            this.Load += new System.EventHandler(this.Frm_LineCoordinate_Load);
            this.groupPanel1.ResumeLayout(false);
            this.groupPanel1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private DevComponents.DotNetBar.Controls.GroupPanel groupPanel1;
        private DevComponents.DotNetBar.ButtonX buttonModify;
        private System.Windows.Forms.TextBox textBoxX;
        private System.Windows.Forms.TextBox textBoxY;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private DevComponents.DotNetBar.ButtonX btn_Next;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.ColorDialog colorDialog1;
        private DevComponents.DotNetBar.Controls.ComboBoxEx cmbReference;
        private DevComponents.Editors.ComboItem comboItem1;
        private DevComponents.Editors.ComboItem comboItem2;
        private System.Windows.Forms.Label label13;
        private DevComponents.DotNetBar.Controls.ListViewEx listViewNodeList;
        private System.Windows.Forms.ColumnHeader 编号;
        private System.Windows.Forms.ColumnHeader X;
        private System.Windows.Forms.ColumnHeader Y;
        private System.Windows.Forms.Button btnPipelineColor;
    }
}