namespace friction { partial class PanelAnalysis { /// /// 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(PanelAnalysis)); this.dgvAnalysis = new System.Windows.Forms.DataGridView(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.lbInfo11 = new System.Windows.Forms.Label(); this.lbInfo12 = new System.Windows.Forms.Label(); this.lbInfo13 = new System.Windows.Forms.Label(); this.lbInfo21 = new System.Windows.Forms.Label(); this.lbInfo22 = new System.Windows.Forms.Label(); this.lbInfo23 = new System.Windows.Forms.Label(); this.lbInfo24 = new System.Windows.Forms.Label(); this.lbSpring = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dgvAnalysis)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // dgvAnalysis // this.dgvAnalysis.AllowUserToAddRows = false; this.dgvAnalysis.AllowUserToDeleteRows = false; this.dgvAnalysis.AllowUserToOrderColumns = true; this.dgvAnalysis.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvAnalysis.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvAnalysis.Location = new System.Drawing.Point(12, 33); this.dgvAnalysis.Name = "dgvAnalysis"; this.dgvAnalysis.ReadOnly = true; this.dgvAnalysis.RowTemplate.Height = 23; this.dgvAnalysis.Size = new System.Drawing.Size(856, 546); this.dgvAnalysis.TabIndex = 0; this.dgvAnalysis.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAnalysis_CellContentDoubleClick); // // tableLayoutPanel1 // this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tableLayoutPanel1.ColumnCount = 4; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F)); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.label2, 2, 0); this.tableLayoutPanel1.Controls.Add(this.lbInfo11, 1, 0); this.tableLayoutPanel1.Controls.Add(this.lbInfo12, 1, 1); this.tableLayoutPanel1.Controls.Add(this.lbInfo13, 1, 2); this.tableLayoutPanel1.Controls.Add(this.lbInfo21, 3, 0); this.tableLayoutPanel1.Controls.Add(this.lbInfo22, 3, 1); this.tableLayoutPanel1.Controls.Add(this.lbInfo23, 3, 2); this.tableLayoutPanel1.Controls.Add(this.lbInfo24, 3, 3); this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 585); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 5; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(856, 62); this.tableLayoutPanel1.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Location = new System.Drawing.Point(3, 0); this.label1.Name = "label1"; this.tableLayoutPanel1.SetRowSpan(this.label1, 5); this.label1.Size = new System.Drawing.Size(165, 62); this.label1.TabIndex = 0; this.label1.Text = "For smaller than 10 number of tests (marked red) results should be considered car" + "efully"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(430, 0); this.label2.Name = "label2"; this.tableLayoutPanel1.SetRowSpan(this.label2, 5); this.label2.Size = new System.Drawing.Size(135, 60); this.label2.TabIndex = 1; this.label2.Text = "For large standard deviations indicating a possible change of Stick-Slip Risk Cla" + "ss (marked red)"; // // lbInfo11 // this.lbInfo11.AutoSize = true; this.lbInfo11.BackColor = System.Drawing.Color.LimeGreen; this.lbInfo11.Dock = System.Windows.Forms.DockStyle.Fill; this.lbInfo11.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lbInfo11.ForeColor = System.Drawing.Color.Black; this.lbInfo11.Location = new System.Drawing.Point(174, 0); this.lbInfo11.Name = "lbInfo11"; this.lbInfo11.Size = new System.Drawing.Size(250, 12); this.lbInfo11.TabIndex = 2; this.lbInfo11.Text = "No Stick-Slip Risk"; // // lbInfo12 // this.lbInfo12.AutoSize = true; this.lbInfo12.BackColor = System.Drawing.Color.Gold; this.lbInfo12.Dock = System.Windows.Forms.DockStyle.Fill; this.lbInfo12.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lbInfo12.ForeColor = System.Drawing.Color.Black; this.lbInfo12.Location = new System.Drawing.Point(174, 12); this.lbInfo12.Name = "lbInfo12"; this.lbInfo12.Size = new System.Drawing.Size(250, 12); this.lbInfo12.TabIndex = 2; this.lbInfo12.Text = "Potential S-Slip Risk"; // // lbInfo13 // this.lbInfo13.AutoSize = true; this.lbInfo13.BackColor = System.Drawing.Color.OrangeRed; this.lbInfo13.Dock = System.Windows.Forms.DockStyle.Fill; this.lbInfo13.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lbInfo13.ForeColor = System.Drawing.Color.Black; this.lbInfo13.Location = new System.Drawing.Point(174, 24); this.lbInfo13.Name = "lbInfo13"; this.lbInfo13.Size = new System.Drawing.Size(250, 12); this.lbInfo13.TabIndex = 2; this.lbInfo13.Text = "High Stick-Slip Risk"; // // lbInfo21 // this.lbInfo21.AutoSize = true; this.lbInfo21.BackColor = System.Drawing.Color.LimeGreen; this.lbInfo21.Dock = System.Windows.Forms.DockStyle.Fill; this.lbInfo21.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lbInfo21.ForeColor = System.Drawing.Color.Black; this.lbInfo21.Location = new System.Drawing.Point(601, 0); this.lbInfo21.Name = "lbInfo21"; this.lbInfo21.Size = new System.Drawing.Size(252, 12); this.lbInfo21.TabIndex = 2; this.lbInfo21.Text = "No Dependancy"; // // lbInfo22 // this.lbInfo22.AutoSize = true; this.lbInfo22.BackColor = System.Drawing.Color.Gold; this.lbInfo22.Dock = System.Windows.Forms.DockStyle.Fill; this.lbInfo22.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lbInfo22.ForeColor = System.Drawing.Color.Black; this.lbInfo22.Location = new System.Drawing.Point(601, 12); this.lbInfo22.Name = "lbInfo22"; this.lbInfo22.Size = new System.Drawing.Size(252, 12); this.lbInfo22.TabIndex = 2; this.lbInfo22.Text = "Potential Dependancy"; // // lbInfo23 // this.lbInfo23.AutoSize = true; this.lbInfo23.BackColor = System.Drawing.Color.OrangeRed; this.lbInfo23.Dock = System.Windows.Forms.DockStyle.Fill; this.lbInfo23.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lbInfo23.ForeColor = System.Drawing.Color.Black; this.lbInfo23.Location = new System.Drawing.Point(601, 24); this.lbInfo23.Name = "lbInfo23"; this.lbInfo23.Size = new System.Drawing.Size(252, 12); this.lbInfo23.TabIndex = 2; this.lbInfo23.Text = "Obvious Dependancy"; // // lbInfo24 // this.lbInfo24.AutoSize = true; this.lbInfo24.BackColor = System.Drawing.Color.DarkGray; this.lbInfo24.Dock = System.Windows.Forms.DockStyle.Fill; this.lbInfo24.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lbInfo24.ForeColor = System.Drawing.Color.Black; this.lbInfo24.Location = new System.Drawing.Point(601, 36); this.lbInfo24.Name = "lbInfo24"; this.lbInfo24.Size = new System.Drawing.Size(252, 12); this.lbInfo24.TabIndex = 2; this.lbInfo24.Text = "Not Enough Data"; // // lbSpring // this.lbSpring.AutoSize = true; this.lbSpring.Location = new System.Drawing.Point(12, 9); this.lbSpring.Name = "lbSpring"; this.lbSpring.Size = new System.Drawing.Size(0, 12); this.lbSpring.TabIndex = 2; // // PanelAnalysis // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(880, 649); this.ControlBox = false; this.Controls.Add(this.lbSpring); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.dgvAnalysis); 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 = "PanelAnalysis"; this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document; this.TabText = "Analysis Table"; this.Text = "Analysis Table"; this.Resize += new System.EventHandler(this.PanelAnalysis_Resize); ((System.ComponentModel.ISupportInitialize)(this.dgvAnalysis)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView dgvAnalysis; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label lbInfo11; private System.Windows.Forms.Label lbInfo12; private System.Windows.Forms.Label lbInfo13; private System.Windows.Forms.Label lbInfo21; private System.Windows.Forms.Label lbInfo22; private System.Windows.Forms.Label lbInfo23; private System.Windows.Forms.Label lbInfo24; private System.Windows.Forms.Label lbSpring; } }