FormInitMap.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  1. namespace SIASUN.Autopilot.View
  2. {
  3. partial class FormInitMap
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.picExControl1 = new SIASUN.Autopilot.View.PicExControl();
  30. this.toolTip_Message = new DevExpress.Utils.ToolTipController(this.components);
  31. this.txt_X1 = new DevExpress.XtraEditors.TextEdit();
  32. this.txt_Y1 = new DevExpress.XtraEditors.TextEdit();
  33. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  34. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  35. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  36. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  37. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  38. this.txt_Lon1 = new DevExpress.XtraEditors.TextEdit();
  39. this.txt_Lat1 = new DevExpress.XtraEditors.TextEdit();
  40. this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
  41. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  42. this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
  43. this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
  44. this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
  45. this.txt_Lon2 = new DevExpress.XtraEditors.TextEdit();
  46. this.txt_Lat2 = new DevExpress.XtraEditors.TextEdit();
  47. this.txt_X2 = new DevExpress.XtraEditors.TextEdit();
  48. this.txt_Y2 = new DevExpress.XtraEditors.TextEdit();
  49. this.btn_Clear = new DevExpress.XtraEditors.SimpleButton();
  50. this.btn_Save = new DevExpress.XtraEditors.SimpleButton();
  51. this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
  52. this.txt_MapId = new DevExpress.XtraEditors.TextEdit();
  53. this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
  54. ((System.ComponentModel.ISupportInitialize)(this.txt_X1.Properties)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.txt_Y1.Properties)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  57. this.groupControl1.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.txt_Lon1.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.txt_Lat1.Properties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
  61. this.groupControl2.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.txt_Lon2.Properties)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.txt_Lat2.Properties)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.txt_X2.Properties)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.txt_Y2.Properties)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.txt_MapId.Properties)).BeginInit();
  67. this.SuspendLayout();
  68. //
  69. // picExControl1
  70. //
  71. this.picExControl1.AllawDraw = false;
  72. this.picExControl1.BIsStretch = false;
  73. this.picExControl1.ImageRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  74. this.picExControl1.IsFirstZoom = true;
  75. this.picExControl1.Location = new System.Drawing.Point(0, 0);
  76. this.picExControl1.Name = "picExControl1";
  77. this.picExControl1.RectColor = System.Drawing.Color.Red;
  78. this.picExControl1.Size = new System.Drawing.Size(690, 595);
  79. this.picExControl1.TabIndex = 0;
  80. this.picExControl1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.picExControl1_MouseClick);
  81. this.picExControl1.MouseLeave += new System.EventHandler(this.picExControl1_MouseLeave);
  82. //
  83. // toolTip_Message
  84. //
  85. this.toolTip_Message.Rounded = true;
  86. this.toolTip_Message.ShowBeak = true;
  87. this.toolTip_Message.ToolTipLocation = DevExpress.Utils.ToolTipLocation.RightTop;
  88. //
  89. // txt_X1
  90. //
  91. this.txt_X1.Location = new System.Drawing.Point(48, 36);
  92. this.txt_X1.Name = "txt_X1";
  93. this.txt_X1.Size = new System.Drawing.Size(100, 20);
  94. this.txt_X1.TabIndex = 1;
  95. //
  96. // txt_Y1
  97. //
  98. this.txt_Y1.Location = new System.Drawing.Point(193, 36);
  99. this.txt_Y1.Name = "txt_Y1";
  100. this.txt_Y1.Size = new System.Drawing.Size(100, 20);
  101. this.txt_Y1.TabIndex = 2;
  102. //
  103. // groupControl1
  104. //
  105. this.groupControl1.Controls.Add(this.labelControl4);
  106. this.groupControl1.Controls.Add(this.labelControl2);
  107. this.groupControl1.Controls.Add(this.labelControl3);
  108. this.groupControl1.Controls.Add(this.labelControl1);
  109. this.groupControl1.Controls.Add(this.txt_Lon1);
  110. this.groupControl1.Controls.Add(this.txt_Lat1);
  111. this.groupControl1.Controls.Add(this.txt_X1);
  112. this.groupControl1.Controls.Add(this.txt_Y1);
  113. this.groupControl1.Location = new System.Drawing.Point(731, 60);
  114. this.groupControl1.Name = "groupControl1";
  115. this.groupControl1.Size = new System.Drawing.Size(315, 117);
  116. this.groupControl1.TabIndex = 3;
  117. this.groupControl1.Text = "点一";
  118. //
  119. // labelControl4
  120. //
  121. this.labelControl4.Location = new System.Drawing.Point(162, 81);
  122. this.labelControl4.Name = "labelControl4";
  123. this.labelControl4.Size = new System.Drawing.Size(28, 14);
  124. this.labelControl4.TabIndex = 3;
  125. this.labelControl4.Text = "纬度:";
  126. //
  127. // labelControl2
  128. //
  129. this.labelControl2.Location = new System.Drawing.Point(170, 39);
  130. this.labelControl2.Name = "labelControl2";
  131. this.labelControl2.Size = new System.Drawing.Size(12, 14);
  132. this.labelControl2.TabIndex = 3;
  133. this.labelControl2.Text = "Y:";
  134. //
  135. // labelControl3
  136. //
  137. this.labelControl3.Location = new System.Drawing.Point(18, 81);
  138. this.labelControl3.Name = "labelControl3";
  139. this.labelControl3.Size = new System.Drawing.Size(28, 14);
  140. this.labelControl3.TabIndex = 3;
  141. this.labelControl3.Text = "经度:";
  142. //
  143. // labelControl1
  144. //
  145. this.labelControl1.Location = new System.Drawing.Point(27, 39);
  146. this.labelControl1.Name = "labelControl1";
  147. this.labelControl1.Size = new System.Drawing.Size(11, 14);
  148. this.labelControl1.TabIndex = 3;
  149. this.labelControl1.Text = "X:";
  150. //
  151. // txt_Lon1
  152. //
  153. this.txt_Lon1.Location = new System.Drawing.Point(48, 78);
  154. this.txt_Lon1.Name = "txt_Lon1";
  155. this.txt_Lon1.Size = new System.Drawing.Size(100, 20);
  156. this.txt_Lon1.TabIndex = 1;
  157. //
  158. // txt_Lat1
  159. //
  160. this.txt_Lat1.Location = new System.Drawing.Point(193, 78);
  161. this.txt_Lat1.Name = "txt_Lat1";
  162. this.txt_Lat1.Size = new System.Drawing.Size(100, 20);
  163. this.txt_Lat1.TabIndex = 2;
  164. //
  165. // groupControl2
  166. //
  167. this.groupControl2.Controls.Add(this.labelControl5);
  168. this.groupControl2.Controls.Add(this.labelControl6);
  169. this.groupControl2.Controls.Add(this.labelControl7);
  170. this.groupControl2.Controls.Add(this.labelControl8);
  171. this.groupControl2.Controls.Add(this.txt_Lon2);
  172. this.groupControl2.Controls.Add(this.txt_Lat2);
  173. this.groupControl2.Controls.Add(this.txt_X2);
  174. this.groupControl2.Controls.Add(this.txt_Y2);
  175. this.groupControl2.Location = new System.Drawing.Point(731, 206);
  176. this.groupControl2.Name = "groupControl2";
  177. this.groupControl2.Size = new System.Drawing.Size(315, 117);
  178. this.groupControl2.TabIndex = 3;
  179. this.groupControl2.Text = "点二";
  180. //
  181. // labelControl5
  182. //
  183. this.labelControl5.Location = new System.Drawing.Point(162, 81);
  184. this.labelControl5.Name = "labelControl5";
  185. this.labelControl5.Size = new System.Drawing.Size(28, 14);
  186. this.labelControl5.TabIndex = 3;
  187. this.labelControl5.Text = "纬度:";
  188. //
  189. // labelControl6
  190. //
  191. this.labelControl6.Location = new System.Drawing.Point(162, 39);
  192. this.labelControl6.Name = "labelControl6";
  193. this.labelControl6.Size = new System.Drawing.Size(12, 14);
  194. this.labelControl6.TabIndex = 3;
  195. this.labelControl6.Text = "Y:";
  196. //
  197. // labelControl7
  198. //
  199. this.labelControl7.Location = new System.Drawing.Point(18, 81);
  200. this.labelControl7.Name = "labelControl7";
  201. this.labelControl7.Size = new System.Drawing.Size(28, 14);
  202. this.labelControl7.TabIndex = 3;
  203. this.labelControl7.Text = "经度:";
  204. //
  205. // labelControl8
  206. //
  207. this.labelControl8.Location = new System.Drawing.Point(27, 39);
  208. this.labelControl8.Name = "labelControl8";
  209. this.labelControl8.Size = new System.Drawing.Size(11, 14);
  210. this.labelControl8.TabIndex = 3;
  211. this.labelControl8.Text = "X:";
  212. //
  213. // txt_Lon2
  214. //
  215. this.txt_Lon2.Location = new System.Drawing.Point(48, 78);
  216. this.txt_Lon2.Name = "txt_Lon2";
  217. this.txt_Lon2.Size = new System.Drawing.Size(100, 20);
  218. this.txt_Lon2.TabIndex = 1;
  219. //
  220. // txt_Lat2
  221. //
  222. this.txt_Lat2.Location = new System.Drawing.Point(193, 78);
  223. this.txt_Lat2.Name = "txt_Lat2";
  224. this.txt_Lat2.Size = new System.Drawing.Size(100, 20);
  225. this.txt_Lat2.TabIndex = 2;
  226. //
  227. // txt_X2
  228. //
  229. this.txt_X2.Location = new System.Drawing.Point(48, 36);
  230. this.txt_X2.Name = "txt_X2";
  231. this.txt_X2.Size = new System.Drawing.Size(100, 20);
  232. this.txt_X2.TabIndex = 1;
  233. //
  234. // txt_Y2
  235. //
  236. this.txt_Y2.Location = new System.Drawing.Point(193, 36);
  237. this.txt_Y2.Name = "txt_Y2";
  238. this.txt_Y2.Size = new System.Drawing.Size(100, 20);
  239. this.txt_Y2.TabIndex = 2;
  240. //
  241. // btn_Clear
  242. //
  243. this.btn_Clear.Location = new System.Drawing.Point(971, 392);
  244. this.btn_Clear.Name = "btn_Clear";
  245. this.btn_Clear.Size = new System.Drawing.Size(75, 23);
  246. this.btn_Clear.TabIndex = 5;
  247. this.btn_Clear.Text = "清零";
  248. this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
  249. //
  250. // btn_Save
  251. //
  252. this.btn_Save.Location = new System.Drawing.Point(847, 392);
  253. this.btn_Save.Name = "btn_Save";
  254. this.btn_Save.Size = new System.Drawing.Size(75, 23);
  255. this.btn_Save.TabIndex = 6;
  256. this.btn_Save.Text = "保存";
  257. this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
  258. //
  259. // labelControl9
  260. //
  261. this.labelControl9.Location = new System.Drawing.Point(735, 22);
  262. this.labelControl9.Name = "labelControl9";
  263. this.labelControl9.Size = new System.Drawing.Size(52, 14);
  264. this.labelControl9.TabIndex = 7;
  265. this.labelControl9.Text = "地图名称:";
  266. //
  267. // txt_MapId
  268. //
  269. this.txt_MapId.Location = new System.Drawing.Point(795, 19);
  270. this.txt_MapId.Name = "txt_MapId";
  271. this.txt_MapId.Size = new System.Drawing.Size(100, 20);
  272. this.txt_MapId.TabIndex = 8;
  273. //
  274. // labelControl10
  275. //
  276. this.labelControl10.Location = new System.Drawing.Point(731, 341);
  277. this.labelControl10.Name = "labelControl10";
  278. this.labelControl10.Size = new System.Drawing.Size(219, 14);
  279. this.labelControl10.TabIndex = 7;
  280. this.labelControl10.Text = "提示:点击鼠标左键选择点X坐标和Y坐标";
  281. //
  282. // FormInitMap
  283. //
  284. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  285. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  286. this.ClientSize = new System.Drawing.Size(1068, 596);
  287. this.Controls.Add(this.txt_MapId);
  288. this.Controls.Add(this.labelControl10);
  289. this.Controls.Add(this.labelControl9);
  290. this.Controls.Add(this.btn_Save);
  291. this.Controls.Add(this.btn_Clear);
  292. this.Controls.Add(this.groupControl2);
  293. this.Controls.Add(this.groupControl1);
  294. this.Controls.Add(this.picExControl1);
  295. this.Name = "FormInitMap";
  296. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  297. this.Text = "初始化地图";
  298. this.Load += new System.EventHandler(this.FormInitMap_Load);
  299. ((System.ComponentModel.ISupportInitialize)(this.txt_X1.Properties)).EndInit();
  300. ((System.ComponentModel.ISupportInitialize)(this.txt_Y1.Properties)).EndInit();
  301. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  302. this.groupControl1.ResumeLayout(false);
  303. this.groupControl1.PerformLayout();
  304. ((System.ComponentModel.ISupportInitialize)(this.txt_Lon1.Properties)).EndInit();
  305. ((System.ComponentModel.ISupportInitialize)(this.txt_Lat1.Properties)).EndInit();
  306. ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
  307. this.groupControl2.ResumeLayout(false);
  308. this.groupControl2.PerformLayout();
  309. ((System.ComponentModel.ISupportInitialize)(this.txt_Lon2.Properties)).EndInit();
  310. ((System.ComponentModel.ISupportInitialize)(this.txt_Lat2.Properties)).EndInit();
  311. ((System.ComponentModel.ISupportInitialize)(this.txt_X2.Properties)).EndInit();
  312. ((System.ComponentModel.ISupportInitialize)(this.txt_Y2.Properties)).EndInit();
  313. ((System.ComponentModel.ISupportInitialize)(this.txt_MapId.Properties)).EndInit();
  314. this.ResumeLayout(false);
  315. this.PerformLayout();
  316. }
  317. #endregion
  318. private SIASUN.Autopilot.View.PicExControl picExControl1;
  319. private DevExpress.Utils.ToolTipController toolTip_Message;
  320. private DevExpress.XtraEditors.TextEdit txt_X1;
  321. private DevExpress.XtraEditors.TextEdit txt_Y1;
  322. private DevExpress.XtraEditors.GroupControl groupControl1;
  323. private DevExpress.XtraEditors.LabelControl labelControl4;
  324. private DevExpress.XtraEditors.LabelControl labelControl2;
  325. private DevExpress.XtraEditors.LabelControl labelControl3;
  326. private DevExpress.XtraEditors.LabelControl labelControl1;
  327. private DevExpress.XtraEditors.TextEdit txt_Lon1;
  328. private DevExpress.XtraEditors.TextEdit txt_Lat1;
  329. private DevExpress.XtraEditors.GroupControl groupControl2;
  330. private DevExpress.XtraEditors.LabelControl labelControl5;
  331. private DevExpress.XtraEditors.LabelControl labelControl6;
  332. private DevExpress.XtraEditors.LabelControl labelControl7;
  333. private DevExpress.XtraEditors.LabelControl labelControl8;
  334. private DevExpress.XtraEditors.TextEdit txt_Lon2;
  335. private DevExpress.XtraEditors.TextEdit txt_Lat2;
  336. private DevExpress.XtraEditors.TextEdit txt_X2;
  337. private DevExpress.XtraEditors.TextEdit txt_Y2;
  338. private DevExpress.XtraEditors.SimpleButton btn_Clear;
  339. private DevExpress.XtraEditors.SimpleButton btn_Save;
  340. private DevExpress.XtraEditors.LabelControl labelControl9;
  341. private DevExpress.XtraEditors.TextEdit txt_MapId;
  342. private DevExpress.XtraEditors.LabelControl labelControl10;
  343. }
  344. }