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() { 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.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label10 = 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, 12); this.dgvAnalysis.Name = "dgvAnalysis"; this.dgvAnalysis.ReadOnly = true; this.dgvAnalysis.RowTemplate.Height = 23; this.dgvAnalysis.Size = new System.Drawing.Size(856, 543); this.dgvAnalysis.TabIndex = 0; // // 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.label3, 1, 0); this.tableLayoutPanel1.Controls.Add(this.label4, 1, 1); this.tableLayoutPanel1.Controls.Add(this.label5, 1, 2); this.tableLayoutPanel1.Controls.Add(this.label6, 3, 0); this.tableLayoutPanel1.Controls.Add(this.label7, 3, 1); this.tableLayoutPanel1.Controls.Add(this.label8, 3, 2); this.tableLayoutPanel1.Controls.Add(this.label9, 3, 3); this.tableLayoutPanel1.Controls.Add(this.label10, 3, 4); this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 561); 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, 86); 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, 86); 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)"; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.YellowGreen; this.label3.Dock = System.Windows.Forms.DockStyle.Fill; this.label3.Location = new System.Drawing.Point(174, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(250, 12); this.label3.TabIndex = 2; this.label3.Text = "No Stick-Slip Risk"; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Gold; this.label4.Dock = System.Windows.Forms.DockStyle.Fill; this.label4.Location = new System.Drawing.Point(174, 12); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(250, 12); this.label4.TabIndex = 2; this.label4.Text = "Potential S-Slip Risk"; // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.DarkOrange; this.label5.Dock = System.Windows.Forms.DockStyle.Fill; this.label5.Location = new System.Drawing.Point(174, 24); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(250, 12); this.label5.TabIndex = 2; this.label5.Text = "High Stick-Slip Risk"; // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.YellowGreen; this.label6.Dock = System.Windows.Forms.DockStyle.Fill; this.label6.Location = new System.Drawing.Point(601, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(252, 12); this.label6.TabIndex = 2; this.label6.Text = "No Dependancy"; // // label7 // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.Gold; this.label7.Dock = System.Windows.Forms.DockStyle.Fill; this.label7.Location = new System.Drawing.Point(601, 12); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(252, 12); this.label7.TabIndex = 2; this.label7.Text = "Potential Dependancy"; // // label8 // this.label8.AutoSize = true; this.label8.BackColor = System.Drawing.Color.DarkOrange; this.label8.Dock = System.Windows.Forms.DockStyle.Fill; this.label8.Location = new System.Drawing.Point(601, 24); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(252, 12); this.label8.TabIndex = 2; this.label8.Text = "Obvious Dependancy"; // // label9 // this.label9.AutoSize = true; this.label9.BackColor = System.Drawing.Color.DarkGray; this.label9.Dock = System.Windows.Forms.DockStyle.Fill; this.label9.Location = new System.Drawing.Point(601, 36); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(252, 12); this.label9.TabIndex = 2; this.label9.Text = "Not Enough Data"; // // label10 // this.label10.AutoSize = true; this.label10.BackColor = System.Drawing.Color.Snow; this.label10.Dock = System.Windows.Forms.DockStyle.Fill; this.label10.Location = new System.Drawing.Point(601, 48); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(252, 38); this.label10.TabIndex = 2; this.label10.Text = "Not Enough Data"; // // 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.tableLayoutPanel1); this.Controls.Add(this.dgvAnalysis); this.HideOnClose = true; this.Name = "PanelAnalysis"; this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document; this.TabText = "Analysis Table"; this.Text = "Analysis Table"; ((System.ComponentModel.ISupportInitialize)(this.dgvAnalysis)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } #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 label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; } }