Newer
Older
LSPipeline / HTForms / FrmAddWellShp.designer.cs
using System.ComponentModel;
using System.Windows.Forms;
using DevComponents.DotNetBar;
using DevComponents.DotNetBar.Controls;

namespace WorldGIS.HTForms
{
    partial class FrmAddWellShp
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private 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.combCode = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.combDeep = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.button3 = new DevComponents.DotNetBar.ButtonX();
            this.label13 = new System.Windows.Forms.Label();
            this.comboBoxLayer = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            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.checkBoxReset = new DevComponents.DotNetBar.Controls.CheckBoxX();
            this.checkBoxAdd = new DevComponents.DotNetBar.Controls.CheckBoxX();
            this.label15 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.checkBoxH = new DevComponents.DotNetBar.Controls.CheckBoxX();
            this.checkBoxDeep = new DevComponents.DotNetBar.Controls.CheckBoxX();
            this.label4 = new System.Windows.Forms.Label();
            this.comboBoxCode = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.label9 = new System.Windows.Forms.Label();
            this.comboBoxZ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.label19 = new System.Windows.Forms.Label();
            this.comboBoxDataSourceList = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.SuspendLayout();
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(22, 56);
            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(102, 182);
            this.txtUpGround.Name = "txtUpGround";
            this.txtUpGround.Size = new System.Drawing.Size(150, 21);
            this.txtUpGround.TabIndex = 4;
            this.txtUpGround.Text = "0.01";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(22, 185);
            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(31, 125);
            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(102, 122);
            this.txtLayerName.Name = "txtLayerName";
            this.txtLayerName.Size = new System.Drawing.Size(150, 21);
            this.txtLayerName.TabIndex = 4;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(278, 125);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(65, 12);
            this.label7.TabIndex = 3;
            this.label7.Text = "编码字段:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(278, 156);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(65, 12);
            this.label8.TabIndex = 3;
            this.label8.Text = "井深字段:";
            // 
            // 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(353, 122);
            this.combCode.Name = "combCode";
            this.combCode.Size = new System.Drawing.Size(154, 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(353, 151);
            this.combDeep.Name = "combDeep";
            this.combDeep.Size = new System.Drawing.Size(154, 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(428, 250);
            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);
            // 
            // 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;
            // 
            // comboBoxLayer
            // 
            this.comboBoxLayer.DisplayMember = "Text";
            this.comboBoxLayer.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBoxLayer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxLayer.FormattingEnabled = true;
            this.comboBoxLayer.ItemHeight = 15;
            this.comboBoxLayer.Location = new System.Drawing.Point(102, 51);
            this.comboBoxLayer.Name = "comboBoxLayer";
            this.comboBoxLayer.Size = new System.Drawing.Size(401, 21);
            this.comboBoxLayer.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.comboBoxLayer.TabIndex = 89;
            this.comboBoxLayer.SelectedIndexChanged += new System.EventHandler(this.comboBoxLayer_SelectedIndexChanged);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(22, 218);
            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(102, 214);
            this.combModelName.Name = "combModelName";
            this.combModelName.Size = new System.Drawing.Size(150, 21);
            this.combModelName.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.combModelName.TabIndex = 77;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(293, 218);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(47, 12);
            this.label1.TabIndex = 91;
            this.label1.Text = "Z坐标:";
            // 
            // 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(353, 182);
            this.comboBoxGC.Name = "comboBoxGC";
            this.comboBoxGC.Size = new System.Drawing.Size(154, 21);
            this.comboBoxGC.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.comboBoxGC.TabIndex = 92;
            // 
            // checkBoxReset
            // 
            // 
            // 
            // 
            this.checkBoxReset.BackgroundStyle.Class = "";
            this.checkBoxReset.Location = new System.Drawing.Point(192, 86);
            this.checkBoxReset.Name = "checkBoxReset";
            this.checkBoxReset.Size = new System.Drawing.Size(60, 23);
            this.checkBoxReset.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.checkBoxReset.TabIndex = 141;
            this.checkBoxReset.Text = "替换";
            this.checkBoxReset.CheckedChanged += new System.EventHandler(this.checkBoxReset_CheckedChanged);
            // 
            // checkBoxAdd
            // 
            // 
            // 
            // 
            this.checkBoxAdd.BackgroundStyle.Class = "";
            this.checkBoxAdd.Checked = true;
            this.checkBoxAdd.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBoxAdd.CheckValue = "Y";
            this.checkBoxAdd.Location = new System.Drawing.Point(109, 86);
            this.checkBoxAdd.Name = "checkBoxAdd";
            this.checkBoxAdd.Size = new System.Drawing.Size(60, 23);
            this.checkBoxAdd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.checkBoxAdd.TabIndex = 140;
            this.checkBoxAdd.Text = "追加";
            this.checkBoxAdd.CheckedChanged += new System.EventHandler(this.checkBoxAdd_CheckedChanged);
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(20, 91);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(89, 12);
            this.label15.TabIndex = 139;
            this.label15.Text = "相同管段处理:";
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(269, 91);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(65, 12);
            this.label16.TabIndex = 138;
            this.label16.Text = "入库方式:";
            // 
            // checkBoxH
            // 
            // 
            // 
            // 
            this.checkBoxH.BackgroundStyle.Class = "";
            this.checkBoxH.Location = new System.Drawing.Point(435, 86);
            this.checkBoxH.Name = "checkBoxH";
            this.checkBoxH.Size = new System.Drawing.Size(58, 23);
            this.checkBoxH.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.checkBoxH.TabIndex = 137;
            this.checkBoxH.Text = "高程";
            this.checkBoxH.CheckedChanged += new System.EventHandler(this.checkBoxH_CheckedChanged);
            // 
            // checkBoxDeep
            // 
            // 
            // 
            // 
            this.checkBoxDeep.BackgroundStyle.Class = "";
            this.checkBoxDeep.Checked = true;
            this.checkBoxDeep.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBoxDeep.CheckValue = "Y";
            this.checkBoxDeep.Location = new System.Drawing.Point(349, 86);
            this.checkBoxDeep.Name = "checkBoxDeep";
            this.checkBoxDeep.Size = new System.Drawing.Size(60, 23);
            this.checkBoxDeep.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.checkBoxDeep.TabIndex = 136;
            this.checkBoxDeep.Text = "埋深";
            this.checkBoxDeep.CheckedChanged += new System.EventHandler(this.checkBoxDeep_CheckedChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(46, 156);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 142;
            this.label4.Text = "编号:";
            // 
            // comboBoxCode
            // 
            this.comboBoxCode.DisplayMember = "Text";
            this.comboBoxCode.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBoxCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxCode.FormattingEnabled = true;
            this.comboBoxCode.ItemHeight = 15;
            this.comboBoxCode.Location = new System.Drawing.Point(102, 151);
            this.comboBoxCode.Name = "comboBoxCode";
            this.comboBoxCode.Size = new System.Drawing.Size(150, 21);
            this.comboBoxCode.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.comboBoxCode.TabIndex = 143;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(278, 185);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(65, 12);
            this.label9.TabIndex = 145;
            this.label9.Text = "地面高程:";
            // 
            // comboBoxZ
            // 
            this.comboBoxZ.DisplayMember = "Text";
            this.comboBoxZ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBoxZ.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxZ.FormattingEnabled = true;
            this.comboBoxZ.ItemHeight = 15;
            this.comboBoxZ.Location = new System.Drawing.Point(353, 214);
            this.comboBoxZ.Name = "comboBoxZ";
            this.comboBoxZ.Size = new System.Drawing.Size(154, 21);
            this.comboBoxZ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.comboBoxZ.TabIndex = 146;
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(11, 21);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(77, 12);
            this.label19.TabIndex = 148;
            this.label19.Text = "目标数据库:";
            // 
            // comboBoxDataSourceList
            // 
            this.comboBoxDataSourceList.DisplayMember = "Text";
            this.comboBoxDataSourceList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBoxDataSourceList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxDataSourceList.FormattingEnabled = true;
            this.comboBoxDataSourceList.ItemHeight = 15;
            this.comboBoxDataSourceList.Location = new System.Drawing.Point(102, 18);
            this.comboBoxDataSourceList.Name = "comboBoxDataSourceList";
            this.comboBoxDataSourceList.Size = new System.Drawing.Size(401, 21);
            this.comboBoxDataSourceList.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.comboBoxDataSourceList.TabIndex = 149;
            // 
            // FrmAddWellShp
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(517, 285);
            this.Controls.Add(this.label19);
            this.Controls.Add(this.comboBoxDataSourceList);
            this.Controls.Add(this.comboBoxZ);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.comboBoxCode);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.checkBoxReset);
            this.Controls.Add(this.checkBoxAdd);
            this.Controls.Add(this.label15);
            this.Controls.Add(this.label16);
            this.Controls.Add(this.checkBoxH);
            this.Controls.Add(this.checkBoxDeep);
            this.Controls.Add(this.comboBoxGC);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.comboBoxLayer);
            this.Controls.Add(this.label13);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.combDeep);
            this.Controls.Add(this.combCode);
            this.Controls.Add(this.combModelName);
            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.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 Label label2;
        private TextBox txtUpGround;
        private Label label3;
        private Label label5;
        private TextBox txtLayerName;
        private Label label7;
        private Label label8;
        private ComboBoxEx combCode;
        private ComboBoxEx combDeep;
        private ButtonX button3;
        private Label label13;
        private ComboBoxEx comboBoxLayer;
        private Label label6;
        private ComboBoxEx combModelName;
        private Label label1;
        private ComboBoxEx comboBoxGC;
        private CheckBoxX checkBoxReset;
        private CheckBoxX checkBoxAdd;
        private Label label15;
        private Label label16;
        private CheckBoxX checkBoxH;
        private CheckBoxX checkBoxDeep;
        private Label label4;
        private ComboBoxEx comboBoxCode;
        private Label label9;
        private ComboBoxEx comboBoxZ;
        private Label label19;
        private ComboBoxEx comboBoxDataSourceList;
    }
}