PageRenderTime 59ms CodeModel.GetById 9ms RepoModel.GetById 0ms app.codeStats 0ms

/GeoRouting/branches/SharpMapUITest/SharpMapUITest/MapDisplay.Designer.cs

http://georouting-hyperpath.googlecode.com/
C# | 621 lines | 456 code | 7 blank | 158 comment | 3 complexity | 3d766ea867e02bf1347ffb625be04b8b MD5 | raw file
Possible License(s): BSD-3-Clause, LGPL-2.1
  1. namespace SharpMapUITest
  2. {
  3. partial class MapDisplay
  4. {
  5. /// <summary>
  6. /// ?????????
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// ????????????
  11. /// </summary>
  12. /// <param name="disposing">??????????? true???? 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 ??????????
  22. /// <summary>
  23. /// ?????????? - ??
  24. /// ????????????????
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MapDisplay));
  30. this.groupBox1 = new System.Windows.Forms.GroupBox();
  31. this.Layers_clb = new System.Windows.Forms.CheckedListBox();
  32. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  33. this.ReSet_btn = new System.Windows.Forms.ToolStripButton();
  34. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  35. this.RenderNode_btn = new System.Windows.Forms.ToolStripButton();
  36. this.RenderLink_btn = new System.Windows.Forms.ToolStripButton();
  37. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  38. this.ToExtent_btn = new System.Windows.Forms.ToolStripButton();
  39. this.ZoomIn_btn = new System.Windows.Forms.ToolStripButton();
  40. this.ZoomOut_btn = new System.Windows.Forms.ToolStripButton();
  41. this.Pan_btn = new System.Windows.Forms.ToolStripButton();
  42. this.Query_btn = new System.Windows.Forms.ToolStripButton();
  43. this.Redirect_cmb = new System.Windows.Forms.ToolStripComboBox();
  44. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  45. this.NodeInput_tb = new System.Windows.Forms.ToolStripTextBox();
  46. this.FindElement_btn = new System.Windows.Forms.ToolStripButton();
  47. this.TestTools = new System.Windows.Forms.ToolStripDropDownButton();
  48. this.BufferDistanceToolStripMenuItem = new System.Windows.Forms.ToolStripTextBox();
  49. this.bufferToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  50. this.testToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  51. this.RenderScanned_btn = new System.Windows.Forms.ToolStripButton();
  52. this.RenderScannedLinks_btn = new System.Windows.Forms.ToolStripButton();
  53. this.SaveImage_btn = new System.Windows.Forms.ToolStripButton();
  54. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  55. this.mapImage1 = new SharpMap.Forms.MapImage();
  56. this.Animation_trackbar = new System.Windows.Forms.TrackBar();
  57. this.Stop_btn = new System.Windows.Forms.Button();
  58. this.Pause_btn = new System.Windows.Forms.Button();
  59. this.Start_btn = new System.Windows.Forms.Button();
  60. this.MapInfomation_label = new System.Windows.Forms.Label();
  61. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  62. this.mapContext = new System.Windows.Forms.ContextMenuStrip(this.components);
  63. this.mapContext_refresh = new System.Windows.Forms.ToolStripMenuItem();
  64. this.zoomToExtentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  65. this.googleEarthItToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  66. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  67. this.CurrentDB_tsl = new System.Windows.Forms.ToolStripStatusLabel();
  68. this.SelectedLayer_tsl = new System.Windows.Forms.ToolStripStatusLabel();
  69. this.Status_tsl = new System.Windows.Forms.ToolStripStatusLabel();
  70. this.SelectedItem_tsl = new System.Windows.Forms.ToolStripStatusLabel();
  71. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  72. this.timer1 = new System.Windows.Forms.Timer(this.components);
  73. this.colorDialog1 = new System.Windows.Forms.ColorDialog();
  74. this.setStyleContext = new System.Windows.Forms.ContextMenuStrip(this.components);
  75. this.SetColr = new System.Windows.Forms.ToolStripMenuItem();
  76. this.zoomToLayerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  77. this.groupBox1.SuspendLayout();
  78. this.toolStrip1.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  80. this.splitContainer1.Panel1.SuspendLayout();
  81. this.splitContainer1.Panel2.SuspendLayout();
  82. this.splitContainer1.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.mapImage1)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.Animation_trackbar)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  86. this.mapContext.SuspendLayout();
  87. this.statusStrip1.SuspendLayout();
  88. this.setStyleContext.SuspendLayout();
  89. this.SuspendLayout();
  90. //
  91. // groupBox1
  92. //
  93. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  94. | System.Windows.Forms.AnchorStyles.Left)));
  95. this.groupBox1.Controls.Add(this.Layers_clb);
  96. this.groupBox1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  97. this.groupBox1.Location = new System.Drawing.Point(3, 3);
  98. this.groupBox1.Name = "groupBox1";
  99. this.groupBox1.Size = new System.Drawing.Size(186, 352);
  100. this.groupBox1.TabIndex = 6;
  101. this.groupBox1.TabStop = false;
  102. this.groupBox1.Text = "Layers";
  103. //
  104. // Layers_clb
  105. //
  106. this.Layers_clb.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  107. | System.Windows.Forms.AnchorStyles.Left)
  108. | System.Windows.Forms.AnchorStyles.Right)));
  109. this.Layers_clb.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  110. this.Layers_clb.FormattingEnabled = true;
  111. this.Layers_clb.Location = new System.Drawing.Point(6, 27);
  112. this.Layers_clb.Name = "Layers_clb";
  113. this.Layers_clb.Size = new System.Drawing.Size(174, 304);
  114. this.Layers_clb.TabIndex = 4;
  115. this.Layers_clb.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Layers_clb_MouseDown);
  116. //
  117. // toolStrip1
  118. //
  119. this.toolStrip1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  120. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  121. this.ReSet_btn,
  122. this.toolStripSeparator2,
  123. this.RenderNode_btn,
  124. this.RenderLink_btn,
  125. this.toolStripSeparator1,
  126. this.ToExtent_btn,
  127. this.ZoomIn_btn,
  128. this.ZoomOut_btn,
  129. this.Pan_btn,
  130. this.Query_btn,
  131. this.Redirect_cmb,
  132. this.toolStripSeparator4,
  133. this.NodeInput_tb,
  134. this.FindElement_btn,
  135. this.TestTools,
  136. this.RenderScanned_btn,
  137. this.RenderScannedLinks_btn,
  138. this.SaveImage_btn});
  139. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  140. this.toolStrip1.Name = "toolStrip1";
  141. this.toolStrip1.Size = new System.Drawing.Size(1073, 25);
  142. this.toolStrip1.TabIndex = 10;
  143. this.toolStrip1.Text = "toolStrip1";
  144. //
  145. // ReSet_btn
  146. //
  147. this.ReSet_btn.Image = ((System.Drawing.Image)(resources.GetObject("ReSet_btn.Image")));
  148. this.ReSet_btn.ImageTransparentColor = System.Drawing.Color.Magenta;
  149. this.ReSet_btn.Name = "ReSet_btn";
  150. this.ReSet_btn.Size = new System.Drawing.Size(56, 22);
  151. this.ReSet_btn.Text = "&ReSet";
  152. this.ReSet_btn.Click += new System.EventHandler(this.Refresth_btn_Click);
  153. //
  154. // toolStripSeparator2
  155. //
  156. this.toolStripSeparator2.Name = "toolStripSeparator2";
  157. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  158. //
  159. // RenderNode_btn
  160. //
  161. this.RenderNode_btn.Image = ((System.Drawing.Image)(resources.GetObject("RenderNode_btn.Image")));
  162. this.RenderNode_btn.ImageTransparentColor = System.Drawing.Color.Magenta;
  163. this.RenderNode_btn.Name = "RenderNode_btn";
  164. this.RenderNode_btn.Size = new System.Drawing.Size(87, 22);
  165. this.RenderNode_btn.Text = "Render&Node";
  166. this.RenderNode_btn.Click += new System.EventHandler(this.ShowNodeLabel_btn_Click);
  167. //
  168. // RenderLink_btn
  169. //
  170. this.RenderLink_btn.Image = ((System.Drawing.Image)(resources.GetObject("RenderLink_btn.Image")));
  171. this.RenderLink_btn.ImageTransparentColor = System.Drawing.Color.Magenta;
  172. this.RenderLink_btn.Name = "RenderLink_btn";
  173. this.RenderLink_btn.Size = new System.Drawing.Size(80, 22);
  174. this.RenderLink_btn.Text = "Render&Link";
  175. this.RenderLink_btn.Click += new System.EventHandler(this.ShowLinkLabel_btn_Click);
  176. //
  177. // toolStripSeparator1
  178. //
  179. this.toolStripSeparator1.Name = "toolStripSeparator1";
  180. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  181. //
  182. // ToExtent_btn
  183. //
  184. this.ToExtent_btn.Image = ((System.Drawing.Image)(resources.GetObject("ToExtent_btn.Image")));
  185. this.ToExtent_btn.ImageTransparentColor = System.Drawing.Color.Magenta;
  186. this.ToExtent_btn.Name = "ToExtent_btn";
  187. this.ToExtent_btn.Size = new System.Drawing.Size(71, 22);
  188. this.ToExtent_btn.Text = "To&Extent";
  189. this.ToExtent_btn.Click += new System.EventHandler(this.ZoomToExtent_Click);
  190. //
  191. // ZoomIn_btn
  192. //
  193. this.ZoomIn_btn.Image = ((System.Drawing.Image)(resources.GetObject("ZoomIn_btn.Image")));
  194. this.ZoomIn_btn.ImageTransparentColor = System.Drawing.Color.Magenta;
  195. this.ZoomIn_btn.Name = "ZoomIn_btn";
  196. this.ZoomIn_btn.Size = new System.Drawing.Size(63, 22);
  197. this.ZoomIn_btn.Text = "Zoom&In";
  198. this.ZoomIn_btn.Click += new System.EventHandler(this.ZoomIn_btn_Click);
  199. //
  200. // ZoomOut_btn
  201. //
  202. this.ZoomOut_btn.Image = ((System.Drawing.Image)(resources.GetObject("ZoomOut_btn.Image")));
  203. this.ZoomOut_btn.ImageTransparentColor = System.Drawing.Color.Magenta;
  204. this.ZoomOut_btn.Name = "ZoomOut_btn";
  205. this.ZoomOut_btn.Size = new System.Drawing.Size(71, 22);
  206. this.ZoomOut_btn.Text = "Zoom&Out";
  207. this.ZoomOut_btn.Click += new System.EventHandler(this.ZoomOut_btn_Click);
  208. //
  209. // Pan_btn
  210. //
  211. this.Pan_btn.Image = ((System.Drawing.Image)(resources.GetObject("Pan_btn.Image")));
  212. this.Pan_btn.ImageTransparentColor = System.Drawing.Color.Magenta;
  213. this.Pan_btn.Name = "Pan_btn";
  214. this.Pan_btn.Size = new System.Drawing.Size(45, 22);
  215. this.Pan_btn.Text = "&Pan";
  216. this.Pan_btn.Click += new System.EventHandler(this.Pan_btn_Click);
  217. //
  218. // Query_btn
  219. //
  220. this.Query_btn.Image = ((System.Drawing.Image)(resources.GetObject("Query_btn.Image")));
  221. this.Query_btn.ImageTransparentColor = System.Drawing.Color.Magenta;
  222. this.Query_btn.Name = "Query_btn";
  223. this.Query_btn.Size = new System.Drawing.Size(57, 22);
  224. this.Query_btn.Text = "&Query";
  225. this.Query_btn.Click += new System.EventHandler(this.Query_btn_Click);
  226. //
  227. // Redirect_cmb
  228. //
  229. this.Redirect_cmb.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  230. this.Redirect_cmb.Items.AddRange(new object[] {
  231. "Test Network",
  232. "Mesh533935",
  233. "US. Network",
  234. "DataMeshes"});
  235. this.Redirect_cmb.Name = "Redirect_cmb";
  236. this.Redirect_cmb.Size = new System.Drawing.Size(120, 25);
  237. this.Redirect_cmb.SelectedIndexChanged += new System.EventHandler(this.Redirect_cmb_SelectedIndexChanged);
  238. //
  239. // toolStripSeparator4
  240. //
  241. this.toolStripSeparator4.Name = "toolStripSeparator4";
  242. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  243. //
  244. // NodeInput_tb
  245. //
  246. this.NodeInput_tb.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  247. this.NodeInput_tb.Name = "NodeInput_tb";
  248. this.NodeInput_tb.Size = new System.Drawing.Size(50, 25);
  249. this.NodeInput_tb.ToolTipText = "Input Node ID";
  250. this.NodeInput_tb.KeyDown += new System.Windows.Forms.KeyEventHandler(this.NodeInput_tb_KeyDown);
  251. //
  252. // FindElement_btn
  253. //
  254. this.FindElement_btn.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  255. this.FindElement_btn.BackColor = System.Drawing.Color.Transparent;
  256. this.FindElement_btn.Image = ((System.Drawing.Image)(resources.GetObject("FindElement_btn.Image")));
  257. this.FindElement_btn.ImageTransparentColor = System.Drawing.Color.Magenta;
  258. this.FindElement_btn.Name = "FindElement_btn";
  259. this.FindElement_btn.Size = new System.Drawing.Size(47, 22);
  260. this.FindElement_btn.Text = "&Find";
  261. this.FindElement_btn.Click += new System.EventHandler(this.FindGeometry_btn_Click_1);
  262. //
  263. // TestTools
  264. //
  265. this.TestTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  266. this.BufferDistanceToolStripMenuItem,
  267. this.bufferToolStripMenuItem,
  268. this.testToolStripMenuItem});
  269. this.TestTools.Image = ((System.Drawing.Image)(resources.GetObject("TestTools.Image")));
  270. this.TestTools.ImageTransparentColor = System.Drawing.Color.Magenta;
  271. this.TestTools.Name = "TestTools";
  272. this.TestTools.Size = new System.Drawing.Size(61, 22);
  273. this.TestTools.Text = "Tools";
  274. //
  275. // BufferDistanceToolStripMenuItem
  276. //
  277. this.BufferDistanceToolStripMenuItem.Name = "BufferDistanceToolStripMenuItem";
  278. this.BufferDistanceToolStripMenuItem.Size = new System.Drawing.Size(152, 21);
  279. this.BufferDistanceToolStripMenuItem.Text = "Set Buffer Distance";
  280. this.BufferDistanceToolStripMenuItem.ToolTipText = "BufferDistance";
  281. //
  282. // bufferToolStripMenuItem
  283. //
  284. this.bufferToolStripMenuItem.Name = "bufferToolStripMenuItem";
  285. this.bufferToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
  286. this.bufferToolStripMenuItem.Text = "&Intersect Buffer";
  287. this.bufferToolStripMenuItem.Click += new System.EventHandler(this.bufferToolStripMenuItem_Click);
  288. //
  289. // testToolStripMenuItem
  290. //
  291. this.testToolStripMenuItem.Name = "testToolStripMenuItem";
  292. this.testToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
  293. this.testToolStripMenuItem.Text = "&Classify Road Layer";
  294. this.testToolStripMenuItem.Click += new System.EventHandler(this.testToolStripMenuItem_Click);
  295. //
  296. // RenderScanned_btn
  297. //
  298. this.RenderScanned_btn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  299. this.RenderScanned_btn.Image = ((System.Drawing.Image)(resources.GetObject("RenderScanned_btn.Image")));
  300. this.RenderScanned_btn.ImageTransparentColor = System.Drawing.Color.Magenta;
  301. this.RenderScanned_btn.Name = "RenderScanned_btn";
  302. this.RenderScanned_btn.Size = new System.Drawing.Size(23, 22);
  303. this.RenderScanned_btn.Text = "Render Scanned Nodes";
  304. this.RenderScanned_btn.Click += new System.EventHandler(this.RenderScanned_btn_Click);
  305. //
  306. // RenderScannedLinks_btn
  307. //
  308. this.RenderScannedLinks_btn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  309. this.RenderScannedLinks_btn.Image = ((System.Drawing.Image)(resources.GetObject("RenderScannedLinks_btn.Image")));
  310. this.RenderScannedLinks_btn.ImageTransparentColor = System.Drawing.Color.Magenta;
  311. this.RenderScannedLinks_btn.Name = "RenderScannedLinks_btn";
  312. this.RenderScannedLinks_btn.Size = new System.Drawing.Size(23, 22);
  313. this.RenderScannedLinks_btn.Text = "Render Scanned Links";
  314. this.RenderScannedLinks_btn.Click += new System.EventHandler(this.RenderScannedLinks_btn_Click);
  315. //
  316. // SaveImage_btn
  317. //
  318. this.SaveImage_btn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  319. this.SaveImage_btn.Image = ((System.Drawing.Image)(resources.GetObject("SaveImage_btn.Image")));
  320. this.SaveImage_btn.ImageTransparentColor = System.Drawing.Color.Magenta;
  321. this.SaveImage_btn.Name = "SaveImage_btn";
  322. this.SaveImage_btn.Size = new System.Drawing.Size(23, 22);
  323. this.SaveImage_btn.Text = "Save Image";
  324. this.SaveImage_btn.Click += new System.EventHandler(this.SaveImage_btn_Click);
  325. //
  326. // splitContainer1
  327. //
  328. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  329. | System.Windows.Forms.AnchorStyles.Left)
  330. | System.Windows.Forms.AnchorStyles.Right)));
  331. this.splitContainer1.Location = new System.Drawing.Point(0, 28);
  332. this.splitContainer1.Name = "splitContainer1";
  333. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  334. //
  335. // splitContainer1.Panel1
  336. //
  337. this.splitContainer1.Panel1.Controls.Add(this.mapImage1);
  338. this.splitContainer1.Panel1.Controls.Add(this.Animation_trackbar);
  339. this.splitContainer1.Panel1.Controls.Add(this.Stop_btn);
  340. this.splitContainer1.Panel1.Controls.Add(this.Pause_btn);
  341. this.splitContainer1.Panel1.Controls.Add(this.Start_btn);
  342. this.splitContainer1.Panel1.Controls.Add(this.MapInfomation_label);
  343. this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
  344. //
  345. // splitContainer1.Panel2
  346. //
  347. this.splitContainer1.Panel2.Controls.Add(this.dataGridView1);
  348. this.splitContainer1.Size = new System.Drawing.Size(1073, 410);
  349. this.splitContainer1.SplitterDistance = 358;
  350. this.splitContainer1.TabIndex = 11;
  351. //
  352. // mapImage1
  353. //
  354. this.mapImage1.ActiveTool = SharpMap.Forms.MapImage.Tools.Pan;
  355. this.mapImage1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  356. | System.Windows.Forms.AnchorStyles.Left)
  357. | System.Windows.Forms.AnchorStyles.Right)));
  358. this.mapImage1.BackColor = System.Drawing.Color.White;
  359. this.mapImage1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  360. this.mapImage1.Cursor = System.Windows.Forms.Cursors.SizeAll;
  361. this.mapImage1.FineZoomFactor = 10D;
  362. this.mapImage1.Location = new System.Drawing.Point(195, 30);
  363. this.mapImage1.Name = "mapImage1";
  364. this.mapImage1.PanOnClick = false;
  365. this.mapImage1.QueryLayerIndex = 0;
  366. this.mapImage1.Size = new System.Drawing.Size(847, 304);
  367. this.mapImage1.TabIndex = 0;
  368. this.mapImage1.TabStop = false;
  369. this.mapImage1.WheelZoomMagnitude = 2D;
  370. this.mapImage1.ZoomOnDblClick = false;
  371. this.mapImage1.MouseMove += new SharpMap.Forms.MapImage.MouseEventHandler(this.mapImage1_MouseMove);
  372. this.mapImage1.SizeChanged += new System.EventHandler(this.mapImage1_SizeChanged);
  373. this.mapImage1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.mapImage1_MouseClick);
  374. //
  375. // Animation_trackbar
  376. //
  377. this.Animation_trackbar.Location = new System.Drawing.Point(387, 8);
  378. this.Animation_trackbar.Name = "Animation_trackbar";
  379. this.Animation_trackbar.Size = new System.Drawing.Size(566, 42);
  380. this.Animation_trackbar.TabIndex = 11;
  381. //
  382. // Stop_btn
  383. //
  384. this.Stop_btn.Image = ((System.Drawing.Image)(resources.GetObject("Stop_btn.Image")));
  385. this.Stop_btn.Location = new System.Drawing.Point(344, 8);
  386. this.Stop_btn.Name = "Stop_btn";
  387. this.Stop_btn.Size = new System.Drawing.Size(20, 20);
  388. this.Stop_btn.TabIndex = 10;
  389. this.Stop_btn.UseVisualStyleBackColor = true;
  390. this.Stop_btn.Click += new System.EventHandler(this.Stop_btn_Click);
  391. //
  392. // Pause_btn
  393. //
  394. this.Pause_btn.Image = ((System.Drawing.Image)(resources.GetObject("Pause_btn.Image")));
  395. this.Pause_btn.Location = new System.Drawing.Point(313, 8);
  396. this.Pause_btn.Name = "Pause_btn";
  397. this.Pause_btn.Size = new System.Drawing.Size(20, 20);
  398. this.Pause_btn.TabIndex = 9;
  399. this.Pause_btn.UseVisualStyleBackColor = true;
  400. this.Pause_btn.Click += new System.EventHandler(this.Pause_btn_Click);
  401. //
  402. // Start_btn
  403. //
  404. this.Start_btn.Image = ((System.Drawing.Image)(resources.GetObject("Start_btn.Image")));
  405. this.Start_btn.Location = new System.Drawing.Point(282, 7);
  406. this.Start_btn.Name = "Start_btn";
  407. this.Start_btn.Size = new System.Drawing.Size(20, 20);
  408. this.Start_btn.TabIndex = 8;
  409. this.Start_btn.UseVisualStyleBackColor = true;
  410. this.Start_btn.Click += new System.EventHandler(this.Start_btn_Click);
  411. //
  412. // MapInfomation_label
  413. //
  414. this.MapInfomation_label.AutoSize = true;
  415. this.MapInfomation_label.Location = new System.Drawing.Point(195, 11);
  416. this.MapInfomation_label.Name = "MapInfomation_label";
  417. this.MapInfomation_label.Size = new System.Drawing.Size(65, 13);
  418. this.MapInfomation_label.TabIndex = 7;
  419. this.MapInfomation_label.Text = "Map Display";
  420. //
  421. // dataGridView1
  422. //
  423. this.dataGridView1.AllowUserToAddRows = false;
  424. this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  425. | System.Windows.Forms.AnchorStyles.Left)
  426. | System.Windows.Forms.AnchorStyles.Right)));
  427. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  428. this.dataGridView1.Location = new System.Drawing.Point(3, 3);
  429. this.dataGridView1.Name = "dataGridView1";
  430. this.dataGridView1.Size = new System.Drawing.Size(1039, 42);
  431. this.dataGridView1.TabIndex = 0;
  432. //
  433. // mapContext
  434. //
  435. this.mapContext.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  436. this.mapContext_refresh,
  437. this.zoomToExtentToolStripMenuItem,
  438. this.googleEarthItToolStripMenuItem});
  439. this.mapContext.Name = "mapContext";
  440. this.mapContext.Size = new System.Drawing.Size(151, 70);
  441. //
  442. // mapContext_refresh
  443. //
  444. this.mapContext_refresh.Name = "mapContext_refresh";
  445. this.mapContext_refresh.Size = new System.Drawing.Size(150, 22);
  446. this.mapContext_refresh.Text = "&Refresh";
  447. this.mapContext_refresh.Click += new System.EventHandler(this.mapContext_refresh_Click);
  448. //
  449. // zoomToExtentToolStripMenuItem
  450. //
  451. this.zoomToExtentToolStripMenuItem.Name = "zoomToExtentToolStripMenuItem";
  452. this.zoomToExtentToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
  453. this.zoomToExtentToolStripMenuItem.Text = "&Zoom To Extent";
  454. this.zoomToExtentToolStripMenuItem.Click += new System.EventHandler(this.zoomToExtentToolStripMenuItem_Click);
  455. //
  456. // googleEarthItToolStripMenuItem
  457. //
  458. this.googleEarthItToolStripMenuItem.Name = "googleEarthItToolStripMenuItem";
  459. this.googleEarthItToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
  460. this.googleEarthItToolStripMenuItem.Text = "&Google Earth it";
  461. this.googleEarthItToolStripMenuItem.Click += new System.EventHandler(this.googleEarthItToolStripMenuItem_Click);
  462. //
  463. // statusStrip1
  464. //
  465. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  466. this.CurrentDB_tsl,
  467. this.SelectedLayer_tsl,
  468. this.Status_tsl,
  469. this.SelectedItem_tsl});
  470. this.statusStrip1.Location = new System.Drawing.Point(0, 439);
  471. this.statusStrip1.Name = "statusStrip1";
  472. this.statusStrip1.Size = new System.Drawing.Size(1073, 22);
  473. this.statusStrip1.TabIndex = 12;
  474. this.statusStrip1.Text = "statusStrip1";
  475. //
  476. // CurrentDB_tsl
  477. //
  478. this.CurrentDB_tsl.Image = ((System.Drawing.Image)(resources.GetObject("CurrentDB_tsl.Image")));
  479. this.CurrentDB_tsl.Name = "CurrentDB_tsl";
  480. this.CurrentDB_tsl.Size = new System.Drawing.Size(109, 17);
  481. this.CurrentDB_tsl.Text = "Current DataBase";
  482. //
  483. // SelectedLayer_tsl
  484. //
  485. this.SelectedLayer_tsl.Image = ((System.Drawing.Image)(resources.GetObject("SelectedLayer_tsl.Image")));
  486. this.SelectedLayer_tsl.Name = "SelectedLayer_tsl";
  487. this.SelectedLayer_tsl.Size = new System.Drawing.Size(90, 17);
  488. this.SelectedLayer_tsl.Text = "Current Layer";
  489. //
  490. // Status_tsl
  491. //
  492. this.Status_tsl.Image = ((System.Drawing.Image)(resources.GetObject("Status_tsl.Image")));
  493. this.Status_tsl.Name = "Status_tsl";
  494. this.Status_tsl.Size = new System.Drawing.Size(54, 17);
  495. this.Status_tsl.Text = "Status";
  496. //
  497. // SelectedItem_tsl
  498. //
  499. this.SelectedItem_tsl.Image = ((System.Drawing.Image)(resources.GetObject("SelectedItem_tsl.Image")));
  500. this.SelectedItem_tsl.Name = "SelectedItem_tsl";
  501. this.SelectedItem_tsl.Size = new System.Drawing.Size(114, 17);
  502. this.SelectedItem_tsl.Text = "Selected Geometry";
  503. //
  504. // toolStripSeparator3
  505. //
  506. this.toolStripSeparator3.Name = "toolStripSeparator3";
  507. this.toolStripSeparator3.Size = new System.Drawing.Size(149, 6);
  508. //
  509. // timer1
  510. //
  511. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  512. //
  513. // setStyleContext
  514. //
  515. this.setStyleContext.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  516. this.SetColr,
  517. this.zoomToLayerToolStripMenuItem});
  518. this.setStyleContext.Name = "setStyleContext";
  519. this.setStyleContext.Size = new System.Drawing.Size(146, 48);
  520. //
  521. // SetColr
  522. //
  523. this.SetColr.Name = "SetColr";
  524. this.SetColr.Size = new System.Drawing.Size(145, 22);
  525. this.SetColr.Text = "Set &Color";
  526. this.SetColr.Click += new System.EventHandler(this.SetColr_Click);
  527. //
  528. // zoomToLayerToolStripMenuItem
  529. //
  530. this.zoomToLayerToolStripMenuItem.Name = "zoomToLayerToolStripMenuItem";
  531. this.zoomToLayerToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
  532. this.zoomToLayerToolStripMenuItem.Text = "&Zoom To Layer";
  533. this.zoomToLayerToolStripMenuItem.Click += new System.EventHandler(this.zoomToLayerToolStripMenuItem_Click);
  534. //
  535. // MapDisplay
  536. //
  537. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  538. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  539. this.ClientSize = new System.Drawing.Size(1073, 461);
  540. this.Controls.Add(this.statusStrip1);
  541. this.Controls.Add(this.splitContainer1);
  542. this.Controls.Add(this.toolStrip1);
  543. this.Name = "MapDisplay";
  544. this.Text = "MapDisplay(CopyRight by J.S. Ma)";
  545. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  546. this.Load += new System.EventHandler(this.Form1_Load);
  547. this.groupBox1.ResumeLayout(false);
  548. this.toolStrip1.ResumeLayout(false);
  549. this.toolStrip1.PerformLayout();
  550. this.splitContainer1.Panel1.ResumeLayout(false);
  551. this.splitContainer1.Panel1.PerformLayout();
  552. this.splitContainer1.Panel2.ResumeLayout(false);
  553. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  554. this.splitContainer1.ResumeLayout(false);
  555. ((System.ComponentModel.ISupportInitialize)(this.mapImage1)).EndInit();
  556. ((System.ComponentModel.ISupportInitialize)(this.Animation_trackbar)).EndInit();
  557. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  558. this.mapContext.ResumeLayout(false);
  559. this.statusStrip1.ResumeLayout(false);
  560. this.statusStrip1.PerformLayout();
  561. this.setStyleContext.ResumeLayout(false);
  562. this.ResumeLayout(false);
  563. this.PerformLayout();
  564. }
  565. #endregion
  566. private SharpMap.Forms.MapImage mapImage1;
  567. private System.Windows.Forms.GroupBox groupBox1;
  568. private System.Windows.Forms.ToolStrip toolStrip1;
  569. private System.Windows.Forms.ToolStripButton ReSet_btn;
  570. private System.Windows.Forms.ToolStripButton RenderNode_btn;
  571. private System.Windows.Forms.ToolStripButton RenderLink_btn;
  572. private System.Windows.Forms.ToolStripButton ToExtent_btn;
  573. private System.Windows.Forms.ToolStripButton ZoomIn_btn;
  574. private System.Windows.Forms.ToolStripButton ZoomOut_btn;
  575. private System.Windows.Forms.ToolStripButton Pan_btn;
  576. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  577. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  578. private System.Windows.Forms.ToolStripButton Query_btn;
  579. private System.Windows.Forms.SplitContainer splitContainer1;
  580. private System.Windows.Forms.DataGridView dataGridView1;
  581. private System.Windows.Forms.StatusStrip statusStrip1;
  582. private System.Windows.Forms.ToolStripStatusLabel Status_tsl;
  583. private System.Windows.Forms.ToolStripStatusLabel SelectedItem_tsl;
  584. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  585. private System.Windows.Forms.ToolStripStatusLabel CurrentDB_tsl;
  586. private System.Windows.Forms.CheckedListBox Layers_clb;
  587. private System.Windows.Forms.ToolStripComboBox Redirect_cmb;
  588. private System.Windows.Forms.ToolStripStatusLabel SelectedLayer_tsl;
  589. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  590. private System.Windows.Forms.ToolStripTextBox NodeInput_tb;
  591. private System.Windows.Forms.ToolStripButton FindElement_btn;
  592. private System.Windows.Forms.Timer timer1;
  593. private System.Windows.Forms.Label MapInfomation_label;
  594. private System.Windows.Forms.Button Start_btn;
  595. private System.Windows.Forms.Button Stop_btn;
  596. private System.Windows.Forms.Button Pause_btn;
  597. private System.Windows.Forms.TrackBar Animation_trackbar;
  598. private System.Windows.Forms.ToolStripDropDownButton TestTools;
  599. private System.Windows.Forms.ToolStripMenuItem bufferToolStripMenuItem;
  600. private System.Windows.Forms.ToolStripTextBox BufferDistanceToolStripMenuItem;
  601. private System.Windows.Forms.ToolStripMenuItem testToolStripMenuItem;
  602. private System.Windows.Forms.ColorDialog colorDialog1;
  603. private System.Windows.Forms.ContextMenuStrip setStyleContext;
  604. private System.Windows.Forms.ToolStripMenuItem SetColr;
  605. private System.Windows.Forms.ContextMenuStrip mapContext;
  606. private System.Windows.Forms.ToolStripMenuItem mapContext_refresh;
  607. private System.Windows.Forms.ToolStripMenuItem zoomToLayerToolStripMenuItem;
  608. private System.Windows.Forms.ToolStripMenuItem zoomToExtentToolStripMenuItem;
  609. private System.Windows.Forms.ToolStripMenuItem googleEarthItToolStripMenuItem;
  610. private System.Windows.Forms.ToolStripButton RenderScanned_btn;
  611. private System.Windows.Forms.ToolStripButton RenderScannedLinks_btn;
  612. private System.Windows.Forms.ToolStripButton SaveImage_btn;
  613. }
  614. }