Newer
Older
GHFX_REFACTOR / FrmAddWellShp.designer.cs
wxn on 2 Nov 2016 15 KB 提交
namespace Cyberpipe
{
    partial class FrmAddWellShp
    {
        /// <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.label2 = new System.Windows.Forms.Label();
            this.txtUpGround = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.txtLayerName = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.combCode = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.combDeep = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.button3 = new DevComponents.DotNetBar.ButtonX();
            this.label9 = new System.Windows.Forms.Label();
            this.combAngle = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.label13 = new System.Windows.Forms.Label();
            this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.label10 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.combModelName = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.label1 = new System.Windows.Forms.Label();
            this.comboBoxGC = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.SuspendLayout();
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(54, 60);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "图层文件:";
            // 
            // txtUpGround
            // 
            this.txtUpGround.Location = new System.Drawing.Point(131, 132);
            this.txtUpGround.Name = "txtUpGround";
            this.txtUpGround.Size = new System.Drawing.Size(196, 21);
            this.txtUpGround.TabIndex = 4;
            this.txtUpGround.Text = "0.01";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(55, 132);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 3;
            this.label3.Text = "高出地面:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(54, 98);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 3;
            this.label5.Text = "图层名称:";
            // 
            // txtLayerName
            // 
            this.txtLayerName.Location = new System.Drawing.Point(131, 95);
            this.txtLayerName.Name = "txtLayerName";
            this.txtLayerName.Size = new System.Drawing.Size(196, 21);
            this.txtLayerName.TabIndex = 4;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(31, 203);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(89, 12);
            this.label7.TabIndex = 3;
            this.label7.Text = "管点编码字段:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(54, 238);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(65, 12);
            this.label8.TabIndex = 3;
            this.label8.Text = "井深字段:";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(333, 207);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(77, 12);
            this.label11.TabIndex = 3;
            this.label11.Text = "工井类型标识";
            // 
            // label12
            // 
            this.label12.Location = new System.Drawing.Point(30, 8);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(337, 45);
            this.label12.TabIndex = 75;
            this.label12.Text = "shp字段名要求是中文字段,入库后的字段名称和shp一致。\r\n工井模型文件夹必须和程序可执行文件在同一个目录下\r\n模型名称 = 管点编码字段名称 + \"-\" + " +
                "井深字段名称";
            // 
            // combCode
            // 
            this.combCode.DisplayMember = "Text";
            this.combCode.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.combCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combCode.FormattingEnabled = true;
            this.combCode.ItemHeight = 15;
            this.combCode.Location = new System.Drawing.Point(131, 203);
            this.combCode.Name = "combCode";
            this.combCode.Size = new System.Drawing.Size(196, 21);
            this.combCode.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.combCode.TabIndex = 78;
            // 
            // combDeep
            // 
            this.combDeep.DisplayMember = "Text";
            this.combDeep.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.combDeep.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combDeep.FormattingEnabled = true;
            this.combDeep.ItemHeight = 15;
            this.combDeep.Location = new System.Drawing.Point(131, 238);
            this.combDeep.Name = "combDeep";
            this.combDeep.Size = new System.Drawing.Size(196, 21);
            this.combDeep.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.combDeep.TabIndex = 79;
            // 
            // button3
            // 
            this.button3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.button3.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.button3.Location = new System.Drawing.Point(334, 316);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.button3.TabIndex = 81;
            this.button3.Text = "确定";
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(31, 278);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(89, 12);
            this.label9.TabIndex = 0;
            this.label9.Text = "符号角度字段:";
            // 
            // combAngle
            // 
            this.combAngle.DisplayMember = "Text";
            this.combAngle.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.combAngle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combAngle.FormattingEnabled = true;
            this.combAngle.ItemHeight = 15;
            this.combAngle.Location = new System.Drawing.Point(131, 278);
            this.combAngle.Name = "combAngle";
            this.combAngle.Size = new System.Drawing.Size(196, 21);
            this.combAngle.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.combAngle.TabIndex = 85;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(30, 356);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(0, 12);
            this.label13.TabIndex = 86;
            // 
            // comboBoxEx1
            // 
            this.comboBoxEx1.DisplayMember = "Text";
            this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBoxEx1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxEx1.FormattingEnabled = true;
            this.comboBoxEx1.ItemHeight = 15;
            this.comboBoxEx1.Location = new System.Drawing.Point(131, 56);
            this.comboBoxEx1.Name = "comboBoxEx1";
            this.comboBoxEx1.Size = new System.Drawing.Size(197, 21);
            this.comboBoxEx1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.comboBoxEx1.TabIndex = 89;
            this.comboBoxEx1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEx1_SelectedIndexChanged);
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(335, 172);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(89, 12);
            this.label10.TabIndex = 3;
            this.label10.Text = "鼠标提示的名称";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(55, 167);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 3;
            this.label6.Text = "名称字段:";
            // 
            // combModelName
            // 
            this.combModelName.DisplayMember = "Text";
            this.combModelName.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.combModelName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combModelName.FormattingEnabled = true;
            this.combModelName.ItemHeight = 15;
            this.combModelName.Location = new System.Drawing.Point(131, 167);
            this.combModelName.Name = "combModelName";
            this.combModelName.Size = new System.Drawing.Size(196, 21);
            this.combModelName.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.combModelName.TabIndex = 77;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(78, 316);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(41, 12);
            this.label1.TabIndex = 91;
            this.label1.Text = "高程:";
            this.label1.Visible = false;
            // 
            // comboBoxGC
            // 
            this.comboBoxGC.DisplayMember = "Text";
            this.comboBoxGC.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBoxGC.FormattingEnabled = true;
            this.comboBoxGC.ItemHeight = 15;
            this.comboBoxGC.Location = new System.Drawing.Point(132, 316);
            this.comboBoxGC.Name = "comboBoxGC";
            this.comboBoxGC.Size = new System.Drawing.Size(196, 21);
            this.comboBoxGC.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.comboBoxGC.TabIndex = 92;
            this.comboBoxGC.Visible = false;
            // 
            // FrmAddWellShp
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(436, 358);
            this.Controls.Add(this.comboBoxGC);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.comboBoxEx1);
            this.Controls.Add(this.label13);
            this.Controls.Add(this.combAngle);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.combDeep);
            this.Controls.Add(this.combCode);
            this.Controls.Add(this.combModelName);
            this.Controls.Add(this.label12);
            this.Controls.Add(this.txtLayerName);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.txtUpGround);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label11);
            this.Controls.Add(this.label10);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.DoubleBuffered = true;
            this.EnableGlass = false;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.MaximizeBox = false;
            this.Name = "FrmAddWellShp";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "附属物模型批量入库-数据库";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmAddWellShp_FormClosing);
            this.Load += new System.EventHandler(this.FrmAddWellShp_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtUpGround;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox txtLayerName;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label12;
        private DevComponents.DotNetBar.Controls.ComboBoxEx combCode;
        private DevComponents.DotNetBar.Controls.ComboBoxEx combDeep;
        private DevComponents.DotNetBar.ButtonX button3;
        private System.Windows.Forms.Label label9;
        private DevComponents.DotNetBar.Controls.ComboBoxEx combAngle;
        private System.Windows.Forms.Label label13;
        private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx1;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label6;
        private DevComponents.DotNetBar.Controls.ComboBoxEx combModelName;
        private System.Windows.Forms.Label label1;
        private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxGC;
    }
}