Newer
Older
GHFX_REFACTOR / Backup / Forms / FrmGenTopo.designer.cs
wxn on 2 Nov 2016 6 KB 提交
namespace Cyberpipe.Forms
{
    partial class FrmGenTopo
    {
        /// <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.label3 = new System.Windows.Forms.Label();
            this.tboxTopoName = new System.Windows.Forms.TextBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.checkBoxIgnoreZ = new System.Windows.Forms.CheckBox();
            this.label1 = new System.Windows.Forms.Label();
            this.tboxTolerance = new System.Windows.Forms.TextBox();
            this.btnQuit = new DevComponents.DotNetBar.ButtonX();
            this.btnOK = new DevComponents.DotNetBar.ButtonX();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(6, 75);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(89, 12);
            this.label3.TabIndex = 85;
            this.label3.Text = "拓扑数据名称:";
            // 
            // tboxTopoName
            // 
            this.tboxTopoName.Enabled = false;
            this.tboxTopoName.Location = new System.Drawing.Point(101, 70);
            this.tboxTopoName.Name = "tboxTopoName";
            this.tboxTopoName.Size = new System.Drawing.Size(184, 21);
            this.tboxTopoName.TabIndex = 84;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.tboxTopoName);
            this.groupBox2.Controls.Add(this.checkBoxIgnoreZ);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.tboxTolerance);
            this.groupBox2.Location = new System.Drawing.Point(12, 12);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(295, 106);
            this.groupBox2.TabIndex = 83;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "参数设置";
            // 
            // checkBoxIgnoreZ
            // 
            this.checkBoxIgnoreZ.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.checkBoxIgnoreZ.AutoSize = true;
            this.checkBoxIgnoreZ.Location = new System.Drawing.Point(214, 47);
            this.checkBoxIgnoreZ.Name = "checkBoxIgnoreZ";
            this.checkBoxIgnoreZ.Size = new System.Drawing.Size(78, 16);
            this.checkBoxIgnoreZ.TabIndex = 3;
            this.checkBoxIgnoreZ.Text = "不考虑Z值";
            this.checkBoxIgnoreZ.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.checkBoxIgnoreZ.UseVisualStyleBackColor = true;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 25);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(89, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "误差容限(米):";
            // 
            // tboxTolerance
            // 
            this.tboxTolerance.Location = new System.Drawing.Point(101, 20);
            this.tboxTolerance.Name = "tboxTolerance";
            this.tboxTolerance.Size = new System.Drawing.Size(184, 21);
            this.tboxTolerance.TabIndex = 0;
            // 
            // btnQuit
            // 
            this.btnQuit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnQuit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnQuit.Location = new System.Drawing.Point(222, 126);
            this.btnQuit.Name = "btnQuit";
            this.btnQuit.Size = new System.Drawing.Size(75, 25);
            this.btnQuit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnQuit.TabIndex = 85;
            this.btnQuit.Text = "退出";
            this.btnQuit.Click += new System.EventHandler(this.btnQuit_Click);
            // 
            // btnOK
            // 
            this.btnOK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnOK.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnOK.Location = new System.Drawing.Point(127, 126);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(75, 25);
            this.btnOK.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnOK.TabIndex = 84;
            this.btnOK.Text = "确定";
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // FrmGenTopo
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(319, 158);
            this.Controls.Add(this.btnQuit);
            this.Controls.Add(this.btnOK);
            this.Controls.Add(this.groupBox2);
            this.EnableGlass = false;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.MaximizeBox = false;
            this.Name = "FrmGenTopo";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "拓扑生成";
            this.Load += new System.EventHandler(this.FrmGenTopo_Load);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox tboxTopoName;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.CheckBox checkBoxIgnoreZ;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox tboxTolerance;
        private DevComponents.DotNetBar.ButtonX btnQuit;
        private DevComponents.DotNetBar.ButtonX btnOK;
    }
}