namespace Ips.Sps.Ants
{
    partial class AntEditForm
    {
        /// 
        /// Required designer variable.
        /// 
        private System.ComponentModel.IContainer components = null;
        /// 
        /// Clean up any resources being used.
        /// 
        /// true if managed resources should be disposed; otherwise, false.
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
        #region Windows Form Designer generated code
        /// 
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// 
        private void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions4 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject13 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject14 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject15 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject16 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
            bsAnt = new DevExpress.Xpo.XPBindingSource(components);
            dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
            btnCancel = new DevExpress.XtraEditors.SimpleButton();
            btnSave = new DevExpress.XtraEditors.SimpleButton();
            NameTextEdit = new DevExpress.XtraEditors.TextEdit();
            LonButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
            LatButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
            AltButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
            RemarkMemoEdit = new DevExpress.XtraEditors.MemoEdit();
            CodeTextEdit = new DevExpress.XtraEditors.TextEdit();
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            ItemForName = new DevExpress.XtraLayout.LayoutControlItem();
            ItemForLon = new DevExpress.XtraLayout.LayoutControlItem();
            ItemForLat = new DevExpress.XtraLayout.LayoutControlItem();
            ItemForAlt = new DevExpress.XtraLayout.LayoutControlItem();
            ItemForRemark = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            ItemForCode = new DevExpress.XtraLayout.LayoutControlItem();
            ((System.ComponentModel.ISupportInitialize)bsAnt).BeginInit();
            ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit();
            dataLayoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)NameTextEdit.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)LonButtonEdit.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)LatButtonEdit.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)AltButtonEdit.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)RemarkMemoEdit.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)CodeTextEdit.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)ItemForName).BeginInit();
            ((System.ComponentModel.ISupportInitialize)ItemForLon).BeginInit();
            ((System.ComponentModel.ISupportInitialize)ItemForLat).BeginInit();
            ((System.ComponentModel.ISupportInitialize)ItemForAlt).BeginInit();
            ((System.ComponentModel.ISupportInitialize)ItemForRemark).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
            ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)ItemForCode).BeginInit();
            SuspendLayout();
            // 
            // bsAnt
            // 
            bsAnt.DisplayableProperties = "Name;Code;Lon;Lat;Alt;PolType;Remark";
            bsAnt.ObjectType = typeof(Ant);
            // 
            // dataLayoutControl1
            // 
            dataLayoutControl1.Controls.Add(btnCancel);
            dataLayoutControl1.Controls.Add(btnSave);
            dataLayoutControl1.Controls.Add(NameTextEdit);
            dataLayoutControl1.Controls.Add(LonButtonEdit);
            dataLayoutControl1.Controls.Add(LatButtonEdit);
            dataLayoutControl1.Controls.Add(AltButtonEdit);
            dataLayoutControl1.Controls.Add(RemarkMemoEdit);
            dataLayoutControl1.Controls.Add(CodeTextEdit);
            dataLayoutControl1.DataSource = bsAnt;
            dataLayoutControl1.Dock = DockStyle.Fill;
            dataLayoutControl1.Location = new Point(0, 0);
            dataLayoutControl1.Name = "dataLayoutControl1";
            dataLayoutControl1.Root = Root;
            dataLayoutControl1.Size = new Size(399, 245);
            dataLayoutControl1.TabIndex = 0;
            dataLayoutControl1.Text = "dataLayoutControl1";
            // 
            // btnCancel
            // 
            btnCancel.Location = new Point(331, 211);
            btnCancel.Name = "btnCancel";
            btnCancel.Size = new Size(56, 22);
            btnCancel.StyleController = dataLayoutControl1;
            btnCancel.TabIndex = 9;
            btnCancel.Text = "取消";
            btnCancel.Click += btnCancel_Click;
            // 
            // btnSave
            // 
            btnSave.Location = new Point(271, 211);
            btnSave.Name = "btnSave";
            btnSave.Size = new Size(56, 22);
            btnSave.StyleController = dataLayoutControl1;
            btnSave.TabIndex = 8;
            btnSave.Text = "保存";
            btnSave.Click += btnSave_Click;
            // 
            // NameTextEdit
            // 
            NameTextEdit.DataBindings.Add(new Binding("EditValue", bsAnt, "Name", true, DataSourceUpdateMode.OnPropertyChanged));
            NameTextEdit.Location = new Point(48, 12);
            NameTextEdit.Name = "NameTextEdit";
            NameTextEdit.Size = new Size(339, 20);
            NameTextEdit.StyleController = dataLayoutControl1;
            NameTextEdit.TabIndex = 0;
            // 
            // LonButtonEdit
            // 
            LonButtonEdit.DataBindings.Add(new Binding("EditValue", bsAnt, "Lon", true, DataSourceUpdateMode.OnPropertyChanged));
            LonButtonEdit.Location = new Point(48, 60);
            LonButtonEdit.Name = "LonButtonEdit";
            LonButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
            LonButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            LonButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "度", -1, false, true, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
            LonButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
            LonButtonEdit.Size = new Size(339, 23);
            LonButtonEdit.StyleController = dataLayoutControl1;
            LonButtonEdit.TabIndex = 3;
            // 
            // LatButtonEdit
            // 
            LatButtonEdit.DataBindings.Add(new Binding("EditValue", bsAnt, "Lat", true, DataSourceUpdateMode.OnPropertyChanged));
            LatButtonEdit.Location = new Point(48, 87);
            LatButtonEdit.Name = "LatButtonEdit";
            LatButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
            LatButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            LatButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "度", -1, false, true, false, editorButtonImageOptions4, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject13, serializableAppearanceObject14, serializableAppearanceObject15, serializableAppearanceObject16, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
            LatButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
            LatButtonEdit.Size = new Size(339, 23);
            LatButtonEdit.StyleController = dataLayoutControl1;
            LatButtonEdit.TabIndex = 4;
            // 
            // AltButtonEdit
            // 
            AltButtonEdit.DataBindings.Add(new Binding("EditValue", bsAnt, "Alt", true, DataSourceUpdateMode.OnPropertyChanged));
            AltButtonEdit.Location = new Point(48, 114);
            AltButtonEdit.Name = "AltButtonEdit";
            AltButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
            AltButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            AltButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "米", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
            AltButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
            AltButtonEdit.Size = new Size(339, 23);
            AltButtonEdit.StyleController = dataLayoutControl1;
            AltButtonEdit.TabIndex = 5;
            // 
            // RemarkMemoEdit
            // 
            RemarkMemoEdit.DataBindings.Add(new Binding("EditValue", bsAnt, "Remark", true, DataSourceUpdateMode.OnPropertyChanged));
            RemarkMemoEdit.Location = new Point(48, 141);
            RemarkMemoEdit.Name = "RemarkMemoEdit";
            RemarkMemoEdit.Properties.ScrollBars = ScrollBars.None;
            RemarkMemoEdit.Size = new Size(339, 66);
            RemarkMemoEdit.StyleController = dataLayoutControl1;
            RemarkMemoEdit.TabIndex = 7;
            // 
            // CodeTextEdit
            // 
            CodeTextEdit.DataBindings.Add(new Binding("EditValue", bsAnt, "Code", true));
            CodeTextEdit.Location = new Point(48, 36);
            CodeTextEdit.Name = "CodeTextEdit";
            CodeTextEdit.Size = new Size(339, 20);
            CodeTextEdit.StyleController = dataLayoutControl1;
            CodeTextEdit.TabIndex = 2;
            // 
            // Root
            // 
            Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            Root.GroupBordersVisible = false;
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 });
            Root.Name = "Root";
            Root.Size = new Size(399, 245);
            Root.TextVisible = false;
            // 
            // layoutControlGroup1
            // 
            layoutControlGroup1.AllowDrawBackground = false;
            layoutControlGroup1.GroupBordersVisible = false;
            layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForName, ItemForLon, ItemForLat, ItemForAlt, ItemForRemark, layoutControlItem1, layoutControlItem2, emptySpaceItem1, ItemForCode });
            layoutControlGroup1.Location = new Point(0, 0);
            layoutControlGroup1.Name = "autoGeneratedGroup0";
            layoutControlGroup1.Size = new Size(379, 225);
            // 
            // ItemForName
            // 
            ItemForName.Control = NameTextEdit;
            ItemForName.Location = new Point(0, 0);
            ItemForName.Name = "ItemForName";
            ItemForName.Size = new Size(379, 24);
            ItemForName.Text = "名称";
            ItemForName.TextSize = new Size(24, 14);
            // 
            // ItemForLon
            // 
            ItemForLon.Control = LonButtonEdit;
            ItemForLon.Location = new Point(0, 48);
            ItemForLon.Name = "ItemForLon";
            ItemForLon.Size = new Size(379, 27);
            ItemForLon.Text = "经度";
            ItemForLon.TextSize = new Size(24, 14);
            // 
            // ItemForLat
            // 
            ItemForLat.Control = LatButtonEdit;
            ItemForLat.Location = new Point(0, 75);
            ItemForLat.Name = "ItemForLat";
            ItemForLat.Size = new Size(379, 27);
            ItemForLat.Text = "纬度";
            ItemForLat.TextSize = new Size(24, 14);
            // 
            // ItemForAlt
            // 
            ItemForAlt.Control = AltButtonEdit;
            ItemForAlt.Location = new Point(0, 102);
            ItemForAlt.Name = "ItemForAlt";
            ItemForAlt.Size = new Size(379, 27);
            ItemForAlt.Text = "高度";
            ItemForAlt.TextSize = new Size(24, 14);
            // 
            // ItemForRemark
            // 
            ItemForRemark.Control = RemarkMemoEdit;
            ItemForRemark.Location = new Point(0, 129);
            ItemForRemark.Name = "ItemForRemark";
            ItemForRemark.Size = new Size(379, 70);
            ItemForRemark.StartNewLine = true;
            ItemForRemark.Text = "备注";
            ItemForRemark.TextSize = new Size(24, 14);
            // 
            // layoutControlItem1
            // 
            layoutControlItem1.Control = btnSave;
            layoutControlItem1.Location = new Point(259, 199);
            layoutControlItem1.MaxSize = new Size(60, 26);
            layoutControlItem1.MinSize = new Size(60, 26);
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Size = new Size(60, 26);
            layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            layoutControlItem1.TextSize = new Size(0, 0);
            layoutControlItem1.TextVisible = false;
            // 
            // layoutControlItem2
            // 
            layoutControlItem2.Control = btnCancel;
            layoutControlItem2.Location = new Point(319, 199);
            layoutControlItem2.MaxSize = new Size(60, 26);
            layoutControlItem2.MinSize = new Size(60, 26);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.Size = new Size(60, 26);
            layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            layoutControlItem2.TextSize = new Size(0, 0);
            layoutControlItem2.TextVisible = false;
            // 
            // emptySpaceItem1
            // 
            emptySpaceItem1.AllowHotTrack = false;
            emptySpaceItem1.Location = new Point(0, 199);
            emptySpaceItem1.Name = "emptySpaceItem1";
            emptySpaceItem1.Size = new Size(259, 26);
            emptySpaceItem1.TextSize = new Size(0, 0);
            // 
            // ItemForCode
            // 
            ItemForCode.Control = CodeTextEdit;
            ItemForCode.Location = new Point(0, 24);
            ItemForCode.Name = "ItemForCode";
            ItemForCode.Size = new Size(379, 24);
            ItemForCode.Text = "编码";
            ItemForCode.TextSize = new Size(24, 14);
            // 
            // AntEditForm
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(399, 245);
            Controls.Add(dataLayoutControl1);
            IconOptions.ShowIcon = false;
            Name = "AntEditForm";
            StartPosition = FormStartPosition.CenterParent;
            Text = "站点信息";
            Load += AntEditForm_Load;
            ((System.ComponentModel.ISupportInitialize)bsAnt).EndInit();
            ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit();
            dataLayoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)NameTextEdit.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)LonButtonEdit.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)LatButtonEdit.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)AltButtonEdit.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)RemarkMemoEdit.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)CodeTextEdit.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)Root).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
            ((System.ComponentModel.ISupportInitialize)ItemForName).EndInit();
            ((System.ComponentModel.ISupportInitialize)ItemForLon).EndInit();
            ((System.ComponentModel.ISupportInitialize)ItemForLat).EndInit();
            ((System.ComponentModel.ISupportInitialize)ItemForAlt).EndInit();
            ((System.ComponentModel.ISupportInitialize)ItemForRemark).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
            ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
            ((System.ComponentModel.ISupportInitialize)ItemForCode).EndInit();
            ResumeLayout(false);
        }
        #endregion
        private DevExpress.Xpo.XPBindingSource bsAnt;
        private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
        private DevExpress.XtraEditors.SimpleButton btnCancel;
        private DevExpress.XtraEditors.SimpleButton btnSave;
        private DevExpress.XtraEditors.TextEdit NameTextEdit;
        private DevExpress.XtraEditors.ButtonEdit LonButtonEdit;
        private DevExpress.XtraEditors.ButtonEdit LatButtonEdit;
        private DevExpress.XtraEditors.ButtonEdit AltButtonEdit;
        private DevExpress.XtraEditors.MemoEdit RemarkMemoEdit;
        private DevExpress.XtraLayout.LayoutControlGroup Root;
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
        private DevExpress.XtraLayout.LayoutControlItem ItemForName;
        private DevExpress.XtraLayout.LayoutControlItem ItemForLon;
        private DevExpress.XtraLayout.LayoutControlItem ItemForLat;
        private DevExpress.XtraLayout.LayoutControlItem ItemForAlt;
        private DevExpress.XtraLayout.LayoutControlItem ItemForRemark;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
        private DevExpress.XtraEditors.TextEdit CodeTextEdit;
        private DevExpress.XtraLayout.LayoutControlItem ItemForCode;
    }
}