namespace WindowsFormsApp1 { partial class Record { /// /// 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() { 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(); this.chart_Graph = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.panel_GraphY = new System.Windows.Forms.Panel(); this.trackBar_GraphY_Right = new System.Windows.Forms.TrackBar(); this.trackBar_GraphY_Left = new System.Windows.Forms.TrackBar(); this.panel_GraphX = new System.Windows.Forms.Panel(); this.trackBar_GraphX_Up = new System.Windows.Forms.TrackBar(); this.trackBar_GraphX_Down = new System.Windows.Forms.TrackBar(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.button_Color = new System.Windows.Forms.Button(); this.checkedListBox_Series = new System.Windows.Forms.CheckedListBox(); this.colorDialog_Color = new System.Windows.Forms.ColorDialog(); this.checkBox_AutoY = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.chart_Graph)).BeginInit(); this.panel_GraphY.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBar_GraphY_Right)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar_GraphY_Left)).BeginInit(); this.panel_GraphX.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBar_GraphX_Up)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar_GraphX_Down)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // chart_Graph // chartArea2.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount; chartArea2.Name = "ChartArea1"; this.chart_Graph.ChartAreas.Add(chartArea2); this.chart_Graph.Dock = System.Windows.Forms.DockStyle.Fill; legend2.Name = "Legend1"; this.chart_Graph.Legends.Add(legend2); this.chart_Graph.Location = new System.Drawing.Point(41, 0); this.chart_Graph.Name = "chart_Graph"; this.chart_Graph.Size = new System.Drawing.Size(626, 413); this.chart_Graph.TabIndex = 2; this.chart_Graph.Text = "chart1"; // // panel_GraphY // this.panel_GraphY.Controls.Add(this.trackBar_GraphY_Right); this.panel_GraphY.Controls.Add(this.trackBar_GraphY_Left); this.panel_GraphY.Dock = System.Windows.Forms.DockStyle.Left; this.panel_GraphY.Location = new System.Drawing.Point(0, 0); this.panel_GraphY.Name = "panel_GraphY"; this.panel_GraphY.Size = new System.Drawing.Size(41, 413); this.panel_GraphY.TabIndex = 8; // // trackBar_GraphY_Right // this.trackBar_GraphY_Right.AutoSize = false; this.trackBar_GraphY_Right.Dock = System.Windows.Forms.DockStyle.Right; this.trackBar_GraphY_Right.Location = new System.Drawing.Point(19, 0); this.trackBar_GraphY_Right.Name = "trackBar_GraphY_Right"; this.trackBar_GraphY_Right.Orientation = System.Windows.Forms.Orientation.Vertical; this.trackBar_GraphY_Right.Size = new System.Drawing.Size(22, 413); this.trackBar_GraphY_Right.TabIndex = 1; this.trackBar_GraphY_Right.TickStyle = System.Windows.Forms.TickStyle.TopLeft; this.trackBar_GraphY_Right.Value = 10; this.trackBar_GraphY_Right.Scroll += new System.EventHandler(this.trackBar_GraphY_Left_Scroll); // // trackBar_GraphY_Left // this.trackBar_GraphY_Left.AutoSize = false; this.trackBar_GraphY_Left.Dock = System.Windows.Forms.DockStyle.Left; this.trackBar_GraphY_Left.Location = new System.Drawing.Point(0, 0); this.trackBar_GraphY_Left.Name = "trackBar_GraphY_Left"; this.trackBar_GraphY_Left.Orientation = System.Windows.Forms.Orientation.Vertical; this.trackBar_GraphY_Left.Size = new System.Drawing.Size(21, 413); this.trackBar_GraphY_Left.TabIndex = 0; this.trackBar_GraphY_Left.Scroll += new System.EventHandler(this.trackBar_GraphY_Left_Scroll); // // panel_GraphX // this.panel_GraphX.Controls.Add(this.trackBar_GraphX_Up); this.panel_GraphX.Controls.Add(this.trackBar_GraphX_Down); this.panel_GraphX.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel_GraphX.Location = new System.Drawing.Point(0, 413); this.panel_GraphX.Name = "panel_GraphX"; this.panel_GraphX.Size = new System.Drawing.Size(667, 37); this.panel_GraphX.TabIndex = 9; // // trackBar_GraphX_Up // this.trackBar_GraphX_Up.AutoSize = false; this.trackBar_GraphX_Up.Dock = System.Windows.Forms.DockStyle.Top; this.trackBar_GraphX_Up.Location = new System.Drawing.Point(0, 0); this.trackBar_GraphX_Up.Minimum = 1; this.trackBar_GraphX_Up.Name = "trackBar_GraphX_Up"; this.trackBar_GraphX_Up.Size = new System.Drawing.Size(667, 21); this.trackBar_GraphX_Up.TabIndex = 2; this.trackBar_GraphX_Up.TickStyle = System.Windows.Forms.TickStyle.None; this.trackBar_GraphX_Up.Value = 10; // // trackBar_GraphX_Down // this.trackBar_GraphX_Down.AutoSize = false; this.trackBar_GraphX_Down.Dock = System.Windows.Forms.DockStyle.Bottom; this.trackBar_GraphX_Down.Location = new System.Drawing.Point(0, 16); this.trackBar_GraphX_Down.Minimum = 1; this.trackBar_GraphX_Down.Name = "trackBar_GraphX_Down"; this.trackBar_GraphX_Down.Size = new System.Drawing.Size(667, 21); this.trackBar_GraphX_Down.TabIndex = 1; this.trackBar_GraphX_Down.TickStyle = System.Windows.Forms.TickStyle.TopLeft; this.trackBar_GraphX_Down.Value = 10; // // groupBox1 // this.groupBox1.Controls.Add(this.checkBox_AutoY); this.groupBox1.Controls.Add(this.button_Color); this.groupBox1.Controls.Add(this.checkedListBox_Series); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Right; this.groupBox1.Location = new System.Drawing.Point(667, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(133, 450); this.groupBox1.TabIndex = 10; this.groupBox1.TabStop = false; this.groupBox1.Text = " Graph "; // // button_Color // this.button_Color.Dock = System.Windows.Forms.DockStyle.Top; this.button_Color.Location = new System.Drawing.Point(3, 350); this.button_Color.Name = "button_Color"; this.button_Color.Size = new System.Drawing.Size(127, 23); this.button_Color.TabIndex = 7; this.button_Color.Text = "Color"; this.button_Color.UseVisualStyleBackColor = true; this.button_Color.Click += new System.EventHandler(this.button_Color_Click); // // checkedListBox_Series // this.checkedListBox_Series.Dock = System.Windows.Forms.DockStyle.Top; this.checkedListBox_Series.FormattingEnabled = true; this.checkedListBox_Series.Location = new System.Drawing.Point(3, 16); this.checkedListBox_Series.Name = "checkedListBox_Series"; this.checkedListBox_Series.Size = new System.Drawing.Size(127, 334); this.checkedListBox_Series.TabIndex = 1; this.checkedListBox_Series.SelectedIndexChanged += new System.EventHandler(this.checkedListBox_Series_SelectedIndexChanged); this.checkedListBox_Series.DoubleClick += new System.EventHandler(this.checkedListBox_Series_SelectedIndexChanged); // // checkBox_AutoY // this.checkBox_AutoY.AutoSize = true; this.checkBox_AutoY.Location = new System.Drawing.Point(6, 379); this.checkBox_AutoY.Name = "checkBox_AutoY"; this.checkBox_AutoY.Size = new System.Drawing.Size(58, 17); this.checkBox_AutoY.TabIndex = 8; this.checkBox_AutoY.Text = "Auto Y"; this.checkBox_AutoY.UseVisualStyleBackColor = true; this.checkBox_AutoY.CheckedChanged += new System.EventHandler(this.checkBox_AutoY_CheckedChanged); // // Record // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.chart_Graph); this.Controls.Add(this.panel_GraphY); this.Controls.Add(this.panel_GraphX); this.Controls.Add(this.groupBox1); this.Name = "Record"; this.Text = "Record"; this.Load += new System.EventHandler(this.Record_Load); ((System.ComponentModel.ISupportInitialize)(this.chart_Graph)).EndInit(); this.panel_GraphY.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.trackBar_GraphY_Right)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar_GraphY_Left)).EndInit(); this.panel_GraphX.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.trackBar_GraphX_Up)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar_GraphX_Down)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataVisualization.Charting.Chart chart_Graph; private System.Windows.Forms.Panel panel_GraphY; private System.Windows.Forms.TrackBar trackBar_GraphY_Right; private System.Windows.Forms.TrackBar trackBar_GraphY_Left; private System.Windows.Forms.Panel panel_GraphX; private System.Windows.Forms.TrackBar trackBar_GraphX_Down; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TrackBar trackBar_GraphX_Up; private System.Windows.Forms.CheckedListBox checkedListBox_Series; private System.Windows.Forms.Button button_Color; private System.Windows.Forms.ColorDialog colorDialog_Color; private System.Windows.Forms.CheckBox checkBox_AutoY; } }