namespace HeuristicLab.Problems.DataAnalysis.Views { partial class RegressionSolutionGradientView { /// /// 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.components = new System.ComponentModel.Container(); this.label1 = new System.Windows.Forms.Label(); this.variableComboBox = new System.Windows.Forms.ComboBox(); this.gradientChart1 = new HeuristicLab.Problems.DataAnalysis.Views.GradientChart(); ((System.ComponentModel.ISupportInitialize)(this.gradientChart1)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(5, 7); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(48, 13); this.label1.TabIndex = 1; this.label1.Text = "Variable:"; // // variableComboBox // this.variableComboBox.FormattingEnabled = true; this.variableComboBox.Location = new System.Drawing.Point(59, 4); this.variableComboBox.Name = "variableComboBox"; this.variableComboBox.Size = new System.Drawing.Size(121, 21); this.variableComboBox.TabIndex = 2; this.variableComboBox.SelectedIndexChanged += new System.EventHandler(this.variableComboBox_SelectedIndexChanged); // // gradientChart1 // this.gradientChart1.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.gradientChart1.Location = new System.Drawing.Point(3, 31); this.gradientChart1.Max = 0D; this.gradientChart1.Min = 0D; this.gradientChart1.Name = "gradientChart1"; this.gradientChart1.Points = 0; this.gradientChart1.Row = 0; this.gradientChart1.Size = new System.Drawing.Size(944, 532); this.gradientChart1.TabIndex = 3; this.gradientChart1.Text = "gradientChart1"; this.gradientChart1.UseMedianValues = false; this.gradientChart1.Variable = null; // // RegressionSolutionGradientView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.gradientChart1); this.Controls.Add(this.variableComboBox); this.Controls.Add(this.label1); this.Name = "RegressionSolutionGradientView"; this.Size = new System.Drawing.Size(950, 566); ((System.ComponentModel.ISupportInitialize)(this.gradientChart1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; protected System.Windows.Forms.ComboBox variableComboBox; private GradientChart gradientChart1; } }