FormIdentifyBySpatial.designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  1. namespace Tofly.SearchUI.Win
  2. {
  3. partial class FormIdentifyBySpatial
  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 组件设计器生成的代码
  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(FormIdentifyBySpatial));
  30. this.splitContainer = new System.Windows.Forms.SplitContainer();
  31. this.tvIdentifyResult = new System.Windows.Forms.TreeView();
  32. this.imgListTV = new System.Windows.Forms.ImageList(this.components);
  33. this.ucsFeatureViewer = new Tofly.DataUI.Win.UCSingleFeatureControl();
  34. this.panelPosition = new System.Windows.Forms.Panel();
  35. this.panelPositionValue = new System.Windows.Forms.Panel();
  36. this.txtCoordinate = new System.Windows.Forms.TextBox();
  37. this.panelPositionLabel = new System.Windows.Forms.Panel();
  38. this.lblHitPointHeader = new System.Windows.Forms.Label();
  39. this.tblPanelMain = new System.Windows.Forms.TableLayoutPanel();
  40. this.panelInfo = new System.Windows.Forms.Panel();
  41. this.toolStripInfo = new System.Windows.Forms.ToolStrip();
  42. this.lblFeatureCount = new System.Windows.Forms.ToolStripLabel();
  43. this.pbarIdentify = new System.Windows.Forms.ToolStripProgressBar();
  44. this.Separator1 = new System.Windows.Forms.ToolStripSeparator();
  45. this.Separator2 = new System.Windows.Forms.ToolStripSeparator();
  46. this.tsbtnAttachFile = new System.Windows.Forms.ToolStripButton();
  47. this.tsbtnCreateSelectionset = new System.Windows.Forms.ToolStripButton();
  48. this.tsbtnFlashSelected = new System.Windows.Forms.ToolStripButton();
  49. this.identifyRange = new Tofly.GISUI.Win.Controls.IdentifyLayersGroup();
  50. this.contextMenuTree = new System.Windows.Forms.ContextMenuStrip(this.components);
  51. this.miFlashFeature = new System.Windows.Forms.ToolStripMenuItem();
  52. this.miZoomTo = new System.Windows.Forms.ToolStripMenuItem();
  53. this.miPanTo = new System.Windows.Forms.ToolStripMenuItem();
  54. ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
  55. this.splitContainer.Panel1.SuspendLayout();
  56. this.splitContainer.Panel2.SuspendLayout();
  57. this.splitContainer.SuspendLayout();
  58. this.panelPosition.SuspendLayout();
  59. this.panelPositionValue.SuspendLayout();
  60. this.panelPositionLabel.SuspendLayout();
  61. this.tblPanelMain.SuspendLayout();
  62. this.panelInfo.SuspendLayout();
  63. this.toolStripInfo.SuspendLayout();
  64. this.contextMenuTree.SuspendLayout();
  65. this.SuspendLayout();
  66. //
  67. // splitContainer
  68. //
  69. this.tblPanelMain.SetColumnSpan(this.splitContainer, 2);
  70. this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  71. this.splitContainer.Location = new System.Drawing.Point(0, 30);
  72. this.splitContainer.Margin = new System.Windows.Forms.Padding(0);
  73. this.splitContainer.Name = "splitContainer";
  74. //
  75. // splitContainer.Panel1
  76. //
  77. this.splitContainer.Panel1.Controls.Add(this.tvIdentifyResult);
  78. //
  79. // splitContainer.Panel2
  80. //
  81. this.splitContainer.Panel2.Controls.Add(this.ucsFeatureViewer);
  82. this.splitContainer.Panel2.Controls.Add(this.panelPosition);
  83. this.splitContainer.Size = new System.Drawing.Size(592, 475);
  84. this.splitContainer.SplitterDistance = 158;
  85. this.splitContainer.TabIndex = 5;
  86. //
  87. // tvIdentifyResult
  88. //
  89. this.tvIdentifyResult.Dock = System.Windows.Forms.DockStyle.Fill;
  90. this.tvIdentifyResult.HideSelection = false;
  91. this.tvIdentifyResult.ImageIndex = 4;
  92. this.tvIdentifyResult.ImageList = this.imgListTV;
  93. this.tvIdentifyResult.Location = new System.Drawing.Point(0, 0);
  94. this.tvIdentifyResult.Margin = new System.Windows.Forms.Padding(0);
  95. this.tvIdentifyResult.Name = "tvIdentifyResult";
  96. this.tvIdentifyResult.SelectedImageIndex = 5;
  97. this.tvIdentifyResult.Size = new System.Drawing.Size(158, 475);
  98. this.tvIdentifyResult.TabIndex = 0;
  99. this.tvIdentifyResult.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvIdentifyResult_AfterSelect);
  100. this.tvIdentifyResult.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tvIdentifyResult_MouseUp);
  101. //
  102. // imgListTV
  103. //
  104. this.imgListTV.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgListTV.ImageStream")));
  105. this.imgListTV.TransparentColor = System.Drawing.Color.Transparent;
  106. this.imgListTV.Images.SetKeyName(0, "LayerGroup");
  107. this.imgListTV.Images.SetKeyName(1, "LayerPoint");
  108. this.imgListTV.Images.SetKeyName(2, "LayerLine");
  109. this.imgListTV.Images.SetKeyName(3, "LayerPolygon");
  110. this.imgListTV.Images.SetKeyName(4, "LayerLogic");
  111. this.imgListTV.Images.SetKeyName(5, "Selection");
  112. //
  113. // ucsFeatureViewer
  114. //
  115. this.ucsFeatureViewer.AutoSize = true;
  116. this.ucsFeatureViewer.Cursor = System.Windows.Forms.Cursors.Default;
  117. this.ucsFeatureViewer.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.ucsFeatureViewer.IsViewer = true;
  119. this.ucsFeatureViewer.Location = new System.Drawing.Point(0, 23);
  120. this.ucsFeatureViewer.Margin = new System.Windows.Forms.Padding(1);
  121. this.ucsFeatureViewer.Name = "ucsFeatureViewer";
  122. this.ucsFeatureViewer.Size = new System.Drawing.Size(430, 452);
  123. this.ucsFeatureViewer.TabIndex = 1;
  124. //
  125. // panelPosition
  126. //
  127. this.panelPosition.Controls.Add(this.panelPositionValue);
  128. this.panelPosition.Controls.Add(this.panelPositionLabel);
  129. this.panelPosition.Dock = System.Windows.Forms.DockStyle.Top;
  130. this.panelPosition.Location = new System.Drawing.Point(0, 0);
  131. this.panelPosition.Name = "panelPosition";
  132. this.panelPosition.Size = new System.Drawing.Size(430, 23);
  133. this.panelPosition.TabIndex = 0;
  134. //
  135. // panelPositionValue
  136. //
  137. this.panelPositionValue.Controls.Add(this.txtCoordinate);
  138. this.panelPositionValue.Dock = System.Windows.Forms.DockStyle.Fill;
  139. this.panelPositionValue.Location = new System.Drawing.Point(68, 0);
  140. this.panelPositionValue.Name = "panelPositionValue";
  141. this.panelPositionValue.Size = new System.Drawing.Size(362, 23);
  142. this.panelPositionValue.TabIndex = 1;
  143. //
  144. // txtCoordinate
  145. //
  146. this.txtCoordinate.Dock = System.Windows.Forms.DockStyle.Fill;
  147. this.txtCoordinate.Location = new System.Drawing.Point(0, 0);
  148. this.txtCoordinate.Name = "txtCoordinate";
  149. this.txtCoordinate.ReadOnly = true;
  150. this.txtCoordinate.Size = new System.Drawing.Size(362, 21);
  151. this.txtCoordinate.TabIndex = 0;
  152. //
  153. // panelPositionLabel
  154. //
  155. this.panelPositionLabel.Controls.Add(this.lblHitPointHeader);
  156. this.panelPositionLabel.Dock = System.Windows.Forms.DockStyle.Left;
  157. this.panelPositionLabel.Location = new System.Drawing.Point(0, 0);
  158. this.panelPositionLabel.Name = "panelPositionLabel";
  159. this.panelPositionLabel.Size = new System.Drawing.Size(68, 23);
  160. this.panelPositionLabel.TabIndex = 0;
  161. //
  162. // lblHitPointHeader
  163. //
  164. this.lblHitPointHeader.AutoSize = true;
  165. this.lblHitPointHeader.Location = new System.Drawing.Point(14, 5);
  166. this.lblHitPointHeader.Name = "lblHitPointHeader";
  167. this.lblHitPointHeader.Size = new System.Drawing.Size(41, 12);
  168. this.lblHitPointHeader.TabIndex = 3;
  169. this.lblHitPointHeader.Text = "位置:";
  170. this.lblHitPointHeader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  171. //
  172. // tblPanelMain
  173. //
  174. this.tblPanelMain.ColumnCount = 2;
  175. this.tblPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
  176. this.tblPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  177. this.tblPanelMain.Controls.Add(this.splitContainer, 0, 1);
  178. this.tblPanelMain.Controls.Add(this.panelInfo, 0, 2);
  179. this.tblPanelMain.Controls.Add(this.identifyRange, 0, 0);
  180. this.tblPanelMain.Dock = System.Windows.Forms.DockStyle.Fill;
  181. this.tblPanelMain.Location = new System.Drawing.Point(0, 0);
  182. this.tblPanelMain.Name = "tblPanelMain";
  183. this.tblPanelMain.RowCount = 3;
  184. this.tblPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  185. this.tblPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  186. this.tblPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
  187. this.tblPanelMain.Size = new System.Drawing.Size(592, 529);
  188. this.tblPanelMain.TabIndex = 7;
  189. //
  190. // panelInfo
  191. //
  192. this.panelInfo.AutoSize = true;
  193. this.panelInfo.BackColor = System.Drawing.SystemColors.Control;
  194. this.tblPanelMain.SetColumnSpan(this.panelInfo, 2);
  195. this.panelInfo.Controls.Add(this.toolStripInfo);
  196. this.panelInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  197. this.panelInfo.Location = new System.Drawing.Point(0, 505);
  198. this.panelInfo.Margin = new System.Windows.Forms.Padding(0);
  199. this.panelInfo.Name = "panelInfo";
  200. this.panelInfo.Size = new System.Drawing.Size(592, 24);
  201. this.panelInfo.TabIndex = 7;
  202. //
  203. // toolStripInfo
  204. //
  205. this.toolStripInfo.CanOverflow = false;
  206. this.toolStripInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  207. this.toolStripInfo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  208. this.lblFeatureCount,
  209. this.pbarIdentify,
  210. this.Separator1,
  211. this.Separator2,
  212. this.tsbtnAttachFile,
  213. this.tsbtnCreateSelectionset,
  214. this.tsbtnFlashSelected});
  215. this.toolStripInfo.Location = new System.Drawing.Point(0, 0);
  216. this.toolStripInfo.Name = "toolStripInfo";
  217. this.toolStripInfo.Size = new System.Drawing.Size(592, 24);
  218. this.toolStripInfo.TabIndex = 9;
  219. this.toolStripInfo.MouseEnter += new System.EventHandler(this.FormIdentifyBySpatial_MouseEnter);
  220. //
  221. // lblFeatureCount
  222. //
  223. this.lblFeatureCount.AutoSize = false;
  224. this.lblFeatureCount.Name = "lblFeatureCount";
  225. this.lblFeatureCount.Size = new System.Drawing.Size(120, 20);
  226. this.lblFeatureCount.Text = "查询到 0 条记录";
  227. this.lblFeatureCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  228. //
  229. // pbarIdentify
  230. //
  231. this.pbarIdentify.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  232. this.pbarIdentify.Name = "pbarIdentify";
  233. this.pbarIdentify.Size = new System.Drawing.Size(150, 21);
  234. //
  235. // Separator1
  236. //
  237. this.Separator1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  238. this.Separator1.Name = "Separator1";
  239. this.Separator1.Size = new System.Drawing.Size(6, 24);
  240. //
  241. // Separator2
  242. //
  243. this.Separator2.Margin = new System.Windows.Forms.Padding(10, 0, 0, 0);
  244. this.Separator2.Name = "Separator2";
  245. this.Separator2.Size = new System.Drawing.Size(6, 24);
  246. //
  247. // tsbtnAttachFile
  248. //
  249. this.tsbtnAttachFile.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAttachFile.Image")));
  250. this.tsbtnAttachFile.ImageTransparentColor = System.Drawing.Color.Magenta;
  251. this.tsbtnAttachFile.Name = "tsbtnAttachFile";
  252. this.tsbtnAttachFile.Size = new System.Drawing.Size(76, 21);
  253. this.tsbtnAttachFile.Text = "查看附件";
  254. this.tsbtnAttachFile.ToolTipText = "查看设备附件";
  255. this.tsbtnAttachFile.Click += new System.EventHandler(this.tsbtnAttachFile_Click);
  256. //
  257. // tsbtnCreateSelectionset
  258. //
  259. this.tsbtnCreateSelectionset.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnCreateSelectionset.Image")));
  260. this.tsbtnCreateSelectionset.ImageTransparentColor = System.Drawing.Color.Magenta;
  261. this.tsbtnCreateSelectionset.Name = "tsbtnCreateSelectionset";
  262. this.tsbtnCreateSelectionset.Size = new System.Drawing.Size(88, 21);
  263. this.tsbtnCreateSelectionset.Text = "生成选择集";
  264. this.tsbtnCreateSelectionset.Click += new System.EventHandler(this.tsbtnCreateSelectionset_Click);
  265. //
  266. // tsbtnFlashSelected
  267. //
  268. this.tsbtnFlashSelected.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnFlashSelected.Image")));
  269. this.tsbtnFlashSelected.ImageTransparentColor = System.Drawing.Color.Magenta;
  270. this.tsbtnFlashSelected.Name = "tsbtnFlashSelected";
  271. this.tsbtnFlashSelected.Size = new System.Drawing.Size(100, 21);
  272. this.tsbtnFlashSelected.Text = "闪烁选择要素";
  273. this.tsbtnFlashSelected.Click += new System.EventHandler(this.tsbtnFlashSelected_Click);
  274. //
  275. // identifyRange
  276. //
  277. this.identifyRange.AddIdentifyLayers = true;
  278. this.identifyRange.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  279. this.identifyRange.ChildControlName = null;
  280. this.tblPanelMain.SetColumnSpan(this.identifyRange, 2);
  281. this.identifyRange.ControlCursor = null;
  282. this.identifyRange.DataTableName = null;
  283. this.identifyRange.Dock = System.Windows.Forms.DockStyle.Fill;
  284. this.identifyRange.DockStyle = Tofly.CoreUI.Control.DockStyle.Fill;
  285. this.identifyRange.DropHeight = 610;
  286. this.identifyRange.GUID = null;
  287. this.identifyRange.Height = 24;
  288. this.identifyRange.IfTopLayers = false;
  289. this.identifyRange.IsMemory = false;
  290. this.identifyRange.Location = new System.Drawing.Point(3, 3);
  291. this.identifyRange.LocationLeft = 3;
  292. this.identifyRange.LocationTop = 3;
  293. this.identifyRange.Margins = "3,3,3,3";
  294. this.identifyRange.Name = "identifyRange";
  295. this.identifyRange.RelationKey = null;
  296. this.identifyRange.Security = "";
  297. this.identifyRange.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  298. this.identifyRange.SecurityValue = true;
  299. this.identifyRange.Size = new System.Drawing.Size(586, 24);
  300. this.identifyRange.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  301. this.identifyRange.States = "";
  302. this.identifyRange.StateValue = true;
  303. this.identifyRange.SynEditControlName = null;
  304. this.identifyRange.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Entry;
  305. this.identifyRange.TabIndex = 8;
  306. this.identifyRange.UserCache = true;
  307. this.identifyRange.Width = 586;
  308. //
  309. // contextMenuTree
  310. //
  311. this.contextMenuTree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  312. this.miFlashFeature,
  313. this.miZoomTo,
  314. this.miPanTo});
  315. this.contextMenuTree.Name = "contextMenuTree";
  316. this.contextMenuTree.Size = new System.Drawing.Size(113, 70);
  317. this.contextMenuTree.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuTree_ItemClicked);
  318. //
  319. // miFlashFeature
  320. //
  321. this.miFlashFeature.Image = ((System.Drawing.Image)(resources.GetObject("miFlashFeature.Image")));
  322. this.miFlashFeature.Name = "miFlashFeature";
  323. this.miFlashFeature.Size = new System.Drawing.Size(112, 22);
  324. this.miFlashFeature.Text = "闪烁";
  325. //
  326. // miZoomTo
  327. //
  328. this.miZoomTo.Image = ((System.Drawing.Image)(resources.GetObject("miZoomTo.Image")));
  329. this.miZoomTo.Name = "miZoomTo";
  330. this.miZoomTo.Size = new System.Drawing.Size(112, 22);
  331. this.miZoomTo.Text = "缩放至";
  332. //
  333. // miPanTo
  334. //
  335. this.miPanTo.Image = ((System.Drawing.Image)(resources.GetObject("miPanTo.Image")));
  336. this.miPanTo.Name = "miPanTo";
  337. this.miPanTo.Size = new System.Drawing.Size(112, 22);
  338. this.miPanTo.Text = "平移至";
  339. //
  340. // FormIdentifyBySpatial
  341. //
  342. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  343. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  344. this.BorderStyle = Tofly.CoreUI.Control.FormBorderStyle.SizableToolWindow;
  345. this.ClientSize = new System.Drawing.Size(592, 529);
  346. this.Controls.Add(this.tblPanelMain);
  347. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
  348. this.FormStartPosition = Tofly.CoreUI.Control.FormStartPositionType.Manual;
  349. this.Height = 565;
  350. this.MaximizeBox = false;
  351. this.Name = "FormIdentifyBySpatial";
  352. this.ShowInTaskbar = false;
  353. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  354. this.Text = "信息提示";
  355. this.Width = 608;
  356. this.Deactivate += new System.EventHandler(this.FormIdentifyBySpatial_Deactivate);
  357. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormIdentifyBySpatial_FormClosed);
  358. this.Load += new System.EventHandler(this.FormIdentifyBySpatial_Load);
  359. this.MouseEnter += new System.EventHandler(this.FormIdentifyBySpatial_MouseEnter);
  360. this.splitContainer.Panel1.ResumeLayout(false);
  361. this.splitContainer.Panel2.ResumeLayout(false);
  362. this.splitContainer.Panel2.PerformLayout();
  363. ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
  364. this.splitContainer.ResumeLayout(false);
  365. this.panelPosition.ResumeLayout(false);
  366. this.panelPositionValue.ResumeLayout(false);
  367. this.panelPositionValue.PerformLayout();
  368. this.panelPositionLabel.ResumeLayout(false);
  369. this.panelPositionLabel.PerformLayout();
  370. this.tblPanelMain.ResumeLayout(false);
  371. this.tblPanelMain.PerformLayout();
  372. this.panelInfo.ResumeLayout(false);
  373. this.panelInfo.PerformLayout();
  374. this.toolStripInfo.ResumeLayout(false);
  375. this.toolStripInfo.PerformLayout();
  376. this.contextMenuTree.ResumeLayout(false);
  377. this.ResumeLayout(false);
  378. }
  379. #endregion
  380. private System.Windows.Forms.SplitContainer splitContainer;
  381. private System.Windows.Forms.TreeView tvIdentifyResult;
  382. private System.Windows.Forms.Panel panelPosition;
  383. private System.Windows.Forms.Label lblHitPointHeader;
  384. private System.Windows.Forms.TextBox txtCoordinate;
  385. private System.Windows.Forms.ImageList imgListTV;
  386. private System.Windows.Forms.TableLayoutPanel tblPanelMain;
  387. private System.Windows.Forms.Panel panelPositionLabel;
  388. private System.Windows.Forms.Panel panelPositionValue;
  389. private System.Windows.Forms.Panel panelInfo;
  390. private System.Windows.Forms.ToolStrip toolStripInfo;
  391. private System.Windows.Forms.ToolStripLabel lblFeatureCount;
  392. private System.Windows.Forms.ToolStripProgressBar pbarIdentify;
  393. private System.Windows.Forms.ToolStripSeparator Separator1;
  394. private System.Windows.Forms.ToolStripSeparator Separator2;
  395. private System.Windows.Forms.ToolStripButton tsbtnAttachFile;
  396. private System.Windows.Forms.ToolStripButton tsbtnCreateSelectionset;
  397. private System.Windows.Forms.ToolStripButton tsbtnFlashSelected;
  398. private System.Windows.Forms.ContextMenuStrip contextMenuTree;
  399. private System.Windows.Forms.ToolStripMenuItem miFlashFeature;
  400. private System.Windows.Forms.ToolStripMenuItem miZoomTo;
  401. private System.Windows.Forms.ToolStripMenuItem miPanTo;
  402. private GISUI.Win.Controls.IdentifyLayersGroup identifyRange;
  403. private DataUI.Win.UCSingleFeatureControl ucsFeatureViewer;
  404. }
  405. }