namespace HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard {
partial class ProblemDataPage {
///
/// 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.label1 = new System.Windows.Forms.Label();
this.txtFilePath = new System.Windows.Forms.TextBox();
this.btnChooseFile = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.stringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
this.SuspendLayout();
//
// wizardBanner
//
this.wizardBanner.Size = new System.Drawing.Size(640, 81);
this.wizardBanner.Subtitle = "Select the CSV file containing the data.";
this.wizardBanner.Title = "Data File";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 90);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(95, 13);
this.label1.TabIndex = 2;
this.label1.Text = "Choose a CSV file:";
//
// txtFilePath
//
this.txtFilePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtFilePath.Enabled = false;
this.txtFilePath.Location = new System.Drawing.Point(104, 87);
this.txtFilePath.Name = "txtFilePath";
this.txtFilePath.Size = new System.Drawing.Size(501, 20);
this.txtFilePath.TabIndex = 3;
//
// btnChooseFile
//
this.btnChooseFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnChooseFile.Location = new System.Drawing.Point(611, 85);
this.btnChooseFile.Name = "btnChooseFile";
this.btnChooseFile.Size = new System.Drawing.Size(26, 23);
this.btnChooseFile.TabIndex = 4;
this.btnChooseFile.Text = "...";
this.btnChooseFile.UseVisualStyleBackColor = true;
this.btnChooseFile.Click += new System.EventHandler(this.btnChooseFile_Click);
//
// 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 = 5;
this.label2.Text = "Preview data:";
//
// 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 = 6;
//
// ProblemDataPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.stringConvertibleMatrixView);
this.Controls.Add(this.label2);
this.Controls.Add(this.btnChooseFile);
this.Controls.Add(this.txtFilePath);
this.Controls.Add(this.label1);
this.Name = "ProblemDataPage";
this.Size = new System.Drawing.Size(640, 480);
this.SetActive += new System.ComponentModel.CancelEventHandler(this.ProblemDataPage_SetActive);
this.WizardNext += new HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.WizardPageEventHandler(this.ProblemDataPage_WizardNext);
this.Controls.SetChildIndex(this.wizardBanner, 0);
this.Controls.SetChildIndex(this.label1, 0);
this.Controls.SetChildIndex(this.txtFilePath, 0);
this.Controls.SetChildIndex(this.btnChooseFile, 0);
this.Controls.SetChildIndex(this.label2, 0);
this.Controls.SetChildIndex(this.stringConvertibleMatrixView, 0);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtFilePath;
private System.Windows.Forms.Button btnChooseFile;
private System.Windows.Forms.Label label2;
private Data.Views.StringConvertibleMatrixView stringConvertibleMatrixView;
}
}