244 lines
10 KiB
C#
244 lines
10 KiB
C#
namespace friction
|
|
{
|
|
partial class PanelAnalysis
|
|
{
|
|
/// <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()
|
|
{
|
|
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;
|
|
//
|
|
// 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.ForeColor = System.Drawing.Color.Silver;
|
|
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.ForeColor = System.Drawing.Color.Silver;
|
|
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.ForeColor = System.Drawing.Color.Silver;
|
|
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.ForeColor = System.Drawing.Color.Silver;
|
|
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.ForeColor = System.Drawing.Color.Silver;
|
|
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.ForeColor = System.Drawing.Color.Silver;
|
|
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.ForeColor = System.Drawing.Color.Silver;
|
|
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.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);
|
|
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;
|
|
}
|
|
} |