Newer
Older
GHFX_REFACTOR / Forms / FrmGongShuiEdit.designer.cs
wxn on 2 Nov 2016 34 KB 提交
namespace PipeLine.Forms
{
    partial class FrmGongShuiEdit
    {
        /// <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.btnCancel = new DevComponents.DotNetBar.ButtonX();
            this.btnOK = new DevComponents.DotNetBar.ButtonX();
            this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.txtBianMa = new System.Windows.Forms.TextBox();
            this.combUserType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.label20 = new System.Windows.Forms.Label();
            this.txtHH_Per = new System.Windows.Forms.TextBox();
            this.label19 = new System.Windows.Forms.Label();
            this.txtMon_Per = new System.Windows.Forms.TextBox();
            this.label17 = new System.Windows.Forms.Label();
            this.txtMon_Com = new System.Windows.Forms.TextBox();
            this.label18 = new System.Windows.Forms.Label();
            this.txtBuilder_Per = new System.Windows.Forms.TextBox();
            this.label15 = new System.Windows.Forms.Label();
            this.txtBuilder_Com = new System.Windows.Forms.TextBox();
            this.label16 = new System.Windows.Forms.Label();
            this.txtDesign_Per = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtDesign_Com = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.combMaterial = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.combMaiShe = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.dateBuild = new System.Windows.Forms.DateTimePicker();
            this.label14 = new System.Windows.Forms.Label();
            this.label80 = new System.Windows.Forms.Label();
            this.txtBianHao = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label69 = new System.Windows.Forms.Label();
            this.txtRemark = new System.Windows.Forms.TextBox();
            this.txtQuanShuDanWei = new System.Windows.Forms.TextBox();
            this.txtYear = new System.Windows.Forms.TextBox();
            this.txtYali = new System.Windows.Forms.TextBox();
            this.txtDEMDing2 = new System.Windows.Forms.TextBox();
            this.txtDEM2 = new System.Windows.Forms.TextBox();
            this.txtDEMDing1 = new System.Windows.Forms.TextBox();
            this.txtDEM1 = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.txtDeep2 = new System.Windows.Forms.TextBox();
            this.label12 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.txtDeep1 = new System.Windows.Forms.TextBox();
            this.label48 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label67 = new System.Windows.Forms.Label();
            this.label56 = new System.Windows.Forms.Label();
            this.label55 = new System.Windows.Forms.Label();
            this.txtGuanJing = new System.Windows.Forms.TextBox();
            this.label54 = new System.Windows.Forms.Label();
            this.label45 = new System.Windows.Forms.Label();
            this.groupPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnCancel
            // 
            this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.Location = new System.Drawing.Point(421, 353);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(64, 25);
            this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnCancel.TabIndex = 31;
            this.btnCancel.Text = "取消";
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnOK
            // 
            this.btnOK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnOK.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnOK.Location = new System.Drawing.Point(336, 353);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(64, 25);
            this.btnOK.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnOK.TabIndex = 32;
            this.btnOK.Text = "确定";
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // groupPanel1
            // 
            this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel1.Controls.Add(this.txtBianMa);
            this.groupPanel1.Controls.Add(this.combUserType);
            this.groupPanel1.Controls.Add(this.label20);
            this.groupPanel1.Controls.Add(this.txtHH_Per);
            this.groupPanel1.Controls.Add(this.label19);
            this.groupPanel1.Controls.Add(this.txtMon_Per);
            this.groupPanel1.Controls.Add(this.label17);
            this.groupPanel1.Controls.Add(this.txtMon_Com);
            this.groupPanel1.Controls.Add(this.label18);
            this.groupPanel1.Controls.Add(this.txtBuilder_Per);
            this.groupPanel1.Controls.Add(this.label15);
            this.groupPanel1.Controls.Add(this.txtBuilder_Com);
            this.groupPanel1.Controls.Add(this.label16);
            this.groupPanel1.Controls.Add(this.txtDesign_Per);
            this.groupPanel1.Controls.Add(this.label6);
            this.groupPanel1.Controls.Add(this.txtDesign_Com);
            this.groupPanel1.Controls.Add(this.label1);
            this.groupPanel1.Controls.Add(this.combMaterial);
            this.groupPanel1.Controls.Add(this.combMaiShe);
            this.groupPanel1.Controls.Add(this.dateBuild);
            this.groupPanel1.Controls.Add(this.label14);
            this.groupPanel1.Controls.Add(this.label80);
            this.groupPanel1.Controls.Add(this.txtBianHao);
            this.groupPanel1.Controls.Add(this.label8);
            this.groupPanel1.Controls.Add(this.label3);
            this.groupPanel1.Controls.Add(this.label7);
            this.groupPanel1.Controls.Add(this.label2);
            this.groupPanel1.Controls.Add(this.label5);
            this.groupPanel1.Controls.Add(this.label69);
            this.groupPanel1.Controls.Add(this.txtRemark);
            this.groupPanel1.Controls.Add(this.txtQuanShuDanWei);
            this.groupPanel1.Controls.Add(this.txtYear);
            this.groupPanel1.Controls.Add(this.txtYali);
            this.groupPanel1.Controls.Add(this.txtDEMDing2);
            this.groupPanel1.Controls.Add(this.txtDEM2);
            this.groupPanel1.Controls.Add(this.txtDEMDing1);
            this.groupPanel1.Controls.Add(this.txtDEM1);
            this.groupPanel1.Controls.Add(this.label13);
            this.groupPanel1.Controls.Add(this.txtDeep2);
            this.groupPanel1.Controls.Add(this.label12);
            this.groupPanel1.Controls.Add(this.label9);
            this.groupPanel1.Controls.Add(this.label10);
            this.groupPanel1.Controls.Add(this.txtDeep1);
            this.groupPanel1.Controls.Add(this.label48);
            this.groupPanel1.Controls.Add(this.label4);
            this.groupPanel1.Controls.Add(this.label67);
            this.groupPanel1.Controls.Add(this.label56);
            this.groupPanel1.Controls.Add(this.label55);
            this.groupPanel1.Controls.Add(this.txtGuanJing);
            this.groupPanel1.Controls.Add(this.label54);
            this.groupPanel1.Controls.Add(this.label45);
            this.groupPanel1.Location = new System.Drawing.Point(12, 3);
            this.groupPanel1.Name = "groupPanel1";
            this.groupPanel1.Size = new System.Drawing.Size(485, 344);
            // 
            // 
            // 
            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 = 30;
            // 
            // txtBianMa
            // 
            this.txtBianMa.Enabled = false;
            this.txtBianMa.Location = new System.Drawing.Point(100, 39);
            this.txtBianMa.Name = "txtBianMa";
            this.txtBianMa.Size = new System.Drawing.Size(100, 21);
            this.txtBianMa.TabIndex = 199;
            this.txtBianMa.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBianMa_KeyPress);
            // 
            // combUserType
            // 
            this.combUserType.DisplayMember = "Text";
            this.combUserType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.combUserType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combUserType.FormattingEnabled = true;
            this.combUserType.ItemHeight = 15;
            this.combUserType.Location = new System.Drawing.Point(99, 163);
            this.combUserType.Name = "combUserType";
            this.combUserType.Size = new System.Drawing.Size(100, 21);
            this.combUserType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.combUserType.TabIndex = 198;
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.BackColor = System.Drawing.Color.Transparent;
            this.label20.Location = new System.Drawing.Point(23, 169);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(65, 12);
            this.label20.TabIndex = 197;
            this.label20.Text = "使用类型:";
            // 
            // txtHH_Per
            // 
            this.txtHH_Per.Location = new System.Drawing.Point(100, 285);
            this.txtHH_Per.Name = "txtHH_Per";
            this.txtHH_Per.Size = new System.Drawing.Size(100, 21);
            this.txtHH_Per.TabIndex = 196;
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(11, 288);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(77, 12);
            this.label19.TabIndex = 195;
            this.label19.Text = "业务负责人:";
            // 
            // txtMon_Per
            // 
            this.txtMon_Per.Location = new System.Drawing.Point(350, 277);
            this.txtMon_Per.Name = "txtMon_Per";
            this.txtMon_Per.Size = new System.Drawing.Size(100, 21);
            this.txtMon_Per.TabIndex = 194;
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(264, 282);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(77, 12);
            this.label17.TabIndex = 193;
            this.label17.Text = "监理负责人:";
            // 
            // txtMon_Com
            // 
            this.txtMon_Com.Location = new System.Drawing.Point(350, 253);
            this.txtMon_Com.Name = "txtMon_Com";
            this.txtMon_Com.Size = new System.Drawing.Size(100, 21);
            this.txtMon_Com.TabIndex = 192;
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(274, 257);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(65, 12);
            this.label18.TabIndex = 191;
            this.label18.Text = "监理单位:";
            // 
            // txtBuilder_Per
            // 
            this.txtBuilder_Per.Location = new System.Drawing.Point(350, 229);
            this.txtBuilder_Per.Name = "txtBuilder_Per";
            this.txtBuilder_Per.Size = new System.Drawing.Size(100, 21);
            this.txtBuilder_Per.TabIndex = 190;
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(264, 234);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(77, 12);
            this.label15.TabIndex = 189;
            this.label15.Text = "施工负责人:";
            // 
            // txtBuilder_Com
            // 
            this.txtBuilder_Com.Location = new System.Drawing.Point(350, 205);
            this.txtBuilder_Com.Name = "txtBuilder_Com";
            this.txtBuilder_Com.Size = new System.Drawing.Size(100, 21);
            this.txtBuilder_Com.TabIndex = 188;
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(274, 209);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(65, 12);
            this.label16.TabIndex = 187;
            this.label16.Text = "施工单位:";
            // 
            // txtDesign_Per
            // 
            this.txtDesign_Per.Location = new System.Drawing.Point(350, 180);
            this.txtDesign_Per.Name = "txtDesign_Per";
            this.txtDesign_Per.Size = new System.Drawing.Size(100, 21);
            this.txtDesign_Per.TabIndex = 186;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(264, 185);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(77, 12);
            this.label6.TabIndex = 185;
            this.label6.Text = "设计负责人:";
            // 
            // txtDesign_Com
            // 
            this.txtDesign_Com.Location = new System.Drawing.Point(350, 156);
            this.txtDesign_Com.Name = "txtDesign_Com";
            this.txtDesign_Com.Size = new System.Drawing.Size(100, 21);
            this.txtDesign_Com.TabIndex = 184;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(274, 160);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 183;
            this.label1.Text = "设计单位:";
            // 
            // combMaterial
            // 
            this.combMaterial.DisplayMember = "Text";
            this.combMaterial.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.combMaterial.FormattingEnabled = true;
            this.combMaterial.ItemHeight = 15;
            this.combMaterial.Location = new System.Drawing.Point(101, 88);
            this.combMaterial.Name = "combMaterial";
            this.combMaterial.Size = new System.Drawing.Size(100, 21);
            this.combMaterial.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.combMaterial.TabIndex = 181;
            // 
            // combMaiShe
            // 
            this.combMaiShe.DisplayMember = "Text";
            this.combMaiShe.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.combMaiShe.FormattingEnabled = true;
            this.combMaiShe.ItemHeight = 15;
            this.combMaiShe.Location = new System.Drawing.Point(101, 113);
            this.combMaiShe.Name = "combMaiShe";
            this.combMaiShe.Size = new System.Drawing.Size(100, 21);
            this.combMaiShe.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.combMaiShe.TabIndex = 180;
            // 
            // dateBuild
            // 
            this.dateBuild.Location = new System.Drawing.Point(99, 187);
            this.dateBuild.Name = "dateBuild";
            this.dateBuild.Size = new System.Drawing.Size(101, 21);
            this.dateBuild.TabIndex = 179;
            this.dateBuild.ValueChanged += new System.EventHandler(this.dateBuild_ValueChanged);
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(27, 21);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(65, 12);
            this.label14.TabIndex = 162;
            this.label14.Text = "唯一编号:";
            // 
            // label80
            // 
            this.label80.AutoSize = true;
            this.label80.Location = new System.Drawing.Point(27, 44);
            this.label80.Name = "label80";
            this.label80.Size = new System.Drawing.Size(65, 12);
            this.label80.TabIndex = 161;
            this.label80.Text = "类型编码:";
            // 
            // txtBianHao
            // 
            this.txtBianHao.Enabled = false;
            this.txtBianHao.Location = new System.Drawing.Point(101, 15);
            this.txtBianHao.Name = "txtBianHao";
            this.txtBianHao.Size = new System.Drawing.Size(100, 21);
            this.txtBianHao.TabIndex = 172;
            this.txtBianHao.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBianMa_KeyPress);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(252, 136);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(89, 12);
            this.label8.TabIndex = 158;
            this.label8.Text = "终止管顶高程:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(252, 64);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(89, 12);
            this.label3.TabIndex = 164;
            this.label3.Text = "起始管顶高程:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(252, 88);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(89, 12);
            this.label7.TabIndex = 165;
            this.label7.Text = "终止地面高程:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(252, 16);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(89, 12);
            this.label2.TabIndex = 163;
            this.label2.Text = "起始地面高程:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(277, 112);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 149;
            this.label5.Text = "终止埋深:";
            // 
            // label69
            // 
            this.label69.AutoSize = true;
            this.label69.Location = new System.Drawing.Point(277, 40);
            this.label69.Name = "label69";
            this.label69.Size = new System.Drawing.Size(65, 12);
            this.label69.TabIndex = 150;
            this.label69.Text = "起始埋深:";
            // 
            // txtRemark
            // 
            this.txtRemark.Location = new System.Drawing.Point(100, 260);
            this.txtRemark.Name = "txtRemark";
            this.txtRemark.Size = new System.Drawing.Size(100, 21);
            this.txtRemark.TabIndex = 173;
            // 
            // txtQuanShuDanWei
            // 
            this.txtQuanShuDanWei.Location = new System.Drawing.Point(100, 236);
            this.txtQuanShuDanWei.Name = "txtQuanShuDanWei";
            this.txtQuanShuDanWei.Size = new System.Drawing.Size(100, 21);
            this.txtQuanShuDanWei.TabIndex = 169;
            // 
            // txtYear
            // 
            this.txtYear.Location = new System.Drawing.Point(100, 211);
            this.txtYear.Name = "txtYear";
            this.txtYear.Size = new System.Drawing.Size(100, 21);
            this.txtYear.TabIndex = 170;
            this.txtYear.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBianMa_KeyPress);
            // 
            // txtYali
            // 
            this.txtYali.Location = new System.Drawing.Point(100, 137);
            this.txtYali.Name = "txtYali";
            this.txtYali.Size = new System.Drawing.Size(100, 21);
            this.txtYali.TabIndex = 174;
            this.txtYali.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBianMa_KeyPress);
            // 
            // txtDEMDing2
            // 
            this.txtDEMDing2.Location = new System.Drawing.Point(349, 132);
            this.txtDEMDing2.Name = "txtDEMDing2";
            this.txtDEMDing2.Size = new System.Drawing.Size(100, 21);
            this.txtDEMDing2.TabIndex = 177;
            this.txtDEMDing2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBianMa_KeyPress);
            // 
            // txtDEM2
            // 
            this.txtDEM2.Location = new System.Drawing.Point(349, 84);
            this.txtDEM2.Name = "txtDEM2";
            this.txtDEM2.Size = new System.Drawing.Size(100, 21);
            this.txtDEM2.TabIndex = 178;
            this.txtDEM2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBianMa_KeyPress);
            // 
            // txtDEMDing1
            // 
            this.txtDEMDing1.Location = new System.Drawing.Point(349, 60);
            this.txtDEMDing1.Name = "txtDEMDing1";
            this.txtDEMDing1.Size = new System.Drawing.Size(100, 21);
            this.txtDEMDing1.TabIndex = 176;
            this.txtDEMDing1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBianMa_KeyPress);
            // 
            // txtDEM1
            // 
            this.txtDEM1.Location = new System.Drawing.Point(349, 12);
            this.txtDEM1.Name = "txtDEM1";
            this.txtDEM1.Size = new System.Drawing.Size(100, 21);
            this.txtDEM1.TabIndex = 175;
            this.txtDEM1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBianMa_KeyPress);
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(48, 265);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(41, 12);
            this.label13.TabIndex = 153;
            this.label13.Text = "备注:";
            // 
            // txtDeep2
            // 
            this.txtDeep2.Location = new System.Drawing.Point(349, 108);
            this.txtDeep2.Name = "txtDeep2";
            this.txtDeep2.Size = new System.Drawing.Size(100, 21);
            this.txtDeep2.TabIndex = 168;
            this.txtDeep2.Text = "1";
            this.txtDeep2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBianMa_KeyPress);
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(23, 242);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(65, 12);
            this.label12.TabIndex = 154;
            this.label12.Text = "权属单位:";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(24, 191);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(65, 12);
            this.label9.TabIndex = 156;
            this.label9.Text = "建设年代:";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(23, 215);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(65, 12);
            this.label10.TabIndex = 155;
            this.label10.Text = "使用年限:";
            // 
            // txtDeep1
            // 
            this.txtDeep1.Location = new System.Drawing.Point(349, 36);
            this.txtDeep1.Name = "txtDeep1";
            this.txtDeep1.Size = new System.Drawing.Size(100, 21);
            this.txtDeep1.TabIndex = 166;
            this.txtDeep1.Text = "1";
            this.txtDeep1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBianMa_KeyPress);
            // 
            // label48
            // 
            this.label48.AutoSize = true;
            this.label48.Location = new System.Drawing.Point(50, 141);
            this.label48.Name = "label48";
            this.label48.Size = new System.Drawing.Size(41, 12);
            this.label48.TabIndex = 151;
            this.label48.Text = "压力:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(451, 113);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(17, 12);
            this.label4.TabIndex = 147;
            this.label4.Text = "米";
            // 
            // label67
            // 
            this.label67.AutoSize = true;
            this.label67.Location = new System.Drawing.Point(51, 68);
            this.label67.Name = "label67";
            this.label67.Size = new System.Drawing.Size(41, 12);
            this.label67.TabIndex = 146;
            this.label67.Text = "管径:";
            // 
            // label56
            // 
            this.label56.AutoSize = true;
            this.label56.Location = new System.Drawing.Point(451, 41);
            this.label56.Name = "label56";
            this.label56.Size = new System.Drawing.Size(17, 12);
            this.label56.TabIndex = 148;
            this.label56.Text = "米";
            // 
            // label55
            // 
            this.label55.AutoSize = true;
            this.label55.Location = new System.Drawing.Point(204, 69);
            this.label55.Name = "label55";
            this.label55.Size = new System.Drawing.Size(29, 12);
            this.label55.TabIndex = 159;
            this.label55.Text = "毫米";
            // 
            // txtGuanJing
            // 
            this.txtGuanJing.Location = new System.Drawing.Point(101, 64);
            this.txtGuanJing.Name = "txtGuanJing";
            this.txtGuanJing.Size = new System.Drawing.Size(100, 21);
            this.txtGuanJing.TabIndex = 167;
            this.txtGuanJing.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBianMa_KeyPress);
            // 
            // label54
            // 
            this.label54.AutoSize = true;
            this.label54.Location = new System.Drawing.Point(50, 92);
            this.label54.Name = "label54";
            this.label54.Size = new System.Drawing.Size(41, 12);
            this.label54.TabIndex = 160;
            this.label54.Text = "材质:";
            // 
            // label45
            // 
            this.label45.AutoSize = true;
            this.label45.Location = new System.Drawing.Point(29, 117);
            this.label45.Name = "label45";
            this.label45.Size = new System.Drawing.Size(65, 12);
            this.label45.TabIndex = 157;
            this.label45.Text = "埋设方式:";
            // 
            // FrmGongShuiEdit
            // 
            this.AcceptButton = this.btnOK;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnCancel;
            this.ClientSize = new System.Drawing.Size(509, 385);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOK);
            this.Controls.Add(this.groupPanel1);
            this.DoubleBuffered = true;
            this.EnableGlass = false;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.Name = "FrmGongShuiEdit";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "修改属性";
            this.Load += new System.EventHandler(this.FrmGongShuiEdit_Load);
            this.groupPanel1.ResumeLayout(false);
            this.groupPanel1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private DevComponents.DotNetBar.ButtonX btnCancel;
        private DevComponents.DotNetBar.ButtonX btnOK;
        private DevComponents.DotNetBar.Controls.GroupPanel groupPanel1;
        private DevComponents.DotNetBar.Controls.ComboBoxEx combUserType;
        private System.Windows.Forms.Label label20;
        private System.Windows.Forms.TextBox txtHH_Per;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.TextBox txtMon_Per;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.TextBox txtMon_Com;
        private System.Windows.Forms.Label label18;
        private System.Windows.Forms.TextBox txtBuilder_Per;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.TextBox txtBuilder_Com;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.TextBox txtDesign_Per;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txtDesign_Com;
        private System.Windows.Forms.Label label1;
        private DevComponents.DotNetBar.Controls.ComboBoxEx combMaterial;
        private DevComponents.DotNetBar.Controls.ComboBoxEx combMaiShe;
        private System.Windows.Forms.DateTimePicker dateBuild;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.Label label80;
        private System.Windows.Forms.TextBox txtBianHao;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label69;
        private System.Windows.Forms.TextBox txtRemark;
        private System.Windows.Forms.TextBox txtQuanShuDanWei;
        private System.Windows.Forms.TextBox txtYear;
        private System.Windows.Forms.TextBox txtYali;
        private System.Windows.Forms.TextBox txtDEMDing2;
        private System.Windows.Forms.TextBox txtDEM2;
        private System.Windows.Forms.TextBox txtDEMDing1;
        private System.Windows.Forms.TextBox txtDEM1;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.TextBox txtDeep2;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.TextBox txtDeep1;
        private System.Windows.Forms.Label label48;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label67;
        private System.Windows.Forms.Label label56;
        private System.Windows.Forms.Label label55;
        private System.Windows.Forms.TextBox txtGuanJing;
        private System.Windows.Forms.Label label54;
        private System.Windows.Forms.Label label45;
        private System.Windows.Forms.TextBox txtBianMa;
    }
}