/// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.grdWinter = new System.Windows.Forms.DataGridView();
     this.gridMenuStrip = new zaitun.GUI.GridMenuStrip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.grdWinter)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn1.HeaderText = "Value";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.HeaderText = "Predicted";
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.HeaderText = "Residual";
     this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly = true;
     //
     // grdWinter
     //
     this.grdWinter.AllowUserToAddRows = false;
     this.grdWinter.AllowUserToDeleteRows = false;
     this.grdWinter.AllowUserToResizeRows = false;
     this.grdWinter.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdWinter.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdWinter.ContextMenuStrip = this.gridMenuStrip;
     this.grdWinter.Location = new System.Drawing.Point(0, 0);
     this.grdWinter.Margin = new System.Windows.Forms.Padding(10);
     this.grdWinter.Name = "grdWinter";
     this.grdWinter.ReadOnly = true;
     this.grdWinter.RowTemplate.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.grdWinter.RowTemplate.Height = 25;
     this.grdWinter.Size = new System.Drawing.Size(512, 353);
     this.grdWinter.TabIndex = 4;
     //
     // gridMenuStrip
     //
     this.gridMenuStrip.Name = "mnuGrid";
     this.gridMenuStrip.Size = new System.Drawing.Size(168, 142);
     //
     // TripleExponentialSmoothingWinterDataGrid
     //
     this.Controls.Add(this.grdWinter);
     this.Name = "TripleExponentialSmoothingWinterDataGrid";
     this.Size = new System.Drawing.Size(512, 353);
     ((System.ComponentModel.ISupportInitialize)(this.grdWinter)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.grdCoefficients = new System.Windows.Forms.DataGridView();
     this.clmB = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmStdError = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmT = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmPValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmLB = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmUB = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmVIF = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmCorr = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmPartCorr = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gridMenuStrip = new zaitun.GUI.GridMenuStrip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.grdCoefficients)).BeginInit();
     this.SuspendLayout();
     //
     // grdCoefficients
     //
     this.grdCoefficients.AllowUserToAddRows = false;
     this.grdCoefficients.AllowUserToDeleteRows = false;
     this.grdCoefficients.AllowUserToResizeRows = false;
     this.grdCoefficients.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdCoefficients.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.clmB,
     this.clmStdError,
     this.clmT,
     this.clmPValue,
     this.clmLB,
     this.clmUB,
     this.clmVIF,
     this.clmCorr,
     this.clmPartCorr});
     this.grdCoefficients.ContextMenuStrip = this.gridMenuStrip;
     this.grdCoefficients.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdCoefficients.Location = new System.Drawing.Point(0, 46);
     this.grdCoefficients.Margin = new System.Windows.Forms.Padding(10);
     this.grdCoefficients.Name = "grdCoefficients";
     this.grdCoefficients.ReadOnly = true;
     this.grdCoefficients.RowTemplate.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.grdCoefficients.RowTemplate.Height = 25;
     this.grdCoefficients.Size = new System.Drawing.Size(512, 307);
     this.grdCoefficients.TabIndex = 1;
     //
     // clmB
     //
     this.clmB.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.clmB.HeaderText = "B";
     this.clmB.Name = "clmB";
     this.clmB.ReadOnly = true;
     this.clmB.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.clmB.Width = 98;
     //
     // clmStdError
     //
     this.clmStdError.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.clmStdError.HeaderText = "Std. Error";
     this.clmStdError.Name = "clmStdError";
     this.clmStdError.ReadOnly = true;
     this.clmStdError.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.clmStdError.Width = 41;
     //
     // clmT
     //
     this.clmT.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.clmT.HeaderText = "t";
     this.clmT.Name = "clmT";
     this.clmT.ReadOnly = true;
     this.clmT.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.clmT.Width = 88;
     //
     // clmPValue
     //
     this.clmPValue.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.clmPValue.HeaderText = "Sig.";
     this.clmPValue.Name = "clmPValue";
     this.clmPValue.ReadOnly = true;
     this.clmPValue.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.clmPValue.Width = 38;
     //
     // clmLB
     //
     this.clmLB.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.clmLB.HeaderText = "Lower Bound of 95% CI for B";
     this.clmLB.Name = "clmLB";
     this.clmLB.ReadOnly = true;
     this.clmLB.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.clmLB.Width = 50;
     //
     // clmUB
     //
     this.clmUB.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.clmUB.HeaderText = "Upper Bound of 95% CI for B";
     this.clmUB.Name = "clmUB";
     this.clmUB.ReadOnly = true;
     this.clmUB.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.clmUB.Width = 50;
     //
     // clmVIF
     //
     this.clmVIF.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.clmVIF.HeaderText = "VIF";
     this.clmVIF.Name = "clmVIF";
     this.clmVIF.ReadOnly = true;
     this.clmVIF.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.clmVIF.Width = 50;
     //
     // clmCorr
     //
     this.clmCorr.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.clmCorr.HeaderText = "Z-Order Correlation";
     this.clmCorr.Name = "clmCorr";
     this.clmCorr.ReadOnly = true;
     this.clmCorr.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.clmCorr.Width = 50;
     //
     // clmPartCorr
     //
     this.clmPartCorr.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.clmPartCorr.HeaderText = "Partial Correlation";
     this.clmPartCorr.Name = "clmPartCorr";
     this.clmPartCorr.ReadOnly = true;
     this.clmPartCorr.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.clmPartCorr.Width = 50;
     //
     // gridMenuStrip
     //
     this.gridMenuStrip.Name = "mnuGrid";
     this.gridMenuStrip.Size = new System.Drawing.Size(168, 120);
     //
     // LRCoefficients
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.grdCoefficients);
     this.Name = "LRCoefficients";
     this.Size = new System.Drawing.Size(512, 306);
     ((System.ComponentModel.ISupportInitialize)(this.grdCoefficients)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBoxModelSummary = new System.Windows.Forms.GroupBox();
     this.grdModelSummary = new System.Windows.Forms.DataGridView();
     this.clmValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gridMenuStrip = new zaitun.GUI.GridMenuStrip(this.components);
     this.groupBoxModelSummary.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdModelSummary)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(6, 17);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(254, 16);
     this.label1.TabIndex = 0;
     this.label1.Text = "Linear Regression Model Summary ";
     //
     // groupBoxModelSummary
     //
     this.groupBoxModelSummary.Controls.Add(this.grdModelSummary);
     this.groupBoxModelSummary.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBoxModelSummary.Location = new System.Drawing.Point(0, 46);
     this.groupBoxModelSummary.Margin = new System.Windows.Forms.Padding(9, 10, 9, 10);
     this.groupBoxModelSummary.Name = "groupBoxModelSummary";
     this.groupBoxModelSummary.Padding = new System.Windows.Forms.Padding(9, 10, 9, 10);
     this.groupBoxModelSummary.Size = new System.Drawing.Size(512, 307);
     this.groupBoxModelSummary.TabIndex = 2;
     this.groupBoxModelSummary.TabStop = false;
     this.groupBoxModelSummary.Text = "Model Summary";
     //
     // grdModelSummary
     //
     this.grdModelSummary.AllowUserToAddRows = false;
     this.grdModelSummary.AllowUserToDeleteRows = false;
     this.grdModelSummary.AllowUserToResizeRows = false;
     this.grdModelSummary.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdModelSummary.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.clmValue});
     this.grdModelSummary.ContextMenuStrip = this.gridMenuStrip;
     this.grdModelSummary.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdModelSummary.Location = new System.Drawing.Point(9, 23);
     this.grdModelSummary.Margin = new System.Windows.Forms.Padding(10, 12, 10, 12);
     this.grdModelSummary.Name = "grdModelSummary";
     this.grdModelSummary.ReadOnly = true;
     this.grdModelSummary.RowTemplate.Height = 25;
     this.grdModelSummary.Size = new System.Drawing.Size(494, 274);
     this.grdModelSummary.TabIndex = 1;
     //
     // clmValue
     //
     this.clmValue.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.clmValue.HeaderText = "Value";
     this.clmValue.Name = "clmValue";
     this.clmValue.ReadOnly = true;
     this.clmValue.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.clmValue.Width = 59;
     //
     // gridMenuStrip
     //
     this.gridMenuStrip.Name = "mnuGrid";
     this.gridMenuStrip.Size = new System.Drawing.Size(168, 120);
     //
     // LRModelSummary
     //
     this.Controls.Add(this.groupBoxModelSummary);
     this.Controls.Add(this.label1);
     this.Name = "LRModelSummary";
     this.Padding = new System.Windows.Forms.Padding(0, 46, 0, 0);
     this.Size = new System.Drawing.Size(512, 353);
     this.groupBoxModelSummary.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdModelSummary)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.grdANOVA = new System.Windows.Forms.DataGridView();
     this.clmSumOfSquares = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmDegreeOfFreedom = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmMeanSquare = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmF = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmPValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gridMenuStrip = new zaitun.GUI.GridMenuStrip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.grdANOVA)).BeginInit();
     this.SuspendLayout();
     //
     // grdANOVA
     //
     this.grdANOVA.AllowUserToAddRows = false;
     this.grdANOVA.AllowUserToDeleteRows = false;
     this.grdANOVA.AllowUserToResizeRows = false;
     this.grdANOVA.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdANOVA.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.clmSumOfSquares,
     this.clmDegreeOfFreedom,
     this.clmMeanSquare,
     this.clmF,
     this.clmPValue});
     this.grdANOVA.ContextMenuStrip = this.gridMenuStrip;
     this.grdANOVA.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdANOVA.Location = new System.Drawing.Point(0, 46);
     this.grdANOVA.Margin = new System.Windows.Forms.Padding(10);
     this.grdANOVA.Name = "grdANOVA";
     this.grdANOVA.ReadOnly = true;
     this.grdANOVA.RowTemplate.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.grdANOVA.RowTemplate.Height = 25;
     this.grdANOVA.Size = new System.Drawing.Size(512, 307);
     this.grdANOVA.TabIndex = 1;
     //
     // clmSumOfSquares
     //
     this.clmSumOfSquares.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.clmSumOfSquares.HeaderText = "Sum of Squares";
     this.clmSumOfSquares.Name = "clmSumOfSquares";
     this.clmSumOfSquares.ReadOnly = true;
     this.clmSumOfSquares.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.clmSumOfSquares.Width = 98;
     //
     // clmDegreeOfFreedom
     //
     this.clmDegreeOfFreedom.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.clmDegreeOfFreedom.HeaderText = "df";
     this.clmDegreeOfFreedom.Name = "clmDegreeOfFreedom";
     this.clmDegreeOfFreedom.ReadOnly = true;
     this.clmDegreeOfFreedom.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.clmDegreeOfFreedom.Width = 41;
     //
     // clmMeanSquare
     //
     this.clmMeanSquare.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.clmMeanSquare.HeaderText = "Mean Square";
     this.clmMeanSquare.Name = "clmMeanSquare";
     this.clmMeanSquare.ReadOnly = true;
     this.clmMeanSquare.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.clmMeanSquare.Width = 88;
     //
     // clmF
     //
     this.clmF.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.clmF.HeaderText = "F";
     this.clmF.Name = "clmF";
     this.clmF.ReadOnly = true;
     this.clmF.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.clmF.Width = 38;
     //
     // clmPValue
     //
     this.clmPValue.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.clmPValue.HeaderText = "Sig.";
     this.clmPValue.Name = "clmPValue";
     this.clmPValue.ReadOnly = true;
     this.clmPValue.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.clmPValue.Width = 50;
     //
     // gridMenuStrip
     //
     this.gridMenuStrip.Name = "mnuGrid";
     this.gridMenuStrip.Size = new System.Drawing.Size(168, 120);
     //
     // LRANOVA
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.grdANOVA);
     this.Name = "LRANOVA";
     this.Size = new System.Drawing.Size(512, 306);
     ((System.ComponentModel.ISupportInitialize)(this.grdANOVA)).EndInit();
     this.ResumeLayout(false);
 }