namespace friction { partial class PanelTrendGraph { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PanelTrendGraph)); this.trendChart = new LiveCharts.WinForms.CartesianChart(); this.rbHumidity = new System.Windows.Forms.RadioButton(); this.rbTemp = new System.Windows.Forms.RadioButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.rbVelocity = new System.Windows.Forms.RadioButton(); this.rbForce = new System.Windows.Forms.RadioButton(); this.lbPair1 = new System.Windows.Forms.Label(); this.lbPair2 = new System.Windows.Forms.Label(); this.lbPair3 = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.panel1 = new System.Windows.Forms.Panel(); this.panelGraph = new System.Windows.Forms.Panel(); this.groupBox1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.panel1.SuspendLayout(); this.panelGraph.SuspendLayout(); this.SuspendLayout(); // // trendChart // this.trendChart.Dock = System.Windows.Forms.DockStyle.Fill; this.trendChart.Location = new System.Drawing.Point(0, 0); this.trendChart.Name = "trendChart"; this.trendChart.Size = new System.Drawing.Size(756, 608); this.trendChart.TabIndex = 0; this.trendChart.Text = "trendChart"; this.trendChart.UpdaterTick += new LiveCharts.Events.UpdaterTickHandler(this.trendChart_UpdaterTick); // // rbHumidity // this.rbHumidity.Appearance = System.Windows.Forms.Appearance.Button; this.rbHumidity.AutoSize = true; this.rbHumidity.Checked = true; this.rbHumidity.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.rbHumidity.Location = new System.Drawing.Point(6, 19); this.rbHumidity.Name = "rbHumidity"; this.rbHumidity.Size = new System.Drawing.Size(66, 24); this.rbHumidity.TabIndex = 1; this.rbHumidity.TabStop = true; this.rbHumidity.Text = "Humidity"; this.rbHumidity.UseVisualStyleBackColor = true; this.rbHumidity.CheckedChanged += new System.EventHandler(this.rbHumidity_CheckedChanged); // // rbTemp // this.rbTemp.Appearance = System.Windows.Forms.Appearance.Button; this.rbTemp.AutoSize = true; this.rbTemp.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.rbTemp.Location = new System.Drawing.Point(77, 19); this.rbTemp.Name = "rbTemp"; this.rbTemp.Size = new System.Drawing.Size(89, 24); this.rbTemp.TabIndex = 1; this.rbTemp.Text = "Temperature"; this.rbTemp.UseVisualStyleBackColor = true; this.rbTemp.CheckedChanged += new System.EventHandler(this.rbTemp_CheckedChanged); // // groupBox1 // this.groupBox1.Controls.Add(this.rbHumidity); this.groupBox1.Controls.Add(this.rbVelocity); this.groupBox1.Controls.Add(this.rbForce); this.groupBox1.Controls.Add(this.rbTemp); this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlText; this.groupBox1.Location = new System.Drawing.Point(6, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(300, 50); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; this.groupBox1.Text = "Data"; // // rbVelocity // this.rbVelocity.Appearance = System.Windows.Forms.Appearance.Button; this.rbVelocity.AutoSize = true; this.rbVelocity.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.rbVelocity.Location = new System.Drawing.Point(225, 19); this.rbVelocity.Name = "rbVelocity"; this.rbVelocity.Size = new System.Drawing.Size(62, 24); this.rbVelocity.TabIndex = 1; this.rbVelocity.Text = "Velocity"; this.rbVelocity.UseVisualStyleBackColor = true; this.rbVelocity.CheckedChanged += new System.EventHandler(this.rbVelocity_CheckedChanged); // // rbForce // this.rbForce.Appearance = System.Windows.Forms.Appearance.Button; this.rbForce.AutoSize = true; this.rbForce.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.rbForce.Location = new System.Drawing.Point(171, 19); this.rbForce.Name = "rbForce"; this.rbForce.Size = new System.Drawing.Size(49, 24); this.rbForce.TabIndex = 1; this.rbForce.Text = "Force"; this.rbForce.UseVisualStyleBackColor = true; this.rbForce.CheckedChanged += new System.EventHandler(this.rbForce_CheckedChanged); // // lbPair1 // this.lbPair1.AutoSize = true; this.lbPair1.Location = new System.Drawing.Point(312, 28); this.lbPair1.Name = "lbPair1"; this.lbPair1.Size = new System.Drawing.Size(32, 12); this.lbPair1.TabIndex = 4; this.lbPair1.Text = "label"; // // lbPair2 // this.lbPair2.AutoSize = true; this.lbPair2.Location = new System.Drawing.Point(350, 28); this.lbPair2.Name = "lbPair2"; this.lbPair2.Size = new System.Drawing.Size(32, 12); this.lbPair2.TabIndex = 5; this.lbPair2.Text = "label"; // // lbPair3 // this.lbPair3.AutoSize = true; this.lbPair3.Location = new System.Drawing.Point(388, 28); this.lbPair3.Name = "lbPair3"; this.lbPair3.Size = new System.Drawing.Size(32, 12); this.lbPair3.TabIndex = 6; this.lbPair3.Text = "label"; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.panelGraph, 0, 1); this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(762, 674); this.tableLayoutPanel1.TabIndex = 7; // // panel1 // this.panel1.Controls.Add(this.groupBox1); this.panel1.Controls.Add(this.lbPair1); this.panel1.Controls.Add(this.lbPair3); this.panel1.Controls.Add(this.lbPair2); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(3, 3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(756, 54); this.panel1.TabIndex = 8; // // panelGraph // this.panelGraph.Controls.Add(this.trendChart); this.panelGraph.Dock = System.Windows.Forms.DockStyle.Fill; this.panelGraph.Location = new System.Drawing.Point(3, 63); this.panelGraph.Name = "panelGraph"; this.panelGraph.Size = new System.Drawing.Size(756, 608); this.panelGraph.TabIndex = 8; // // PanelTrendGraph // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(762, 674); this.ControlBox = false; this.Controls.Add(this.tableLayoutPanel1); this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)(((((WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft | WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight) | WeifenLuo.WinFormsUI.Docking.DockAreas.DockTop) | WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom) | WeifenLuo.WinFormsUI.Docking.DockAreas.Document))); this.HideOnClose = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "PanelTrendGraph"; this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document; this.TabText = "Trend Graph"; this.Text = "Trend Graph"; this.Enter += new System.EventHandler(this.PanelTrendGraph_Enter); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panelGraph.ResumeLayout(false); this.ResumeLayout(false); } #endregion private LiveCharts.WinForms.CartesianChart trendChart; private System.Windows.Forms.RadioButton rbHumidity; private System.Windows.Forms.RadioButton rbTemp; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.RadioButton rbVelocity; private System.Windows.Forms.RadioButton rbForce; private System.Windows.Forms.Label lbPair1; private System.Windows.Forms.Label lbPair2; private System.Windows.Forms.Label lbPair3; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panelGraph; } }