PageRenderTime 51ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 1ms

/GeoRouting/branches/GeoHyperstar/Forms/GeoHyperstar.Designer.cs

http://georouting-hyperpath.googlecode.com/
C# | 1193 lines | 941 code | 7 blank | 245 comment | 3 complexity | b46b42d48bcaddbebf66db482db27443 MD5 | raw file
Possible License(s): BSD-3-Clause, LGPL-2.1

Large files files are truncated, but you can click here to view the full file

  1. namespace GeoHyperstar.Forms
  2. {
  3. partial class GeoHyperStar_MainForm
  4. {
  5. /// <summary>
  6. /// ?????????
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// ????????????
  11. /// </summary>
  12. /// <param name="disposing">??????????? true???? false?</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows ??????????
  22. /// <summary>
  23. /// ?????????? - ??
  24. /// ????????????????
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GeoHyperStar_MainForm));
  29. this.RunAlg_btn = new System.Windows.Forms.Button();
  30. this.Origin_nud = new System.Windows.Forms.NumericUpDown();
  31. this.Destination_nud = new System.Windows.Forms.NumericUpDown();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.SaveToFile_btn = new System.Windows.Forms.Button();
  35. this.ReadFromFile_btn = new System.Windows.Forms.Button();
  36. this.groupBox1 = new System.Windows.Forms.GroupBox();
  37. this.Export_btn = new System.Windows.Forms.Button();
  38. this.groupBox2 = new System.Windows.Forms.GroupBox();
  39. this.PassOD_btn = new System.Windows.Forms.Button();
  40. this.DHS_btn = new System.Windows.Forms.Button();
  41. this.groupBox3 = new System.Windows.Forms.GroupBox();
  42. this.SingleRunOption_group = new System.Windows.Forms.GroupBox();
  43. this.label7 = new System.Windows.Forms.Label();
  44. this.LocalIncludeEt_ckb = new System.Windows.Forms.CheckBox();
  45. this.GloablOnPOset_ckb = new System.Windows.Forms.CheckBox();
  46. this.LocalSearch_rb = new System.Windows.Forms.RadioButton();
  47. this.GlobalSearch_rb = new System.Windows.Forms.RadioButton();
  48. this.RandOD_btn = new System.Windows.Forms.Button();
  49. this.Swap_btn = new System.Windows.Forms.Button();
  50. this.WinChart_btn = new System.Windows.Forms.Button();
  51. this.MapDisplay_btn = new System.Windows.Forms.Button();
  52. this.label6 = new System.Windows.Forms.Label();
  53. this.SaveToDatabase_rb = new System.Windows.Forms.RadioButton();
  54. this.label4 = new System.Windows.Forms.Label();
  55. this.SaveToFile_rb = new System.Windows.Forms.RadioButton();
  56. this.label5 = new System.Windows.Forms.Label();
  57. this.HyperTo_nud = new System.Windows.Forms.NumericUpDown();
  58. this.HyperFrom_nud = new System.Windows.Forms.NumericUpDown();
  59. this.MaxDelayLevel_cmb = new System.Windows.Forms.ComboBox();
  60. this.label1 = new System.Windows.Forms.Label();
  61. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  62. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  63. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  64. this.runToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  65. this.settingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  66. this.testNetwrokToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  67. this.mesh533945ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  68. this.uSNetworkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  69. this.advancedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  70. this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  71. this.AlgLog_tb = new System.Windows.Forms.TextBox();
  72. this.groupBox4 = new System.Windows.Forms.GroupBox();
  73. this.Clear_btn = new System.Windows.Forms.Button();
  74. this.groupBox5 = new System.Windows.Forms.GroupBox();
  75. this.SimLocalIncludeEt_ckb = new System.Windows.Forms.CheckBox();
  76. this.SimGlobalOnPO_ckb = new System.Windows.Forms.CheckBox();
  77. this.Chart_btn = new System.Windows.Forms.Button();
  78. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  79. this.label8 = new System.Windows.Forms.Label();
  80. this.SimStart_btn = new System.Windows.Forms.Button();
  81. this.Iteration_nud = new System.Windows.Forms.NumericUpDown();
  82. this.Main_tab = new System.Windows.Forms.TabControl();
  83. this.Main_tp = new System.Windows.Forms.TabPage();
  84. this.AlgTest_tp = new System.Windows.Forms.TabPage();
  85. this.textBox1 = new System.Windows.Forms.TextBox();
  86. this.groupBox6 = new System.Windows.Forms.GroupBox();
  87. this.ClearLog_btn = new System.Windows.Forms.Button();
  88. this.AlgTest_progressbar = new System.Windows.Forms.ProgressBar();
  89. this.StartAlg_Test_btn = new System.Windows.Forms.Button();
  90. this.label11 = new System.Windows.Forms.Label();
  91. this.RunTimes_nud = new System.Windows.Forms.NumericUpDown();
  92. this.label10 = new System.Windows.Forms.Label();
  93. this.RandOD_nud = new System.Windows.Forms.NumericUpDown();
  94. this.AlgTestLog_tb = new System.Windows.Forms.TextBox();
  95. this.label9 = new System.Windows.Forms.Label();
  96. this.AlgName_cb = new System.Windows.Forms.ComboBox();
  97. this.SPSim_tp = new System.Windows.Forms.TabPage();
  98. this.SP_Sim_Plot_btn = new System.Windows.Forms.Button();
  99. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  100. this.Start2_btn = new System.Windows.Forms.Button();
  101. this.label12 = new System.Windows.Forms.Label();
  102. this.RunTimes2_nud = new System.Windows.Forms.NumericUpDown();
  103. this.label13 = new System.Windows.Forms.Label();
  104. this.RandOD2_nud = new System.Windows.Forms.NumericUpDown();
  105. this.SPSim_progressBar = new System.Windows.Forms.ProgressBar();
  106. ((System.ComponentModel.ISupportInitialize)(this.Origin_nud)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.Destination_nud)).BeginInit();
  108. this.groupBox1.SuspendLayout();
  109. this.groupBox2.SuspendLayout();
  110. this.groupBox3.SuspendLayout();
  111. this.SingleRunOption_group.SuspendLayout();
  112. ((System.ComponentModel.ISupportInitialize)(this.HyperTo_nud)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.HyperFrom_nud)).BeginInit();
  114. this.statusStrip1.SuspendLayout();
  115. this.menuStrip1.SuspendLayout();
  116. this.groupBox4.SuspendLayout();
  117. this.groupBox5.SuspendLayout();
  118. ((System.ComponentModel.ISupportInitialize)(this.Iteration_nud)).BeginInit();
  119. this.Main_tab.SuspendLayout();
  120. this.Main_tp.SuspendLayout();
  121. this.AlgTest_tp.SuspendLayout();
  122. this.groupBox6.SuspendLayout();
  123. ((System.ComponentModel.ISupportInitialize)(this.RunTimes_nud)).BeginInit();
  124. ((System.ComponentModel.ISupportInitialize)(this.RandOD_nud)).BeginInit();
  125. this.SPSim_tp.SuspendLayout();
  126. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.RunTimes2_nud)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.RandOD2_nud)).BeginInit();
  129. this.SuspendLayout();
  130. //
  131. // RunAlg_btn
  132. //
  133. this.RunAlg_btn.Location = new System.Drawing.Point(206, 23);
  134. this.RunAlg_btn.Name = "RunAlg_btn";
  135. this.RunAlg_btn.Size = new System.Drawing.Size(63, 23);
  136. this.RunAlg_btn.TabIndex = 3;
  137. this.RunAlg_btn.Text = "Run";
  138. this.RunAlg_btn.UseVisualStyleBackColor = true;
  139. this.RunAlg_btn.Click += new System.EventHandler(this.RunAlg_btn_Click);
  140. //
  141. // Origin_nud
  142. //
  143. this.Origin_nud.Location = new System.Drawing.Point(42, 24);
  144. this.Origin_nud.Maximum = new decimal(new int[] {
  145. 1000000,
  146. 0,
  147. 0,
  148. 0});
  149. this.Origin_nud.Minimum = new decimal(new int[] {
  150. 1,
  151. 0,
  152. 0,
  153. 0});
  154. this.Origin_nud.Name = "Origin_nud";
  155. this.Origin_nud.Size = new System.Drawing.Size(58, 20);
  156. this.Origin_nud.TabIndex = 4;
  157. this.Origin_nud.Value = new decimal(new int[] {
  158. 1,
  159. 0,
  160. 0,
  161. 0});
  162. //
  163. // Destination_nud
  164. //
  165. this.Destination_nud.Location = new System.Drawing.Point(142, 24);
  166. this.Destination_nud.Maximum = new decimal(new int[] {
  167. 1000000,
  168. 0,
  169. 0,
  170. 0});
  171. this.Destination_nud.Minimum = new decimal(new int[] {
  172. 1,
  173. 0,
  174. 0,
  175. 0});
  176. this.Destination_nud.Name = "Destination_nud";
  177. this.Destination_nud.Size = new System.Drawing.Size(58, 20);
  178. this.Destination_nud.TabIndex = 5;
  179. this.Destination_nud.Value = new decimal(new int[] {
  180. 1,
  181. 0,
  182. 0,
  183. 0});
  184. //
  185. // label2
  186. //
  187. this.label2.AutoSize = true;
  188. this.label2.Location = new System.Drawing.Point(6, 26);
  189. this.label2.Name = "label2";
  190. this.label2.Size = new System.Drawing.Size(30, 13);
  191. this.label2.TabIndex = 6;
  192. this.label2.Text = "From";
  193. //
  194. // label3
  195. //
  196. this.label3.AutoSize = true;
  197. this.label3.Location = new System.Drawing.Point(112, 26);
  198. this.label3.Name = "label3";
  199. this.label3.Size = new System.Drawing.Size(20, 13);
  200. this.label3.TabIndex = 7;
  201. this.label3.Text = "To";
  202. //
  203. // SaveToFile_btn
  204. //
  205. this.SaveToFile_btn.Location = new System.Drawing.Point(20, 22);
  206. this.SaveToFile_btn.Name = "SaveToFile_btn";
  207. this.SaveToFile_btn.Size = new System.Drawing.Size(80, 23);
  208. this.SaveToFile_btn.TabIndex = 9;
  209. this.SaveToFile_btn.Text = "Save To File";
  210. this.SaveToFile_btn.UseVisualStyleBackColor = true;
  211. this.SaveToFile_btn.Click += new System.EventHandler(this.SaveToFile_btn_Click);
  212. //
  213. // ReadFromFile_btn
  214. //
  215. this.ReadFromFile_btn.Location = new System.Drawing.Point(111, 22);
  216. this.ReadFromFile_btn.Name = "ReadFromFile_btn";
  217. this.ReadFromFile_btn.Size = new System.Drawing.Size(89, 23);
  218. this.ReadFromFile_btn.TabIndex = 10;
  219. this.ReadFromFile_btn.Text = "Read From File";
  220. this.ReadFromFile_btn.UseVisualStyleBackColor = true;
  221. this.ReadFromFile_btn.Click += new System.EventHandler(this.ReadFromFile_btn_Click);
  222. //
  223. // groupBox1
  224. //
  225. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  226. | System.Windows.Forms.AnchorStyles.Left)
  227. | System.Windows.Forms.AnchorStyles.Right)));
  228. this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  229. this.groupBox1.Controls.Add(this.Export_btn);
  230. this.groupBox1.Controls.Add(this.ReadFromFile_btn);
  231. this.groupBox1.Controls.Add(this.SaveToFile_btn);
  232. this.groupBox1.Location = new System.Drawing.Point(9, 33);
  233. this.groupBox1.Name = "groupBox1";
  234. this.groupBox1.Size = new System.Drawing.Size(387, 58);
  235. this.groupBox1.TabIndex = 12;
  236. this.groupBox1.TabStop = false;
  237. this.groupBox1.Text = "Network";
  238. //
  239. // Export_btn
  240. //
  241. this.Export_btn.Location = new System.Drawing.Point(210, 22);
  242. this.Export_btn.Name = "Export_btn";
  243. this.Export_btn.Size = new System.Drawing.Size(63, 23);
  244. this.Export_btn.TabIndex = 11;
  245. this.Export_btn.Text = "Export";
  246. this.Export_btn.UseVisualStyleBackColor = true;
  247. this.Export_btn.Click += new System.EventHandler(this.Export_btn_Click);
  248. //
  249. // groupBox2
  250. //
  251. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  252. | System.Windows.Forms.AnchorStyles.Left)
  253. | System.Windows.Forms.AnchorStyles.Right)));
  254. this.groupBox2.Controls.Add(this.PassOD_btn);
  255. this.groupBox2.Controls.Add(this.label2);
  256. this.groupBox2.Controls.Add(this.label3);
  257. this.groupBox2.Controls.Add(this.Destination_nud);
  258. this.groupBox2.Controls.Add(this.RunAlg_btn);
  259. this.groupBox2.Controls.Add(this.Origin_nud);
  260. this.groupBox2.Location = new System.Drawing.Point(9, 97);
  261. this.groupBox2.Name = "groupBox2";
  262. this.groupBox2.Size = new System.Drawing.Size(387, 66);
  263. this.groupBox2.TabIndex = 13;
  264. this.groupBox2.TabStop = false;
  265. this.groupBox2.Text = "Dijkstra Shortest path";
  266. //
  267. // PassOD_btn
  268. //
  269. this.PassOD_btn.Location = new System.Drawing.Point(275, 23);
  270. this.PassOD_btn.Name = "PassOD_btn";
  271. this.PassOD_btn.Size = new System.Drawing.Size(63, 23);
  272. this.PassOD_btn.TabIndex = 8;
  273. this.PassOD_btn.Text = "Pass OD";
  274. this.PassOD_btn.UseVisualStyleBackColor = true;
  275. this.PassOD_btn.Click += new System.EventHandler(this.PassOD_btn_Click);
  276. //
  277. // DHS_btn
  278. //
  279. this.DHS_btn.Location = new System.Drawing.Point(315, 98);
  280. this.DHS_btn.Name = "DHS_btn";
  281. this.DHS_btn.Size = new System.Drawing.Size(63, 23);
  282. this.DHS_btn.TabIndex = 14;
  283. this.DHS_btn.Text = "Run";
  284. this.DHS_btn.UseVisualStyleBackColor = true;
  285. this.DHS_btn.Click += new System.EventHandler(this.DHS_btn_Click);
  286. //
  287. // groupBox3
  288. //
  289. this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  290. | System.Windows.Forms.AnchorStyles.Left)
  291. | System.Windows.Forms.AnchorStyles.Right)));
  292. this.groupBox3.Controls.Add(this.SingleRunOption_group);
  293. this.groupBox3.Controls.Add(this.RandOD_btn);
  294. this.groupBox3.Controls.Add(this.Swap_btn);
  295. this.groupBox3.Controls.Add(this.WinChart_btn);
  296. this.groupBox3.Controls.Add(this.MapDisplay_btn);
  297. this.groupBox3.Controls.Add(this.label6);
  298. this.groupBox3.Controls.Add(this.SaveToDatabase_rb);
  299. this.groupBox3.Controls.Add(this.label4);
  300. this.groupBox3.Controls.Add(this.SaveToFile_rb);
  301. this.groupBox3.Controls.Add(this.DHS_btn);
  302. this.groupBox3.Controls.Add(this.label5);
  303. this.groupBox3.Controls.Add(this.HyperTo_nud);
  304. this.groupBox3.Controls.Add(this.HyperFrom_nud);
  305. this.groupBox3.Location = new System.Drawing.Point(9, 169);
  306. this.groupBox3.Name = "groupBox3";
  307. this.groupBox3.Size = new System.Drawing.Size(387, 163);
  308. this.groupBox3.TabIndex = 14;
  309. this.groupBox3.TabStop = false;
  310. this.groupBox3.Text = "Multipath Algorithm";
  311. //
  312. // SingleRunOption_group
  313. //
  314. this.SingleRunOption_group.Controls.Add(this.label7);
  315. this.SingleRunOption_group.Controls.Add(this.LocalIncludeEt_ckb);
  316. this.SingleRunOption_group.Controls.Add(this.GloablOnPOset_ckb);
  317. this.SingleRunOption_group.Controls.Add(this.LocalSearch_rb);
  318. this.SingleRunOption_group.Controls.Add(this.GlobalSearch_rb);
  319. this.SingleRunOption_group.Location = new System.Drawing.Point(9, 19);
  320. this.SingleRunOption_group.Name = "SingleRunOption_group";
  321. this.SingleRunOption_group.Size = new System.Drawing.Size(369, 68);
  322. this.SingleRunOption_group.TabIndex = 31;
  323. this.SingleRunOption_group.TabStop = false;
  324. this.SingleRunOption_group.Text = "Single Run Options";
  325. //
  326. // label7
  327. //
  328. this.label7.AutoSize = true;
  329. this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  330. this.label7.ForeColor = System.Drawing.Color.Black;
  331. this.label7.Location = new System.Drawing.Point(6, 16);
  332. this.label7.Name = "label7";
  333. this.label7.Size = new System.Drawing.Size(95, 13);
  334. this.label7.TabIndex = 26;
  335. this.label7.Text = "RegretPath Option";
  336. //
  337. // LocalIncludeEt_ckb
  338. //
  339. this.LocalIncludeEt_ckb.AutoSize = true;
  340. this.LocalIncludeEt_ckb.Checked = true;
  341. this.LocalIncludeEt_ckb.CheckState = System.Windows.Forms.CheckState.Checked;
  342. this.LocalIncludeEt_ckb.Location = new System.Drawing.Point(200, 15);
  343. this.LocalIncludeEt_ckb.Name = "LocalIncludeEt_ckb";
  344. this.LocalIncludeEt_ckb.Size = new System.Drawing.Size(109, 17);
  345. this.LocalIncludeEt_ckb.TabIndex = 30;
  346. this.LocalIncludeEt_ckb.Text = "Local Include E(t)";
  347. this.LocalIncludeEt_ckb.UseVisualStyleBackColor = true;
  348. //
  349. // GloablOnPOset_ckb
  350. //
  351. this.GloablOnPOset_ckb.AutoSize = true;
  352. this.GloablOnPOset_ckb.Checked = true;
  353. this.GloablOnPOset_ckb.CheckState = System.Windows.Forms.CheckState.Checked;
  354. this.GloablOnPOset_ckb.Location = new System.Drawing.Point(200, 42);
  355. this.GloablOnPOset_ckb.Name = "GloablOnPOset_ckb";
  356. this.GloablOnPOset_ckb.Size = new System.Drawing.Size(78, 17);
  357. this.GloablOnPOset_ckb.TabIndex = 27;
  358. this.GloablOnPOset_ckb.Text = "On PO Net";
  359. this.GloablOnPOset_ckb.UseVisualStyleBackColor = true;
  360. //
  361. // LocalSearch_rb
  362. //
  363. this.LocalSearch_rb.AutoSize = true;
  364. this.LocalSearch_rb.Location = new System.Drawing.Point(106, 14);
  365. this.LocalSearch_rb.Name = "LocalSearch_rb";
  366. this.LocalSearch_rb.Size = new System.Drawing.Size(88, 17);
  367. this.LocalSearch_rb.TabIndex = 24;
  368. this.LocalSearch_rb.Text = "Local Search";
  369. this.LocalSearch_rb.UseVisualStyleBackColor = true;
  370. //
  371. // GlobalSearch_rb
  372. //
  373. this.GlobalSearch_rb.AutoSize = true;
  374. this.GlobalSearch_rb.Checked = true;
  375. this.GlobalSearch_rb.Location = new System.Drawing.Point(106, 41);
  376. this.GlobalSearch_rb.Name = "GlobalSearch_rb";
  377. this.GlobalSearch_rb.Size = new System.Drawing.Size(92, 17);
  378. this.GlobalSearch_rb.TabIndex = 25;
  379. this.GlobalSearch_rb.TabStop = true;
  380. this.GlobalSearch_rb.Text = "Global Search";
  381. this.GlobalSearch_rb.UseVisualStyleBackColor = true;
  382. //
  383. // RandOD_btn
  384. //
  385. this.RandOD_btn.Location = new System.Drawing.Point(246, 98);
  386. this.RandOD_btn.Name = "RandOD_btn";
  387. this.RandOD_btn.Size = new System.Drawing.Size(63, 23);
  388. this.RandOD_btn.TabIndex = 21;
  389. this.RandOD_btn.Text = "RandOD";
  390. this.RandOD_btn.UseVisualStyleBackColor = true;
  391. this.RandOD_btn.Click += new System.EventHandler(this.RandOD_btn_Click);
  392. //
  393. // Swap_btn
  394. //
  395. this.Swap_btn.Location = new System.Drawing.Point(196, 98);
  396. this.Swap_btn.Name = "Swap_btn";
  397. this.Swap_btn.Size = new System.Drawing.Size(44, 23);
  398. this.Swap_btn.TabIndex = 20;
  399. this.Swap_btn.Text = "Swap";
  400. this.Swap_btn.UseVisualStyleBackColor = true;
  401. this.Swap_btn.Click += new System.EventHandler(this.Swap_btn_Click);
  402. //
  403. // WinChart_btn
  404. //
  405. this.WinChart_btn.Location = new System.Drawing.Point(231, 130);
  406. this.WinChart_btn.Name = "WinChart_btn";
  407. this.WinChart_btn.Size = new System.Drawing.Size(56, 23);
  408. this.WinChart_btn.TabIndex = 19;
  409. this.WinChart_btn.Text = "Chart";
  410. this.WinChart_btn.UseVisualStyleBackColor = true;
  411. this.WinChart_btn.Visible = false;
  412. this.WinChart_btn.Click += new System.EventHandler(this.WinChart_btn_Click);
  413. //
  414. // MapDisplay_btn
  415. //
  416. this.MapDisplay_btn.Location = new System.Drawing.Point(297, 130);
  417. this.MapDisplay_btn.Name = "MapDisplay_btn";
  418. this.MapDisplay_btn.Size = new System.Drawing.Size(81, 23);
  419. this.MapDisplay_btn.TabIndex = 8;
  420. this.MapDisplay_btn.Text = "ShowMap";
  421. this.MapDisplay_btn.UseVisualStyleBackColor = true;
  422. this.MapDisplay_btn.Click += new System.EventHandler(this.MapDisplay_btn_Click);
  423. //
  424. // label6
  425. //
  426. this.label6.AutoSize = true;
  427. this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  428. this.label6.Location = new System.Drawing.Point(6, 140);
  429. this.label6.Name = "label6";
  430. this.label6.Size = new System.Drawing.Size(69, 13);
  431. this.label6.TabIndex = 18;
  432. this.label6.Text = "Save Option:";
  433. //
  434. // SaveToDatabase_rb
  435. //
  436. this.SaveToDatabase_rb.AutoSize = true;
  437. this.SaveToDatabase_rb.Location = new System.Drawing.Point(138, 138);
  438. this.SaveToDatabase_rb.Name = "SaveToDatabase_rb";
  439. this.SaveToDatabase_rb.Size = new System.Drawing.Size(87, 17);
  440. this.SaveToDatabase_rb.TabIndex = 17;
  441. this.SaveToDatabase_rb.TabStop = true;
  442. this.SaveToDatabase_rb.Text = "To Database";
  443. this.SaveToDatabase_rb.UseVisualStyleBackColor = true;
  444. //
  445. // label4
  446. //
  447. this.label4.AutoSize = true;
  448. this.label4.Location = new System.Drawing.Point(6, 103);
  449. this.label4.Name = "label4";
  450. this.label4.Size = new System.Drawing.Size(30, 13);
  451. this.label4.TabIndex = 6;
  452. this.label4.Text = "From";
  453. //
  454. // SaveToFile_rb
  455. //
  456. this.SaveToFile_rb.AutoSize = true;
  457. this.SaveToFile_rb.Location = new System.Drawing.Point(75, 138);
  458. this.SaveToFile_rb.Name = "SaveToFile_rb";
  459. this.SaveToFile_rb.Size = new System.Drawing.Size(57, 17);
  460. this.SaveToFile_rb.TabIndex = 16;
  461. this.SaveToFile_rb.TabStop = true;
  462. this.SaveToFile_rb.Text = "To File";
  463. this.SaveToFile_rb.UseVisualStyleBackColor = true;
  464. //
  465. // label5
  466. //
  467. this.label5.AutoSize = true;
  468. this.label5.Location = new System.Drawing.Point(106, 103);
  469. this.label5.Name = "label5";
  470. this.label5.Size = new System.Drawing.Size(20, 13);
  471. this.label5.TabIndex = 7;
  472. this.label5.Text = "To";
  473. //
  474. // HyperTo_nud
  475. //
  476. this.HyperTo_nud.Location = new System.Drawing.Point(132, 101);
  477. this.HyperTo_nud.Maximum = new decimal(new int[] {
  478. 1000000,
  479. 0,
  480. 0,
  481. 0});
  482. this.HyperTo_nud.Minimum = new decimal(new int[] {
  483. 1,
  484. 0,
  485. 0,
  486. 0});
  487. this.HyperTo_nud.Name = "HyperTo_nud";
  488. this.HyperTo_nud.Size = new System.Drawing.Size(58, 20);
  489. this.HyperTo_nud.TabIndex = 5;
  490. this.HyperTo_nud.Value = new decimal(new int[] {
  491. 200,
  492. 0,
  493. 0,
  494. 0});
  495. //
  496. // HyperFrom_nud
  497. //
  498. this.HyperFrom_nud.Location = new System.Drawing.Point(42, 101);
  499. this.HyperFrom_nud.Maximum = new decimal(new int[] {
  500. 1000000,
  501. 0,
  502. 0,
  503. 0});
  504. this.HyperFrom_nud.Minimum = new decimal(new int[] {
  505. 1,
  506. 0,
  507. 0,
  508. 0});
  509. this.HyperFrom_nud.Name = "HyperFrom_nud";
  510. this.HyperFrom_nud.Size = new System.Drawing.Size(58, 20);
  511. this.HyperFrom_nud.TabIndex = 4;
  512. this.HyperFrom_nud.Value = new decimal(new int[] {
  513. 300,
  514. 0,
  515. 0,
  516. 0});
  517. //
  518. // MaxDelayLevel_cmb
  519. //
  520. this.MaxDelayLevel_cmb.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  521. | System.Windows.Forms.AnchorStyles.Left)
  522. | System.Windows.Forms.AnchorStyles.Right)));
  523. this.MaxDelayLevel_cmb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  524. this.MaxDelayLevel_cmb.FormattingEnabled = true;
  525. this.MaxDelayLevel_cmb.Items.AddRange(new object[] {
  526. "MaxDelay = 0",
  527. "MaxDelay = R ",
  528. "MaxDelay = 2R",
  529. "MaxDelay = 3R",
  530. "MaxDelay = 4R ",
  531. "MaxDelay = 5R ",
  532. "MaxDelay = 10R ",
  533. "MaxDelay= 0.5R"});
  534. this.MaxDelayLevel_cmb.Location = new System.Drawing.Point(98, 6);
  535. this.MaxDelayLevel_cmb.Name = "MaxDelayLevel_cmb";
  536. this.MaxDelayLevel_cmb.Size = new System.Drawing.Size(202, 21);
  537. this.MaxDelayLevel_cmb.TabIndex = 17;
  538. this.MaxDelayLevel_cmb.SelectedIndexChanged += new System.EventHandler(this.MaxDelayLevel_cmb_SelectedIndexChanged);
  539. //
  540. // label1
  541. //
  542. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  543. | System.Windows.Forms.AnchorStyles.Left)
  544. | System.Windows.Forms.AnchorStyles.Right)));
  545. this.label1.AutoSize = true;
  546. this.label1.ForeColor = System.Drawing.Color.Black;
  547. this.label1.Location = new System.Drawing.Point(6, 10);
  548. this.label1.Name = "label1";
  549. this.label1.Size = new System.Drawing.Size(86, 13);
  550. this.label1.TabIndex = 18;
  551. this.label1.Text = "MaxDelay Level:";
  552. //
  553. // statusStrip1
  554. //
  555. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  556. this.toolStripStatusLabel1});
  557. this.statusStrip1.Location = new System.Drawing.Point(0, 493);
  558. this.statusStrip1.Name = "statusStrip1";
  559. this.statusStrip1.Size = new System.Drawing.Size(755, 22);
  560. this.statusStrip1.TabIndex = 19;
  561. this.statusStrip1.Text = "statusStrip1";
  562. //
  563. // toolStripStatusLabel1
  564. //
  565. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  566. this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 17);
  567. this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
  568. //
  569. // menuStrip1
  570. //
  571. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  572. this.runToolStripMenuItem,
  573. this.settingToolStripMenuItem,
  574. this.helpToolStripMenuItem});
  575. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  576. this.menuStrip1.Name = "menuStrip1";
  577. this.menuStrip1.Size = new System.Drawing.Size(755, 24);
  578. this.menuStrip1.TabIndex = 21;
  579. this.menuStrip1.Text = "menuStrip1";
  580. //
  581. // runToolStripMenuItem
  582. //
  583. this.runToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("runToolStripMenuItem.Image")));
  584. this.runToolStripMenuItem.Name = "runToolStripMenuItem";
  585. this.runToolStripMenuItem.ShortcutKeyDisplayString = "";
  586. this.runToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
  587. this.runToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
  588. this.runToolStripMenuItem.Text = "&Run";
  589. this.runToolStripMenuItem.Click += new System.EventHandler(this.runToolStripMenuItem_Click);
  590. //
  591. // settingToolStripMenuItem
  592. //
  593. this.settingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  594. this.testNetwrokToolStripMenuItem,
  595. this.mesh533945ToolStripMenuItem,
  596. this.uSNetworkToolStripMenuItem,
  597. this.advancedToolStripMenuItem});
  598. this.settingToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingToolStripMenuItem.Image")));
  599. this.settingToolStripMenuItem.Name = "settingToolStripMenuItem";
  600. this.settingToolStripMenuItem.Size = new System.Drawing.Size(72, 20);
  601. this.settingToolStripMenuItem.Text = "&Setting";
  602. //
  603. // testNetwrokToolStripMenuItem
  604. //
  605. this.testNetwrokToolStripMenuItem.Name = "testNetwrokToolStripMenuItem";
  606. this.testNetwrokToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
  607. this.testNetwrokToolStripMenuItem.Text = "&Test Netwrok";
  608. this.testNetwrokToolStripMenuItem.Click += new System.EventHandler(this.testNetwrokToolStripMenuItem_Click);
  609. //
  610. // mesh533945ToolStripMenuItem
  611. //
  612. this.mesh533945ToolStripMenuItem.Name = "mesh533945ToolStripMenuItem";
  613. this.mesh533945ToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
  614. this.mesh533945ToolStripMenuItem.Text = "&Mesh 533935";
  615. this.mesh533945ToolStripMenuItem.Click += new System.EventHandler(this.mesh533945ToolStripMenuItem_Click);
  616. //
  617. // uSNetworkToolStripMenuItem
  618. //
  619. this.uSNetworkToolStripMenuItem.Name = "uSNetworkToolStripMenuItem";
  620. this.uSNetworkToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
  621. this.uSNetworkToolStripMenuItem.Text = "&US. Network";
  622. this.uSNetworkToolStripMenuItem.Click += new System.EventHandler(this.uSNetworkToolStripMenuItem_Click);
  623. //
  624. // advancedToolStripMenuItem
  625. //
  626. this.advancedToolStripMenuItem.Name = "advancedToolStripMenuItem";
  627. this.advancedToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
  628. this.advancedToolStripMenuItem.Text = "&Advanced";
  629. this.advancedToolStripMenuItem.Click += new System.EventHandler(this.advancedToolStripMenuItem_Click);
  630. //
  631. // helpToolStripMenuItem
  632. //
  633. this.helpToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("helpToolStripMenuItem.Image")));
  634. this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
  635. this.helpToolStripMenuItem.Size = new System.Drawing.Size(60, 20);
  636. this.helpToolStripMenuItem.Text = "&Help";
  637. this.helpToolStripMenuItem.Click += new System.EventHandler(this.helpToolStripMenuItem_Click);
  638. //
  639. // AlgLog_tb
  640. //
  641. this.AlgLog_tb.BackColor = System.Drawing.Color.White;
  642. this.AlgLog_tb.Location = new System.Drawing.Point(6, 26);
  643. this.AlgLog_tb.Multiline = true;
  644. this.AlgLog_tb.Name = "AlgLog_tb";
  645. this.AlgLog_tb.ReadOnly = true;
  646. this.AlgLog_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  647. this.AlgLog_tb.Size = new System.Drawing.Size(303, 364);
  648. this.AlgLog_tb.TabIndex = 22;
  649. //
  650. // groupBox4
  651. //
  652. this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  653. | System.Windows.Forms.AnchorStyles.Left)
  654. | System.Windows.Forms.AnchorStyles.Right)));
  655. this.groupBox4.Controls.Add(this.Clear_btn);
  656. this.groupBox4.Controls.Add(this.AlgLog_tb);
  657. this.groupBox4.Location = new System.Drawing.Point(409, 10);
  658. this.groupBox4.Name = "groupBox4";
  659. this.groupBox4.Size = new System.Drawing.Size(315, 421);
  660. this.groupBox4.TabIndex = 23;
  661. this.groupBox4.TabStop = false;
  662. this.groupBox4.Text = "Algortithm Log";
  663. //
  664. // Clear_btn
  665. //
  666. this.Clear_btn.Location = new System.Drawing.Point(127, 392);
  667. this.Clear_btn.Name = "Clear_btn";
  668. this.Clear_btn.Size = new System.Drawing.Size(75, 23);
  669. this.Clear_btn.TabIndex = 23;
  670. this.Clear_btn.Text = "Clear Log";
  671. this.Clear_btn.UseVisualStyleBackColor = true;
  672. this.Clear_btn.Click += new System.EventHandler(this.Clear_btn_Click);
  673. //
  674. // groupBox5
  675. //
  676. this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  677. | System.Windows.Forms.AnchorStyles.Left)
  678. | System.Windows.Forms.AnchorStyles.Right)));
  679. this.groupBox5.Controls.Add(this.SimLocalIncludeEt_ckb);
  680. this.groupBox5.Controls.Add(this.SimGlobalOnPO_ckb);
  681. this.groupBox5.Controls.Add(this.Chart_btn);
  682. this.groupBox5.Controls.Add(this.progressBar1);
  683. this.groupBox5.Controls.Add(this.label8);
  684. this.groupBox5.Controls.Add(this.SimStart_btn);
  685. this.groupBox5.Controls.Add(this.Iteration_nud);
  686. this.groupBox5.Location = new System.Drawing.Point(9, 338);
  687. this.groupBox5.Name = "groupBox5";
  688. this.groupBox5.Size = new System.Drawing.Size(387, 93);
  689. this.groupBox5.TabIndex = 28;
  690. this.groupBox5.TabStop = false;
  691. this.groupBox5.Text = "Monte Carlo";
  692. //
  693. // SimLocalIncludeEt_ckb
  694. //
  695. this.SimLocalIncludeEt_ckb.AutoSize = true;
  696. this.SimLocalIncludeEt_ckb.Checked = true;
  697. this.SimLocalIncludeEt_ckb.CheckState = System.Windows.Forms.CheckState.Checked;
  698. this.SimLocalIncludeEt_ckb.Location = new System.Drawing.Point(121, 33);
  699. this.SimLocalIncludeEt_ckb.Name = "SimLocalIncludeEt_ckb";
  700. this.SimLocalIncludeEt_ckb.Size = new System.Drawing.Size(109, 17);
  701. this.SimLocalIncludeEt_ckb.TabIndex = 29;
  702. this.SimLocalIncludeEt_ckb.Text = "Local Include E(t)";
  703. this.SimLocalIncludeEt_ckb.UseVisualStyleBackColor = true;
  704. //
  705. // SimGlobalOnPO_ckb
  706. //
  707. this.SimGlobalOnPO_ckb.AutoSize = true;
  708. this.SimGlobalOnPO_ckb.Checked = true;
  709. this.SimGlobalOnPO_ckb.CheckState = System.Windows.Forms.CheckState.Checked;
  710. this.SimGlobalOnPO_ckb.Location = new System.Drawing.Point(121, 10);
  711. this.SimGlobalOnPO_ckb.Name = "SimGlobalOnPO_ckb";
  712. this.SimGlobalOnPO_ckb.Size = new System.Drawing.Size(111, 17);
  713. this.SimGlobalOnPO_ckb.TabIndex = 28;
  714. this.SimGlobalOnPO_ckb.Text = "Global On PO Net";
  715. this.SimGlobalOnPO_ckb.UseVisualStyleBackColor = true;
  716. //
  717. // Chart_btn
  718. //
  719. this.Chart_btn.Location = new System.Drawing.Point(295, 21);
  720. this.Chart_btn.Name = "Chart_btn";
  721. this.Chart_btn.Size = new System.Drawing.Size(83, 23);
  722. this.Chart_btn.TabIndex = 8;
  723. this.Chart_btn.Text = "ChartProcess";
  724. this.Chart_btn.UseVisualStyleBackColor = true;
  725. this.Chart_btn.Click += new System.EventHandler(this.Chart_btn_Click);
  726. //
  727. // progressBar1
  728. //
  729. this.progressBar1.Location = new System.Drawing.Point(9, 51);
  730. this.progressBar1.Name = "progressBar1";
  731. this.progressBar1.Size = new System.Drawing.Size(369, 23);
  732. this.progressBar1.TabIndex = 7;
  733. //
  734. // label8
  735. //
  736. this.label8.AutoSize = true;
  737. this.label8.Location = new System.Drawing.Point(6, 26);
  738. this.label8.Name = "label8";
  739. this.label8.Size = new System.Drawing.Size(45, 13);
  740. this.label8.TabIndex = 6;
  741. this.label8.Text = "Iteration";
  742. //
  743. // SimStart_btn
  744. //
  745. this.SimStart_btn.Location = new System.Drawing.Point(235, 21);
  746. this.SimStart_btn.Name = "SimStart_btn";
  747. this.SimStart_btn.Size = new System.Drawing.Size(56, 23);
  748. this.SimStart_btn.TabIndex = 3;
  749. this.SimStart_btn.Text = "Start";
  750. this.SimStart_btn.UseVisualStyleBackColor = true;
  751. this.SimStart_btn.Click += new System.EventHandler(this.SimStart_btn_Click);
  752. //
  753. // Iteration_nud
  754. //
  755. this.Iteration_nud.Location = new System.Drawing.Point(57, 24);
  756. this.Iteration_nud.Maximum = new decimal(new int[] {
  757. 1000000,
  758. 0,
  759. 0,
  760. 0});
  761. this.Iteration_nud.Minimum = new decimal(new int[] {
  762. 1,
  763. 0,
  764. 0,
  765. 0});
  766. this.Iteration_nud.Name = "Iteration_nud";
  767. this.Iteration_nud.Size = new System.Drawing.Size(58, 20);
  768. this.Iteration_nud.TabIndex = 4;
  769. this.Iteration_nud.Value = new decimal(new int[] {
  770. 1,
  771. 0,
  772. 0,
  773. 0});
  774. //
  775. // Main_tab
  776. //
  777. this.Main_tab.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  778. | System.Windows.Forms.AnchorStyles.Left)
  779. | System.Windows.Forms.AnchorStyles.Right)));
  780. this.Main_tab.Controls.Add(this.Main_tp);
  781. this.Main_tab.Controls.Add(this.AlgTest_tp);
  782. this.Main_tab.Controls.Add(this.SPSim_tp);
  783. this.Main_tab.Location = new System.Drawing.Point(0, 27);
  784. this.Main_tab.Name = "Main_tab";
  785. this.Main_tab.SelectedIndex = 0;
  786. this.Main_tab.Size = new System.Drawing.Size(755, 463);
  787. this.Main_tab.TabIndex = 29;
  788. //
  789. // Main_tp
  790. //
  791. this.Main_tp.Controls.Add(this.label1);
  792. this.Main_tp.Controls.Add(this.groupBox5);
  793. this.Main_tp.Controls.Add(this.MaxDelayLevel_cmb);
  794. this.Main_tp.Controls.Add(this.groupBox1);
  795. this.Main_tp.Controls.Add(this.groupBox4);
  796. this.Main_tp.Controls.Add(this.groupBox2);
  797. this.Main_tp.Controls.Add(this.groupBox3);
  798. this.Main_tp.Location = new System.Drawing.Point(4, 22);
  799. this.Main_tp.Name = "Main_tp";
  800. this.Main_tp.Padding = new System.Windows.Forms.Padding(3);
  801. this.Main_tp.Size = new System.Drawing.Size(747, 437);
  802. this.Main_tp.TabIndex = 0;
  803. this.Main_tp.Text = "Main";
  804. this.Main_tp.UseVisualStyleBackColor = true;
  805. //
  806. // AlgTest_tp
  807. //
  808. this.AlgTest_tp.Controls.Add(this.textBox1);
  809. this.AlgTest_tp.Controls.Add(this.groupBox6);
  810. this.AlgTest_tp.Location = new System.Drawing.Point(4, 22);
  811. this.AlgTest_tp.Name = "AlgTest_tp";
  812. this.AlgTest_tp.Padding = new System.Windows.Forms.Padding(3);
  813. this.AlgTest_tp.Size = new System.Drawing.Size(747, 437);
  814. this.AlgTest_tp.TabIndex = 1;
  815. this.AlgTest_tp.Text = "Algorithm_Test";
  816. this.AlgTest_tp.UseVisualStyleBackColor = true;
  817. //
  818. // textBox1
  819. //
  820. this.textBox1.Location = new System.Drawing.Point(380, 15);
  821. this.textBox1.Multiline = true;
  822. this.textBox1.Name = "textBox1";
  823. this.textBox1.ReadOnly = true;
  824. this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  825. this.textBox1.Size = new System.Drawing.Size(335, 339);
  826. this.textBox1.TabIndex = 12;
  827. //
  828. // groupBox6
  829. //
  830. this.groupBox6.Controls.Add(this.ClearLog_btn);
  831. this.groupBox6.Controls.Add(this.AlgTest_progressbar);
  832. this.groupBox6.Controls.Add(this.StartAlg_Test_btn);
  833. this.groupBox6.Controls.Add(this.label11);
  834. this.groupBox6.Controls.Add(this.RunTimes_nud);
  835. this.groupBox6.Controls.Add(this.label10);
  836. this.groupBox6.Controls.Add(this.RandOD_nud);
  837. this.groupBox6.Controls.Add(this.AlgTestLog_tb);
  838. this.groupBox6.Controls.Add(this.label9);
  839. this.groupBox6.Controls.Add(this.AlgName_cb);
  840. this.groupBox6.Location = new System.Drawing.Point(6, 6);
  841. this.groupBox6.Name = "groupBox6";
  842. this.groupBox6.Size = new System.Drawing.Size(368, 354);
  843. this.groupBox6.TabIndex = 0;
  844. this.groupBox6.TabStop = false;
  845. this.groupBox6.Text = "Algorithm Test";
  846. //
  847. // ClearLog_btn
  848. //
  849. this.ClearLog_btn.Location = new System.Drawing.Point(271, 68);
  850. this.ClearLog_btn.Name = "ClearLog_btn";
  851. this.ClearLog_btn.Size = new System.Drawing.Size(61, 23);
  852. this.ClearLog_btn.TabIndex = 11;
  853. this.ClearLog_btn.Text = "Clear Log";
  854. this.ClearLog_btn.UseVisualStyleBackColor = true;
  855. this.ClearLog_btn.Click += new System.EventHandler(this.ClearLog_btn_Click);
  856. //
  857. // AlgTest_progressbar
  858. //
  859. this.AlgTest_progressbar.Location = new System.Drawing.Point(11, 104);
  860. this.AlgTest_progressbar.Name = "AlgTest_progressbar";
  861. this.AlgTest_progressbar.Size = new System.Drawing.Size(351, 23);
  862. this.AlgTest_progressbar.TabIndex = 10;
  863. //
  864. // StartAlg_Test_btn
  865. //
  866. this.StartAlg_Test_btn.Location = new System.Drawing.Point(204, 68);
  867. this.StartAlg_Test_btn.Name = "StartAlg_Test_btn";
  868. this.StartAlg_Test_btn.Size = new System.Drawing.Size(61, 23);
  869. this.StartAlg_Test_btn.TabIndex = 9;
  870. this.StartAlg_Test_btn.Text = "Start";
  871. this.StartAlg_Test_btn.UseVisualStyleBackColor = true;
  872. this.StartAlg_Test_btn.Click += new System.EventHandler(this.StartAlgTest_btn_Click);
  873. //
  874. // label11
  875. //
  876. this.label11.AutoSize = true;
  877. this.label11.Location = new System.Drawing.Point(8, 73);
  878. this.label11.Name = "label11";
  879. this.label11.Size = new System.Drawing.Size(58, 13);
  880. this.label11.TabIndex = 8;
  881. this.label11.Text = "RunTimes:";
  882. //
  883. // RunTimes_nud
  884. //
  885. this.RunTimes_nud.Location = new System.Drawing.Point(67, 71);
  886. this.RunTimes_nud.Name = "RunTimes_nud";
  887. this.RunTimes_nud.Size = new System.Drawing.Size(120, 20);
  888. this.RunTimes_nud.TabIndex = 7;
  889. this.RunTimes_nud.Value = new decimal(new int[] {
  890. 3,
  891. 0,
  892. 0,
  893. 0});
  894. //
  895. // label10
  896. //
  897. this.label10.AutoSize = true;
  898. this.label10.Location = new System.Drawing.Point(7, 50);
  899. this.label10.Name = "label10";
  900. this.label10.Size = new System.Drawing.Size(52, 13);
  901. this.label10.TabIndex = 6;
  902. this.label10.Text = "RandOD:";
  903. //
  904. // RandOD_nud
  905. //
  906. this.RandOD_nud.Location = new System.Drawing.Point(66, 48);
  907. this.RandOD_nud.Name = "RandOD_nud";
  908. this.RandOD_nud.Size = new System.Drawing.Size(120, 20);
  909. this.RandOD_nud.TabIndex = 5;
  910. this.RandOD_nud.Value = new decimal(new int[] {
  911. 1,
  912. 0,
  913. 0,
  914. 0});
  915. //
  916. // AlgTestLog_tb
  917. //
  918. this.AlgTestLog_tb.Location = new System.Drawing.Point(10, 133);
  919. this.AlgTestLog_tb.Multiline = true;
  920. this.AlgTestLog_tb.Name = "AlgTestLog_tb";
  921. this.AlgTestLog_tb.ReadOnly = true;
  922. this.AlgTestLog_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  923. this.AlgTestLog_tb.Size = new System.Drawing.Size(352, 215);
  924. this.AlgTestLog_tb.TabIndex = 4;
  925. //
  926. // label9
  927. //
  928. this.label9.AutoSize = true;
  929. this.label9.Location = new System.Drawing.Point(7, 22);
  930. this.label9.Name = "label9";
  931. this.label9.Size = new System.Drawing.Size(53, 13);
  932. this.label9.TabIndex = 3;
  933. this.label9.Text = "Algorithm:";
  934. //
  935. // AlgName_cb
  936. //
  937. this.AlgName_cb.FormattingEnabled = true;
  938. this.AlgName_cb.Items.AddRange(new object[] {
  939. "HPD_raw",
  940. "HPD_heu",
  941. "HPD_twist",
  942. "HPD_twistheu",
  943. "SFA_raw",
  944. "SFA_heu",
  945. "SFA_twist",
  946. "SFA_twistheu",
  947. "All"});
  948. this.AlgName_cb.Location = new System.Drawing.Point(66, 20);
  949. this.AlgName_cb.Name = "AlgName_cb";
  950. this.AlgName_cb.Size = new System.Drawing.Size(121, 21);
  951. this.AlgName_cb.TabIndex = 0;
  952. //
  953. // SPSim_tp
  954. //
  955. this.SPSim_tp.Controls.Add(this.SP_Sim_Plot_btn);
  956. this.SPSim_tp.Controls.Add(this.pictureBox1);
  957. this.SPSim_tp.Controls.Add(this.Start2_btn);
  958. this.SPSim_tp.Controls.Add(this.label12);
  959. this.SPSim_tp.Controls.Add(this.RunTimes2_nud);
  960. this.SPSim_tp.Controls.Add(this.label13);
  961. this.SPSim_tp.Controls.Add(this.RandOD2_nud);
  962. this.SPSim_tp.Controls.Add(this.SPSim_progressBar);
  963. this.SPSim_tp.Location = new System.Drawing.Point(4, 22);
  964. this.SPSim_tp.Name = "SPSim_tp";
  965. this.SPSim_tp.Padding = new System.Windows.Forms.Padding(3);
  966. this.SPSim_tp.Size = new System.Drawing.Size(747, 437);
  967. this.SPSim_tp.TabIndex = 2;
  968. this.SPSim_tp.Text = "SP_Simulation";
  969. this.SPSim_tp.UseVisualStyleBackColor = true;
  970. //
  971. // SP_Sim_Plot_btn
  972. //
  973. this.SP_Sim_Plot_btn.Location = new System.Drawing.Point(295, 47);
  974. this.SP_Sim_Plot_btn.Name = "SP_Sim_Plot_btn";
  975. this.SP_Sim_Plot_btn.Size = new System.Drawing.Size(75, 23);
  976. this.SP_Sim_Plot_btn.TabIndex = 15;
  977. this.SP_Sim_Plot_btn.Text = "Plot";
  978. this.SP_Sim_Plot_btn.UseVisualStyleBackColor = true;
  979. this.SP_Sim_Plot_btn.Click += new System.EventHandler(this.SP_Sim_Plot_btn_Click);
  980. //
  981. // pictureBox1
  982. //
  983. this.pictureBox1.Location = new System.Drawing.Point(20, 120);
  984. this.pictureBox1.Name = "pictureBox1";
  985. this.pictureBox1.Size = new System.Drawing.Size(719, 311);
  986. this.pictureBox1.TabIndex = 14;
  987. this.pictureBox1.TabStop = false;
  988. //
  989. // Start2_btn…

Large files files are truncated, but you can click here to view the full file