|
- namespace Shadowsocks.View
- {
- partial class StatisticsStrategyOptionsForm
- {
- /// <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()
- {
- 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();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.radioButton2 = new System.Windows.Forms.RadioButton();
- 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();
- this.splitContainer3 = new System.Windows.Forms.SplitContainer();
- this.label1 = new System.Windows.Forms.Label();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.panel3 = new System.Windows.Forms.Panel();
- this.label5 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.textBox5 = new System.Windows.Forms.TextBox();
- this.comboBox3 = new System.Windows.Forms.ComboBox();
- ((System.ComponentModel.ISupportInitialize)(this.StatisticsChart)).BeginInit();
- this.groupBox1.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.numericUpDown2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
- this.splitContainer3.Panel1.SuspendLayout();
- this.splitContainer3.Panel2.SuspendLayout();
- this.splitContainer3.SuspendLayout();
- this.flowLayoutPanel1.SuspendLayout();
- this.panel3.SuspendLayout();
- this.SuspendLayout();
- //
- // StatisticsChart
- //
- this.StatisticsChart.BackColor = System.Drawing.Color.Transparent;
- 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;
- 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(5, 10, 5, 10);
- this.StatisticsChart.Name = "StatisticsChart";
- this.StatisticsChart.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Pastel;
- 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(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(204, 32);
- this.checkBox1.TabIndex = 5;
- this.checkBox1.Text = "By ISP/geolocation";
- this.checkBox1.UseVisualStyleBackColor = true;
- //
- // label2
- //
- this.label2.AutoSize = true;
- 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(160, 28);
- this.label2.TabIndex = 8;
- this.label2.Text = "Cache choice for ";
- //
- // label3
- //
- this.label3.AutoSize = true;
- 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(81, 28);
- this.label3.TabIndex = 9;
- this.label3.Text = "minutes";
- this.label3.Click += new System.EventHandler(this.label3_Click);
- //
- // label4
- //
- this.label4.AutoSize = true;
- 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(51, 28);
- this.label4.TabIndex = 10;
- this.label4.Text = "Ping";
- //
- // groupBox1
- //
- 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(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(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";
- //
- // radioButton2
- //
- this.radioButton2.AutoSize = true;
- 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(57, 32);
- this.radioButton2.TabIndex = 1;
- this.radioButton2.TabStop = true;
- this.radioButton2.Text = "all";
- this.radioButton2.UseVisualStyleBackColor = true;
- //
- // radioButton1
- //
- this.radioButton1.AutoSize = true;
- 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(70, 32);
- this.radioButton1.TabIndex = 0;
- this.radioButton1.TabStop = true;
- this.radioButton1.Text = "24h";
- this.radioButton1.UseVisualStyleBackColor = true;
- //
- // splitContainer1
- //
- 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(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);
- this.splitContainer1.Panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer1_Panel1_Paint);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
- this.splitContainer1.Panel2.Controls.Add(this.StatisticsChart);
- 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(5, 10, 5, 10);
- this.splitContainer2.Name = "splitContainer2";
- //
- // splitContainer2.Panel1
- //
- this.splitContainer2.Panel1.Controls.Add(this.numericUpDown2);
- this.splitContainer2.Panel1.Controls.Add(this.checkBox2);
- this.splitContainer2.Panel1.Controls.Add(this.numericUpDown1);
- this.splitContainer2.Panel1.Controls.Add(this.label6);
- this.splitContainer2.Panel1.Controls.Add(this.label2);
- this.splitContainer2.Panel1.Controls.Add(this.label4);
- this.splitContainer2.Panel1.Controls.Add(this.checkBox1);
- this.splitContainer2.Panel1.Controls.Add(this.label3);
- //
- // splitContainer2.Panel2
- //
- this.splitContainer2.Panel2.Controls.Add(this.splitContainer3);
- 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(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(165, 32);
- this.checkBox2.TabIndex = 15;
- this.checkBox2.Text = "By hour of day";
- this.checkBox2.UseVisualStyleBackColor = true;
- //
- // numericUpDown1
- //
- 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(91, 34);
- this.numericUpDown1.TabIndex = 14;
- this.numericUpDown1.Value = new decimal(new int[] {
- 4,
- 0,
- 0,
- 0});
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(175, 192);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(184, 28);
- 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.flowLayoutPanel1);
- 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(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(242, 28);
- this.label1.TabIndex = 0;
- this.label1.Text = "Design evaluation method";
- this.label1.Click += new System.EventHandler(this.label1_Click);
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.AutoScroll = true;
- 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(5, 10, 5, 10);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Size = new System.Drawing.Size(659, 191);
- this.flowLayoutPanel1.TabIndex = 1;
- //
- // panel3
- //
- this.panel3.AutoSize = true;
- this.panel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.panel3.Controls.Add(this.label5);
- 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(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(533, 56);
- this.panel3.TabIndex = 4;
- //
- // label5
- //
- this.label5.AutoSize = true;
- 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(26, 28);
- this.label5.TabIndex = 3;
- this.label5.Text = "+";
- //
- // label7
- //
- this.label7.AutoSize = true;
- 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(26, 28);
- this.label7.TabIndex = 2;
- this.label7.Text = "×";
- //
- // textBox5
- //
- 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(199, 34);
- this.textBox5.TabIndex = 1;
- //
- // comboBox3
- //
- this.comboBox3.FormattingEnabled = true;
- 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(243, 36);
- this.comboBox3.TabIndex = 0;
- //
- // StatisticsStrategyOptionsForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 28F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSize = true;
- this.ClientSize = new System.Drawing.Size(1029, 496);
- this.Controls.Add(this.splitContainer1);
- 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);
- ((System.ComponentModel.ISupportInitialize)(this.StatisticsChart)).EndInit();
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.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.numericUpDown2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).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);
- this.flowLayoutPanel1.ResumeLayout(false);
- this.flowLayoutPanel1.PerformLayout();
- this.panel3.ResumeLayout(false);
- this.panel3.PerformLayout();
- this.ResumeLayout(false);
-
- }
-
- #endregion
- private System.Windows.Forms.DataVisualization.Charting.Chart StatisticsChart;
- private System.Windows.Forms.CheckBox checkBox1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.RadioButton radioButton2;
- private System.Windows.Forms.RadioButton radioButton1;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.SplitContainer splitContainer2;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- private System.Windows.Forms.SplitContainer splitContainer3;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox textBox5;
- private System.Windows.Forms.ComboBox comboBox3;
- private System.Windows.Forms.NumericUpDown numericUpDown1;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.CheckBox checkBox2;
- private System.Windows.Forms.NumericUpDown numericUpDown2;
- }
- }
|