namespace Shadowsocks.View { partial class StatisticsStrategyConfigurationForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series(); this.StatisticsChart = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.PingCheckBox = new System.Windows.Forms.CheckBox(); this.KeepChoiceForLabel = new System.Windows.Forms.Label(); this.MinutesLabel2 = 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.CollectDataPerLabel = new System.Windows.Forms.Label(); this.MinutesLabel1 = 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.PackagePerPingLabel = new System.Windows.Forms.Label(); this.splitContainer3 = new System.Windows.Forms.SplitContainer(); this.FinalScoreLabel = 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.CalculatinTip = new System.Windows.Forms.ToolTip(this.components); 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; chartArea1.AxisX.MajorGrid.Enabled = false; chartArea1.AxisY.MajorGrid.Enabled = false; chartArea1.AxisY2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False; chartArea1.AxisY2.MajorGrid.Enabled = false; chartArea1.BackColor = System.Drawing.Color.Transparent; chartArea1.Name = "DataArea"; this.StatisticsChart.ChartAreas.Add(chartArea1); this.StatisticsChart.Dock = System.Windows.Forms.DockStyle.Fill; legend1.BackColor = System.Drawing.Color.Transparent; legend1.Name = "ChartLegend"; this.StatisticsChart.Legends.Add(legend1); 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; series1.ChartArea = "DataArea"; series1.Color = System.Drawing.Color.DarkGray; series1.Legend = "ChartLegend"; series1.Name = "Speed"; series1.ToolTip = "#VALX\\nMax inbound speed\\n#VAL KiB/s"; series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time; series2.ChartArea = "DataArea"; series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble; series2.Color = System.Drawing.Color.Crimson; series2.CustomProperties = "EmptyPointValue=Zero"; series2.Legend = "ChartLegend"; series2.Name = "Package Loss"; series2.ToolTip = "#VALX\\n#VAL%"; series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time; series2.YAxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary; series2.YValuesPerPoint = 2; series3.BorderWidth = 5; series3.ChartArea = "DataArea"; series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; series3.Color = System.Drawing.Color.DodgerBlue; series3.Legend = "ChartLegend"; series3.MarkerSize = 10; series3.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle; series3.Name = "Ping"; series3.ToolTip = "#VALX\\n#VAL ms"; series3.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time; this.StatisticsChart.Series.Add(series1); this.StatisticsChart.Series.Add(series2); this.StatisticsChart.Series.Add(series3); this.StatisticsChart.Size = new System.Drawing.Size(982, 435); 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(107, 27); this.PingCheckBox.TabIndex = 5; this.PingCheckBox.Text = "Ping Test"; this.PingCheckBox.UseVisualStyleBackColor = true; this.PingCheckBox.CheckedChanged += new System.EventHandler(this.PingCheckBox_CheckedChanged); // // KeepChoiceForLabel // this.KeepChoiceForLabel.AutoSize = true; this.KeepChoiceForLabel.Location = new System.Drawing.Point(9, 206); this.KeepChoiceForLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.KeepChoiceForLabel.Name = "KeepChoiceForLabel"; this.KeepChoiceForLabel.Size = new System.Drawing.Size(139, 23); this.KeepChoiceForLabel.TabIndex = 8; this.KeepChoiceForLabel.Text = "Keep choice for"; // // MinutesLabel2 // this.MinutesLabel2.AutoSize = true; this.MinutesLabel2.Location = new System.Drawing.Point(286, 206); this.MinutesLabel2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.MinutesLabel2.Name = "MinutesLabel2"; this.MinutesLabel2.Size = new System.Drawing.Size(75, 23); this.MinutesLabel2.TabIndex = 9; this.MinutesLabel2.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(733, 182); 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(234, 103); this.chartModeSelector.TabIndex = 3; this.chartModeSelector.TabStop = false; this.chartModeSelector.Text = "Chart Mode"; // // allMode // this.allMode.AutoSize = 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(50, 27); this.allMode.TabIndex = 1; this.allMode.Text = "all"; this.allMode.UseVisualStyleBackColor = true; this.allMode.CheckedChanged += new System.EventHandler(this.allMode_CheckedChanged); // // dayMode // this.dayMode.AutoSize = true; this.dayMode.Checked = 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(61, 27); this.dayMode.TabIndex = 0; this.dayMode.TabStop = true; 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(982, 753); this.splitContainer1.SplitterDistance = 308; 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.CollectDataPerLabel); this.splitContainer2.Panel1.Controls.Add(this.MinutesLabel1); 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.PackagePerPingLabel); this.splitContainer2.Panel1.Controls.Add(this.KeepChoiceForLabel); this.splitContainer2.Panel1.Controls.Add(this.PingCheckBox); this.splitContainer2.Panel1.Controls.Add(this.MinutesLabel2); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.splitContainer3); this.splitContainer2.Size = new System.Drawing.Size(982, 308); this.splitContainer2.SplitterDistance = 384; this.splitContainer2.SplitterWidth = 5; this.splitContainer2.TabIndex = 7; // // CollectDataPerLabel // this.CollectDataPerLabel.AutoSize = true; this.CollectDataPerLabel.Location = new System.Drawing.Point(9, 164); this.CollectDataPerLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.CollectDataPerLabel.Name = "CollectDataPerLabel"; this.CollectDataPerLabel.Size = new System.Drawing.Size(139, 23); this.CollectDataPerLabel.TabIndex = 20; this.CollectDataPerLabel.Text = "Collect data per"; // // MinutesLabel1 // this.MinutesLabel1.AutoSize = true; this.MinutesLabel1.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.MinutesLabel1.Location = new System.Drawing.Point(286, 165); this.MinutesLabel1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.MinutesLabel1.Name = "MinutesLabel1"; this.MinutesLabel1.Size = new System.Drawing.Size(75, 23); this.MinutesLabel1.TabIndex = 19; this.MinutesLabel1.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, 29); 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(163, 27); 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, 29); 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(150, 27); 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, 29); this.repeatTimesNum.TabIndex = 14; this.repeatTimesNum.Value = new decimal(new int[] { 4, 0, 0, 0}); // // PackagePerPingLabel // this.PackagePerPingLabel.AutoSize = true; this.PackagePerPingLabel.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.PackagePerPingLabel.Location = new System.Drawing.Point(139, 86); this.PackagePerPingLabel.Name = "PackagePerPingLabel"; this.PackagePerPingLabel.Size = new System.Drawing.Size(172, 23); this.PackagePerPingLabel.TabIndex = 13; this.PackagePerPingLabel.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.FinalScoreLabel); // // splitContainer3.Panel2 // this.splitContainer3.Panel2.Controls.Add(this.calculationContainer); this.splitContainer3.Size = new System.Drawing.Size(593, 308); this.splitContainer3.SplitterDistance = 42; this.splitContainer3.SplitterWidth = 1; this.splitContainer3.TabIndex = 6; // // FinalScoreLabel // this.FinalScoreLabel.AutoSize = true; this.FinalScoreLabel.Location = new System.Drawing.Point(5, 9); this.FinalScoreLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.FinalScoreLabel.Name = "FinalScoreLabel"; this.FinalScoreLabel.Size = new System.Drawing.Size(103, 23); this.FinalScoreLabel.TabIndex = 0; this.FinalScoreLabel.Text = "Final Score:"; this.CalculatinTip.SetToolTip(this.FinalScoreLabel, "(The server with the highest score would be choosen)"); // // 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(593, 265); 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(733, 145); this.serverSelector.Name = "serverSelector"; this.serverSelector.Size = new System.Drawing.Size(233, 31); 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(865, 364); 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(758, 364); 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); // // StatisticsStrategyConfigurationForm // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 23F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(982, 753); this.Controls.Add(this.splitContainer1); this.Font = new System.Drawing.Font("微软雅黑", 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(1000, 800); 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 KeepChoiceForLabel; private System.Windows.Forms.Label MinutesLabel2; 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 FinalScoreLabel; 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 PackagePerPingLabel; private System.Windows.Forms.CheckBox byHourOfDayCheckBox; private System.Windows.Forms.NumericUpDown choiceKeptMinutesNum; private System.Windows.Forms.CheckBox StatisticsEnabledCheckBox; private System.Windows.Forms.Label CollectDataPerLabel; private System.Windows.Forms.Label MinutesLabel1; 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; private System.Windows.Forms.ToolTip CalculatinTip; } }