MapRangeSelectForm.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. 
  2. namespace Ips.Sps.Maps
  3. {
  4. partial class MapRangeSelectForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
  33. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
  34. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  35. this.txtAlt = new DevExpress.XtraEditors.ButtonEdit();
  36. this.txtLatRange = new DevExpress.XtraEditors.TextEdit();
  37. this.txtLonRange = new DevExpress.XtraEditors.TextEdit();
  38. this.txtLat = new DevExpress.XtraEditors.TextEdit();
  39. this.txtLon = new DevExpress.XtraEditors.TextEdit();
  40. this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
  41. this.btnOk = new DevExpress.XtraEditors.SimpleButton();
  42. this.mapControl = new DevExpress.XtraMap.MapControl();
  43. this.rectItemsLayer = new DevExpress.XtraMap.VectorItemsLayer();
  44. this.rectItemStorage = new DevExpress.XtraMap.MapItemStorage();
  45. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  46. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  47. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  48. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  49. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  50. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  51. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  52. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  53. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  54. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  55. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  56. this.layoutControl1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.txtAlt.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtLatRange.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.txtLonRange.Properties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.txtLat.Properties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.txtLon.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.mapControl)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // layoutControl1
  76. //
  77. this.layoutControl1.Controls.Add(this.txtAlt);
  78. this.layoutControl1.Controls.Add(this.txtLatRange);
  79. this.layoutControl1.Controls.Add(this.txtLonRange);
  80. this.layoutControl1.Controls.Add(this.txtLat);
  81. this.layoutControl1.Controls.Add(this.txtLon);
  82. this.layoutControl1.Controls.Add(this.btnCancel);
  83. this.layoutControl1.Controls.Add(this.btnOk);
  84. this.layoutControl1.Controls.Add(this.mapControl);
  85. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  87. this.layoutControl1.Name = "layoutControl1";
  88. this.layoutControl1.Root = this.Root;
  89. this.layoutControl1.Size = new System.Drawing.Size(932, 545);
  90. this.layoutControl1.TabIndex = 0;
  91. this.layoutControl1.Text = "layoutControl1";
  92. //
  93. // txtAlt
  94. //
  95. this.txtAlt.EditValue = "0";
  96. this.txtAlt.Location = new System.Drawing.Point(325, 517);
  97. this.txtAlt.Name = "txtAlt";
  98. this.txtAlt.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  99. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "m", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  100. this.txtAlt.Properties.DisplayFormat.FormatString = "F1";
  101. this.txtAlt.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  102. this.txtAlt.Properties.EditFormat.FormatString = "F1";
  103. this.txtAlt.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  104. this.txtAlt.Size = new System.Drawing.Size(86, 23);
  105. this.txtAlt.StyleController = this.layoutControl1;
  106. this.txtAlt.TabIndex = 4;
  107. //
  108. // txtLatRange
  109. //
  110. this.txtLatRange.Location = new System.Drawing.Point(605, 517);
  111. this.txtLatRange.Name = "txtLatRange";
  112. this.txtLatRange.Properties.DisplayFormat.FormatString = "F1";
  113. this.txtLatRange.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  114. this.txtLatRange.Properties.EditFormat.FormatString = "F1";
  115. this.txtLatRange.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  116. this.txtLatRange.Size = new System.Drawing.Size(66, 20);
  117. this.txtLatRange.StyleController = this.layoutControl1;
  118. this.txtLatRange.TabIndex = 6;
  119. //
  120. // txtLonRange
  121. //
  122. this.txtLonRange.Location = new System.Drawing.Point(475, 517);
  123. this.txtLonRange.Name = "txtLonRange";
  124. this.txtLonRange.Properties.DisplayFormat.FormatString = "F1";
  125. this.txtLonRange.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  126. this.txtLonRange.Properties.EditFormat.FormatString = "F1";
  127. this.txtLonRange.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  128. this.txtLonRange.Size = new System.Drawing.Size(66, 20);
  129. this.txtLonRange.StyleController = this.layoutControl1;
  130. this.txtLonRange.TabIndex = 5;
  131. //
  132. // txtLat
  133. //
  134. this.txtLat.Location = new System.Drawing.Point(195, 517);
  135. this.txtLat.Name = "txtLat";
  136. this.txtLat.Properties.DisplayFormat.FormatString = "F3";
  137. this.txtLat.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  138. this.txtLat.Properties.EditFormat.FormatString = "F3";
  139. this.txtLat.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  140. this.txtLat.Size = new System.Drawing.Size(66, 20);
  141. this.txtLat.StyleController = this.layoutControl1;
  142. this.txtLat.TabIndex = 3;
  143. //
  144. // txtLon
  145. //
  146. this.txtLon.Location = new System.Drawing.Point(65, 517);
  147. this.txtLon.Name = "txtLon";
  148. this.txtLon.Properties.DisplayFormat.FormatString = "F3";
  149. this.txtLon.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  150. this.txtLon.Properties.EditFormat.FormatString = "F3";
  151. this.txtLon.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  152. this.txtLon.Size = new System.Drawing.Size(66, 20);
  153. this.txtLon.StyleController = this.layoutControl1;
  154. this.txtLon.TabIndex = 2;
  155. //
  156. // btnCancel
  157. //
  158. this.btnCancel.Location = new System.Drawing.Point(881, 517);
  159. this.btnCancel.Name = "btnCancel";
  160. this.btnCancel.Size = new System.Drawing.Size(46, 22);
  161. this.btnCancel.StyleController = this.layoutControl1;
  162. this.btnCancel.TabIndex = 8;
  163. this.btnCancel.Text = "取消";
  164. //
  165. // btnOk
  166. //
  167. this.btnOk.Location = new System.Drawing.Point(823, 517);
  168. this.btnOk.Name = "btnOk";
  169. this.btnOk.Size = new System.Drawing.Size(54, 22);
  170. this.btnOk.StyleController = this.layoutControl1;
  171. this.btnOk.TabIndex = 7;
  172. this.btnOk.Text = "确定";
  173. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  174. //
  175. // mapControl
  176. //
  177. this.mapControl.Layers.Add(this.rectItemsLayer);
  178. this.mapControl.Location = new System.Drawing.Point(5, 5);
  179. this.mapControl.MapEditor.PanelOptions.ShowAddDotButton = false;
  180. this.mapControl.MapEditor.PanelOptions.ShowAddEllipseButton = false;
  181. this.mapControl.MapEditor.PanelOptions.ShowAddLineButton = false;
  182. this.mapControl.MapEditor.PanelOptions.ShowAddPathButton = false;
  183. this.mapControl.MapEditor.PanelOptions.ShowAddPolylineButton = false;
  184. this.mapControl.MapEditor.PanelOptions.ShowAddPushpinButton = false;
  185. this.mapControl.MapEditor.PanelOptions.ShowAddSplineButton = false;
  186. this.mapControl.MapEditor.PanelOptions.ShowEditModeButton = false;
  187. this.mapControl.MapEditor.PanelOptions.ShowUndoRedoButtons = false;
  188. this.mapControl.MapEditor.ShowEditorPanel = true;
  189. this.mapControl.Measurements.ShowToolbar = true;
  190. this.mapControl.Name = "mapControl";
  191. this.mapControl.NavigationPanelOptions.CoordinatesStyle.TextColor = System.Drawing.Color.Black;
  192. this.mapControl.Size = new System.Drawing.Size(922, 508);
  193. this.mapControl.TabIndex = 0;
  194. this.mapControl.DrawMapItem += new DevExpress.XtraMap.DrawMapItemEventHandler(this.mapControl_DrawMapItem);
  195. this.rectItemsLayer.Data = this.rectItemStorage;
  196. //
  197. // Root
  198. //
  199. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  200. this.Root.GroupBordersVisible = false;
  201. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  202. this.layoutControlItem1,
  203. this.layoutControlItem2,
  204. this.layoutControlItem3,
  205. this.emptySpaceItem1,
  206. this.layoutControlItem4,
  207. this.layoutControlItem5,
  208. this.layoutControlItem7,
  209. this.layoutControlItem8,
  210. this.layoutControlItem6});
  211. this.Root.Name = "Root";
  212. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
  213. this.Root.Size = new System.Drawing.Size(932, 545);
  214. this.Root.TextVisible = false;
  215. //
  216. // layoutControlItem1
  217. //
  218. this.layoutControlItem1.Control = this.mapControl;
  219. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  220. this.layoutControlItem1.Name = "layoutControlItem1";
  221. this.layoutControlItem1.Size = new System.Drawing.Size(926, 512);
  222. this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  223. this.layoutControlItem1.TextVisible = false;
  224. //
  225. // layoutControlItem2
  226. //
  227. this.layoutControlItem2.Control = this.btnOk;
  228. this.layoutControlItem2.Location = new System.Drawing.Point(818, 512);
  229. this.layoutControlItem2.MaxSize = new System.Drawing.Size(58, 26);
  230. this.layoutControlItem2.MinSize = new System.Drawing.Size(58, 26);
  231. this.layoutControlItem2.Name = "layoutControlItem2";
  232. this.layoutControlItem2.Size = new System.Drawing.Size(58, 27);
  233. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  234. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  235. this.layoutControlItem2.TextVisible = false;
  236. //
  237. // layoutControlItem3
  238. //
  239. this.layoutControlItem3.Control = this.btnCancel;
  240. this.layoutControlItem3.Location = new System.Drawing.Point(876, 512);
  241. this.layoutControlItem3.MaxSize = new System.Drawing.Size(50, 26);
  242. this.layoutControlItem3.MinSize = new System.Drawing.Size(50, 26);
  243. this.layoutControlItem3.Name = "layoutControlItem3";
  244. this.layoutControlItem3.Size = new System.Drawing.Size(50, 27);
  245. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  246. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  247. this.layoutControlItem3.TextVisible = false;
  248. //
  249. // emptySpaceItem1
  250. //
  251. this.emptySpaceItem1.AllowHotTrack = false;
  252. this.emptySpaceItem1.Location = new System.Drawing.Point(670, 512);
  253. this.emptySpaceItem1.Name = "emptySpaceItem1";
  254. this.emptySpaceItem1.Size = new System.Drawing.Size(148, 27);
  255. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  256. //
  257. // layoutControlItem4
  258. //
  259. this.layoutControlItem4.Control = this.txtLon;
  260. this.layoutControlItem4.Location = new System.Drawing.Point(0, 512);
  261. this.layoutControlItem4.MaxSize = new System.Drawing.Size(130, 24);
  262. this.layoutControlItem4.MinSize = new System.Drawing.Size(130, 24);
  263. this.layoutControlItem4.Name = "layoutControlItem4";
  264. this.layoutControlItem4.Size = new System.Drawing.Size(130, 27);
  265. this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  266. this.layoutControlItem4.Text = "经度";
  267. this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
  268. //
  269. // layoutControlItem5
  270. //
  271. this.layoutControlItem5.Control = this.txtLat;
  272. this.layoutControlItem5.Location = new System.Drawing.Point(130, 512);
  273. this.layoutControlItem5.MaxSize = new System.Drawing.Size(130, 24);
  274. this.layoutControlItem5.MinSize = new System.Drawing.Size(130, 24);
  275. this.layoutControlItem5.Name = "layoutControlItem5";
  276. this.layoutControlItem5.Size = new System.Drawing.Size(130, 27);
  277. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  278. this.layoutControlItem5.Text = "纬度";
  279. this.layoutControlItem5.TextSize = new System.Drawing.Size(48, 14);
  280. //
  281. // layoutControlItem7
  282. //
  283. this.layoutControlItem7.Control = this.txtLonRange;
  284. this.layoutControlItem7.Location = new System.Drawing.Point(410, 512);
  285. this.layoutControlItem7.MaxSize = new System.Drawing.Size(130, 24);
  286. this.layoutControlItem7.MinSize = new System.Drawing.Size(130, 24);
  287. this.layoutControlItem7.Name = "layoutControlItem7";
  288. this.layoutControlItem7.Size = new System.Drawing.Size(130, 27);
  289. this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  290. this.layoutControlItem7.Text = "经度范围";
  291. this.layoutControlItem7.TextSize = new System.Drawing.Size(48, 14);
  292. //
  293. // layoutControlItem8
  294. //
  295. this.layoutControlItem8.Control = this.txtLatRange;
  296. this.layoutControlItem8.Location = new System.Drawing.Point(540, 512);
  297. this.layoutControlItem8.MaxSize = new System.Drawing.Size(130, 24);
  298. this.layoutControlItem8.MinSize = new System.Drawing.Size(130, 24);
  299. this.layoutControlItem8.Name = "layoutControlItem8";
  300. this.layoutControlItem8.Size = new System.Drawing.Size(130, 27);
  301. this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  302. this.layoutControlItem8.Text = "纬度范围";
  303. this.layoutControlItem8.TextSize = new System.Drawing.Size(48, 14);
  304. //
  305. // layoutControlItem6
  306. //
  307. this.layoutControlItem6.Control = this.txtAlt;
  308. this.layoutControlItem6.Location = new System.Drawing.Point(260, 512);
  309. this.layoutControlItem6.MaxSize = new System.Drawing.Size(150, 27);
  310. this.layoutControlItem6.MinSize = new System.Drawing.Size(150, 27);
  311. this.layoutControlItem6.Name = "layoutControlItem6";
  312. this.layoutControlItem6.Size = new System.Drawing.Size(150, 27);
  313. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  314. this.layoutControlItem6.Text = "高度";
  315. this.layoutControlItem6.TextSize = new System.Drawing.Size(48, 14);
  316. //
  317. // MapRangeSelectForm
  318. //
  319. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  320. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  321. this.CancelButton = this.btnCancel;
  322. this.ClientSize = new System.Drawing.Size(932, 545);
  323. this.Controls.Add(this.layoutControl1);
  324. this.IconOptions.ShowIcon = false;
  325. this.Name = "MapRangeSelectForm";
  326. this.ShowInTaskbar = false;
  327. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  328. this.Text = "范围选择";
  329. this.Load += new System.EventHandler(this.MapRangeSelectForm_Load);
  330. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  331. this.layoutControl1.ResumeLayout(false);
  332. ((System.ComponentModel.ISupportInitialize)(this.txtAlt.Properties)).EndInit();
  333. ((System.ComponentModel.ISupportInitialize)(this.txtLatRange.Properties)).EndInit();
  334. ((System.ComponentModel.ISupportInitialize)(this.txtLonRange.Properties)).EndInit();
  335. ((System.ComponentModel.ISupportInitialize)(this.txtLat.Properties)).EndInit();
  336. ((System.ComponentModel.ISupportInitialize)(this.txtLon.Properties)).EndInit();
  337. ((System.ComponentModel.ISupportInitialize)(this.mapControl)).EndInit();
  338. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  339. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  340. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  341. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  342. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  343. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  344. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  345. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  346. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  347. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  348. this.ResumeLayout(false);
  349. }
  350. #endregion
  351. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  352. private DevExpress.XtraLayout.LayoutControlGroup Root;
  353. private DevExpress.XtraMap.MapControl mapControl;
  354. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  355. private DevExpress.XtraMap.VectorItemsLayer rectItemsLayer;
  356. private DevExpress.XtraMap.MapItemStorage rectItemStorage;
  357. private DevExpress.XtraEditors.SimpleButton btnCancel;
  358. private DevExpress.XtraEditors.SimpleButton btnOk;
  359. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  360. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  361. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  362. private DevExpress.XtraEditors.ButtonEdit txtAlt;
  363. private DevExpress.XtraEditors.TextEdit txtLatRange;
  364. private DevExpress.XtraEditors.TextEdit txtLonRange;
  365. private DevExpress.XtraEditors.TextEdit txtLat;
  366. private DevExpress.XtraEditors.TextEdit txtLon;
  367. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  368. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  369. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  370. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  371. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  372. }
  373. }