123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510 |
- namespace GNetworkProcessTool
- {
- partial class FormGNAnalystBatch
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
-
-
-
-
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormGNAnalystBatch));
- this.lblProgress = new System.Windows.Forms.Label();
- this.lblInfo = new System.Windows.Forms.Label();
- this.txtInfo = new System.Windows.Forms.TextBox();
- this.lblCount = new System.Windows.Forms.Label();
- this.lblProcessingLayer = new System.Windows.Forms.Label();
- this.tblPanelMain = new System.Windows.Forms.TableLayoutPanel();
- this.lboxLayer = new System.Windows.Forms.ListBox();
- this.MapControl = new ESRI.ArcGIS.Controls.AxMapControl();
- this.panel1 = new System.Windows.Forms.Panel();
- this.lblEndTime = new System.Windows.Forms.Label();
- this.lblStartTime = new System.Windows.Forms.Label();
- this.toolStripButtons = new System.Windows.Forms.ToolStrip();
- this.tsbtnExcuteAnalyst = new System.Windows.Forms.ToolStripButton();
- this.tsbtnConnectionRegion = new System.Windows.Forms.ToolStripButton();
- this.tsbtnCancelAnalyst = new System.Windows.Forms.ToolStripButton();
- this.tsbtnUpdateChildRegions = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnStartEditing = new System.Windows.Forms.ToolStripButton();
- this.tsbtnSaveEdits = new System.Windows.Forms.ToolStripButton();
- this.tsbtnStopEdit = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnZoomIn = new System.Windows.Forms.ToolStripButton();
- this.tsbtnPan = new System.Windows.Forms.ToolStripButton();
- this.tsbtnCheckConnection = new System.Windows.Forms.ToolStripButton();
- this.tsbtnRepaire = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnNewConnection = new System.Windows.Forms.ToolStripButton();
- this.tsbtnShowUnprocessed = new System.Windows.Forms.ToolStripButton();
- this.lboxErrorConnection = new System.Windows.Forms.ListBox();
- this.lblFeatureCount = new System.Windows.Forms.Label();
- this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
- this.lblCostTime = new System.Windows.Forms.Label();
- this.lblCostTimeValue = new System.Windows.Forms.Label();
- this.tslblBufferDistance = new System.Windows.Forms.ToolStripLabel();
- this.tstxtBufferDistance = new System.Windows.Forms.ToolStripTextBox();
- this.tblPanelMain.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.MapControl)).BeginInit();
- this.panel1.SuspendLayout();
- this.toolStripButtons.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
- this.SuspendLayout();
-
-
-
- this.lblProgress.AutoSize = true;
- this.lblProgress.Font = new System.Drawing.Font("宋体", 24F);
- this.lblProgress.Location = new System.Drawing.Point(600, 9);
- this.lblProgress.Name = "lblProgress";
- this.lblProgress.Size = new System.Drawing.Size(111, 33);
- this.lblProgress.TabIndex = 3;
- this.lblProgress.Text = "......";
-
-
-
- this.lblInfo.AutoEllipsis = true;
- this.lblInfo.AutoSize = true;
- this.lblInfo.Font = new System.Drawing.Font("宋体", 24F);
- this.lblInfo.Location = new System.Drawing.Point(287, 9);
- this.lblInfo.Name = "lblInfo";
- this.lblInfo.Size = new System.Drawing.Size(303, 33);
- this.lblInfo.TabIndex = 2;
- this.lblInfo.Text = "正在分析中,请稍候";
- this.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
-
-
-
- this.txtInfo.BackColor = System.Drawing.SystemColors.Control;
- this.txtInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtInfo.Font = new System.Drawing.Font("宋体", 10F);
- this.txtInfo.ForeColor = System.Drawing.Color.Red;
- this.txtInfo.Location = new System.Drawing.Point(163, 129);
- this.txtInfo.Multiline = true;
- this.txtInfo.Name = "txtInfo";
- this.txtInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.txtInfo.Size = new System.Drawing.Size(337, 370);
- this.txtInfo.TabIndex = 6;
-
-
-
- this.lblCount.AutoSize = true;
- this.lblCount.Font = new System.Drawing.Font("宋体", 10F);
- this.lblCount.Location = new System.Drawing.Point(7, 80);
- this.lblCount.Name = "lblCount";
- this.lblCount.Size = new System.Drawing.Size(105, 14);
- this.lblCount.TabIndex = 3;
- this.lblCount.Text = "有效分析次数:";
-
-
-
- this.lblProcessingLayer.AutoSize = true;
- this.lblProcessingLayer.Font = new System.Drawing.Font("宋体", 10F);
- this.lblProcessingLayer.Location = new System.Drawing.Point(563, 80);
- this.lblProcessingLayer.Name = "lblProcessingLayer";
- this.lblProcessingLayer.Size = new System.Drawing.Size(266, 14);
- this.lblProcessingLayer.TabIndex = 3;
- this.lblProcessingLayer.Text = "当前分析: 图层 {0},总边数 {1},已分析";
-
-
-
- this.tblPanelMain.AutoScroll = true;
- this.tblPanelMain.AutoSize = true;
- this.tblPanelMain.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.tblPanelMain.ColumnCount = 4;
- this.tblPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 160F));
- this.tblPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tblPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tblPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
- this.tblPanelMain.Controls.Add(this.txtInfo, 1, 1);
- this.tblPanelMain.Controls.Add(this.lboxLayer, 0, 1);
- this.tblPanelMain.Controls.Add(this.MapControl, 3, 1);
- this.tblPanelMain.Controls.Add(this.panel1, 0, 0);
- this.tblPanelMain.Controls.Add(this.lboxErrorConnection, 2, 1);
- this.tblPanelMain.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tblPanelMain.Location = new System.Drawing.Point(0, 0);
- this.tblPanelMain.Margin = new System.Windows.Forms.Padding(0);
- this.tblPanelMain.Name = "tblPanelMain";
- this.tblPanelMain.RowCount = 2;
- this.tblPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 126F));
- this.tblPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tblPanelMain.Size = new System.Drawing.Size(1252, 502);
- this.tblPanelMain.TabIndex = 8;
-
-
-
- this.lboxLayer.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lboxLayer.FormattingEnabled = true;
- this.lboxLayer.ItemHeight = 12;
- this.lboxLayer.Location = new System.Drawing.Point(3, 129);
- this.lboxLayer.Name = "lboxLayer";
- this.lboxLayer.Size = new System.Drawing.Size(154, 370);
- this.lboxLayer.TabIndex = 7;
-
-
-
- this.MapControl.Dock = System.Windows.Forms.DockStyle.Fill;
- this.MapControl.Location = new System.Drawing.Point(849, 129);
- this.MapControl.Name = "MapControl";
- this.MapControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("MapControl.OcxState")));
- this.MapControl.Size = new System.Drawing.Size(400, 370);
- this.MapControl.TabIndex = 8;
-
-
-
- this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.tblPanelMain.SetColumnSpan(this.panel1, 4);
- this.panel1.Controls.Add(this.lblInfo);
- this.panel1.Controls.Add(this.lblProgress);
- this.panel1.Controls.Add(this.lblCount);
- this.panel1.Controls.Add(this.lblEndTime);
- this.panel1.Controls.Add(this.lblStartTime);
- this.panel1.Controls.Add(this.toolStripButtons);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Margin = new System.Windows.Forms.Padding(0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1252, 126);
- this.panel1.TabIndex = 9;
-
-
-
- this.lblEndTime.AutoSize = true;
- this.lblEndTime.Font = new System.Drawing.Font("宋体", 10F);
- this.lblEndTime.Location = new System.Drawing.Point(301, 80);
- this.lblEndTime.Name = "lblEndTime";
- this.lblEndTime.Size = new System.Drawing.Size(77, 14);
- this.lblEndTime.TabIndex = 3;
- this.lblEndTime.Text = "结束时间:";
-
-
-
- this.lblStartTime.AutoSize = true;
- this.lblStartTime.Font = new System.Drawing.Font("宋体", 10F);
- this.lblStartTime.Location = new System.Drawing.Point(301, 58);
- this.lblStartTime.Name = "lblStartTime";
- this.lblStartTime.Size = new System.Drawing.Size(77, 14);
- this.lblStartTime.TabIndex = 3;
- this.lblStartTime.Text = "开始时间:";
-
-
-
- this.toolStripButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.toolStripButtons.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
- this.toolStripButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnExcuteAnalyst,
- this.tsbtnConnectionRegion,
- this.tsbtnCancelAnalyst,
- this.tsbtnUpdateChildRegions,
- this.toolStripSeparator1,
- this.tsbtnStartEditing,
- this.tsbtnSaveEdits,
- this.tsbtnStopEdit,
- this.toolStripSeparator2,
- this.tsbtnZoomIn,
- this.tsbtnPan,
- this.tsbtnCheckConnection,
- this.tsbtnRepaire,
- this.toolStripSeparator3,
- this.tsbtnNewConnection,
- this.tslblBufferDistance,
- this.tstxtBufferDistance,
- this.tsbtnShowUnprocessed});
- this.toolStripButtons.Location = new System.Drawing.Point(0, 99);
- this.toolStripButtons.Name = "toolStripButtons";
- this.toolStripButtons.Size = new System.Drawing.Size(1250, 25);
- this.toolStripButtons.TabIndex = 6;
- this.toolStripButtons.Text = "toolStrip1";
-
-
-
- this.tsbtnExcuteAnalyst.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExcuteAnalyst.Image")));
- this.tsbtnExcuteAnalyst.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnExcuteAnalyst.Margin = new System.Windows.Forms.Padding(5, 1, 0, 2);
- this.tsbtnExcuteAnalyst.Name = "tsbtnExcuteAnalyst";
- this.tsbtnExcuteAnalyst.Size = new System.Drawing.Size(91, 22);
- this.tsbtnExcuteAnalyst.Text = "爆管分析(&E)";
- this.tsbtnExcuteAnalyst.Click += new System.EventHandler(this.tsbtnExcuteAnalyst_Click);
-
-
-
- this.tsbtnConnectionRegion.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnConnectionRegion.Image")));
- this.tsbtnConnectionRegion.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnConnectionRegion.Name = "tsbtnConnectionRegion";
- this.tsbtnConnectionRegion.Size = new System.Drawing.Size(100, 22);
- this.tsbtnConnectionRegion.Text = "连通片区分析";
- this.tsbtnConnectionRegion.Click += new System.EventHandler(this.tsbtnConnectionRegion_Click);
-
-
-
- this.tsbtnCancelAnalyst.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnCancelAnalyst.Image")));
- this.tsbtnCancelAnalyst.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnCancelAnalyst.Margin = new System.Windows.Forms.Padding(5, 1, 0, 2);
- this.tsbtnCancelAnalyst.Name = "tsbtnCancelAnalyst";
- this.tsbtnCancelAnalyst.Size = new System.Drawing.Size(68, 22);
- this.tsbtnCancelAnalyst.Text = "取消(&C)";
- this.tsbtnCancelAnalyst.Click += new System.EventHandler(this.tsbtnCancelAnalyst_Click);
-
-
-
- this.tsbtnUpdateChildRegions.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnUpdateChildRegions.Image")));
- this.tsbtnUpdateChildRegions.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnUpdateChildRegions.Name = "tsbtnUpdateChildRegions";
- this.tsbtnUpdateChildRegions.Size = new System.Drawing.Size(112, 22);
- this.tsbtnUpdateChildRegions.Text = "从属子片区更新";
- this.tsbtnUpdateChildRegions.Click += new System.EventHandler(this.tsbtnUpdateChildRegions_Click);
-
-
-
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
-
-
-
- this.tsbtnStartEditing.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.tsbtnStartEditing.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnStartEditing.Image")));
- this.tsbtnStartEditing.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnStartEditing.Name = "tsbtnStartEditing";
- this.tsbtnStartEditing.Size = new System.Drawing.Size(23, 22);
- this.tsbtnStartEditing.Text = "toolStripButton1";
- this.tsbtnStartEditing.Click += new System.EventHandler(this.tsbtnStartEditing_Click);
-
-
-
- this.tsbtnSaveEdits.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.tsbtnSaveEdits.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSaveEdits.Image")));
- this.tsbtnSaveEdits.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnSaveEdits.Name = "tsbtnSaveEdits";
- this.tsbtnSaveEdits.Size = new System.Drawing.Size(23, 22);
- this.tsbtnSaveEdits.Text = "toolStripButton3";
- this.tsbtnSaveEdits.Click += new System.EventHandler(this.tsbtnSaveEdits_Click);
-
-
-
- this.tsbtnStopEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.tsbtnStopEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnStopEdit.Image")));
- this.tsbtnStopEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnStopEdit.Name = "tsbtnStopEdit";
- this.tsbtnStopEdit.Size = new System.Drawing.Size(23, 22);
- this.tsbtnStopEdit.Text = "toolStripButton2";
- this.tsbtnStopEdit.Click += new System.EventHandler(this.tsbtnStopEdit_Click);
-
-
-
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
-
-
-
- this.tsbtnZoomIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.tsbtnZoomIn.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnZoomIn.Image")));
- this.tsbtnZoomIn.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnZoomIn.Name = "tsbtnZoomIn";
- this.tsbtnZoomIn.Size = new System.Drawing.Size(23, 22);
- this.tsbtnZoomIn.Text = "toolStripButton1";
- this.tsbtnZoomIn.Click += new System.EventHandler(this.tsbtnZoomIn_Click);
-
-
-
- this.tsbtnPan.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.tsbtnPan.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnPan.Image")));
- this.tsbtnPan.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnPan.Name = "tsbtnPan";
- this.tsbtnPan.Size = new System.Drawing.Size(23, 22);
- this.tsbtnPan.Text = "toolStripButton1";
- this.tsbtnPan.Click += new System.EventHandler(this.tsbtnPan_Click);
-
-
-
- this.tsbtnCheckConnection.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnCheckConnection.Image")));
- this.tsbtnCheckConnection.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnCheckConnection.Name = "tsbtnCheckConnection";
- this.tsbtnCheckConnection.Size = new System.Drawing.Size(100, 22);
- this.tsbtnCheckConnection.Text = "检查连接关系";
- this.tsbtnCheckConnection.Click += new System.EventHandler(this.tsbtnCheckConnection_Click);
-
-
-
- this.tsbtnRepaire.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnRepaire.Image")));
- this.tsbtnRepaire.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnRepaire.Name = "tsbtnRepaire";
- this.tsbtnRepaire.Size = new System.Drawing.Size(100, 22);
- this.tsbtnRepaire.Text = "修复连接关系";
- this.tsbtnRepaire.Click += new System.EventHandler(this.tsbtnRepaire_Click);
-
-
-
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
-
-
-
- this.tsbtnNewConnection.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnNewConnection.Image")));
- this.tsbtnNewConnection.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnNewConnection.Name = "tsbtnNewConnection";
- this.tsbtnNewConnection.Size = new System.Drawing.Size(88, 22);
- this.tsbtnNewConnection.Text = "新建连接线";
- this.tsbtnNewConnection.Click += new System.EventHandler(this.tsbtnNewConnection_Click);
-
-
-
- this.tsbtnShowUnprocessed.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnShowUnprocessed.Image")));
- this.tsbtnShowUnprocessed.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnShowUnprocessed.Name = "tsbtnShowUnprocessed";
- this.tsbtnShowUnprocessed.Size = new System.Drawing.Size(88, 22);
- this.tsbtnShowUnprocessed.Text = "显示未处理";
- this.tsbtnShowUnprocessed.Click += new System.EventHandler(this.tsbtnShowUnprocessed_Click);
-
-
-
- this.lboxErrorConnection.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lboxErrorConnection.FormattingEnabled = true;
- this.lboxErrorConnection.ItemHeight = 12;
- this.lboxErrorConnection.Location = new System.Drawing.Point(506, 129);
- this.lboxErrorConnection.Name = "lboxErrorConnection";
- this.lboxErrorConnection.Size = new System.Drawing.Size(337, 370);
- this.lboxErrorConnection.TabIndex = 10;
- this.lboxErrorConnection.SelectedIndexChanged += new System.EventHandler(this.lboxErrorConnection_SelectedIndexChanged);
-
-
-
- this.lblFeatureCount.AutoSize = true;
- this.lblFeatureCount.Font = new System.Drawing.Font("宋体", 10F);
- this.lblFeatureCount.Location = new System.Drawing.Point(837, 80);
- this.lblFeatureCount.Name = "lblFeatureCount";
- this.lblFeatureCount.Size = new System.Drawing.Size(42, 14);
- this.lblFeatureCount.TabIndex = 3;
- this.lblFeatureCount.Text = "{0}个";
-
-
-
- this.axLicenseControl1.Enabled = true;
- this.axLicenseControl1.Location = new System.Drawing.Point(1217, 85);
- this.axLicenseControl1.Name = "axLicenseControl1";
- this.axLicenseControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axLicenseControl1.OcxState")));
- this.axLicenseControl1.Size = new System.Drawing.Size(32, 32);
- this.axLicenseControl1.TabIndex = 9;
-
-
-
- this.lblCostTime.AutoSize = true;
- this.lblCostTime.Font = new System.Drawing.Font("宋体", 10F);
- this.lblCostTime.Location = new System.Drawing.Point(975, 80);
- this.lblCostTime.Name = "lblCostTime";
- this.lblCostTime.Size = new System.Drawing.Size(77, 14);
- this.lblCostTime.TabIndex = 3;
- this.lblCostTime.Text = "分析耗时:";
-
-
-
- this.lblCostTimeValue.AutoSize = true;
- this.lblCostTimeValue.Font = new System.Drawing.Font("宋体", 10F);
- this.lblCostTimeValue.Location = new System.Drawing.Point(1060, 80);
- this.lblCostTimeValue.Name = "lblCostTimeValue";
- this.lblCostTimeValue.Size = new System.Drawing.Size(119, 14);
- this.lblCostTimeValue.TabIndex = 3;
- this.lblCostTimeValue.Text = "预计需要 {0}分钟";
-
-
-
- this.tslblBufferDistance.Name = "tslblBufferDistance";
- this.tslblBufferDistance.Size = new System.Drawing.Size(59, 22);
- this.tslblBufferDistance.Text = "搜索距离:";
-
-
-
- this.tstxtBufferDistance.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.tstxtBufferDistance.Name = "tstxtBufferDistance";
- this.tstxtBufferDistance.Size = new System.Drawing.Size(100, 25);
- this.tstxtBufferDistance.Text = "0.15";
-
-
-
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1252, 502);
- this.Controls.Add(this.axLicenseControl1);
- this.Controls.Add(this.lblCostTimeValue);
- this.Controls.Add(this.lblCostTime);
- this.Controls.Add(this.lblFeatureCount);
- this.Controls.Add(this.lblProcessingLayer);
- this.Controls.Add(this.tblPanelMain);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "FormGNAnalystBatch";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "管网网络分析";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormGNAnalystBatch_FormClosed);
- this.Shown += new System.EventHandler(this.FormGNAnalystBatch_Shown);
- this.tblPanelMain.ResumeLayout(false);
- this.tblPanelMain.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.MapControl)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.toolStripButtons.ResumeLayout(false);
- this.toolStripButtons.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label lblProgress;
- private System.Windows.Forms.Label lblInfo;
- private System.Windows.Forms.TextBox txtInfo;
- private System.Windows.Forms.Label lblCount;
- private System.Windows.Forms.Label lblProcessingLayer;
- private System.Windows.Forms.TableLayoutPanel tblPanelMain;
- private System.Windows.Forms.ListBox lboxLayer;
- private System.Windows.Forms.Label lblStartTime;
- private System.Windows.Forms.Label lblFeatureCount;
- private System.Windows.Forms.Label lblEndTime;
- private ESRI.ArcGIS.Controls.AxMapControl MapControl;
- private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1;
- private System.Windows.Forms.Label lblCostTime;
- private System.Windows.Forms.Label lblCostTimeValue;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.ToolStrip toolStripButtons;
- private System.Windows.Forms.ToolStripButton tsbtnExcuteAnalyst;
- private System.Windows.Forms.ToolStripButton tsbtnCancelAnalyst;
- private System.Windows.Forms.ToolStripButton tsbtnUpdateChildRegions;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton tsbtnZoomIn;
- private System.Windows.Forms.ToolStripButton tsbtnCheckConnection;
- private System.Windows.Forms.ListBox lboxErrorConnection;
- private System.Windows.Forms.ToolStripButton tsbtnPan;
- private System.Windows.Forms.ToolStripButton tsbtnRepaire;
- private System.Windows.Forms.ToolStripButton tsbtnStartEditing;
- private System.Windows.Forms.ToolStripButton tsbtnSaveEdits;
- private System.Windows.Forms.ToolStripButton tsbtnStopEdit;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripButton tsbtnNewConnection;
- private System.Windows.Forms.ToolStripButton tsbtnShowUnprocessed;
- private System.Windows.Forms.ToolStripButton tsbtnConnectionRegion;
- private System.Windows.Forms.ToolStripLabel tslblBufferDistance;
- private System.Windows.Forms.ToolStripTextBox tstxtBufferDistance;
- }
- }
|