You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

StatisticsStrategyConfigurationForm.Designer.cs 30 kB

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536
  1. namespace Shadowsocks.View
  2. {
  3. partial class StatisticsStrategyConfigurationForm
  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.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  30. System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  31. System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
  32. System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
  33. System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
  34. this.StatisticsChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
  35. this.PingCheckBox = new System.Windows.Forms.CheckBox();
  36. this.bindingConfiguration = new System.Windows.Forms.BindingSource(this.components);
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.chartModeSelector = new System.Windows.Forms.GroupBox();
  40. this.allMode = new System.Windows.Forms.RadioButton();
  41. this.dayMode = new System.Windows.Forms.RadioButton();
  42. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  43. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  44. this.label9 = new System.Windows.Forms.Label();
  45. this.label8 = new System.Windows.Forms.Label();
  46. this.dataCollectionMinutesNum = new System.Windows.Forms.NumericUpDown();
  47. this.StatisticsEnabledCheckBox = new System.Windows.Forms.CheckBox();
  48. this.choiceKeptMinutesNum = new System.Windows.Forms.NumericUpDown();
  49. this.byHourOfDayCheckBox = new System.Windows.Forms.CheckBox();
  50. this.repeatTimesNum = new System.Windows.Forms.NumericUpDown();
  51. this.label6 = new System.Windows.Forms.Label();
  52. this.splitContainer3 = new System.Windows.Forms.SplitContainer();
  53. this.label1 = new System.Windows.Forms.Label();
  54. this.calculationContainer = new System.Windows.Forms.FlowLayoutPanel();
  55. this.serverSelector = new System.Windows.Forms.ComboBox();
  56. this.CancelButton = new System.Windows.Forms.Button();
  57. this.OKButton = new System.Windows.Forms.Button();
  58. this.CalculatinTip = new System.Windows.Forms.ToolTip(this.components);
  59. ((System.ComponentModel.ISupportInitialize)(this.StatisticsChart)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.bindingConfiguration)).BeginInit();
  61. this.chartModeSelector.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  63. this.splitContainer1.Panel1.SuspendLayout();
  64. this.splitContainer1.Panel2.SuspendLayout();
  65. this.splitContainer1.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  67. this.splitContainer2.Panel1.SuspendLayout();
  68. this.splitContainer2.Panel2.SuspendLayout();
  69. this.splitContainer2.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.dataCollectionMinutesNum)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.choiceKeptMinutesNum)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.repeatTimesNum)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
  74. this.splitContainer3.Panel1.SuspendLayout();
  75. this.splitContainer3.Panel2.SuspendLayout();
  76. this.splitContainer3.SuspendLayout();
  77. this.SuspendLayout();
  78. //
  79. // StatisticsChart
  80. //
  81. this.StatisticsChart.BackColor = System.Drawing.Color.Transparent;
  82. chartArea1.AxisX.MajorGrid.Enabled = false;
  83. chartArea1.AxisY.MajorGrid.Enabled = false;
  84. chartArea1.AxisY2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
  85. chartArea1.AxisY2.MajorGrid.Enabled = false;
  86. chartArea1.BackColor = System.Drawing.Color.Transparent;
  87. chartArea1.Name = "DataArea";
  88. this.StatisticsChart.ChartAreas.Add(chartArea1);
  89. this.StatisticsChart.Dock = System.Windows.Forms.DockStyle.Fill;
  90. legend1.BackColor = System.Drawing.Color.Transparent;
  91. legend1.Name = "ChartLegend";
  92. this.StatisticsChart.Legends.Add(legend1);
  93. this.StatisticsChart.Location = new System.Drawing.Point(0, 0);
  94. this.StatisticsChart.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
  95. this.StatisticsChart.Name = "StatisticsChart";
  96. this.StatisticsChart.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Pastel;
  97. series1.ChartArea = "DataArea";
  98. series1.Color = System.Drawing.Color.DarkGray;
  99. series1.Legend = "ChartLegend";
  100. series1.Name = "Speed";
  101. series1.ToolTip = "#VALX\\nMax inbound speed\\n#VAL KiB/s";
  102. series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
  103. series2.ChartArea = "DataArea";
  104. series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
  105. series2.Color = System.Drawing.Color.Crimson;
  106. series2.CustomProperties = "EmptyPointValue=Zero";
  107. series2.Legend = "ChartLegend";
  108. series2.Name = "Package Loss";
  109. series2.ToolTip = "#VALX\\n#VAL%";
  110. series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
  111. series2.YAxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary;
  112. series2.YValuesPerPoint = 2;
  113. series3.BorderWidth = 5;
  114. series3.ChartArea = "DataArea";
  115. series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
  116. series3.Color = System.Drawing.Color.DodgerBlue;
  117. series3.Legend = "ChartLegend";
  118. series3.MarkerSize = 10;
  119. series3.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
  120. series3.Name = "Ping";
  121. series3.ToolTip = "#VALX\\n#VAL ms";
  122. series3.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
  123. this.StatisticsChart.Series.Add(series1);
  124. this.StatisticsChart.Series.Add(series2);
  125. this.StatisticsChart.Series.Add(series3);
  126. this.StatisticsChart.Size = new System.Drawing.Size(978, 429);
  127. this.StatisticsChart.TabIndex = 2;
  128. //
  129. // PingCheckBox
  130. //
  131. this.PingCheckBox.AutoSize = true;
  132. this.PingCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.bindingConfiguration, "Ping", true));
  133. this.PingCheckBox.Location = new System.Drawing.Point(13, 54);
  134. this.PingCheckBox.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
  135. this.PingCheckBox.Name = "PingCheckBox";
  136. this.PingCheckBox.Size = new System.Drawing.Size(124, 31);
  137. this.PingCheckBox.TabIndex = 5;
  138. this.PingCheckBox.Text = "Ping Test";
  139. this.PingCheckBox.UseVisualStyleBackColor = true;
  140. this.PingCheckBox.CheckedChanged += new System.EventHandler(this.PingCheckBox_CheckedChanged);
  141. //
  142. // bindingConfiguration
  143. //
  144. this.bindingConfiguration.DataSource = typeof(Shadowsocks.Model.StatisticsStrategyConfiguration);
  145. //
  146. // label2
  147. //
  148. this.label2.AutoSize = true;
  149. this.label2.Location = new System.Drawing.Point(9, 206);
  150. this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  151. this.label2.Name = "label2";
  152. this.label2.Size = new System.Drawing.Size(167, 27);
  153. this.label2.TabIndex = 8;
  154. this.label2.Text = "Keep choice for ";
  155. //
  156. // label3
  157. //
  158. this.label3.AutoSize = true;
  159. this.label3.Location = new System.Drawing.Point(286, 206);
  160. this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  161. this.label3.Name = "label3";
  162. this.label3.Size = new System.Drawing.Size(87, 27);
  163. this.label3.TabIndex = 9;
  164. this.label3.Text = "minutes";
  165. //
  166. // chartModeSelector
  167. //
  168. this.chartModeSelector.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  169. this.chartModeSelector.Controls.Add(this.allMode);
  170. this.chartModeSelector.Controls.Add(this.dayMode);
  171. this.chartModeSelector.Location = new System.Drawing.Point(729, 188);
  172. this.chartModeSelector.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
  173. this.chartModeSelector.Name = "chartModeSelector";
  174. this.chartModeSelector.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  175. this.chartModeSelector.Size = new System.Drawing.Size(234, 103);
  176. this.chartModeSelector.TabIndex = 3;
  177. this.chartModeSelector.TabStop = false;
  178. this.chartModeSelector.Text = "Chart Mode";
  179. //
  180. // allMode
  181. //
  182. this.allMode.AutoSize = true;
  183. this.allMode.Location = new System.Drawing.Point(11, 61);
  184. this.allMode.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
  185. this.allMode.Name = "allMode";
  186. this.allMode.Size = new System.Drawing.Size(58, 31);
  187. this.allMode.TabIndex = 1;
  188. this.allMode.Text = "all";
  189. this.allMode.UseVisualStyleBackColor = true;
  190. this.allMode.CheckedChanged += new System.EventHandler(this.allMode_CheckedChanged);
  191. //
  192. // dayMode
  193. //
  194. this.dayMode.AutoSize = true;
  195. this.dayMode.Checked = true;
  196. this.dayMode.Location = new System.Drawing.Point(11, 29);
  197. this.dayMode.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
  198. this.dayMode.Name = "dayMode";
  199. this.dayMode.Size = new System.Drawing.Size(73, 31);
  200. this.dayMode.TabIndex = 0;
  201. this.dayMode.TabStop = true;
  202. this.dayMode.Text = "24h";
  203. this.dayMode.UseVisualStyleBackColor = true;
  204. this.dayMode.CheckedChanged += new System.EventHandler(this.dayMode_CheckedChanged);
  205. //
  206. // splitContainer1
  207. //
  208. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  209. this.splitContainer1.IsSplitterFixed = true;
  210. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  211. this.splitContainer1.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
  212. this.splitContainer1.Name = "splitContainer1";
  213. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  214. //
  215. // splitContainer1.Panel1
  216. //
  217. this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
  218. //
  219. // splitContainer1.Panel2
  220. //
  221. this.splitContainer1.Panel2.Controls.Add(this.serverSelector);
  222. this.splitContainer1.Panel2.Controls.Add(this.CancelButton);
  223. this.splitContainer1.Panel2.Controls.Add(this.OKButton);
  224. this.splitContainer1.Panel2.Controls.Add(this.chartModeSelector);
  225. this.splitContainer1.Panel2.Controls.Add(this.StatisticsChart);
  226. this.splitContainer1.Size = new System.Drawing.Size(978, 744);
  227. this.splitContainer1.SplitterDistance = 305;
  228. this.splitContainer1.SplitterWidth = 10;
  229. this.splitContainer1.TabIndex = 12;
  230. //
  231. // splitContainer2
  232. //
  233. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  234. this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  235. this.splitContainer2.IsSplitterFixed = true;
  236. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  237. this.splitContainer2.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
  238. this.splitContainer2.Name = "splitContainer2";
  239. //
  240. // splitContainer2.Panel1
  241. //
  242. this.splitContainer2.Panel1.Controls.Add(this.label9);
  243. this.splitContainer2.Panel1.Controls.Add(this.label8);
  244. this.splitContainer2.Panel1.Controls.Add(this.dataCollectionMinutesNum);
  245. this.splitContainer2.Panel1.Controls.Add(this.StatisticsEnabledCheckBox);
  246. this.splitContainer2.Panel1.Controls.Add(this.choiceKeptMinutesNum);
  247. this.splitContainer2.Panel1.Controls.Add(this.byHourOfDayCheckBox);
  248. this.splitContainer2.Panel1.Controls.Add(this.repeatTimesNum);
  249. this.splitContainer2.Panel1.Controls.Add(this.label6);
  250. this.splitContainer2.Panel1.Controls.Add(this.label2);
  251. this.splitContainer2.Panel1.Controls.Add(this.PingCheckBox);
  252. this.splitContainer2.Panel1.Controls.Add(this.label3);
  253. //
  254. // splitContainer2.Panel2
  255. //
  256. this.splitContainer2.Panel2.Controls.Add(this.splitContainer3);
  257. this.splitContainer2.Size = new System.Drawing.Size(978, 305);
  258. this.splitContainer2.SplitterDistance = 384;
  259. this.splitContainer2.SplitterWidth = 5;
  260. this.splitContainer2.TabIndex = 7;
  261. //
  262. // label9
  263. //
  264. this.label9.AutoSize = true;
  265. this.label9.Location = new System.Drawing.Point(9, 164);
  266. this.label9.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  267. this.label9.Name = "label9";
  268. this.label9.Size = new System.Drawing.Size(162, 27);
  269. this.label9.TabIndex = 20;
  270. this.label9.Text = "Collect data per";
  271. //
  272. // label8
  273. //
  274. this.label8.AutoSize = true;
  275. this.label8.Font = new System.Drawing.Font("Microsoft YaHei", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  276. this.label8.Location = new System.Drawing.Point(286, 165);
  277. this.label8.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  278. this.label8.Name = "label8";
  279. this.label8.Size = new System.Drawing.Size(87, 27);
  280. this.label8.TabIndex = 19;
  281. this.label8.Text = "minutes";
  282. //
  283. // dataCollectionMinutesNum
  284. //
  285. this.dataCollectionMinutesNum.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingConfiguration, "DataCollectionMinutes", true));
  286. this.dataCollectionMinutesNum.Increment = new decimal(new int[] {
  287. 10,
  288. 0,
  289. 0,
  290. 0});
  291. this.dataCollectionMinutesNum.Location = new System.Drawing.Point(177, 162);
  292. this.dataCollectionMinutesNum.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  293. this.dataCollectionMinutesNum.Maximum = new decimal(new int[] {
  294. 120,
  295. 0,
  296. 0,
  297. 0});
  298. this.dataCollectionMinutesNum.Minimum = new decimal(new int[] {
  299. 1,
  300. 0,
  301. 0,
  302. 0});
  303. this.dataCollectionMinutesNum.Name = "dataCollectionMinutesNum";
  304. this.dataCollectionMinutesNum.Size = new System.Drawing.Size(100, 34);
  305. this.dataCollectionMinutesNum.TabIndex = 18;
  306. this.dataCollectionMinutesNum.Value = new decimal(new int[] {
  307. 10,
  308. 0,
  309. 0,
  310. 0});
  311. //
  312. // StatisticsEnabledCheckBox
  313. //
  314. this.StatisticsEnabledCheckBox.AutoSize = true;
  315. this.StatisticsEnabledCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.bindingConfiguration, "StatisticsEnabled", true));
  316. this.StatisticsEnabledCheckBox.Location = new System.Drawing.Point(13, 12);
  317. this.StatisticsEnabledCheckBox.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
  318. this.StatisticsEnabledCheckBox.Name = "StatisticsEnabledCheckBox";
  319. this.StatisticsEnabledCheckBox.Size = new System.Drawing.Size(189, 31);
  320. this.StatisticsEnabledCheckBox.TabIndex = 17;
  321. this.StatisticsEnabledCheckBox.Text = "Enable Statistics";
  322. this.StatisticsEnabledCheckBox.UseVisualStyleBackColor = true;
  323. //
  324. // choiceKeptMinutesNum
  325. //
  326. this.choiceKeptMinutesNum.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingConfiguration, "ChoiceKeptMinutes", true));
  327. this.choiceKeptMinutesNum.Increment = new decimal(new int[] {
  328. 10,
  329. 0,
  330. 0,
  331. 0});
  332. this.choiceKeptMinutesNum.Location = new System.Drawing.Point(177, 204);
  333. this.choiceKeptMinutesNum.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  334. this.choiceKeptMinutesNum.Maximum = new decimal(new int[] {
  335. 120,
  336. 0,
  337. 0,
  338. 0});
  339. this.choiceKeptMinutesNum.Minimum = new decimal(new int[] {
  340. 1,
  341. 0,
  342. 0,
  343. 0});
  344. this.choiceKeptMinutesNum.Name = "choiceKeptMinutesNum";
  345. this.choiceKeptMinutesNum.Size = new System.Drawing.Size(100, 34);
  346. this.choiceKeptMinutesNum.TabIndex = 16;
  347. this.choiceKeptMinutesNum.Value = new decimal(new int[] {
  348. 10,
  349. 0,
  350. 0,
  351. 0});
  352. //
  353. // byHourOfDayCheckBox
  354. //
  355. this.byHourOfDayCheckBox.AutoSize = true;
  356. this.byHourOfDayCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.bindingConfiguration, "ByHourOfDay", true));
  357. this.byHourOfDayCheckBox.Location = new System.Drawing.Point(13, 127);
  358. this.byHourOfDayCheckBox.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
  359. this.byHourOfDayCheckBox.Name = "byHourOfDayCheckBox";
  360. this.byHourOfDayCheckBox.Size = new System.Drawing.Size(180, 31);
  361. this.byHourOfDayCheckBox.TabIndex = 15;
  362. this.byHourOfDayCheckBox.Text = "By hour of day";
  363. this.byHourOfDayCheckBox.UseVisualStyleBackColor = true;
  364. //
  365. // repeatTimesNum
  366. //
  367. this.repeatTimesNum.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingConfiguration, "RepeatTimesNum", true));
  368. this.repeatTimesNum.Location = new System.Drawing.Point(34, 84);
  369. this.repeatTimesNum.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  370. this.repeatTimesNum.Maximum = new decimal(new int[] {
  371. 10,
  372. 0,
  373. 0,
  374. 0});
  375. this.repeatTimesNum.Name = "repeatTimesNum";
  376. this.repeatTimesNum.Size = new System.Drawing.Size(99, 34);
  377. this.repeatTimesNum.TabIndex = 14;
  378. this.repeatTimesNum.Value = new decimal(new int[] {
  379. 4,
  380. 0,
  381. 0,
  382. 0});
  383. //
  384. // label6
  385. //
  386. this.label6.AutoSize = true;
  387. this.label6.Font = new System.Drawing.Font("Microsoft YaHei", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  388. this.label6.Location = new System.Drawing.Point(139, 86);
  389. this.label6.Name = "label6";
  390. this.label6.Size = new System.Drawing.Size(201, 27);
  391. this.label6.TabIndex = 13;
  392. this.label6.Text = "packages everytime";
  393. //
  394. // splitContainer3
  395. //
  396. this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
  397. this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  398. this.splitContainer3.IsSplitterFixed = true;
  399. this.splitContainer3.Location = new System.Drawing.Point(0, 0);
  400. this.splitContainer3.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
  401. this.splitContainer3.Name = "splitContainer3";
  402. this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
  403. //
  404. // splitContainer3.Panel1
  405. //
  406. this.splitContainer3.Panel1.Controls.Add(this.label1);
  407. //
  408. // splitContainer3.Panel2
  409. //
  410. this.splitContainer3.Panel2.Controls.Add(this.calculationContainer);
  411. this.splitContainer3.Size = new System.Drawing.Size(589, 305);
  412. this.splitContainer3.SplitterDistance = 42;
  413. this.splitContainer3.SplitterWidth = 1;
  414. this.splitContainer3.TabIndex = 6;
  415. //
  416. // label1
  417. //
  418. this.label1.AutoSize = true;
  419. this.label1.Location = new System.Drawing.Point(5, 9);
  420. this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  421. this.label1.Name = "label1";
  422. this.label1.Size = new System.Drawing.Size(137, 27);
  423. this.label1.TabIndex = 0;
  424. this.label1.Text = "Final Score =";
  425. this.CalculatinTip.SetToolTip(this.label1, "(The server with the highest score would be choosen)");
  426. //
  427. // calculationContainer
  428. //
  429. this.calculationContainer.AutoScroll = true;
  430. this.calculationContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  431. this.calculationContainer.Location = new System.Drawing.Point(0, 0);
  432. this.calculationContainer.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
  433. this.calculationContainer.Name = "calculationContainer";
  434. this.calculationContainer.Size = new System.Drawing.Size(589, 262);
  435. this.calculationContainer.TabIndex = 1;
  436. //
  437. // serverSelector
  438. //
  439. this.serverSelector.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  440. this.serverSelector.FormattingEnabled = true;
  441. this.serverSelector.Location = new System.Drawing.Point(729, 151);
  442. this.serverSelector.Name = "serverSelector";
  443. this.serverSelector.Size = new System.Drawing.Size(233, 35);
  444. this.serverSelector.TabIndex = 6;
  445. this.serverSelector.SelectionChangeCommitted += new System.EventHandler(this.serverSelector_SelectionChangeCommitted);
  446. //
  447. // CancelButton
  448. //
  449. this.CancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  450. this.CancelButton.Location = new System.Drawing.Point(861, 370);
  451. this.CancelButton.Name = "CancelButton";
  452. this.CancelButton.Size = new System.Drawing.Size(101, 41);
  453. this.CancelButton.TabIndex = 5;
  454. this.CancelButton.Text = "Cancel";
  455. this.CancelButton.UseVisualStyleBackColor = true;
  456. this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click);
  457. //
  458. // OKButton
  459. //
  460. this.OKButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  461. this.OKButton.Location = new System.Drawing.Point(754, 370);
  462. this.OKButton.Name = "OKButton";
  463. this.OKButton.Size = new System.Drawing.Size(101, 41);
  464. this.OKButton.TabIndex = 4;
  465. this.OKButton.Text = "OK";
  466. this.OKButton.UseVisualStyleBackColor = true;
  467. this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
  468. //
  469. // StatisticsStrategyConfigurationForm
  470. //
  471. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 27F);
  472. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  473. this.AutoSize = true;
  474. this.ClientSize = new System.Drawing.Size(978, 744);
  475. this.Controls.Add(this.splitContainer1);
  476. this.Font = new System.Drawing.Font("Microsoft YaHei", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  477. this.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
  478. this.MinimumSize = new System.Drawing.Size(1000, 800);
  479. this.Name = "StatisticsStrategyConfigurationForm";
  480. this.Text = "StatisticsStrategyConfigurationForm";
  481. ((System.ComponentModel.ISupportInitialize)(this.StatisticsChart)).EndInit();
  482. ((System.ComponentModel.ISupportInitialize)(this.bindingConfiguration)).EndInit();
  483. this.chartModeSelector.ResumeLayout(false);
  484. this.chartModeSelector.PerformLayout();
  485. this.splitContainer1.Panel1.ResumeLayout(false);
  486. this.splitContainer1.Panel2.ResumeLayout(false);
  487. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  488. this.splitContainer1.ResumeLayout(false);
  489. this.splitContainer2.Panel1.ResumeLayout(false);
  490. this.splitContainer2.Panel1.PerformLayout();
  491. this.splitContainer2.Panel2.ResumeLayout(false);
  492. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  493. this.splitContainer2.ResumeLayout(false);
  494. ((System.ComponentModel.ISupportInitialize)(this.dataCollectionMinutesNum)).EndInit();
  495. ((System.ComponentModel.ISupportInitialize)(this.choiceKeptMinutesNum)).EndInit();
  496. ((System.ComponentModel.ISupportInitialize)(this.repeatTimesNum)).EndInit();
  497. this.splitContainer3.Panel1.ResumeLayout(false);
  498. this.splitContainer3.Panel1.PerformLayout();
  499. this.splitContainer3.Panel2.ResumeLayout(false);
  500. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
  501. this.splitContainer3.ResumeLayout(false);
  502. this.ResumeLayout(false);
  503. }
  504. #endregion
  505. private System.Windows.Forms.DataVisualization.Charting.Chart StatisticsChart;
  506. private System.Windows.Forms.CheckBox PingCheckBox;
  507. private System.Windows.Forms.Label label2;
  508. private System.Windows.Forms.Label label3;
  509. private System.Windows.Forms.GroupBox chartModeSelector;
  510. private System.Windows.Forms.RadioButton allMode;
  511. private System.Windows.Forms.RadioButton dayMode;
  512. private System.Windows.Forms.SplitContainer splitContainer1;
  513. private System.Windows.Forms.Label label1;
  514. private System.Windows.Forms.SplitContainer splitContainer2;
  515. private System.Windows.Forms.FlowLayoutPanel calculationContainer;
  516. private System.Windows.Forms.SplitContainer splitContainer3;
  517. private System.Windows.Forms.NumericUpDown repeatTimesNum;
  518. private System.Windows.Forms.Label label6;
  519. private System.Windows.Forms.CheckBox byHourOfDayCheckBox;
  520. private System.Windows.Forms.NumericUpDown choiceKeptMinutesNum;
  521. private System.Windows.Forms.CheckBox StatisticsEnabledCheckBox;
  522. private System.Windows.Forms.Label label9;
  523. private System.Windows.Forms.Label label8;
  524. private System.Windows.Forms.NumericUpDown dataCollectionMinutesNum;
  525. private System.Windows.Forms.BindingSource bindingConfiguration;
  526. private new System.Windows.Forms.Button CancelButton;
  527. private System.Windows.Forms.Button OKButton;
  528. private System.Windows.Forms.ComboBox serverSelector;
  529. private System.Windows.Forms.ToolTip CalculatinTip;
  530. }
  531. }