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