|
- namespace Shadowsocks.View
- {
- partial class StatisticsStrategyConfigurationForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
- System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
- System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
- System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series();
- System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series();
- this.StatisticsChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
- this.PingCheckBox = new System.Windows.Forms.CheckBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.chartModeSelector = new System.Windows.Forms.GroupBox();
- this.allMode = new System.Windows.Forms.RadioButton();
- this.dayMode = new System.Windows.Forms.RadioButton();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.splitContainer2 = new System.Windows.Forms.SplitContainer();
- this.label9 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.dataCollectionMinutesNum = new System.Windows.Forms.NumericUpDown();
- this.StatisticsEnabledCheckBox = new System.Windows.Forms.CheckBox();
- this.choiceKeptMinutesNum = new System.Windows.Forms.NumericUpDown();
- this.byHourOfDayCheckBox = new System.Windows.Forms.CheckBox();
- this.repeatTimesNum = new System.Windows.Forms.NumericUpDown();
- this.label6 = new System.Windows.Forms.Label();
- this.splitContainer3 = new System.Windows.Forms.SplitContainer();
- this.label1 = new System.Windows.Forms.Label();
- this.calculationContainer = new System.Windows.Forms.FlowLayoutPanel();
- this.serverSelector = new System.Windows.Forms.ComboBox();
- this.CancelButton = new System.Windows.Forms.Button();
- this.OKButton = new System.Windows.Forms.Button();
- this.bindingConfiguration = new System.Windows.Forms.BindingSource(this.components);
- ((System.ComponentModel.ISupportInitialize)(this.StatisticsChart)).BeginInit();
- this.chartModeSelector.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
- this.splitContainer2.Panel1.SuspendLayout();
- this.splitContainer2.Panel2.SuspendLayout();
- this.splitContainer2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataCollectionMinutesNum)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.choiceKeptMinutesNum)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.repeatTimesNum)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
- this.splitContainer3.Panel1.SuspendLayout();
- this.splitContainer3.Panel2.SuspendLayout();
- this.splitContainer3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bindingConfiguration)).BeginInit();
- this.SuspendLayout();
- //
- // StatisticsChart
- //
- this.StatisticsChart.BackColor = System.Drawing.Color.Transparent;
- chartArea2.AxisX.MajorGrid.Enabled = false;
- chartArea2.AxisY.MajorGrid.Enabled = false;
- chartArea2.AxisY2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
- chartArea2.AxisY2.MajorGrid.Enabled = false;
- chartArea2.BackColor = System.Drawing.Color.Transparent;
- chartArea2.Name = "DataArea";
- this.StatisticsChart.ChartAreas.Add(chartArea2);
- this.StatisticsChart.Dock = System.Windows.Forms.DockStyle.Fill;
- legend2.BackColor = System.Drawing.Color.Transparent;
- legend2.Name = "ChartLegend";
- this.StatisticsChart.Legends.Add(legend2);
- this.StatisticsChart.Location = new System.Drawing.Point(0, 0);
- this.StatisticsChart.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
- this.StatisticsChart.Name = "StatisticsChart";
- this.StatisticsChart.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Pastel;
- series4.ChartArea = "DataArea";
- series4.Color = System.Drawing.Color.DarkGray;
- series4.Legend = "ChartLegend";
- series4.Name = "Speed";
- series4.ToolTip = "Max inbound speed\\n#VAL KiB/s";
- series5.ChartArea = "DataArea";
- series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
- series5.Color = System.Drawing.Color.Crimson;
- series5.CustomProperties = "EmptyPointValue=Zero";
- series5.Legend = "ChartLegend";
- series5.Name = "Package Loss";
- series5.ToolTip = "#VAL%";
- series5.YAxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary;
- series5.YValuesPerPoint = 2;
- series6.BorderWidth = 5;
- series6.ChartArea = "DataArea";
- series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
- series6.Color = System.Drawing.Color.DodgerBlue;
- series6.Legend = "ChartLegend";
- series6.MarkerSize = 10;
- series6.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
- series6.Name = "Ping";
- series6.ToolTip = "#VAL ms";
- this.StatisticsChart.Series.Add(series4);
- this.StatisticsChart.Series.Add(series5);
- this.StatisticsChart.Series.Add(series6);
- this.StatisticsChart.Size = new System.Drawing.Size(1089, 352);
- this.StatisticsChart.TabIndex = 2;
- //
- // PingCheckBox
- //
- this.PingCheckBox.AutoSize = true;
- this.PingCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.bindingConfiguration, "Ping", true));
- this.PingCheckBox.Location = new System.Drawing.Point(13, 54);
- this.PingCheckBox.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
- this.PingCheckBox.Name = "PingCheckBox";
- this.PingCheckBox.Size = new System.Drawing.Size(124, 31);
- this.PingCheckBox.TabIndex = 5;
- this.PingCheckBox.Text = "Ping Test";
- this.PingCheckBox.UseVisualStyleBackColor = true;
- this.PingCheckBox.CheckedChanged += new System.EventHandler(this.PingCheckBox_CheckedChanged);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(9, 206);
- this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(167, 27);
- this.label2.TabIndex = 8;
- this.label2.Text = "Keep choice for ";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(286, 206);
- this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(87, 27);
- this.label3.TabIndex = 9;
- this.label3.Text = "minutes";
- //
- // chartModeSelector
- //
- this.chartModeSelector.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.chartModeSelector.Controls.Add(this.allMode);
- this.chartModeSelector.Controls.Add(this.dayMode);
- this.chartModeSelector.Location = new System.Drawing.Point(813, 123);
- this.chartModeSelector.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
- this.chartModeSelector.Name = "chartModeSelector";
- this.chartModeSelector.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
- this.chartModeSelector.Size = new System.Drawing.Size(261, 103);
- this.chartModeSelector.TabIndex = 3;
- this.chartModeSelector.TabStop = false;
- this.chartModeSelector.Text = "Chart Mode";
- //
- // allMode
- //
- this.allMode.AutoSize = true;
- this.allMode.Checked = true;
- this.allMode.Location = new System.Drawing.Point(11, 61);
- this.allMode.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
- this.allMode.Name = "allMode";
- this.allMode.Size = new System.Drawing.Size(58, 31);
- this.allMode.TabIndex = 1;
- this.allMode.TabStop = true;
- this.allMode.Text = "all";
- this.allMode.UseVisualStyleBackColor = true;
- this.allMode.CheckedChanged += new System.EventHandler(this.allMode_CheckedChanged);
- //
- // dayMode
- //
- this.dayMode.AutoSize = true;
- this.dayMode.Location = new System.Drawing.Point(11, 29);
- this.dayMode.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
- this.dayMode.Name = "dayMode";
- this.dayMode.Size = new System.Drawing.Size(73, 31);
- this.dayMode.TabIndex = 0;
- this.dayMode.Text = "24h";
- this.dayMode.UseVisualStyleBackColor = true;
- this.dayMode.CheckedChanged += new System.EventHandler(this.dayMode_CheckedChanged);
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.IsSplitterFixed = true;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.serverSelector);
- this.splitContainer1.Panel2.Controls.Add(this.CancelButton);
- this.splitContainer1.Panel2.Controls.Add(this.OKButton);
- this.splitContainer1.Panel2.Controls.Add(this.chartModeSelector);
- this.splitContainer1.Panel2.Controls.Add(this.StatisticsChart);
- this.splitContainer1.Size = new System.Drawing.Size(1089, 614);
- this.splitContainer1.SplitterDistance = 252;
- this.splitContainer1.SplitterWidth = 10;
- this.splitContainer1.TabIndex = 12;
- //
- // splitContainer2
- //
- this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
- this.splitContainer2.IsSplitterFixed = true;
- this.splitContainer2.Location = new System.Drawing.Point(0, 0);
- this.splitContainer2.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
- this.splitContainer2.Name = "splitContainer2";
- //
- // splitContainer2.Panel1
- //
- this.splitContainer2.Panel1.Controls.Add(this.label9);
- this.splitContainer2.Panel1.Controls.Add(this.label8);
- this.splitContainer2.Panel1.Controls.Add(this.dataCollectionMinutesNum);
- this.splitContainer2.Panel1.Controls.Add(this.StatisticsEnabledCheckBox);
- this.splitContainer2.Panel1.Controls.Add(this.choiceKeptMinutesNum);
- this.splitContainer2.Panel1.Controls.Add(this.byHourOfDayCheckBox);
- this.splitContainer2.Panel1.Controls.Add(this.repeatTimesNum);
- this.splitContainer2.Panel1.Controls.Add(this.label6);
- this.splitContainer2.Panel1.Controls.Add(this.label2);
- this.splitContainer2.Panel1.Controls.Add(this.PingCheckBox);
- this.splitContainer2.Panel1.Controls.Add(this.label3);
- //
- // splitContainer2.Panel2
- //
- this.splitContainer2.Panel2.Controls.Add(this.splitContainer3);
- this.splitContainer2.Size = new System.Drawing.Size(1089, 252);
- this.splitContainer2.SplitterDistance = 384;
- this.splitContainer2.SplitterWidth = 5;
- this.splitContainer2.TabIndex = 7;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(9, 164);
- this.label9.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(162, 27);
- this.label9.TabIndex = 20;
- this.label9.Text = "Collect data per";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("Microsoft YaHei", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label8.Location = new System.Drawing.Point(286, 165);
- this.label8.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(87, 27);
- this.label8.TabIndex = 19;
- this.label8.Text = "minutes";
- //
- // dataCollectionMinutesNum
- //
- this.dataCollectionMinutesNum.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingConfiguration, "DataCollectionMinutes", true));
- this.dataCollectionMinutesNum.Increment = new decimal(new int[] {
- 10,
- 0,
- 0,
- 0});
- this.dataCollectionMinutesNum.Location = new System.Drawing.Point(177, 162);
- this.dataCollectionMinutesNum.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.dataCollectionMinutesNum.Maximum = new decimal(new int[] {
- 120,
- 0,
- 0,
- 0});
- this.dataCollectionMinutesNum.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.dataCollectionMinutesNum.Name = "dataCollectionMinutesNum";
- this.dataCollectionMinutesNum.Size = new System.Drawing.Size(100, 34);
- this.dataCollectionMinutesNum.TabIndex = 18;
- this.dataCollectionMinutesNum.Value = new decimal(new int[] {
- 10,
- 0,
- 0,
- 0});
- //
- // StatisticsEnabledCheckBox
- //
- this.StatisticsEnabledCheckBox.AutoSize = true;
- this.StatisticsEnabledCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.bindingConfiguration, "StatisticsEnabled", true));
- this.StatisticsEnabledCheckBox.Location = new System.Drawing.Point(13, 12);
- this.StatisticsEnabledCheckBox.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
- this.StatisticsEnabledCheckBox.Name = "StatisticsEnabledCheckBox";
- this.StatisticsEnabledCheckBox.Size = new System.Drawing.Size(189, 31);
- this.StatisticsEnabledCheckBox.TabIndex = 17;
- this.StatisticsEnabledCheckBox.Text = "Enable Statistics";
- this.StatisticsEnabledCheckBox.UseVisualStyleBackColor = true;
- //
- // choiceKeptMinutesNum
- //
- this.choiceKeptMinutesNum.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingConfiguration, "ChoiceKeptMinutes", true));
- this.choiceKeptMinutesNum.Increment = new decimal(new int[] {
- 10,
- 0,
- 0,
- 0});
- this.choiceKeptMinutesNum.Location = new System.Drawing.Point(177, 204);
- this.choiceKeptMinutesNum.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.choiceKeptMinutesNum.Maximum = new decimal(new int[] {
- 120,
- 0,
- 0,
- 0});
- this.choiceKeptMinutesNum.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.choiceKeptMinutesNum.Name = "choiceKeptMinutesNum";
- this.choiceKeptMinutesNum.Size = new System.Drawing.Size(100, 34);
- this.choiceKeptMinutesNum.TabIndex = 16;
- this.choiceKeptMinutesNum.Value = new decimal(new int[] {
- 10,
- 0,
- 0,
- 0});
- //
- // byHourOfDayCheckBox
- //
- this.byHourOfDayCheckBox.AutoSize = true;
- this.byHourOfDayCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.bindingConfiguration, "ByHourOfDay", true));
- this.byHourOfDayCheckBox.Location = new System.Drawing.Point(13, 127);
- this.byHourOfDayCheckBox.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
- this.byHourOfDayCheckBox.Name = "byHourOfDayCheckBox";
- this.byHourOfDayCheckBox.Size = new System.Drawing.Size(180, 31);
- this.byHourOfDayCheckBox.TabIndex = 15;
- this.byHourOfDayCheckBox.Text = "By hour of day";
- this.byHourOfDayCheckBox.UseVisualStyleBackColor = true;
- //
- // repeatTimesNum
- //
- this.repeatTimesNum.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingConfiguration, "RepeatTimesNum", true));
- this.repeatTimesNum.Location = new System.Drawing.Point(34, 84);
- this.repeatTimesNum.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.repeatTimesNum.Maximum = new decimal(new int[] {
- 10,
- 0,
- 0,
- 0});
- this.repeatTimesNum.Name = "repeatTimesNum";
- this.repeatTimesNum.Size = new System.Drawing.Size(99, 34);
- this.repeatTimesNum.TabIndex = 14;
- this.repeatTimesNum.Value = new decimal(new int[] {
- 4,
- 0,
- 0,
- 0});
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("Microsoft YaHei", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label6.Location = new System.Drawing.Point(139, 86);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(201, 27);
- this.label6.TabIndex = 13;
- this.label6.Text = "packages everytime";
- //
- // splitContainer3
- //
- this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
- this.splitContainer3.IsSplitterFixed = true;
- this.splitContainer3.Location = new System.Drawing.Point(0, 0);
- this.splitContainer3.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
- this.splitContainer3.Name = "splitContainer3";
- this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer3.Panel1
- //
- this.splitContainer3.Panel1.Controls.Add(this.label1);
- //
- // splitContainer3.Panel2
- //
- this.splitContainer3.Panel2.Controls.Add(this.calculationContainer);
- this.splitContainer3.Size = new System.Drawing.Size(700, 252);
- this.splitContainer3.SplitterDistance = 46;
- this.splitContainer3.SplitterWidth = 10;
- this.splitContainer3.TabIndex = 6;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(5, 12);
- this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(262, 27);
- this.label1.TabIndex = 0;
- this.label1.Text = "Design evaluation method";
- //
- // calculationContainer
- //
- this.calculationContainer.AutoScroll = true;
- this.calculationContainer.Dock = System.Windows.Forms.DockStyle.Fill;
- this.calculationContainer.Location = new System.Drawing.Point(0, 0);
- this.calculationContainer.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
- this.calculationContainer.Name = "calculationContainer";
- this.calculationContainer.Size = new System.Drawing.Size(700, 196);
- this.calculationContainer.TabIndex = 1;
- //
- // serverSelector
- //
- this.serverSelector.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.serverSelector.FormattingEnabled = true;
- this.serverSelector.Location = new System.Drawing.Point(813, 86);
- this.serverSelector.Name = "serverSelector";
- this.serverSelector.Size = new System.Drawing.Size(260, 35);
- this.serverSelector.TabIndex = 6;
- this.serverSelector.SelectionChangeCommitted += new System.EventHandler(this.serverSelector_SelectionChangeCommitted);
- //
- // CancelButton
- //
- this.CancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.CancelButton.Location = new System.Drawing.Point(972, 239);
- this.CancelButton.Name = "CancelButton";
- this.CancelButton.Size = new System.Drawing.Size(101, 41);
- this.CancelButton.TabIndex = 5;
- this.CancelButton.Text = "Cancel";
- this.CancelButton.UseVisualStyleBackColor = true;
- this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click);
- //
- // OKButton
- //
- this.OKButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.OKButton.Location = new System.Drawing.Point(864, 239);
- this.OKButton.Name = "OKButton";
- this.OKButton.Size = new System.Drawing.Size(101, 41);
- this.OKButton.TabIndex = 4;
- this.OKButton.Text = "OK";
- this.OKButton.UseVisualStyleBackColor = true;
- this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
- //
- // bindingConfiguration
- //
- this.bindingConfiguration.DataSource = typeof(Shadowsocks.Model.StatisticsStrategyConfiguration);
- this.bindingConfiguration.BindingComplete += new System.Windows.Forms.BindingCompleteEventHandler(this.bindingConfiguration_BindingComplete);
- this.bindingConfiguration.CurrentItemChanged += new System.EventHandler(this.bindingConfiguration_CurrentItemChanged);
- //
- // StatisticsStrategyConfigurationForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 27F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSize = true;
- this.ClientSize = new System.Drawing.Size(1089, 614);
- this.Controls.Add(this.splitContainer1);
- this.Font = new System.Drawing.Font("Microsoft YaHei", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
- this.MinimumSize = new System.Drawing.Size(1059, 498);
- this.Name = "StatisticsStrategyConfigurationForm";
- this.Text = "StatisticsStrategyConfigurationForm";
- ((System.ComponentModel.ISupportInitialize)(this.StatisticsChart)).EndInit();
- this.chartModeSelector.ResumeLayout(false);
- this.chartModeSelector.PerformLayout();
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.splitContainer2.Panel1.ResumeLayout(false);
- this.splitContainer2.Panel1.PerformLayout();
- this.splitContainer2.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
- this.splitContainer2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataCollectionMinutesNum)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.choiceKeptMinutesNum)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.repeatTimesNum)).EndInit();
- this.splitContainer3.Panel1.ResumeLayout(false);
- this.splitContainer3.Panel1.PerformLayout();
- this.splitContainer3.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
- this.splitContainer3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.bindingConfiguration)).EndInit();
- this.ResumeLayout(false);
-
- }
-
- #endregion
- private System.Windows.Forms.DataVisualization.Charting.Chart StatisticsChart;
- private System.Windows.Forms.CheckBox PingCheckBox;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.GroupBox chartModeSelector;
- private System.Windows.Forms.RadioButton allMode;
- private System.Windows.Forms.RadioButton dayMode;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.SplitContainer splitContainer2;
- private System.Windows.Forms.FlowLayoutPanel calculationContainer;
- private System.Windows.Forms.SplitContainer splitContainer3;
- private System.Windows.Forms.NumericUpDown repeatTimesNum;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.CheckBox byHourOfDayCheckBox;
- private System.Windows.Forms.NumericUpDown choiceKeptMinutesNum;
- private System.Windows.Forms.CheckBox StatisticsEnabledCheckBox;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.NumericUpDown dataCollectionMinutesNum;
- private System.Windows.Forms.BindingSource bindingConfiguration;
- private new System.Windows.Forms.Button CancelButton;
- private System.Windows.Forms.Button OKButton;
- private System.Windows.Forms.ComboBox serverSelector;
- }
- }
|