Browse Source

adjust ui

tags/3.0
icylogic 9 years ago
parent
commit
273b7d2330
1 changed files with 122 additions and 117 deletions
  1. +122
    -117
      shadowsocks-csharp/View/StatisticsStrategyOptionsForm.Designer.cs

+ 122
- 117
shadowsocks-csharp/View/StatisticsStrategyOptionsForm.Designer.cs View File

@@ -28,11 +28,11 @@
/// </summary>
private void InitializeComponent()
{
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();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend3 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series7 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.Series series8 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.Series series9 = new System.Windows.Forms.DataVisualization.Charting.Series();
this.StatisticsChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.label2 = new System.Windows.Forms.Label();
@@ -43,6 +43,7 @@
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.label6 = new System.Windows.Forms.Label();
@@ -54,7 +55,6 @@
this.label7 = new System.Windows.Forms.Label();
this.textBox5 = new System.Windows.Forms.TextBox();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
((System.ComponentModel.ISupportInitialize)(this.StatisticsChart)).BeginInit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
@@ -65,6 +65,7 @@
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
this.splitContainer3.Panel1.SuspendLayout();
@@ -72,77 +73,76 @@
this.splitContainer3.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
this.SuspendLayout();
//
// StatisticsChart
//
this.StatisticsChart.BackColor = System.Drawing.Color.Transparent;
chartArea1.AxisX.MajorGrid.Enabled = false;
chartArea1.AxisY.MajorGrid.Enabled = false;
chartArea1.AxisY2.MajorGrid.Enabled = false;
chartArea1.BackColor = System.Drawing.Color.Transparent;
chartArea1.Name = "ChartArea";
this.StatisticsChart.ChartAreas.Add(chartArea1);
chartArea3.AxisX.MajorGrid.Enabled = false;
chartArea3.AxisY.MajorGrid.Enabled = false;
chartArea3.AxisY2.MajorGrid.Enabled = false;
chartArea3.BackColor = System.Drawing.Color.Transparent;
chartArea3.Name = "ChartArea";
this.StatisticsChart.ChartAreas.Add(chartArea3);
this.StatisticsChart.Dock = System.Windows.Forms.DockStyle.Fill;
legend1.BackColor = System.Drawing.Color.Transparent;
legend1.Name = "ChartLegend";
this.StatisticsChart.Legends.Add(legend1);
legend3.BackColor = System.Drawing.Color.Transparent;
legend3.Name = "ChartLegend";
this.StatisticsChart.Legends.Add(legend3);
this.StatisticsChart.Location = new System.Drawing.Point(0, 0);
this.StatisticsChart.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7);
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 = "ChartArea";
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Area;
series1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
series1.Legend = "ChartLegend";
series1.Name = "Data Transferred";
series2.ChartArea = "ChartArea";
series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
series2.Color = System.Drawing.Color.Red;
series2.Legend = "ChartLegend";
series2.Name = "Package Loss";
series2.YValuesPerPoint = 4;
series3.BorderWidth = 4;
series3.ChartArea = "ChartArea";
series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
series3.Legend = "ChartLegend";
series3.Name = "Ping";
this.StatisticsChart.Series.Add(series1);
this.StatisticsChart.Series.Add(series2);
this.StatisticsChart.Series.Add(series3);
this.StatisticsChart.Size = new System.Drawing.Size(1216, 454);
series7.ChartArea = "ChartArea";
series7.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Area;
series7.Color = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
series7.Legend = "ChartLegend";
series7.Name = "Data Transferred";
series8.ChartArea = "ChartArea";
series8.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
series8.Color = System.Drawing.Color.Red;
series8.Legend = "ChartLegend";
series8.Name = "Package Loss";
series8.YValuesPerPoint = 4;
series9.BorderWidth = 4;
series9.ChartArea = "ChartArea";
series9.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
series9.Legend = "ChartLegend";
series9.Name = "Ping";
this.StatisticsChart.Series.Add(series7);
this.StatisticsChart.Series.Add(series8);
this.StatisticsChart.Series.Add(series9);
this.StatisticsChart.Size = new System.Drawing.Size(1029, 239);
this.StatisticsChart.TabIndex = 2;
this.StatisticsChart.Click += new System.EventHandler(this.StatisticsChart_Click);
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(13, 16);
this.checkBox1.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7);
this.checkBox1.Location = new System.Drawing.Point(16, 21);
this.checkBox1.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(254, 25);
this.checkBox1.Size = new System.Drawing.Size(204, 32);
this.checkBox1.TabIndex = 5;
this.checkBox1.Text = "Choose strategy by geolocation";
this.checkBox1.Text = "By ISP/geolocation";
this.checkBox1.UseVisualStyleBackColor = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(9, 80);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Location = new System.Drawing.Point(11, 107);
this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(128, 21);
this.label2.Size = new System.Drawing.Size(160, 28);
this.label2.TabIndex = 8;
this.label2.Text = "Cache choice for ";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(144, 111);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Location = new System.Drawing.Point(176, 148);
this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(66, 21);
this.label3.Size = new System.Drawing.Size(81, 28);
this.label3.TabIndex = 9;
this.label3.Text = "minutes";
this.label3.Click += new System.EventHandler(this.label3_Click);
@@ -150,10 +150,10 @@
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(13, 144);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Location = new System.Drawing.Point(16, 192);
this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 21);
this.label4.Size = new System.Drawing.Size(51, 28);
this.label4.TabIndex = 10;
this.label4.Text = "Ping";
//
@@ -162,11 +162,11 @@
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.radioButton2);
this.groupBox1.Controls.Add(this.radioButton1);
this.groupBox1.Location = new System.Drawing.Point(1008, 358);
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7);
this.groupBox1.Location = new System.Drawing.Point(775, 107);
this.groupBox1.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 7, 4, 7);
this.groupBox1.Size = new System.Drawing.Size(195, 80);
this.groupBox1.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
this.groupBox1.Size = new System.Drawing.Size(239, 107);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Chart Mode";
@@ -174,10 +174,10 @@
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(8, 47);
this.radioButton2.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7);
this.radioButton2.Location = new System.Drawing.Point(10, 63);
this.radioButton2.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(51, 25);
this.radioButton2.Size = new System.Drawing.Size(57, 32);
this.radioButton2.TabIndex = 1;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "all";
@@ -186,10 +186,10 @@
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(8, 22);
this.radioButton1.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7);
this.radioButton1.Location = new System.Drawing.Point(10, 30);
this.radioButton1.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(62, 25);
this.radioButton1.Size = new System.Drawing.Size(70, 32);
this.radioButton1.TabIndex = 0;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "24h";
@@ -199,7 +199,7 @@
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7);
this.splitContainer1.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
@@ -212,17 +212,18 @@
//
this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
this.splitContainer1.Panel2.Controls.Add(this.StatisticsChart);
this.splitContainer1.Size = new System.Drawing.Size(1216, 920);
this.splitContainer1.SplitterDistance = 459;
this.splitContainer1.SplitterWidth = 7;
this.splitContainer1.Size = new System.Drawing.Size(1029, 496);
this.splitContainer1.SplitterDistance = 247;
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(4, 7, 4, 7);
this.splitContainer2.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
@@ -239,31 +240,46 @@
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.splitContainer3);
this.splitContainer2.Size = new System.Drawing.Size(1216, 459);
this.splitContainer2.SplitterDistance = 297;
this.splitContainer2.Size = new System.Drawing.Size(1029, 247);
this.splitContainer2.SplitterDistance = 365;
this.splitContainer2.SplitterWidth = 5;
this.splitContainer2.TabIndex = 7;
//
// numericUpDown2
//
this.numericUpDown2.Location = new System.Drawing.Point(16, 145);
this.numericUpDown2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.numericUpDown2.Maximum = new decimal(new int[] {
60,
0,
0,
0});
this.numericUpDown2.Name = "numericUpDown2";
this.numericUpDown2.Size = new System.Drawing.Size(146, 34);
this.numericUpDown2.TabIndex = 16;
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.Location = new System.Drawing.Point(13, 48);
this.checkBox2.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7);
this.checkBox2.Location = new System.Drawing.Point(16, 64);
this.checkBox2.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(254, 25);
this.checkBox2.Size = new System.Drawing.Size(165, 32);
this.checkBox2.TabIndex = 15;
this.checkBox2.Text = "Choose strategy by geolocation";
this.checkBox2.Text = "By hour of day";
this.checkBox2.UseVisualStyleBackColor = true;
//
// numericUpDown1
//
this.numericUpDown1.Location = new System.Drawing.Point(62, 142);
this.numericUpDown1.Location = new System.Drawing.Point(76, 189);
this.numericUpDown1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.numericUpDown1.Maximum = new decimal(new int[] {
10,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(75, 29);
this.numericUpDown1.Size = new System.Drawing.Size(91, 34);
this.numericUpDown1.TabIndex = 14;
this.numericUpDown1.Value = new decimal(new int[] {
4,
@@ -274,9 +290,9 @@
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(143, 144);
this.label6.Location = new System.Drawing.Point(175, 192);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(147, 21);
this.label6.Size = new System.Drawing.Size(184, 28);
this.label6.TabIndex = 13;
this.label6.Text = "packages everytime";
//
@@ -284,8 +300,9 @@
//
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(4, 7, 4, 7);
this.splitContainer3.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
this.splitContainer3.Name = "splitContainer3";
this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
@@ -296,18 +313,18 @@
// splitContainer3.Panel2
//
this.splitContainer3.Panel2.Controls.Add(this.flowLayoutPanel1);
this.splitContainer3.Size = new System.Drawing.Size(915, 459);
this.splitContainer3.SplitterDistance = 34;
this.splitContainer3.SplitterWidth = 7;
this.splitContainer3.Size = new System.Drawing.Size(659, 247);
this.splitContainer3.SplitterDistance = 46;
this.splitContainer3.SplitterWidth = 10;
this.splitContainer3.TabIndex = 6;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(4, 9);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
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(192, 21);
this.label1.Size = new System.Drawing.Size(242, 28);
this.label1.TabIndex = 0;
this.label1.Text = "Design evaluation method";
this.label1.Click += new System.EventHandler(this.label1_Click);
@@ -318,9 +335,9 @@
this.flowLayoutPanel1.Controls.Add(this.panel3);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7);
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(915, 418);
this.flowLayoutPanel1.Size = new System.Drawing.Size(659, 191);
this.flowLayoutPanel1.TabIndex = 1;
//
// panel3
@@ -331,71 +348,59 @@
this.panel3.Controls.Add(this.label7);
this.panel3.Controls.Add(this.textBox5);
this.panel3.Controls.Add(this.comboBox3);
this.panel3.Location = new System.Drawing.Point(4, 7);
this.panel3.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7);
this.panel3.Location = new System.Drawing.Point(5, 10);
this.panel3.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(437, 43);
this.panel3.Size = new System.Drawing.Size(533, 56);
this.panel3.TabIndex = 4;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(4, 10);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Location = new System.Drawing.Point(5, 13);
this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(21, 21);
this.label5.Size = new System.Drawing.Size(26, 28);
this.label5.TabIndex = 3;
this.label5.Text = "+";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(240, 10);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Location = new System.Drawing.Point(294, 13);
this.label7.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(21, 21);
this.label7.Size = new System.Drawing.Size(26, 28);
this.label7.TabIndex = 2;
this.label7.Text = "×";
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(269, 7);
this.textBox5.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7);
this.textBox5.Location = new System.Drawing.Point(329, 10);
this.textBox5.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(164, 29);
this.textBox5.Size = new System.Drawing.Size(199, 34);
this.textBox5.TabIndex = 1;
//
// comboBox3
//
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Location = new System.Drawing.Point(33, 7);
this.comboBox3.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7);
this.comboBox3.Location = new System.Drawing.Point(41, 10);
this.comboBox3.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(199, 29);
this.comboBox3.Size = new System.Drawing.Size(243, 36);
this.comboBox3.TabIndex = 0;
//
// numericUpDown2
//
this.numericUpDown2.Location = new System.Drawing.Point(13, 109);
this.numericUpDown2.Maximum = new decimal(new int[] {
60,
0,
0,
0});
this.numericUpDown2.Name = "numericUpDown2";
this.numericUpDown2.Size = new System.Drawing.Size(120, 29);
this.numericUpDown2.TabIndex = 16;
//
// StatisticsStrategyOptionsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 28F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.ClientSize = new System.Drawing.Size(1216, 920);
this.ClientSize = new System.Drawing.Size(1029, 496);
this.Controls.Add(this.splitContainer1);
this.Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7);
this.MinimumSize = new System.Drawing.Size(800, 400);
this.Font = new System.Drawing.Font("Segoe UI", 10F);
this.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
this.MinimumSize = new System.Drawing.Size(973, 514);
this.Name = "StatisticsStrategyOptionsForm";
this.Text = "StatisticsStrategyConfigurationForm";
this.Load += new System.EventHandler(this.StatisticsStrategyOptionsForm_Load);
@@ -411,6 +416,7 @@
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.splitContainer3.Panel1.ResumeLayout(false);
this.splitContainer3.Panel1.PerformLayout();
@@ -421,7 +427,6 @@
this.flowLayoutPanel1.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
this.ResumeLayout(false);

}


Loading…
Cancel
Save