FormGNAnalystBatch.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510
  1. namespace GNetworkProcessTool
  2. {
  3. partial class FormGNAnalystBatch
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormGNAnalystBatch));
  29. this.lblProgress = new System.Windows.Forms.Label();
  30. this.lblInfo = new System.Windows.Forms.Label();
  31. this.txtInfo = new System.Windows.Forms.TextBox();
  32. this.lblCount = new System.Windows.Forms.Label();
  33. this.lblProcessingLayer = new System.Windows.Forms.Label();
  34. this.tblPanelMain = new System.Windows.Forms.TableLayoutPanel();
  35. this.lboxLayer = new System.Windows.Forms.ListBox();
  36. this.MapControl = new ESRI.ArcGIS.Controls.AxMapControl();
  37. this.panel1 = new System.Windows.Forms.Panel();
  38. this.lblEndTime = new System.Windows.Forms.Label();
  39. this.lblStartTime = new System.Windows.Forms.Label();
  40. this.toolStripButtons = new System.Windows.Forms.ToolStrip();
  41. this.tsbtnExcuteAnalyst = new System.Windows.Forms.ToolStripButton();
  42. this.tsbtnConnectionRegion = new System.Windows.Forms.ToolStripButton();
  43. this.tsbtnCancelAnalyst = new System.Windows.Forms.ToolStripButton();
  44. this.tsbtnUpdateChildRegions = new System.Windows.Forms.ToolStripButton();
  45. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  46. this.tsbtnStartEditing = new System.Windows.Forms.ToolStripButton();
  47. this.tsbtnSaveEdits = new System.Windows.Forms.ToolStripButton();
  48. this.tsbtnStopEdit = new System.Windows.Forms.ToolStripButton();
  49. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  50. this.tsbtnZoomIn = new System.Windows.Forms.ToolStripButton();
  51. this.tsbtnPan = new System.Windows.Forms.ToolStripButton();
  52. this.tsbtnCheckConnection = new System.Windows.Forms.ToolStripButton();
  53. this.tsbtnRepaire = new System.Windows.Forms.ToolStripButton();
  54. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  55. this.tsbtnNewConnection = new System.Windows.Forms.ToolStripButton();
  56. this.tsbtnShowUnprocessed = new System.Windows.Forms.ToolStripButton();
  57. this.lboxErrorConnection = new System.Windows.Forms.ListBox();
  58. this.lblFeatureCount = new System.Windows.Forms.Label();
  59. this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
  60. this.lblCostTime = new System.Windows.Forms.Label();
  61. this.lblCostTimeValue = new System.Windows.Forms.Label();
  62. this.tslblBufferDistance = new System.Windows.Forms.ToolStripLabel();
  63. this.tstxtBufferDistance = new System.Windows.Forms.ToolStripTextBox();
  64. this.tblPanelMain.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.MapControl)).BeginInit();
  66. this.panel1.SuspendLayout();
  67. this.toolStripButtons.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
  69. this.SuspendLayout();
  70. //
  71. // lblProgress
  72. //
  73. this.lblProgress.AutoSize = true;
  74. this.lblProgress.Font = new System.Drawing.Font("宋体", 24F);
  75. this.lblProgress.Location = new System.Drawing.Point(600, 9);
  76. this.lblProgress.Name = "lblProgress";
  77. this.lblProgress.Size = new System.Drawing.Size(111, 33);
  78. this.lblProgress.TabIndex = 3;
  79. this.lblProgress.Text = "......";
  80. //
  81. // lblInfo
  82. //
  83. this.lblInfo.AutoEllipsis = true;
  84. this.lblInfo.AutoSize = true;
  85. this.lblInfo.Font = new System.Drawing.Font("宋体", 24F);
  86. this.lblInfo.Location = new System.Drawing.Point(287, 9);
  87. this.lblInfo.Name = "lblInfo";
  88. this.lblInfo.Size = new System.Drawing.Size(303, 33);
  89. this.lblInfo.TabIndex = 2;
  90. this.lblInfo.Text = "正在分析中,请稍候";
  91. this.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  92. //
  93. // txtInfo
  94. //
  95. this.txtInfo.BackColor = System.Drawing.SystemColors.Control;
  96. this.txtInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  97. this.txtInfo.Font = new System.Drawing.Font("宋体", 10F);
  98. this.txtInfo.ForeColor = System.Drawing.Color.Red;
  99. this.txtInfo.Location = new System.Drawing.Point(163, 129);
  100. this.txtInfo.Multiline = true;
  101. this.txtInfo.Name = "txtInfo";
  102. this.txtInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  103. this.txtInfo.Size = new System.Drawing.Size(337, 370);
  104. this.txtInfo.TabIndex = 6;
  105. //
  106. // lblCount
  107. //
  108. this.lblCount.AutoSize = true;
  109. this.lblCount.Font = new System.Drawing.Font("宋体", 10F);
  110. this.lblCount.Location = new System.Drawing.Point(7, 80);
  111. this.lblCount.Name = "lblCount";
  112. this.lblCount.Size = new System.Drawing.Size(105, 14);
  113. this.lblCount.TabIndex = 3;
  114. this.lblCount.Text = "有效分析次数:";
  115. //
  116. // lblProcessingLayer
  117. //
  118. this.lblProcessingLayer.AutoSize = true;
  119. this.lblProcessingLayer.Font = new System.Drawing.Font("宋体", 10F);
  120. this.lblProcessingLayer.Location = new System.Drawing.Point(563, 80);
  121. this.lblProcessingLayer.Name = "lblProcessingLayer";
  122. this.lblProcessingLayer.Size = new System.Drawing.Size(266, 14);
  123. this.lblProcessingLayer.TabIndex = 3;
  124. this.lblProcessingLayer.Text = "当前分析: 图层 {0},总边数 {1},已分析";
  125. //
  126. // tblPanelMain
  127. //
  128. this.tblPanelMain.AutoScroll = true;
  129. this.tblPanelMain.AutoSize = true;
  130. this.tblPanelMain.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  131. this.tblPanelMain.ColumnCount = 4;
  132. this.tblPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 160F));
  133. this.tblPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  134. this.tblPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  135. this.tblPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  136. this.tblPanelMain.Controls.Add(this.txtInfo, 1, 1);
  137. this.tblPanelMain.Controls.Add(this.lboxLayer, 0, 1);
  138. this.tblPanelMain.Controls.Add(this.MapControl, 3, 1);
  139. this.tblPanelMain.Controls.Add(this.panel1, 0, 0);
  140. this.tblPanelMain.Controls.Add(this.lboxErrorConnection, 2, 1);
  141. this.tblPanelMain.Dock = System.Windows.Forms.DockStyle.Fill;
  142. this.tblPanelMain.Location = new System.Drawing.Point(0, 0);
  143. this.tblPanelMain.Margin = new System.Windows.Forms.Padding(0);
  144. this.tblPanelMain.Name = "tblPanelMain";
  145. this.tblPanelMain.RowCount = 2;
  146. this.tblPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 126F));
  147. this.tblPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  148. this.tblPanelMain.Size = new System.Drawing.Size(1252, 502);
  149. this.tblPanelMain.TabIndex = 8;
  150. //
  151. // lboxLayer
  152. //
  153. this.lboxLayer.Dock = System.Windows.Forms.DockStyle.Fill;
  154. this.lboxLayer.FormattingEnabled = true;
  155. this.lboxLayer.ItemHeight = 12;
  156. this.lboxLayer.Location = new System.Drawing.Point(3, 129);
  157. this.lboxLayer.Name = "lboxLayer";
  158. this.lboxLayer.Size = new System.Drawing.Size(154, 370);
  159. this.lboxLayer.TabIndex = 7;
  160. //
  161. // MapControl
  162. //
  163. this.MapControl.Dock = System.Windows.Forms.DockStyle.Fill;
  164. this.MapControl.Location = new System.Drawing.Point(849, 129);
  165. this.MapControl.Name = "MapControl";
  166. this.MapControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("MapControl.OcxState")));
  167. this.MapControl.Size = new System.Drawing.Size(400, 370);
  168. this.MapControl.TabIndex = 8;
  169. //
  170. // panel1
  171. //
  172. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  173. this.tblPanelMain.SetColumnSpan(this.panel1, 4);
  174. this.panel1.Controls.Add(this.lblInfo);
  175. this.panel1.Controls.Add(this.lblProgress);
  176. this.panel1.Controls.Add(this.lblCount);
  177. this.panel1.Controls.Add(this.lblEndTime);
  178. this.panel1.Controls.Add(this.lblStartTime);
  179. this.panel1.Controls.Add(this.toolStripButtons);
  180. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  181. this.panel1.Location = new System.Drawing.Point(0, 0);
  182. this.panel1.Margin = new System.Windows.Forms.Padding(0);
  183. this.panel1.Name = "panel1";
  184. this.panel1.Size = new System.Drawing.Size(1252, 126);
  185. this.panel1.TabIndex = 9;
  186. //
  187. // lblEndTime
  188. //
  189. this.lblEndTime.AutoSize = true;
  190. this.lblEndTime.Font = new System.Drawing.Font("宋体", 10F);
  191. this.lblEndTime.Location = new System.Drawing.Point(301, 80);
  192. this.lblEndTime.Name = "lblEndTime";
  193. this.lblEndTime.Size = new System.Drawing.Size(77, 14);
  194. this.lblEndTime.TabIndex = 3;
  195. this.lblEndTime.Text = "结束时间:";
  196. //
  197. // lblStartTime
  198. //
  199. this.lblStartTime.AutoSize = true;
  200. this.lblStartTime.Font = new System.Drawing.Font("宋体", 10F);
  201. this.lblStartTime.Location = new System.Drawing.Point(301, 58);
  202. this.lblStartTime.Name = "lblStartTime";
  203. this.lblStartTime.Size = new System.Drawing.Size(77, 14);
  204. this.lblStartTime.TabIndex = 3;
  205. this.lblStartTime.Text = "开始时间:";
  206. //
  207. // toolStripButtons
  208. //
  209. this.toolStripButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
  210. this.toolStripButtons.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  211. this.toolStripButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  212. this.tsbtnExcuteAnalyst,
  213. this.tsbtnConnectionRegion,
  214. this.tsbtnCancelAnalyst,
  215. this.tsbtnUpdateChildRegions,
  216. this.toolStripSeparator1,
  217. this.tsbtnStartEditing,
  218. this.tsbtnSaveEdits,
  219. this.tsbtnStopEdit,
  220. this.toolStripSeparator2,
  221. this.tsbtnZoomIn,
  222. this.tsbtnPan,
  223. this.tsbtnCheckConnection,
  224. this.tsbtnRepaire,
  225. this.toolStripSeparator3,
  226. this.tsbtnNewConnection,
  227. this.tslblBufferDistance,
  228. this.tstxtBufferDistance,
  229. this.tsbtnShowUnprocessed});
  230. this.toolStripButtons.Location = new System.Drawing.Point(0, 99);
  231. this.toolStripButtons.Name = "toolStripButtons";
  232. this.toolStripButtons.Size = new System.Drawing.Size(1250, 25);
  233. this.toolStripButtons.TabIndex = 6;
  234. this.toolStripButtons.Text = "toolStrip1";
  235. //
  236. // tsbtnExcuteAnalyst
  237. //
  238. this.tsbtnExcuteAnalyst.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExcuteAnalyst.Image")));
  239. this.tsbtnExcuteAnalyst.ImageTransparentColor = System.Drawing.Color.Magenta;
  240. this.tsbtnExcuteAnalyst.Margin = new System.Windows.Forms.Padding(5, 1, 0, 2);
  241. this.tsbtnExcuteAnalyst.Name = "tsbtnExcuteAnalyst";
  242. this.tsbtnExcuteAnalyst.Size = new System.Drawing.Size(91, 22);
  243. this.tsbtnExcuteAnalyst.Text = "爆管分析(&E)";
  244. this.tsbtnExcuteAnalyst.Click += new System.EventHandler(this.tsbtnExcuteAnalyst_Click);
  245. //
  246. // tsbtnConnectionRegion
  247. //
  248. this.tsbtnConnectionRegion.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnConnectionRegion.Image")));
  249. this.tsbtnConnectionRegion.ImageTransparentColor = System.Drawing.Color.Magenta;
  250. this.tsbtnConnectionRegion.Name = "tsbtnConnectionRegion";
  251. this.tsbtnConnectionRegion.Size = new System.Drawing.Size(100, 22);
  252. this.tsbtnConnectionRegion.Text = "连通片区分析";
  253. this.tsbtnConnectionRegion.Click += new System.EventHandler(this.tsbtnConnectionRegion_Click);
  254. //
  255. // tsbtnCancelAnalyst
  256. //
  257. this.tsbtnCancelAnalyst.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnCancelAnalyst.Image")));
  258. this.tsbtnCancelAnalyst.ImageTransparentColor = System.Drawing.Color.Magenta;
  259. this.tsbtnCancelAnalyst.Margin = new System.Windows.Forms.Padding(5, 1, 0, 2);
  260. this.tsbtnCancelAnalyst.Name = "tsbtnCancelAnalyst";
  261. this.tsbtnCancelAnalyst.Size = new System.Drawing.Size(68, 22);
  262. this.tsbtnCancelAnalyst.Text = "取消(&C)";
  263. this.tsbtnCancelAnalyst.Click += new System.EventHandler(this.tsbtnCancelAnalyst_Click);
  264. //
  265. // tsbtnUpdateChildRegions
  266. //
  267. this.tsbtnUpdateChildRegions.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnUpdateChildRegions.Image")));
  268. this.tsbtnUpdateChildRegions.ImageTransparentColor = System.Drawing.Color.Magenta;
  269. this.tsbtnUpdateChildRegions.Name = "tsbtnUpdateChildRegions";
  270. this.tsbtnUpdateChildRegions.Size = new System.Drawing.Size(112, 22);
  271. this.tsbtnUpdateChildRegions.Text = "从属子片区更新";
  272. this.tsbtnUpdateChildRegions.Click += new System.EventHandler(this.tsbtnUpdateChildRegions_Click);
  273. //
  274. // toolStripSeparator1
  275. //
  276. this.toolStripSeparator1.Name = "toolStripSeparator1";
  277. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  278. //
  279. // tsbtnStartEditing
  280. //
  281. this.tsbtnStartEditing.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  282. this.tsbtnStartEditing.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnStartEditing.Image")));
  283. this.tsbtnStartEditing.ImageTransparentColor = System.Drawing.Color.Magenta;
  284. this.tsbtnStartEditing.Name = "tsbtnStartEditing";
  285. this.tsbtnStartEditing.Size = new System.Drawing.Size(23, 22);
  286. this.tsbtnStartEditing.Text = "toolStripButton1";
  287. this.tsbtnStartEditing.Click += new System.EventHandler(this.tsbtnStartEditing_Click);
  288. //
  289. // tsbtnSaveEdits
  290. //
  291. this.tsbtnSaveEdits.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  292. this.tsbtnSaveEdits.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSaveEdits.Image")));
  293. this.tsbtnSaveEdits.ImageTransparentColor = System.Drawing.Color.Magenta;
  294. this.tsbtnSaveEdits.Name = "tsbtnSaveEdits";
  295. this.tsbtnSaveEdits.Size = new System.Drawing.Size(23, 22);
  296. this.tsbtnSaveEdits.Text = "toolStripButton3";
  297. this.tsbtnSaveEdits.Click += new System.EventHandler(this.tsbtnSaveEdits_Click);
  298. //
  299. // tsbtnStopEdit
  300. //
  301. this.tsbtnStopEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  302. this.tsbtnStopEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnStopEdit.Image")));
  303. this.tsbtnStopEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  304. this.tsbtnStopEdit.Name = "tsbtnStopEdit";
  305. this.tsbtnStopEdit.Size = new System.Drawing.Size(23, 22);
  306. this.tsbtnStopEdit.Text = "toolStripButton2";
  307. this.tsbtnStopEdit.Click += new System.EventHandler(this.tsbtnStopEdit_Click);
  308. //
  309. // toolStripSeparator2
  310. //
  311. this.toolStripSeparator2.Name = "toolStripSeparator2";
  312. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  313. //
  314. // tsbtnZoomIn
  315. //
  316. this.tsbtnZoomIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  317. this.tsbtnZoomIn.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnZoomIn.Image")));
  318. this.tsbtnZoomIn.ImageTransparentColor = System.Drawing.Color.Magenta;
  319. this.tsbtnZoomIn.Name = "tsbtnZoomIn";
  320. this.tsbtnZoomIn.Size = new System.Drawing.Size(23, 22);
  321. this.tsbtnZoomIn.Text = "toolStripButton1";
  322. this.tsbtnZoomIn.Click += new System.EventHandler(this.tsbtnZoomIn_Click);
  323. //
  324. // tsbtnPan
  325. //
  326. this.tsbtnPan.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  327. this.tsbtnPan.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnPan.Image")));
  328. this.tsbtnPan.ImageTransparentColor = System.Drawing.Color.Magenta;
  329. this.tsbtnPan.Name = "tsbtnPan";
  330. this.tsbtnPan.Size = new System.Drawing.Size(23, 22);
  331. this.tsbtnPan.Text = "toolStripButton1";
  332. this.tsbtnPan.Click += new System.EventHandler(this.tsbtnPan_Click);
  333. //
  334. // tsbtnCheckConnection
  335. //
  336. this.tsbtnCheckConnection.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnCheckConnection.Image")));
  337. this.tsbtnCheckConnection.ImageTransparentColor = System.Drawing.Color.Magenta;
  338. this.tsbtnCheckConnection.Name = "tsbtnCheckConnection";
  339. this.tsbtnCheckConnection.Size = new System.Drawing.Size(100, 22);
  340. this.tsbtnCheckConnection.Text = "检查连接关系";
  341. this.tsbtnCheckConnection.Click += new System.EventHandler(this.tsbtnCheckConnection_Click);
  342. //
  343. // tsbtnRepaire
  344. //
  345. this.tsbtnRepaire.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnRepaire.Image")));
  346. this.tsbtnRepaire.ImageTransparentColor = System.Drawing.Color.Magenta;
  347. this.tsbtnRepaire.Name = "tsbtnRepaire";
  348. this.tsbtnRepaire.Size = new System.Drawing.Size(100, 22);
  349. this.tsbtnRepaire.Text = "修复连接关系";
  350. this.tsbtnRepaire.Click += new System.EventHandler(this.tsbtnRepaire_Click);
  351. //
  352. // toolStripSeparator3
  353. //
  354. this.toolStripSeparator3.Name = "toolStripSeparator3";
  355. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  356. //
  357. // tsbtnNewConnection
  358. //
  359. this.tsbtnNewConnection.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnNewConnection.Image")));
  360. this.tsbtnNewConnection.ImageTransparentColor = System.Drawing.Color.Magenta;
  361. this.tsbtnNewConnection.Name = "tsbtnNewConnection";
  362. this.tsbtnNewConnection.Size = new System.Drawing.Size(88, 22);
  363. this.tsbtnNewConnection.Text = "新建连接线";
  364. this.tsbtnNewConnection.Click += new System.EventHandler(this.tsbtnNewConnection_Click);
  365. //
  366. // tsbtnShowUnprocessed
  367. //
  368. this.tsbtnShowUnprocessed.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnShowUnprocessed.Image")));
  369. this.tsbtnShowUnprocessed.ImageTransparentColor = System.Drawing.Color.Magenta;
  370. this.tsbtnShowUnprocessed.Name = "tsbtnShowUnprocessed";
  371. this.tsbtnShowUnprocessed.Size = new System.Drawing.Size(88, 22);
  372. this.tsbtnShowUnprocessed.Text = "显示未处理";
  373. this.tsbtnShowUnprocessed.Click += new System.EventHandler(this.tsbtnShowUnprocessed_Click);
  374. //
  375. // lboxErrorConnection
  376. //
  377. this.lboxErrorConnection.Dock = System.Windows.Forms.DockStyle.Fill;
  378. this.lboxErrorConnection.FormattingEnabled = true;
  379. this.lboxErrorConnection.ItemHeight = 12;
  380. this.lboxErrorConnection.Location = new System.Drawing.Point(506, 129);
  381. this.lboxErrorConnection.Name = "lboxErrorConnection";
  382. this.lboxErrorConnection.Size = new System.Drawing.Size(337, 370);
  383. this.lboxErrorConnection.TabIndex = 10;
  384. this.lboxErrorConnection.SelectedIndexChanged += new System.EventHandler(this.lboxErrorConnection_SelectedIndexChanged);
  385. //
  386. // lblFeatureCount
  387. //
  388. this.lblFeatureCount.AutoSize = true;
  389. this.lblFeatureCount.Font = new System.Drawing.Font("宋体", 10F);
  390. this.lblFeatureCount.Location = new System.Drawing.Point(837, 80);
  391. this.lblFeatureCount.Name = "lblFeatureCount";
  392. this.lblFeatureCount.Size = new System.Drawing.Size(42, 14);
  393. this.lblFeatureCount.TabIndex = 3;
  394. this.lblFeatureCount.Text = "{0}个";
  395. //
  396. // axLicenseControl1
  397. //
  398. this.axLicenseControl1.Enabled = true;
  399. this.axLicenseControl1.Location = new System.Drawing.Point(1217, 85);
  400. this.axLicenseControl1.Name = "axLicenseControl1";
  401. this.axLicenseControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axLicenseControl1.OcxState")));
  402. this.axLicenseControl1.Size = new System.Drawing.Size(32, 32);
  403. this.axLicenseControl1.TabIndex = 9;
  404. //
  405. // lblCostTime
  406. //
  407. this.lblCostTime.AutoSize = true;
  408. this.lblCostTime.Font = new System.Drawing.Font("宋体", 10F);
  409. this.lblCostTime.Location = new System.Drawing.Point(975, 80);
  410. this.lblCostTime.Name = "lblCostTime";
  411. this.lblCostTime.Size = new System.Drawing.Size(77, 14);
  412. this.lblCostTime.TabIndex = 3;
  413. this.lblCostTime.Text = "分析耗时:";
  414. //
  415. // lblCostTimeValue
  416. //
  417. this.lblCostTimeValue.AutoSize = true;
  418. this.lblCostTimeValue.Font = new System.Drawing.Font("宋体", 10F);
  419. this.lblCostTimeValue.Location = new System.Drawing.Point(1060, 80);
  420. this.lblCostTimeValue.Name = "lblCostTimeValue";
  421. this.lblCostTimeValue.Size = new System.Drawing.Size(119, 14);
  422. this.lblCostTimeValue.TabIndex = 3;
  423. this.lblCostTimeValue.Text = "预计需要 {0}分钟";
  424. //
  425. // tslblBufferDistance
  426. //
  427. this.tslblBufferDistance.Name = "tslblBufferDistance";
  428. this.tslblBufferDistance.Size = new System.Drawing.Size(59, 22);
  429. this.tslblBufferDistance.Text = "搜索距离:";
  430. //
  431. // tstxtBufferDistance
  432. //
  433. this.tstxtBufferDistance.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  434. this.tstxtBufferDistance.Name = "tstxtBufferDistance";
  435. this.tstxtBufferDistance.Size = new System.Drawing.Size(100, 25);
  436. this.tstxtBufferDistance.Text = "0.15";
  437. //
  438. // FormGNAnalystBatch
  439. //
  440. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  441. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  442. this.ClientSize = new System.Drawing.Size(1252, 502);
  443. this.Controls.Add(this.axLicenseControl1);
  444. this.Controls.Add(this.lblCostTimeValue);
  445. this.Controls.Add(this.lblCostTime);
  446. this.Controls.Add(this.lblFeatureCount);
  447. this.Controls.Add(this.lblProcessingLayer);
  448. this.Controls.Add(this.tblPanelMain);
  449. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  450. this.Name = "FormGNAnalystBatch";
  451. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  452. this.Text = "管网网络分析";
  453. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  454. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormGNAnalystBatch_FormClosed);
  455. this.Shown += new System.EventHandler(this.FormGNAnalystBatch_Shown);
  456. this.tblPanelMain.ResumeLayout(false);
  457. this.tblPanelMain.PerformLayout();
  458. ((System.ComponentModel.ISupportInitialize)(this.MapControl)).EndInit();
  459. this.panel1.ResumeLayout(false);
  460. this.panel1.PerformLayout();
  461. this.toolStripButtons.ResumeLayout(false);
  462. this.toolStripButtons.PerformLayout();
  463. ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
  464. this.ResumeLayout(false);
  465. this.PerformLayout();
  466. }
  467. #endregion
  468. private System.Windows.Forms.Label lblProgress;
  469. private System.Windows.Forms.Label lblInfo;
  470. private System.Windows.Forms.TextBox txtInfo;
  471. private System.Windows.Forms.Label lblCount;
  472. private System.Windows.Forms.Label lblProcessingLayer;
  473. private System.Windows.Forms.TableLayoutPanel tblPanelMain;
  474. private System.Windows.Forms.ListBox lboxLayer;
  475. private System.Windows.Forms.Label lblStartTime;
  476. private System.Windows.Forms.Label lblFeatureCount;
  477. private System.Windows.Forms.Label lblEndTime;
  478. private ESRI.ArcGIS.Controls.AxMapControl MapControl;
  479. private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1;
  480. private System.Windows.Forms.Label lblCostTime;
  481. private System.Windows.Forms.Label lblCostTimeValue;
  482. private System.Windows.Forms.Panel panel1;
  483. private System.Windows.Forms.ToolStrip toolStripButtons;
  484. private System.Windows.Forms.ToolStripButton tsbtnExcuteAnalyst;
  485. private System.Windows.Forms.ToolStripButton tsbtnCancelAnalyst;
  486. private System.Windows.Forms.ToolStripButton tsbtnUpdateChildRegions;
  487. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  488. private System.Windows.Forms.ToolStripButton tsbtnZoomIn;
  489. private System.Windows.Forms.ToolStripButton tsbtnCheckConnection;
  490. private System.Windows.Forms.ListBox lboxErrorConnection;
  491. private System.Windows.Forms.ToolStripButton tsbtnPan;
  492. private System.Windows.Forms.ToolStripButton tsbtnRepaire;
  493. private System.Windows.Forms.ToolStripButton tsbtnStartEditing;
  494. private System.Windows.Forms.ToolStripButton tsbtnSaveEdits;
  495. private System.Windows.Forms.ToolStripButton tsbtnStopEdit;
  496. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  497. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  498. private System.Windows.Forms.ToolStripButton tsbtnNewConnection;
  499. private System.Windows.Forms.ToolStripButton tsbtnShowUnprocessed;
  500. private System.Windows.Forms.ToolStripButton tsbtnConnectionRegion;
  501. private System.Windows.Forms.ToolStripLabel tslblBufferDistance;
  502. private System.Windows.Forms.ToolStripTextBox tstxtBufferDistance;
  503. }
  504. }