namespace HeuristicLab.Problems.DataAnalysis.Views { partial class RegressionSolutionTargetResponseGradientView { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.variableListView = new System.Windows.Forms.ListView(); this.panel1 = new System.Windows.Forms.Panel(); this.gradientChartTableLayout = new System.Windows.Forms.TableLayoutPanel(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // variableListView // this.variableListView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.variableListView.CheckBoxes = true; this.variableListView.Location = new System.Drawing.Point(4, 4); this.variableListView.Name = "variableListView"; this.variableListView.Size = new System.Drawing.Size(152, 332); this.variableListView.TabIndex = 0; this.variableListView.UseCompatibleStateImageBehavior = false; this.variableListView.View = System.Windows.Forms.View.List; // // panel1 // this.panel1.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.panel1.AutoScroll = true; this.panel1.Controls.Add(this.gradientChartTableLayout); this.panel1.Location = new System.Drawing.Point(162, 4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(868, 693); this.panel1.TabIndex = 1; // // gradientChartTableLayout // this.gradientChartTableLayout.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gradientChartTableLayout.AutoSize = true; this.gradientChartTableLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.gradientChartTableLayout.ColumnCount = 4; this.gradientChartTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.gradientChartTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.gradientChartTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.gradientChartTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.gradientChartTableLayout.Location = new System.Drawing.Point(3, 3); this.gradientChartTableLayout.Name = "gradientChartTableLayout"; this.gradientChartTableLayout.RowCount = 1; this.gradientChartTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 693F)); this.gradientChartTableLayout.Size = new System.Drawing.Size(848, 693); this.gradientChartTableLayout.TabIndex = 2; // // RegressionSolutionTargetResponseGradientView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panel1); this.Controls.Add(this.variableListView); this.Name = "RegressionSolutionTargetResponseGradientView"; this.Size = new System.Drawing.Size(1033, 700); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView variableListView; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TableLayoutPanel gradientChartTableLayout; } }