123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411 |
- namespace Tofly.SearchUI.Win
- {
- partial class FormIdentifyBySpatial
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
-
-
-
-
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormIdentifyBySpatial));
- this.splitContainer = new System.Windows.Forms.SplitContainer();
- this.tvIdentifyResult = new System.Windows.Forms.TreeView();
- this.imgListTV = new System.Windows.Forms.ImageList(this.components);
- this.ucsFeatureViewer = new Tofly.DataUI.Win.UCSingleFeatureControl();
- this.panelPosition = new System.Windows.Forms.Panel();
- this.panelPositionValue = new System.Windows.Forms.Panel();
- this.txtCoordinate = new System.Windows.Forms.TextBox();
- this.panelPositionLabel = new System.Windows.Forms.Panel();
- this.lblHitPointHeader = new System.Windows.Forms.Label();
- this.tblPanelMain = new System.Windows.Forms.TableLayoutPanel();
- this.panelInfo = new System.Windows.Forms.Panel();
- this.toolStripInfo = new System.Windows.Forms.ToolStrip();
- this.lblFeatureCount = new System.Windows.Forms.ToolStripLabel();
- this.pbarIdentify = new System.Windows.Forms.ToolStripProgressBar();
- this.Separator1 = new System.Windows.Forms.ToolStripSeparator();
- this.Separator2 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAttachFile = new System.Windows.Forms.ToolStripButton();
- this.tsbtnCreateSelectionset = new System.Windows.Forms.ToolStripButton();
- this.tsbtnFlashSelected = new System.Windows.Forms.ToolStripButton();
- this.identifyRange = new Tofly.GISUI.Win.Controls.IdentifyLayersGroup();
- this.contextMenuTree = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.miFlashFeature = new System.Windows.Forms.ToolStripMenuItem();
- this.miZoomTo = new System.Windows.Forms.ToolStripMenuItem();
- this.miPanTo = new System.Windows.Forms.ToolStripMenuItem();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
- this.splitContainer.Panel1.SuspendLayout();
- this.splitContainer.Panel2.SuspendLayout();
- this.splitContainer.SuspendLayout();
- this.panelPosition.SuspendLayout();
- this.panelPositionValue.SuspendLayout();
- this.panelPositionLabel.SuspendLayout();
- this.tblPanelMain.SuspendLayout();
- this.panelInfo.SuspendLayout();
- this.toolStripInfo.SuspendLayout();
- this.contextMenuTree.SuspendLayout();
- this.SuspendLayout();
-
-
-
- this.tblPanelMain.SetColumnSpan(this.splitContainer, 2);
- this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer.Location = new System.Drawing.Point(0, 30);
- this.splitContainer.Margin = new System.Windows.Forms.Padding(0);
- this.splitContainer.Name = "splitContainer";
-
-
-
- this.splitContainer.Panel1.Controls.Add(this.tvIdentifyResult);
-
-
-
- this.splitContainer.Panel2.Controls.Add(this.ucsFeatureViewer);
- this.splitContainer.Panel2.Controls.Add(this.panelPosition);
- this.splitContainer.Size = new System.Drawing.Size(592, 475);
- this.splitContainer.SplitterDistance = 158;
- this.splitContainer.TabIndex = 5;
-
-
-
- this.tvIdentifyResult.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tvIdentifyResult.HideSelection = false;
- this.tvIdentifyResult.ImageIndex = 4;
- this.tvIdentifyResult.ImageList = this.imgListTV;
- this.tvIdentifyResult.Location = new System.Drawing.Point(0, 0);
- this.tvIdentifyResult.Margin = new System.Windows.Forms.Padding(0);
- this.tvIdentifyResult.Name = "tvIdentifyResult";
- this.tvIdentifyResult.SelectedImageIndex = 5;
- this.tvIdentifyResult.Size = new System.Drawing.Size(158, 475);
- this.tvIdentifyResult.TabIndex = 0;
- this.tvIdentifyResult.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvIdentifyResult_AfterSelect);
- this.tvIdentifyResult.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tvIdentifyResult_MouseUp);
-
-
-
- this.imgListTV.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgListTV.ImageStream")));
- this.imgListTV.TransparentColor = System.Drawing.Color.Transparent;
- this.imgListTV.Images.SetKeyName(0, "LayerGroup");
- this.imgListTV.Images.SetKeyName(1, "LayerPoint");
- this.imgListTV.Images.SetKeyName(2, "LayerLine");
- this.imgListTV.Images.SetKeyName(3, "LayerPolygon");
- this.imgListTV.Images.SetKeyName(4, "LayerLogic");
- this.imgListTV.Images.SetKeyName(5, "Selection");
-
-
-
- this.ucsFeatureViewer.AutoSize = true;
- this.ucsFeatureViewer.Cursor = System.Windows.Forms.Cursors.Default;
- this.ucsFeatureViewer.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ucsFeatureViewer.IsViewer = true;
- this.ucsFeatureViewer.Location = new System.Drawing.Point(0, 23);
- this.ucsFeatureViewer.Margin = new System.Windows.Forms.Padding(1);
- this.ucsFeatureViewer.Name = "ucsFeatureViewer";
- this.ucsFeatureViewer.Size = new System.Drawing.Size(430, 452);
- this.ucsFeatureViewer.TabIndex = 1;
-
-
-
- this.panelPosition.Controls.Add(this.panelPositionValue);
- this.panelPosition.Controls.Add(this.panelPositionLabel);
- this.panelPosition.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelPosition.Location = new System.Drawing.Point(0, 0);
- this.panelPosition.Name = "panelPosition";
- this.panelPosition.Size = new System.Drawing.Size(430, 23);
- this.panelPosition.TabIndex = 0;
-
-
-
- this.panelPositionValue.Controls.Add(this.txtCoordinate);
- this.panelPositionValue.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelPositionValue.Location = new System.Drawing.Point(68, 0);
- this.panelPositionValue.Name = "panelPositionValue";
- this.panelPositionValue.Size = new System.Drawing.Size(362, 23);
- this.panelPositionValue.TabIndex = 1;
-
-
-
- this.txtCoordinate.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtCoordinate.Location = new System.Drawing.Point(0, 0);
- this.txtCoordinate.Name = "txtCoordinate";
- this.txtCoordinate.ReadOnly = true;
- this.txtCoordinate.Size = new System.Drawing.Size(362, 21);
- this.txtCoordinate.TabIndex = 0;
-
-
-
- this.panelPositionLabel.Controls.Add(this.lblHitPointHeader);
- this.panelPositionLabel.Dock = System.Windows.Forms.DockStyle.Left;
- this.panelPositionLabel.Location = new System.Drawing.Point(0, 0);
- this.panelPositionLabel.Name = "panelPositionLabel";
- this.panelPositionLabel.Size = new System.Drawing.Size(68, 23);
- this.panelPositionLabel.TabIndex = 0;
-
-
-
- this.lblHitPointHeader.AutoSize = true;
- this.lblHitPointHeader.Location = new System.Drawing.Point(14, 5);
- this.lblHitPointHeader.Name = "lblHitPointHeader";
- this.lblHitPointHeader.Size = new System.Drawing.Size(41, 12);
- this.lblHitPointHeader.TabIndex = 3;
- this.lblHitPointHeader.Text = "位置:";
- this.lblHitPointHeader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
-
-
-
- this.tblPanelMain.ColumnCount = 2;
- this.tblPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
- this.tblPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tblPanelMain.Controls.Add(this.splitContainer, 0, 1);
- this.tblPanelMain.Controls.Add(this.panelInfo, 0, 2);
- this.tblPanelMain.Controls.Add(this.identifyRange, 0, 0);
- this.tblPanelMain.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tblPanelMain.Location = new System.Drawing.Point(0, 0);
- this.tblPanelMain.Name = "tblPanelMain";
- this.tblPanelMain.RowCount = 3;
- this.tblPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
- this.tblPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tblPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
- this.tblPanelMain.Size = new System.Drawing.Size(592, 529);
- this.tblPanelMain.TabIndex = 7;
-
-
-
- this.panelInfo.AutoSize = true;
- this.panelInfo.BackColor = System.Drawing.SystemColors.Control;
- this.tblPanelMain.SetColumnSpan(this.panelInfo, 2);
- this.panelInfo.Controls.Add(this.toolStripInfo);
- this.panelInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelInfo.Location = new System.Drawing.Point(0, 505);
- this.panelInfo.Margin = new System.Windows.Forms.Padding(0);
- this.panelInfo.Name = "panelInfo";
- this.panelInfo.Size = new System.Drawing.Size(592, 24);
- this.panelInfo.TabIndex = 7;
-
-
-
- this.toolStripInfo.CanOverflow = false;
- this.toolStripInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.toolStripInfo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.lblFeatureCount,
- this.pbarIdentify,
- this.Separator1,
- this.Separator2,
- this.tsbtnAttachFile,
- this.tsbtnCreateSelectionset,
- this.tsbtnFlashSelected});
- this.toolStripInfo.Location = new System.Drawing.Point(0, 0);
- this.toolStripInfo.Name = "toolStripInfo";
- this.toolStripInfo.Size = new System.Drawing.Size(592, 24);
- this.toolStripInfo.TabIndex = 9;
- this.toolStripInfo.MouseEnter += new System.EventHandler(this.FormIdentifyBySpatial_MouseEnter);
-
-
-
- this.lblFeatureCount.AutoSize = false;
- this.lblFeatureCount.Name = "lblFeatureCount";
- this.lblFeatureCount.Size = new System.Drawing.Size(120, 20);
- this.lblFeatureCount.Text = "查询到 0 条记录";
- this.lblFeatureCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
-
-
-
- this.pbarIdentify.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
- this.pbarIdentify.Name = "pbarIdentify";
- this.pbarIdentify.Size = new System.Drawing.Size(150, 21);
-
-
-
- this.Separator1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
- this.Separator1.Name = "Separator1";
- this.Separator1.Size = new System.Drawing.Size(6, 24);
-
-
-
- this.Separator2.Margin = new System.Windows.Forms.Padding(10, 0, 0, 0);
- this.Separator2.Name = "Separator2";
- this.Separator2.Size = new System.Drawing.Size(6, 24);
-
-
-
- this.tsbtnAttachFile.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAttachFile.Image")));
- this.tsbtnAttachFile.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAttachFile.Name = "tsbtnAttachFile";
- this.tsbtnAttachFile.Size = new System.Drawing.Size(76, 21);
- this.tsbtnAttachFile.Text = "查看附件";
- this.tsbtnAttachFile.ToolTipText = "查看设备附件";
- this.tsbtnAttachFile.Click += new System.EventHandler(this.tsbtnAttachFile_Click);
-
-
-
- this.tsbtnCreateSelectionset.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnCreateSelectionset.Image")));
- this.tsbtnCreateSelectionset.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnCreateSelectionset.Name = "tsbtnCreateSelectionset";
- this.tsbtnCreateSelectionset.Size = new System.Drawing.Size(88, 21);
- this.tsbtnCreateSelectionset.Text = "生成选择集";
- this.tsbtnCreateSelectionset.Click += new System.EventHandler(this.tsbtnCreateSelectionset_Click);
-
-
-
- this.tsbtnFlashSelected.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnFlashSelected.Image")));
- this.tsbtnFlashSelected.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnFlashSelected.Name = "tsbtnFlashSelected";
- this.tsbtnFlashSelected.Size = new System.Drawing.Size(100, 21);
- this.tsbtnFlashSelected.Text = "闪烁选择要素";
- this.tsbtnFlashSelected.Click += new System.EventHandler(this.tsbtnFlashSelected_Click);
-
-
-
- this.identifyRange.AddIdentifyLayers = true;
- this.identifyRange.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.identifyRange.ChildControlName = null;
- this.tblPanelMain.SetColumnSpan(this.identifyRange, 2);
- this.identifyRange.ControlCursor = null;
- this.identifyRange.DataTableName = null;
- this.identifyRange.Dock = System.Windows.Forms.DockStyle.Fill;
- this.identifyRange.DockStyle = Tofly.CoreUI.Control.DockStyle.Fill;
- this.identifyRange.DropHeight = 610;
- this.identifyRange.GUID = null;
- this.identifyRange.Height = 24;
- this.identifyRange.IfTopLayers = false;
- this.identifyRange.IsMemory = false;
- this.identifyRange.Location = new System.Drawing.Point(3, 3);
- this.identifyRange.LocationLeft = 3;
- this.identifyRange.LocationTop = 3;
- this.identifyRange.Margins = "3,3,3,3";
- this.identifyRange.Name = "identifyRange";
- this.identifyRange.RelationKey = null;
- this.identifyRange.Security = "";
- this.identifyRange.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.identifyRange.SecurityValue = true;
- this.identifyRange.Size = new System.Drawing.Size(586, 24);
- this.identifyRange.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.identifyRange.States = "";
- this.identifyRange.StateValue = true;
- this.identifyRange.SynEditControlName = null;
- this.identifyRange.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Entry;
- this.identifyRange.TabIndex = 8;
- this.identifyRange.UserCache = true;
- this.identifyRange.Width = 586;
-
-
-
- this.contextMenuTree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.miFlashFeature,
- this.miZoomTo,
- this.miPanTo});
- this.contextMenuTree.Name = "contextMenuTree";
- this.contextMenuTree.Size = new System.Drawing.Size(113, 70);
- this.contextMenuTree.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuTree_ItemClicked);
-
-
-
- this.miFlashFeature.Image = ((System.Drawing.Image)(resources.GetObject("miFlashFeature.Image")));
- this.miFlashFeature.Name = "miFlashFeature";
- this.miFlashFeature.Size = new System.Drawing.Size(112, 22);
- this.miFlashFeature.Text = "闪烁";
-
-
-
- this.miZoomTo.Image = ((System.Drawing.Image)(resources.GetObject("miZoomTo.Image")));
- this.miZoomTo.Name = "miZoomTo";
- this.miZoomTo.Size = new System.Drawing.Size(112, 22);
- this.miZoomTo.Text = "缩放至";
-
-
-
- this.miPanTo.Image = ((System.Drawing.Image)(resources.GetObject("miPanTo.Image")));
- this.miPanTo.Name = "miPanTo";
- this.miPanTo.Size = new System.Drawing.Size(112, 22);
- this.miPanTo.Text = "平移至";
-
-
-
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BorderStyle = Tofly.CoreUI.Control.FormBorderStyle.SizableToolWindow;
- this.ClientSize = new System.Drawing.Size(592, 529);
- this.Controls.Add(this.tblPanelMain);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
- this.FormStartPosition = Tofly.CoreUI.Control.FormStartPositionType.Manual;
- this.Height = 565;
- this.MaximizeBox = false;
- this.Name = "FormIdentifyBySpatial";
- this.ShowInTaskbar = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
- this.Text = "信息提示";
- this.Width = 608;
- this.Deactivate += new System.EventHandler(this.FormIdentifyBySpatial_Deactivate);
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormIdentifyBySpatial_FormClosed);
- this.Load += new System.EventHandler(this.FormIdentifyBySpatial_Load);
- this.MouseEnter += new System.EventHandler(this.FormIdentifyBySpatial_MouseEnter);
- this.splitContainer.Panel1.ResumeLayout(false);
- this.splitContainer.Panel2.ResumeLayout(false);
- this.splitContainer.Panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
- this.splitContainer.ResumeLayout(false);
- this.panelPosition.ResumeLayout(false);
- this.panelPositionValue.ResumeLayout(false);
- this.panelPositionValue.PerformLayout();
- this.panelPositionLabel.ResumeLayout(false);
- this.panelPositionLabel.PerformLayout();
- this.tblPanelMain.ResumeLayout(false);
- this.tblPanelMain.PerformLayout();
- this.panelInfo.ResumeLayout(false);
- this.panelInfo.PerformLayout();
- this.toolStripInfo.ResumeLayout(false);
- this.toolStripInfo.PerformLayout();
- this.contextMenuTree.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.SplitContainer splitContainer;
- private System.Windows.Forms.TreeView tvIdentifyResult;
- private System.Windows.Forms.Panel panelPosition;
- private System.Windows.Forms.Label lblHitPointHeader;
- private System.Windows.Forms.TextBox txtCoordinate;
- private System.Windows.Forms.ImageList imgListTV;
- private System.Windows.Forms.TableLayoutPanel tblPanelMain;
- private System.Windows.Forms.Panel panelPositionLabel;
- private System.Windows.Forms.Panel panelPositionValue;
- private System.Windows.Forms.Panel panelInfo;
- private System.Windows.Forms.ToolStrip toolStripInfo;
- private System.Windows.Forms.ToolStripLabel lblFeatureCount;
- private System.Windows.Forms.ToolStripProgressBar pbarIdentify;
- private System.Windows.Forms.ToolStripSeparator Separator1;
- private System.Windows.Forms.ToolStripSeparator Separator2;
- private System.Windows.Forms.ToolStripButton tsbtnAttachFile;
- private System.Windows.Forms.ToolStripButton tsbtnCreateSelectionset;
- private System.Windows.Forms.ToolStripButton tsbtnFlashSelected;
- private System.Windows.Forms.ContextMenuStrip contextMenuTree;
- private System.Windows.Forms.ToolStripMenuItem miFlashFeature;
- private System.Windows.Forms.ToolStripMenuItem miZoomTo;
- private System.Windows.Forms.ToolStripMenuItem miPanTo;
- private GISUI.Win.Controls.IdentifyLayersGroup identifyRange;
- private DataUI.Win.UCSingleFeatureControl ucsFeatureViewer;
- }
- }
|