namespace HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard { partial class TargetVariablePage { /// /// 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.stringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView(); this.label1 = new System.Windows.Forms.Label(); this.cmbTargetVariable = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // wizardBanner // this.wizardBanner.Size = new System.Drawing.Size(640, 81); this.wizardBanner.Subtitle = "Select the solumn which describes the expected output values."; this.wizardBanner.Title = "Target Variable"; // // stringConvertibleMatrixView // this.stringConvertibleMatrixView.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.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View"; this.stringConvertibleMatrixView.Content = null; this.stringConvertibleMatrixView.Location = new System.Drawing.Point(6, 140); this.stringConvertibleMatrixView.Name = "stringConvertibleMatrixView"; this.stringConvertibleMatrixView.ReadOnly = false; this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = true; this.stringConvertibleMatrixView.ShowStatisticalInformation = true; this.stringConvertibleMatrixView.Size = new System.Drawing.Size(631, 337); this.stringConvertibleMatrixView.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 91); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(110, 13); this.label1.TabIndex = 2; this.label1.Text = "Select target variable:"; // // cmbTargetVariable // this.cmbTargetVariable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cmbTargetVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbTargetVariable.FormattingEnabled = true; this.cmbTargetVariable.Location = new System.Drawing.Point(119, 88); this.cmbTargetVariable.Name = "cmbTargetVariable"; this.cmbTargetVariable.Size = new System.Drawing.Size(518, 21); this.cmbTargetVariable.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 124); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(72, 13); this.label2.TabIndex = 4; this.label2.Text = "Preview data:"; // // TargetVariablePage // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.Controls.Add(this.label2); this.Controls.Add(this.cmbTargetVariable); this.Controls.Add(this.label1); this.Controls.Add(this.stringConvertibleMatrixView); this.Name = "TargetVariablePage"; this.Size = new System.Drawing.Size(640, 480); this.SetActive += new System.ComponentModel.CancelEventHandler(this.ProblemDataViewPage_SetActive); this.WizardNext += new HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.WizardPageEventHandler(this.ProblemDataViewPage_WizardNext); this.Controls.SetChildIndex(this.wizardBanner, 0); this.Controls.SetChildIndex(this.stringConvertibleMatrixView, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.cmbTargetVariable, 0); this.Controls.SetChildIndex(this.label2, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Data.Views.StringConvertibleMatrixView stringConvertibleMatrixView; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cmbTargetVariable; private System.Windows.Forms.Label label2; } }