CStationIDRelatedForm.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434
  1. namespace PMSUI
  2. {
  3. partial class CStationIDRelatedForm
  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. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  29. this.DGVNodeIDRelated = new System.Windows.Forms.DataGridView();
  30. this.gp_Opt = new System.Windows.Forms.GroupBox();
  31. this.btHelps = new System.Windows.Forms.Button();
  32. this.tbReserved3 = new System.Windows.Forms.TextBox();
  33. this.lbReserved3 = new System.Windows.Forms.Label();
  34. this.tbReserved2 = new System.Windows.Forms.TextBox();
  35. this.lbReserved2 = new System.Windows.Forms.Label();
  36. this.tbReserved1 = new System.Windows.Forms.TextBox();
  37. this.lbReserved1 = new System.Windows.Forms.Label();
  38. this.tbRemark = new System.Windows.Forms.TextBox();
  39. this.lbRemark = new System.Windows.Forms.Label();
  40. this.tbRelatedVertex3 = new System.Windows.Forms.TextBox();
  41. this.tbRelatedStationID3 = new System.Windows.Forms.TextBox();
  42. this.lbRelatedVertex3 = new System.Windows.Forms.Label();
  43. this.lbRelatedStationID3 = new System.Windows.Forms.Label();
  44. this.tbRelatedVertex2 = new System.Windows.Forms.TextBox();
  45. this.tbRelatedStationID2 = new System.Windows.Forms.TextBox();
  46. this.lbRelatedVertex2 = new System.Windows.Forms.Label();
  47. this.lbRelatedStationID2 = new System.Windows.Forms.Label();
  48. this.tbRelatedVertex1 = new System.Windows.Forms.TextBox();
  49. this.tbRelatedStationID1 = new System.Windows.Forms.TextBox();
  50. this.btModfiy = new System.Windows.Forms.Button();
  51. this.btDelete = new System.Windows.Forms.Button();
  52. this.btAdd = new System.Windows.Forms.Button();
  53. this.lbRelatedVertex1 = new System.Windows.Forms.Label();
  54. this.lbRelatedStationID1 = new System.Windows.Forms.Label();
  55. this.lbStation = new System.Windows.Forms.Label();
  56. this.tbStationID = new System.Windows.Forms.TextBox();
  57. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  58. this.splitContainer1.Panel1.SuspendLayout();
  59. this.splitContainer1.Panel2.SuspendLayout();
  60. this.splitContainer1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.DGVNodeIDRelated)).BeginInit();
  62. this.gp_Opt.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // splitContainer1
  66. //
  67. this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
  68. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  69. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  70. this.splitContainer1.Name = "splitContainer1";
  71. //
  72. // splitContainer1.Panel1
  73. //
  74. this.splitContainer1.Panel1.Controls.Add(this.DGVNodeIDRelated);
  75. //
  76. // splitContainer1.Panel2
  77. //
  78. this.splitContainer1.Panel2.Controls.Add(this.btHelps);
  79. this.splitContainer1.Panel2.Controls.Add(this.gp_Opt);
  80. this.splitContainer1.Size = new System.Drawing.Size(763, 501);
  81. this.splitContainer1.SplitterDistance = 443;
  82. this.splitContainer1.TabIndex = 1;
  83. //
  84. // DGVNodeIDRelated
  85. //
  86. this.DGVNodeIDRelated.AllowUserToAddRows = false;
  87. this.DGVNodeIDRelated.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  88. this.DGVNodeIDRelated.BackgroundColor = System.Drawing.SystemColors.Control;
  89. this.DGVNodeIDRelated.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  90. this.DGVNodeIDRelated.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.DGVNodeIDRelated.Location = new System.Drawing.Point(0, 0);
  92. this.DGVNodeIDRelated.MultiSelect = false;
  93. this.DGVNodeIDRelated.Name = "DGVNodeIDRelated";
  94. this.DGVNodeIDRelated.ReadOnly = true;
  95. this.DGVNodeIDRelated.RowHeadersVisible = false;
  96. this.DGVNodeIDRelated.RowTemplate.Height = 23;
  97. this.DGVNodeIDRelated.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  98. this.DGVNodeIDRelated.Size = new System.Drawing.Size(443, 501);
  99. this.DGVNodeIDRelated.TabIndex = 0;
  100. this.DGVNodeIDRelated.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DGVNodeIDRelated_CellMouseClick);
  101. //
  102. // gp_Opt
  103. //
  104. this.gp_Opt.BackColor = System.Drawing.Color.Transparent;
  105. this.gp_Opt.Controls.Add(this.tbReserved3);
  106. this.gp_Opt.Controls.Add(this.lbReserved3);
  107. this.gp_Opt.Controls.Add(this.tbReserved2);
  108. this.gp_Opt.Controls.Add(this.lbReserved2);
  109. this.gp_Opt.Controls.Add(this.tbReserved1);
  110. this.gp_Opt.Controls.Add(this.lbReserved1);
  111. this.gp_Opt.Controls.Add(this.tbRemark);
  112. this.gp_Opt.Controls.Add(this.lbRemark);
  113. this.gp_Opt.Controls.Add(this.tbRelatedVertex3);
  114. this.gp_Opt.Controls.Add(this.tbRelatedStationID3);
  115. this.gp_Opt.Controls.Add(this.lbRelatedVertex3);
  116. this.gp_Opt.Controls.Add(this.lbRelatedStationID3);
  117. this.gp_Opt.Controls.Add(this.tbRelatedVertex2);
  118. this.gp_Opt.Controls.Add(this.tbRelatedStationID2);
  119. this.gp_Opt.Controls.Add(this.lbRelatedVertex2);
  120. this.gp_Opt.Controls.Add(this.lbRelatedStationID2);
  121. this.gp_Opt.Controls.Add(this.tbRelatedVertex1);
  122. this.gp_Opt.Controls.Add(this.tbRelatedStationID1);
  123. this.gp_Opt.Controls.Add(this.btModfiy);
  124. this.gp_Opt.Controls.Add(this.btDelete);
  125. this.gp_Opt.Controls.Add(this.btAdd);
  126. this.gp_Opt.Controls.Add(this.lbRelatedVertex1);
  127. this.gp_Opt.Controls.Add(this.lbRelatedStationID1);
  128. this.gp_Opt.Controls.Add(this.lbStation);
  129. this.gp_Opt.Controls.Add(this.tbStationID);
  130. this.gp_Opt.Location = new System.Drawing.Point(3, 41);
  131. this.gp_Opt.Name = "gp_Opt";
  132. this.gp_Opt.Size = new System.Drawing.Size(282, 420);
  133. this.gp_Opt.TabIndex = 0;
  134. this.gp_Opt.TabStop = false;
  135. this.gp_Opt.Text = "设置";
  136. //
  137. // btHelps
  138. //
  139. this.btHelps.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  140. this.btHelps.Location = new System.Drawing.Point(3, 12);
  141. this.btHelps.Name = "btHelps";
  142. this.btHelps.Size = new System.Drawing.Size(85, 23);
  143. this.btHelps.TabIndex = 47;
  144. this.btHelps.Text = "帮助信息";
  145. this.btHelps.UseVisualStyleBackColor = true;
  146. this.btHelps.Click += new System.EventHandler(this.btHelps_Click);
  147. //
  148. // tbReserved3
  149. //
  150. this.tbReserved3.BackColor = System.Drawing.SystemColors.Window;
  151. this.tbReserved3.Location = new System.Drawing.Point(130, 329);
  152. this.tbReserved3.Name = "tbReserved3";
  153. this.tbReserved3.Size = new System.Drawing.Size(121, 21);
  154. this.tbReserved3.TabIndex = 41;
  155. //
  156. // lbReserved3
  157. //
  158. this.lbReserved3.AutoSize = true;
  159. this.lbReserved3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.lbReserved3.Location = new System.Drawing.Point(15, 328);
  161. this.lbReserved3.Name = "lbReserved3";
  162. this.lbReserved3.Size = new System.Drawing.Size(39, 17);
  163. this.lbReserved3.TabIndex = 40;
  164. this.lbReserved3.Text = "备用3";
  165. //
  166. // tbReserved2
  167. //
  168. this.tbReserved2.BackColor = System.Drawing.SystemColors.Window;
  169. this.tbReserved2.Location = new System.Drawing.Point(130, 302);
  170. this.tbReserved2.Name = "tbReserved2";
  171. this.tbReserved2.Size = new System.Drawing.Size(121, 21);
  172. this.tbReserved2.TabIndex = 39;
  173. //
  174. // lbReserved2
  175. //
  176. this.lbReserved2.AutoSize = true;
  177. this.lbReserved2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.lbReserved2.Location = new System.Drawing.Point(15, 301);
  179. this.lbReserved2.Name = "lbReserved2";
  180. this.lbReserved2.Size = new System.Drawing.Size(39, 17);
  181. this.lbReserved2.TabIndex = 38;
  182. this.lbReserved2.Text = "备用2";
  183. //
  184. // tbReserved1
  185. //
  186. this.tbReserved1.BackColor = System.Drawing.SystemColors.Window;
  187. this.tbReserved1.Location = new System.Drawing.Point(130, 275);
  188. this.tbReserved1.Name = "tbReserved1";
  189. this.tbReserved1.Size = new System.Drawing.Size(121, 21);
  190. this.tbReserved1.TabIndex = 37;
  191. //
  192. // lbReserved1
  193. //
  194. this.lbReserved1.AutoSize = true;
  195. this.lbReserved1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.lbReserved1.Location = new System.Drawing.Point(15, 274);
  197. this.lbReserved1.Name = "lbReserved1";
  198. this.lbReserved1.Size = new System.Drawing.Size(39, 17);
  199. this.lbReserved1.TabIndex = 36;
  200. this.lbReserved1.Text = "备用1";
  201. //
  202. // tbRemark
  203. //
  204. this.tbRemark.BackColor = System.Drawing.SystemColors.Window;
  205. this.tbRemark.Location = new System.Drawing.Point(130, 248);
  206. this.tbRemark.Name = "tbRemark";
  207. this.tbRemark.Size = new System.Drawing.Size(121, 21);
  208. this.tbRemark.TabIndex = 35;
  209. //
  210. // lbRemark
  211. //
  212. this.lbRemark.AutoSize = true;
  213. this.lbRemark.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.lbRemark.Location = new System.Drawing.Point(15, 247);
  215. this.lbRemark.Name = "lbRemark";
  216. this.lbRemark.Size = new System.Drawing.Size(32, 17);
  217. this.lbRemark.TabIndex = 34;
  218. this.lbRemark.Text = "备注";
  219. //
  220. // tbRelatedVertex3
  221. //
  222. this.tbRelatedVertex3.BackColor = System.Drawing.SystemColors.Window;
  223. this.tbRelatedVertex3.Location = new System.Drawing.Point(130, 212);
  224. this.tbRelatedVertex3.Name = "tbRelatedVertex3";
  225. this.tbRelatedVertex3.Size = new System.Drawing.Size(121, 21);
  226. this.tbRelatedVertex3.TabIndex = 33;
  227. //
  228. // tbRelatedStationID3
  229. //
  230. this.tbRelatedStationID3.BackColor = System.Drawing.SystemColors.Window;
  231. this.tbRelatedStationID3.Location = new System.Drawing.Point(131, 185);
  232. this.tbRelatedStationID3.Name = "tbRelatedStationID3";
  233. this.tbRelatedStationID3.Size = new System.Drawing.Size(121, 21);
  234. this.tbRelatedStationID3.TabIndex = 32;
  235. //
  236. // lbRelatedVertex3
  237. //
  238. this.lbRelatedVertex3.AutoSize = true;
  239. this.lbRelatedVertex3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.lbRelatedVertex3.Location = new System.Drawing.Point(15, 211);
  241. this.lbRelatedVertex3.Name = "lbRelatedVertex3";
  242. this.lbRelatedVertex3.Size = new System.Drawing.Size(75, 17);
  243. this.lbRelatedVertex3.TabIndex = 31;
  244. this.lbRelatedVertex3.Text = "关联导航点3";
  245. //
  246. // lbRelatedStationID3
  247. //
  248. this.lbRelatedStationID3.AutoSize = true;
  249. this.lbRelatedStationID3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.lbRelatedStationID3.Location = new System.Drawing.Point(16, 184);
  251. this.lbRelatedStationID3.Name = "lbRelatedStationID3";
  252. this.lbRelatedStationID3.Size = new System.Drawing.Size(87, 17);
  253. this.lbRelatedStationID3.TabIndex = 30;
  254. this.lbRelatedStationID3.Text = "关联活动站点3";
  255. //
  256. // tbRelatedVertex2
  257. //
  258. this.tbRelatedVertex2.BackColor = System.Drawing.SystemColors.Window;
  259. this.tbRelatedVertex2.Location = new System.Drawing.Point(131, 147);
  260. this.tbRelatedVertex2.Name = "tbRelatedVertex2";
  261. this.tbRelatedVertex2.Size = new System.Drawing.Size(121, 21);
  262. this.tbRelatedVertex2.TabIndex = 29;
  263. //
  264. // tbRelatedStationID2
  265. //
  266. this.tbRelatedStationID2.BackColor = System.Drawing.SystemColors.Window;
  267. this.tbRelatedStationID2.Location = new System.Drawing.Point(132, 120);
  268. this.tbRelatedStationID2.Name = "tbRelatedStationID2";
  269. this.tbRelatedStationID2.Size = new System.Drawing.Size(121, 21);
  270. this.tbRelatedStationID2.TabIndex = 28;
  271. //
  272. // lbRelatedVertex2
  273. //
  274. this.lbRelatedVertex2.AutoSize = true;
  275. this.lbRelatedVertex2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.lbRelatedVertex2.Location = new System.Drawing.Point(16, 146);
  277. this.lbRelatedVertex2.Name = "lbRelatedVertex2";
  278. this.lbRelatedVertex2.Size = new System.Drawing.Size(75, 17);
  279. this.lbRelatedVertex2.TabIndex = 27;
  280. this.lbRelatedVertex2.Text = "关联导航点2";
  281. //
  282. // lbRelatedStationID2
  283. //
  284. this.lbRelatedStationID2.AutoSize = true;
  285. this.lbRelatedStationID2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.lbRelatedStationID2.Location = new System.Drawing.Point(17, 119);
  287. this.lbRelatedStationID2.Name = "lbRelatedStationID2";
  288. this.lbRelatedStationID2.Size = new System.Drawing.Size(87, 17);
  289. this.lbRelatedStationID2.TabIndex = 26;
  290. this.lbRelatedStationID2.Text = "关联活动站点2";
  291. //
  292. // tbRelatedVertex1
  293. //
  294. this.tbRelatedVertex1.BackColor = System.Drawing.SystemColors.Window;
  295. this.tbRelatedVertex1.Location = new System.Drawing.Point(131, 84);
  296. this.tbRelatedVertex1.Name = "tbRelatedVertex1";
  297. this.tbRelatedVertex1.Size = new System.Drawing.Size(121, 21);
  298. this.tbRelatedVertex1.TabIndex = 25;
  299. //
  300. // tbRelatedStationID1
  301. //
  302. this.tbRelatedStationID1.BackColor = System.Drawing.SystemColors.Window;
  303. this.tbRelatedStationID1.Location = new System.Drawing.Point(132, 57);
  304. this.tbRelatedStationID1.Name = "tbRelatedStationID1";
  305. this.tbRelatedStationID1.Size = new System.Drawing.Size(121, 21);
  306. this.tbRelatedStationID1.TabIndex = 24;
  307. //
  308. // btModfiy
  309. //
  310. this.btModfiy.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. this.btModfiy.Location = new System.Drawing.Point(96, 366);
  312. this.btModfiy.Name = "btModfiy";
  313. this.btModfiy.Size = new System.Drawing.Size(75, 28);
  314. this.btModfiy.TabIndex = 23;
  315. this.btModfiy.Text = "修改";
  316. this.btModfiy.UseVisualStyleBackColor = true;
  317. this.btModfiy.Click += new System.EventHandler(this.btModfiy_Click);
  318. //
  319. // btDelete
  320. //
  321. this.btDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  322. this.btDelete.Location = new System.Drawing.Point(184, 366);
  323. this.btDelete.Name = "btDelete";
  324. this.btDelete.Size = new System.Drawing.Size(75, 28);
  325. this.btDelete.TabIndex = 22;
  326. this.btDelete.Text = "删除";
  327. this.btDelete.UseVisualStyleBackColor = true;
  328. this.btDelete.Click += new System.EventHandler(this.btDelete_Click);
  329. //
  330. // btAdd
  331. //
  332. this.btAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  333. this.btAdd.Location = new System.Drawing.Point(8, 366);
  334. this.btAdd.Name = "btAdd";
  335. this.btAdd.Size = new System.Drawing.Size(75, 28);
  336. this.btAdd.TabIndex = 21;
  337. this.btAdd.Text = "增加";
  338. this.btAdd.UseVisualStyleBackColor = true;
  339. this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
  340. //
  341. // lbRelatedVertex1
  342. //
  343. this.lbRelatedVertex1.AutoSize = true;
  344. this.lbRelatedVertex1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  345. this.lbRelatedVertex1.Location = new System.Drawing.Point(16, 83);
  346. this.lbRelatedVertex1.Name = "lbRelatedVertex1";
  347. this.lbRelatedVertex1.Size = new System.Drawing.Size(75, 17);
  348. this.lbRelatedVertex1.TabIndex = 20;
  349. this.lbRelatedVertex1.Text = "关联导航点1";
  350. //
  351. // lbRelatedStationID1
  352. //
  353. this.lbRelatedStationID1.AutoSize = true;
  354. this.lbRelatedStationID1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  355. this.lbRelatedStationID1.Location = new System.Drawing.Point(17, 56);
  356. this.lbRelatedStationID1.Name = "lbRelatedStationID1";
  357. this.lbRelatedStationID1.Size = new System.Drawing.Size(87, 17);
  358. this.lbRelatedStationID1.TabIndex = 16;
  359. this.lbRelatedStationID1.Text = "关联活动站点1";
  360. //
  361. // lbStation
  362. //
  363. this.lbStation.AutoSize = true;
  364. this.lbStation.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  365. this.lbStation.Location = new System.Drawing.Point(17, 28);
  366. this.lbStation.Name = "lbStation";
  367. this.lbStation.Size = new System.Drawing.Size(56, 17);
  368. this.lbStation.TabIndex = 15;
  369. this.lbStation.Text = "活动站点";
  370. //
  371. // tbStationID
  372. //
  373. this.tbStationID.BackColor = System.Drawing.SystemColors.Window;
  374. this.tbStationID.Location = new System.Drawing.Point(132, 29);
  375. this.tbStationID.Name = "tbStationID";
  376. this.tbStationID.Size = new System.Drawing.Size(121, 21);
  377. this.tbStationID.TabIndex = 14;
  378. //
  379. // CStationIDRelatedForm
  380. //
  381. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  382. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  383. this.ClientSize = new System.Drawing.Size(763, 501);
  384. this.Controls.Add(this.splitContainer1);
  385. this.Name = "CStationIDRelatedForm";
  386. this.Text = "节点关联设置";
  387. this.Load += new System.EventHandler(this.CStationIDRelatedForm_Load);
  388. this.splitContainer1.Panel1.ResumeLayout(false);
  389. this.splitContainer1.Panel2.ResumeLayout(false);
  390. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  391. this.splitContainer1.ResumeLayout(false);
  392. ((System.ComponentModel.ISupportInitialize)(this.DGVNodeIDRelated)).EndInit();
  393. this.gp_Opt.ResumeLayout(false);
  394. this.gp_Opt.PerformLayout();
  395. this.ResumeLayout(false);
  396. }
  397. #endregion
  398. private System.Windows.Forms.SplitContainer splitContainer1;
  399. private System.Windows.Forms.DataGridView DGVNodeIDRelated;
  400. private System.Windows.Forms.GroupBox gp_Opt;
  401. private System.Windows.Forms.TextBox tbRemark;
  402. private System.Windows.Forms.Label lbRemark;
  403. private System.Windows.Forms.TextBox tbRelatedVertex3;
  404. private System.Windows.Forms.TextBox tbRelatedStationID3;
  405. private System.Windows.Forms.Label lbRelatedVertex3;
  406. private System.Windows.Forms.Label lbRelatedStationID3;
  407. private System.Windows.Forms.TextBox tbRelatedVertex2;
  408. private System.Windows.Forms.TextBox tbRelatedStationID2;
  409. private System.Windows.Forms.Label lbRelatedVertex2;
  410. private System.Windows.Forms.Label lbRelatedStationID2;
  411. private System.Windows.Forms.TextBox tbRelatedVertex1;
  412. private System.Windows.Forms.TextBox tbRelatedStationID1;
  413. private System.Windows.Forms.Button btModfiy;
  414. private System.Windows.Forms.Button btDelete;
  415. private System.Windows.Forms.Button btAdd;
  416. private System.Windows.Forms.Label lbRelatedVertex1;
  417. private System.Windows.Forms.Label lbRelatedStationID1;
  418. private System.Windows.Forms.Label lbStation;
  419. private System.Windows.Forms.TextBox tbStationID;
  420. private System.Windows.Forms.TextBox tbReserved3;
  421. private System.Windows.Forms.Label lbReserved3;
  422. private System.Windows.Forms.TextBox tbReserved2;
  423. private System.Windows.Forms.Label lbReserved2;
  424. private System.Windows.Forms.TextBox tbReserved1;
  425. private System.Windows.Forms.Label lbReserved1;
  426. private System.Windows.Forms.Button btHelps;
  427. }
  428. }