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