namespace DW5S.App.EditForms { partial class FixedStationEditor { /// /// 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() { 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(); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject(); 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(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); txtEnable = new DevExpress.XtraEditors.CheckEdit(); btnOk = new DevExpress.XtraEditors.SimpleButton(); btnCancel = new DevExpress.XtraEditors.SimpleButton(); txtLon = new DevExpress.XtraEditors.ButtonEdit(); txtName = new DevExpress.XtraEditors.TextEdit(); txtFreqUp = new DevExpress.XtraEditors.SearchLookUpEdit(); searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView(); txtLat = new DevExpress.XtraEditors.ButtonEdit(); txtValue = new DevExpress.XtraEditors.ButtonEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem(); simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem(); layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)txtEnable.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtLon.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtName.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtFreqUp.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtLat.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtValue.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem2).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem3).BeginInit(); ((System.ComponentModel.ISupportInitialize)simpleLabelItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem8).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(txtEnable); layoutControl1.Controls.Add(btnOk); layoutControl1.Controls.Add(btnCancel); layoutControl1.Controls.Add(txtLon); layoutControl1.Controls.Add(txtName); layoutControl1.Controls.Add(txtFreqUp); layoutControl1.Controls.Add(txtLat); layoutControl1.Controls.Add(txtValue); layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; layoutControl1.Location = new System.Drawing.Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(831, 101, 650, 400); layoutControl1.Root = Root; layoutControl1.Size = new System.Drawing.Size(270, 416); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // txtEnable // txtEnable.Location = new System.Drawing.Point(22, 302); txtEnable.Name = "txtEnable"; txtEnable.Properties.Caption = "是否启用"; txtEnable.Size = new System.Drawing.Size(226, 20); txtEnable.StyleController = layoutControl1; txtEnable.TabIndex = 6; // // btnOk // btnOk.Location = new System.Drawing.Point(136, 350); btnOk.Name = "btnOk"; btnOk.Size = new System.Drawing.Size(112, 22); btnOk.StyleController = layoutControl1; btnOk.TabIndex = 8; btnOk.Text = "确定"; btnOk.Click += btnOk_Click; // // btnCancel // btnCancel.Location = new System.Drawing.Point(22, 350); btnCancel.Name = "btnCancel"; btnCancel.Size = new System.Drawing.Size(110, 22); btnCancel.StyleController = layoutControl1; btnCancel.TabIndex = 7; btnCancel.Text = "取消"; btnCancel.Click += btnCancel_Click; // // txtLon // txtLon.Location = new System.Drawing.Point(22, 147); txtLon.Name = "txtLon"; txtLon.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; txtLon.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(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) }); txtLon.Properties.MaxLength = 10; txtLon.Size = new System.Drawing.Size(226, 23); txtLon.StyleController = layoutControl1; txtLon.TabIndex = 3; // // txtName // txtName.Location = new System.Drawing.Point(22, 39); txtName.Name = "txtName"; txtName.Properties.AutoHeight = false; txtName.Size = new System.Drawing.Size(226, 23); txtName.StyleController = layoutControl1; txtName.TabIndex = 0; // // txtFreqUp // txtFreqUp.Location = new System.Drawing.Point(22, 93); txtFreqUp.Name = "txtFreqUp"; txtFreqUp.Properties.AutoHeight = false; txtFreqUp.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); txtFreqUp.Properties.PopupView = searchLookUpEdit1View; txtFreqUp.Size = new System.Drawing.Size(226, 23); txtFreqUp.StyleController = layoutControl1; txtFreqUp.TabIndex = 2; // // searchLookUpEdit1View // searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; searchLookUpEdit1View.Name = "searchLookUpEdit1View"; searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false; searchLookUpEdit1View.OptionsView.ShowGroupPanel = false; // // txtLat // txtLat.Location = new System.Drawing.Point(22, 198); txtLat.Name = "txtLat"; txtLat.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; txtLat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "° ", -1, false, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) }); txtLat.Properties.MaxLength = 10; txtLat.Size = new System.Drawing.Size(226, 23); txtLat.StyleController = layoutControl1; txtLat.TabIndex = 4; // // txtValue // txtValue.EditValue = "2"; txtValue.Location = new System.Drawing.Point(149, 263); txtValue.Name = "txtValue"; txtValue.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; txtValue.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(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) }); txtValue.Properties.MaxLength = 10; txtValue.Size = new System.Drawing.Size(76, 23); txtValue.StyleController = layoutControl1; txtValue.TabIndex = 5; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem3, layoutControlItem4, layoutControlItem5, emptySpaceItem2, layoutControlItem2, layoutControlItem7, layoutControlGroup1, layoutControlItem8, emptySpaceItem1 }); Root.Name = "Root"; Root.Padding = new DevExpress.XtraLayout.Utils.Padding(20, 20, 20, 20); Root.Size = new System.Drawing.Size(270, 416); Root.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.Control = txtFreqUp; layoutControlItem1.Location = new System.Drawing.Point(0, 44); layoutControlItem1.MaxSize = new System.Drawing.Size(0, 54); layoutControlItem1.MinSize = new System.Drawing.Size(54, 54); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2); layoutControlItem1.Size = new System.Drawing.Size(230, 54); layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem1.Text = "上行频点"; layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top; layoutControlItem1.TextSize = new System.Drawing.Size(120, 14); // // layoutControlItem3 // layoutControlItem3.Control = txtLon; layoutControlItem3.Location = new System.Drawing.Point(0, 98); layoutControlItem3.MaxSize = new System.Drawing.Size(0, 51); layoutControlItem3.MinSize = new System.Drawing.Size(54, 51); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2); layoutControlItem3.Size = new System.Drawing.Size(230, 51); layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem3.Text = "位置经度"; layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top; layoutControlItem3.TextSize = new System.Drawing.Size(120, 14); // // layoutControlItem4 // layoutControlItem4.Control = btnCancel; layoutControlItem4.Location = new System.Drawing.Point(0, 328); layoutControlItem4.Name = "layoutControlItem4"; layoutControlItem4.Size = new System.Drawing.Size(114, 26); layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); layoutControlItem4.TextVisible = false; // // layoutControlItem5 // layoutControlItem5.Control = btnOk; layoutControlItem5.Location = new System.Drawing.Point(114, 328); layoutControlItem5.Name = "layoutControlItem5"; layoutControlItem5.Size = new System.Drawing.Size(116, 26); layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); layoutControlItem5.TextVisible = false; // // emptySpaceItem2 // emptySpaceItem2.AllowHotTrack = false; emptySpaceItem2.Location = new System.Drawing.Point(0, 304); emptySpaceItem2.MinSize = new System.Drawing.Size(104, 24); emptySpaceItem2.Name = "emptySpaceItem2"; emptySpaceItem2.Size = new System.Drawing.Size(230, 24); emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem2 // layoutControlItem2.Control = txtName; layoutControlItem2.Location = new System.Drawing.Point(0, 0); layoutControlItem2.MaxSize = new System.Drawing.Size(0, 44); layoutControlItem2.MinSize = new System.Drawing.Size(54, 44); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new System.Drawing.Size(230, 44); layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem2.Text = "名称"; layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top; layoutControlItem2.TextSize = new System.Drawing.Size(120, 14); // // layoutControlItem7 // layoutControlItem7.Control = txtLat; layoutControlItem7.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; layoutControlItem7.CustomizationFormText = "位置经度"; layoutControlItem7.Location = new System.Drawing.Point(0, 149); layoutControlItem7.MaxSize = new System.Drawing.Size(0, 51); layoutControlItem7.MinSize = new System.Drawing.Size(54, 51); layoutControlItem7.Name = "layoutControlItem7"; layoutControlItem7.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2); layoutControlItem7.Size = new System.Drawing.Size(230, 51); layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem7.Text = "位置纬度"; layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Top; layoutControlItem7.TextSize = new System.Drawing.Size(120, 14); // // layoutControlGroup1 // layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Light; layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem6, emptySpaceItem3, simpleLabelItem1 }); layoutControlGroup1.Location = new System.Drawing.Point(0, 200); layoutControlGroup1.Name = "layoutControlGroup1"; layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 9, 9, 9); layoutControlGroup1.Size = new System.Drawing.Size(230, 80); layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2); layoutControlGroup1.Text = "判定规则"; // // layoutControlItem6 // layoutControlItem6.Control = txtValue; layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; layoutControlItem6.CustomizationFormText = "位置经度"; layoutControlItem6.Location = new System.Drawing.Point(124, 0); layoutControlItem6.MaxSize = new System.Drawing.Size(80, 27); layoutControlItem6.MinSize = new System.Drawing.Size(80, 27); layoutControlItem6.Name = "layoutControlItem6"; layoutControlItem6.Size = new System.Drawing.Size(80, 27); layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top; layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); layoutControlItem6.TextVisible = false; // // emptySpaceItem3 // emptySpaceItem3.AllowHotTrack = false; emptySpaceItem3.Location = new System.Drawing.Point(204, 0); emptySpaceItem3.Name = "emptySpaceItem3"; emptySpaceItem3.Size = new System.Drawing.Size(11, 27); emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0); // // simpleLabelItem1 // simpleLabelItem1.AllowHotTrack = false; simpleLabelItem1.Location = new System.Drawing.Point(0, 0); simpleLabelItem1.MinSize = new System.Drawing.Size(124, 18); simpleLabelItem1.Name = "simpleLabelItem1"; simpleLabelItem1.Size = new System.Drawing.Size(124, 27); simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; simpleLabelItem1.Text = "与上一个突发间隔超过"; simpleLabelItem1.TextSize = new System.Drawing.Size(120, 14); // // layoutControlItem8 // layoutControlItem8.Control = txtEnable; layoutControlItem8.Location = new System.Drawing.Point(0, 280); layoutControlItem8.Name = "layoutControlItem8"; layoutControlItem8.Size = new System.Drawing.Size(230, 24); layoutControlItem8.TextSize = new System.Drawing.Size(0, 0); layoutControlItem8.TextVisible = false; // // emptySpaceItem1 // emptySpaceItem1.AllowHotTrack = false; emptySpaceItem1.Location = new System.Drawing.Point(0, 354); emptySpaceItem1.Name = "emptySpaceItem1"; emptySpaceItem1.Size = new System.Drawing.Size(230, 22); emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // FixedStationEditor // AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(270, 416); Controls.Add(layoutControl1); FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; Name = "FixedStationEditor"; Text = "TaskEditor"; Load += SatEditor_Load; ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)txtEnable.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtLon.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtName.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtFreqUp.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).EndInit(); ((System.ComponentModel.ISupportInitialize)txtLat.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtValue.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem2).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem3).EndInit(); ((System.ComponentModel.ISupportInitialize)simpleLabelItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem8).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraEditors.SearchLookUpEdit txtFreqUp; private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraEditors.SimpleButton btnOk; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraEditors.ButtonEdit txtLon; private DevExpress.XtraEditors.TextEdit txtName; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; private DevExpress.XtraEditors.ButtonEdit txtLat; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1; private DevExpress.XtraEditors.ButtonEdit txtValue; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraEditors.CheckEdit txtEnable; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; } }