Newer
Older
EMS_SZ / FrmFlagEdit.Designer.cs
root on 21 Mar 2016 27 KB first
namespace Cyberpipe
{
    partial class FrmFlagEdit
    {
        /// <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.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.txt_person_work = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.txt_person_monitor = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.txt_org_monitor = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.labelX13 = new DevComponents.DotNetBar.LabelX();
            this.labelX14 = new DevComponents.DotNetBar.LabelX();
            this.labelX15 = new DevComponents.DotNetBar.LabelX();
            this.txt_org_design = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.txt_org_work = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.txt_bury_day = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.txt_designer = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.txt_org_charger = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.labelX7 = new DevComponents.DotNetBar.LabelX();
            this.txt_street = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.labelX8 = new DevComponents.DotNetBar.LabelX();
            this.labelX9 = new DevComponents.DotNetBar.LabelX();
            this.labelX10 = new DevComponents.DotNetBar.LabelX();
            this.labelX11 = new DevComponents.DotNetBar.LabelX();
            this.labelX12 = new DevComponents.DotNetBar.LabelX();
            this.txt_lat = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.txt_deep = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.txt_flag_id = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.txt_lon = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.txt_flag_type = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.labelX6 = new DevComponents.DotNetBar.LabelX();
            this.txt_flag_no = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.labelX5 = new DevComponents.DotNetBar.LabelX();
            this.labelX3 = new DevComponents.DotNetBar.LabelX();
            this.labelX4 = new DevComponents.DotNetBar.LabelX();
            this.labelX2 = new DevComponents.DotNetBar.LabelX();
            this.lab_id = new DevComponents.DotNetBar.LabelX();
            this.btn_ok = new DevComponents.DotNetBar.ButtonX();
            this.groupPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // labelX1
            // 
            this.labelX1.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX1.BackgroundStyle.Class = "";
            this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX1.Location = new System.Drawing.Point(18, 22);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(75, 23);
            this.labelX1.TabIndex = 0;
            this.labelX1.Text = "标识器ID";
            // 
            // groupPanel1
            // 
            this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel1.Controls.Add(this.txt_person_work);
            this.groupPanel1.Controls.Add(this.txt_person_monitor);
            this.groupPanel1.Controls.Add(this.txt_org_monitor);
            this.groupPanel1.Controls.Add(this.labelX13);
            this.groupPanel1.Controls.Add(this.labelX14);
            this.groupPanel1.Controls.Add(this.labelX15);
            this.groupPanel1.Controls.Add(this.txt_org_design);
            this.groupPanel1.Controls.Add(this.txt_org_work);
            this.groupPanel1.Controls.Add(this.txt_bury_day);
            this.groupPanel1.Controls.Add(this.txt_designer);
            this.groupPanel1.Controls.Add(this.txt_org_charger);
            this.groupPanel1.Controls.Add(this.labelX7);
            this.groupPanel1.Controls.Add(this.txt_street);
            this.groupPanel1.Controls.Add(this.labelX8);
            this.groupPanel1.Controls.Add(this.labelX9);
            this.groupPanel1.Controls.Add(this.labelX10);
            this.groupPanel1.Controls.Add(this.labelX11);
            this.groupPanel1.Controls.Add(this.labelX12);
            this.groupPanel1.Controls.Add(this.txt_lat);
            this.groupPanel1.Controls.Add(this.txt_deep);
            this.groupPanel1.Controls.Add(this.txt_flag_id);
            this.groupPanel1.Controls.Add(this.txt_lon);
            this.groupPanel1.Controls.Add(this.txt_flag_type);
            this.groupPanel1.Controls.Add(this.labelX6);
            this.groupPanel1.Controls.Add(this.txt_flag_no);
            this.groupPanel1.Controls.Add(this.labelX5);
            this.groupPanel1.Controls.Add(this.labelX3);
            this.groupPanel1.Controls.Add(this.labelX4);
            this.groupPanel1.Controls.Add(this.labelX2);
            this.groupPanel1.Controls.Add(this.labelX1);
            this.groupPanel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupPanel1.Location = new System.Drawing.Point(0, 0);
            this.groupPanel1.Name = "groupPanel1";
            this.groupPanel1.Size = new System.Drawing.Size(764, 319);
            // 
            // 
            // 
            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 = 1;
            this.groupPanel1.Text = "标识器属性信息";
            // 
            // txt_person_work
            // 
            // 
            // 
            // 
            this.txt_person_work.Border.Class = "TextBoxBorder";
            this.txt_person_work.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txt_person_work.Location = new System.Drawing.Point(99, 244);
            this.txt_person_work.Name = "txt_person_work";
            this.txt_person_work.Size = new System.Drawing.Size(128, 21);
            this.txt_person_work.TabIndex = 18;
            // 
            // txt_person_monitor
            // 
            // 
            // 
            // 
            this.txt_person_monitor.Border.Class = "TextBoxBorder";
            this.txt_person_monitor.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txt_person_monitor.Location = new System.Drawing.Point(547, 244);
            this.txt_person_monitor.Name = "txt_person_monitor";
            this.txt_person_monitor.Size = new System.Drawing.Size(128, 21);
            this.txt_person_monitor.TabIndex = 17;
            // 
            // txt_org_monitor
            // 
            // 
            // 
            // 
            this.txt_org_monitor.Border.Class = "TextBoxBorder";
            this.txt_org_monitor.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txt_org_monitor.Location = new System.Drawing.Point(332, 244);
            this.txt_org_monitor.Name = "txt_org_monitor";
            this.txt_org_monitor.Size = new System.Drawing.Size(128, 21);
            this.txt_org_monitor.TabIndex = 19;
            // 
            // labelX13
            // 
            this.labelX13.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX13.BackgroundStyle.Class = "";
            this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX13.Location = new System.Drawing.Point(466, 244);
            this.labelX13.Name = "labelX13";
            this.labelX13.Size = new System.Drawing.Size(75, 23);
            this.labelX13.TabIndex = 16;
            this.labelX13.Text = "监理人";
            // 
            // labelX14
            // 
            this.labelX14.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX14.BackgroundStyle.Class = "";
            this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX14.Location = new System.Drawing.Point(251, 244);
            this.labelX14.Name = "labelX14";
            this.labelX14.Size = new System.Drawing.Size(75, 23);
            this.labelX14.TabIndex = 14;
            this.labelX14.Text = "施工监理";
            // 
            // labelX15
            // 
            this.labelX15.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX15.BackgroundStyle.Class = "";
            this.labelX15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX15.Location = new System.Drawing.Point(18, 244);
            this.labelX15.Name = "labelX15";
            this.labelX15.Size = new System.Drawing.Size(75, 23);
            this.labelX15.TabIndex = 15;
            this.labelX15.Text = "施工负责人";
            // 
            // txt_org_design
            // 
            // 
            // 
            // 
            this.txt_org_design.Border.Class = "TextBoxBorder";
            this.txt_org_design.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txt_org_design.Location = new System.Drawing.Point(99, 191);
            this.txt_org_design.Name = "txt_org_design";
            this.txt_org_design.Size = new System.Drawing.Size(128, 21);
            this.txt_org_design.TabIndex = 9;
            // 
            // txt_org_work
            // 
            // 
            // 
            // 
            this.txt_org_work.Border.Class = "TextBoxBorder";
            this.txt_org_work.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txt_org_work.Location = new System.Drawing.Point(547, 191);
            this.txt_org_work.Name = "txt_org_work";
            this.txt_org_work.Size = new System.Drawing.Size(128, 21);
            this.txt_org_work.TabIndex = 8;
            // 
            // txt_bury_day
            // 
            // 
            // 
            // 
            this.txt_bury_day.Border.Class = "TextBoxBorder";
            this.txt_bury_day.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txt_bury_day.Location = new System.Drawing.Point(99, 131);
            this.txt_bury_day.Name = "txt_bury_day";
            this.txt_bury_day.Size = new System.Drawing.Size(128, 21);
            this.txt_bury_day.TabIndex = 10;
            // 
            // txt_designer
            // 
            // 
            // 
            // 
            this.txt_designer.Border.Class = "TextBoxBorder";
            this.txt_designer.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txt_designer.Location = new System.Drawing.Point(332, 191);
            this.txt_designer.Name = "txt_designer";
            this.txt_designer.Size = new System.Drawing.Size(128, 21);
            this.txt_designer.TabIndex = 13;
            // 
            // txt_org_charger
            // 
            // 
            // 
            // 
            this.txt_org_charger.Border.Class = "TextBoxBorder";
            this.txt_org_charger.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txt_org_charger.Location = new System.Drawing.Point(547, 131);
            this.txt_org_charger.Name = "txt_org_charger";
            this.txt_org_charger.Size = new System.Drawing.Size(128, 21);
            this.txt_org_charger.TabIndex = 11;
            // 
            // labelX7
            // 
            this.labelX7.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX7.BackgroundStyle.Class = "";
            this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX7.Location = new System.Drawing.Point(466, 191);
            this.labelX7.Name = "labelX7";
            this.labelX7.Size = new System.Drawing.Size(75, 23);
            this.labelX7.TabIndex = 7;
            this.labelX7.Text = "施工单位";
            // 
            // txt_street
            // 
            // 
            // 
            // 
            this.txt_street.Border.Class = "TextBoxBorder";
            this.txt_street.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txt_street.Location = new System.Drawing.Point(332, 131);
            this.txt_street.Name = "txt_street";
            this.txt_street.Size = new System.Drawing.Size(128, 21);
            this.txt_street.TabIndex = 12;
            // 
            // labelX8
            // 
            this.labelX8.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX8.BackgroundStyle.Class = "";
            this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX8.Location = new System.Drawing.Point(251, 191);
            this.labelX8.Name = "labelX8";
            this.labelX8.Size = new System.Drawing.Size(75, 23);
            this.labelX8.TabIndex = 2;
            this.labelX8.Text = "设计人";
            // 
            // labelX9
            // 
            this.labelX9.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX9.BackgroundStyle.Class = "";
            this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX9.Location = new System.Drawing.Point(466, 131);
            this.labelX9.Name = "labelX9";
            this.labelX9.Size = new System.Drawing.Size(75, 23);
            this.labelX9.TabIndex = 4;
            this.labelX9.Text = "权属单位";
            // 
            // labelX10
            // 
            this.labelX10.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX10.BackgroundStyle.Class = "";
            this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX10.Location = new System.Drawing.Point(18, 191);
            this.labelX10.Name = "labelX10";
            this.labelX10.Size = new System.Drawing.Size(75, 23);
            this.labelX10.TabIndex = 6;
            this.labelX10.Text = "设计单位";
            // 
            // labelX11
            // 
            this.labelX11.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX11.BackgroundStyle.Class = "";
            this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX11.Location = new System.Drawing.Point(251, 131);
            this.labelX11.Name = "labelX11";
            this.labelX11.Size = new System.Drawing.Size(75, 23);
            this.labelX11.TabIndex = 5;
            this.labelX11.Text = "所属道路";
            // 
            // labelX12
            // 
            this.labelX12.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX12.BackgroundStyle.Class = "";
            this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX12.Location = new System.Drawing.Point(18, 131);
            this.labelX12.Name = "labelX12";
            this.labelX12.Size = new System.Drawing.Size(75, 23);
            this.labelX12.TabIndex = 3;
            this.labelX12.Text = "埋设时间";
            // 
            // txt_lat
            // 
            // 
            // 
            // 
            this.txt_lat.Border.Class = "TextBoxBorder";
            this.txt_lat.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txt_lat.Location = new System.Drawing.Point(99, 82);
            this.txt_lat.Name = "txt_lat";
            this.txt_lat.Size = new System.Drawing.Size(128, 21);
            this.txt_lat.TabIndex = 1;
            // 
            // txt_deep
            // 
            // 
            // 
            // 
            this.txt_deep.Border.Class = "TextBoxBorder";
            this.txt_deep.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txt_deep.Location = new System.Drawing.Point(547, 82);
            this.txt_deep.Name = "txt_deep";
            this.txt_deep.Size = new System.Drawing.Size(128, 21);
            this.txt_deep.TabIndex = 1;
            // 
            // txt_flag_id
            // 
            // 
            // 
            // 
            this.txt_flag_id.Border.Class = "TextBoxBorder";
            this.txt_flag_id.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txt_flag_id.Location = new System.Drawing.Point(99, 22);
            this.txt_flag_id.Name = "txt_flag_id";
            this.txt_flag_id.ReadOnly = true;
            this.txt_flag_id.Size = new System.Drawing.Size(128, 21);
            this.txt_flag_id.TabIndex = 1;
            // 
            // txt_lon
            // 
            // 
            // 
            // 
            this.txt_lon.Border.Class = "TextBoxBorder";
            this.txt_lon.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txt_lon.Location = new System.Drawing.Point(332, 82);
            this.txt_lon.Name = "txt_lon";
            this.txt_lon.Size = new System.Drawing.Size(128, 21);
            this.txt_lon.TabIndex = 1;
            // 
            // txt_flag_type
            // 
            // 
            // 
            // 
            this.txt_flag_type.Border.Class = "TextBoxBorder";
            this.txt_flag_type.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txt_flag_type.Location = new System.Drawing.Point(547, 22);
            this.txt_flag_type.Name = "txt_flag_type";
            this.txt_flag_type.Size = new System.Drawing.Size(128, 21);
            this.txt_flag_type.TabIndex = 1;
            // 
            // labelX6
            // 
            this.labelX6.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX6.BackgroundStyle.Class = "";
            this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX6.Location = new System.Drawing.Point(466, 82);
            this.labelX6.Name = "labelX6";
            this.labelX6.Size = new System.Drawing.Size(75, 23);
            this.labelX6.TabIndex = 0;
            this.labelX6.Text = "埋深*";
            // 
            // txt_flag_no
            // 
            // 
            // 
            // 
            this.txt_flag_no.Border.Class = "TextBoxBorder";
            this.txt_flag_no.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txt_flag_no.Location = new System.Drawing.Point(332, 22);
            this.txt_flag_no.Name = "txt_flag_no";
            this.txt_flag_no.ReadOnly = true;
            this.txt_flag_no.Size = new System.Drawing.Size(128, 21);
            this.txt_flag_no.TabIndex = 1;
            // 
            // labelX5
            // 
            this.labelX5.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX5.BackgroundStyle.Class = "";
            this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX5.Location = new System.Drawing.Point(251, 82);
            this.labelX5.Name = "labelX5";
            this.labelX5.Size = new System.Drawing.Size(75, 23);
            this.labelX5.TabIndex = 0;
            this.labelX5.Text = "纬度*";
            // 
            // labelX3
            // 
            this.labelX3.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX3.BackgroundStyle.Class = "";
            this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX3.Location = new System.Drawing.Point(466, 22);
            this.labelX3.Name = "labelX3";
            this.labelX3.Size = new System.Drawing.Size(75, 23);
            this.labelX3.TabIndex = 0;
            this.labelX3.Text = "型号";
            // 
            // labelX4
            // 
            this.labelX4.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX4.BackgroundStyle.Class = "";
            this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX4.Location = new System.Drawing.Point(18, 82);
            this.labelX4.Name = "labelX4";
            this.labelX4.Size = new System.Drawing.Size(75, 23);
            this.labelX4.TabIndex = 0;
            this.labelX4.Text = "经度*";
            // 
            // labelX2
            // 
            this.labelX2.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX2.BackgroundStyle.Class = "";
            this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX2.Location = new System.Drawing.Point(251, 22);
            this.labelX2.Name = "labelX2";
            this.labelX2.Size = new System.Drawing.Size(75, 23);
            this.labelX2.TabIndex = 0;
            this.labelX2.Text = "编号";
            // 
            // lab_id
            // 
            // 
            // 
            // 
            this.lab_id.BackgroundStyle.Class = "";
            this.lab_id.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lab_id.Location = new System.Drawing.Point(603, 342);
            this.lab_id.Name = "lab_id";
            this.lab_id.Size = new System.Drawing.Size(75, 23);
            this.lab_id.TabIndex = 2;
            this.lab_id.Visible = false;
            // 
            // btn_ok
            // 
            this.btn_ok.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btn_ok.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btn_ok.Location = new System.Drawing.Point(689, 342);
            this.btn_ok.Name = "btn_ok";
            this.btn_ok.Size = new System.Drawing.Size(75, 23);
            this.btn_ok.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btn_ok.TabIndex = 3;
            this.btn_ok.Text = "确定";
            this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
            // 
            // FrmFlagEdit
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(764, 377);
            this.Controls.Add(this.btn_ok);
            this.Controls.Add(this.lab_id);
            this.Controls.Add(this.groupPanel1);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmFlagEdit";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "编辑";
            this.groupPanel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private DevComponents.DotNetBar.LabelX labelX1;
        private DevComponents.DotNetBar.Controls.GroupPanel groupPanel1;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_person_work;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_person_monitor;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_org_monitor;
        private DevComponents.DotNetBar.LabelX labelX13;
        private DevComponents.DotNetBar.LabelX labelX14;
        private DevComponents.DotNetBar.LabelX labelX15;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_org_design;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_org_work;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_bury_day;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_designer;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_org_charger;
        private DevComponents.DotNetBar.LabelX labelX7;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_street;
        private DevComponents.DotNetBar.LabelX labelX8;
        private DevComponents.DotNetBar.LabelX labelX9;
        private DevComponents.DotNetBar.LabelX labelX10;
        private DevComponents.DotNetBar.LabelX labelX11;
        private DevComponents.DotNetBar.LabelX labelX12;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_lat;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_deep;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_flag_id;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_lon;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_flag_type;
        private DevComponents.DotNetBar.LabelX labelX6;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_flag_no;
        private DevComponents.DotNetBar.LabelX labelX5;
        private DevComponents.DotNetBar.LabelX labelX3;
        private DevComponents.DotNetBar.LabelX labelX4;
        private DevComponents.DotNetBar.LabelX labelX2;
        private DevComponents.DotNetBar.LabelX lab_id;
        private DevComponents.DotNetBar.ButtonX btn_ok;
    }
}