#region License Information /* HeuristicLab * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL) * * This file is part of HeuristicLab. * * HeuristicLab is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * HeuristicLab is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with HeuristicLab. If not, see . */ #endregion namespace HeuristicLab.DataImporter.Backend.Hl2ImporterFormat { partial class Hl2ExporterView { /// /// 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.txtProblemName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txtNonInputVariables = new System.Windows.Forms.TextBox(); this.txtMinimumTimeOffset = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.txtMaximumTimeOffset = new System.Windows.Forms.TextBox(); this.txtMaximumTreeHeight = new System.Windows.Forms.TextBox(); this.txtMaximumTreeSize = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.txtTrainingStart = new System.Windows.Forms.TextBox(); this.txtTrainingEnd = new System.Windows.Forms.TextBox(); this.txtValidationEnd = new System.Windows.Forms.TextBox(); this.txtValidationStart = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.txtTestEnd = new System.Windows.Forms.TextBox(); this.txtTestStart = new System.Windows.Forms.TextBox(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.btnBrowse = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.txtFileName = new System.Windows.Forms.TextBox(); this.txtTargetVariable = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // txtProblemName // this.txtProblemName.Location = new System.Drawing.Point(177, 30); this.txtProblemName.Name = "txtProblemName"; this.txtProblemName.Size = new System.Drawing.Size(140, 20); this.txtProblemName.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(51, 33); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(71, 13); this.label2.TabIndex = 4; this.label2.Text = "Problemname"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(51, 58); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(79, 13); this.label3.TabIndex = 5; this.label3.Text = "Target Variable"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(51, 84); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 13); this.label4.TabIndex = 7; this.label4.Text = "Non-Input Variables"; // // txtNonInputVariables // this.txtNonInputVariables.Location = new System.Drawing.Point(177, 81); this.txtNonInputVariables.Name = "txtNonInputVariables"; this.txtNonInputVariables.Size = new System.Drawing.Size(140, 20); this.txtNonInputVariables.TabIndex = 3; // // txtMinimumTimeOffset // this.txtMinimumTimeOffset.Location = new System.Drawing.Point(177, 106); this.txtMinimumTimeOffset.Name = "txtMinimumTimeOffset"; this.txtMinimumTimeOffset.Size = new System.Drawing.Size(140, 20); this.txtMinimumTimeOffset.TabIndex = 4; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(51, 109); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(105, 13); this.label5.TabIndex = 10; this.label5.Text = "Minimum Time Offset"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(51, 134); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(108, 13); this.label6.TabIndex = 11; this.label6.Text = "Maximum Time Offset"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(51, 159); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(110, 13); this.label7.TabIndex = 12; this.label7.Text = "Maximum Tree Height"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(51, 184); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(99, 13); this.label8.TabIndex = 13; this.label8.Text = "Maximum Tree Size"; // // txtMaximumTimeOffset // this.txtMaximumTimeOffset.Location = new System.Drawing.Point(177, 131); this.txtMaximumTimeOffset.Name = "txtMaximumTimeOffset"; this.txtMaximumTimeOffset.Size = new System.Drawing.Size(140, 20); this.txtMaximumTimeOffset.TabIndex = 5; // // txtMaximumTreeHeight // this.txtMaximumTreeHeight.Location = new System.Drawing.Point(177, 156); this.txtMaximumTreeHeight.Name = "txtMaximumTreeHeight"; this.txtMaximumTreeHeight.Size = new System.Drawing.Size(140, 20); this.txtMaximumTreeHeight.TabIndex = 6; // // txtMaximumTreeSize // this.txtMaximumTreeSize.Location = new System.Drawing.Point(177, 181); this.txtMaximumTreeSize.Name = "txtMaximumTreeSize"; this.txtMaximumTreeSize.Size = new System.Drawing.Size(140, 20); this.txtMaximumTreeSize.TabIndex = 7; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(51, 209); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(45, 13); this.label9.TabIndex = 14; this.label9.Text = "Training"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(130, 210); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(29, 13); this.label10.TabIndex = 15; this.label10.Text = "Start"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(241, 210); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(26, 13); this.label11.TabIndex = 16; this.label11.Text = "End"; // // txtTrainingStart // this.txtTrainingStart.Location = new System.Drawing.Point(177, 207); this.txtTrainingStart.Name = "txtTrainingStart"; this.txtTrainingStart.Size = new System.Drawing.Size(44, 20); this.txtTrainingStart.TabIndex = 8; // // txtTrainingEnd // this.txtTrainingEnd.Location = new System.Drawing.Point(273, 207); this.txtTrainingEnd.Name = "txtTrainingEnd"; this.txtTrainingEnd.Size = new System.Drawing.Size(44, 20); this.txtTrainingEnd.TabIndex = 9; // // txtValidationEnd // this.txtValidationEnd.Location = new System.Drawing.Point(273, 233); this.txtValidationEnd.Name = "txtValidationEnd"; this.txtValidationEnd.Size = new System.Drawing.Size(44, 20); this.txtValidationEnd.TabIndex = 11; // // txtValidationStart // this.txtValidationStart.Location = new System.Drawing.Point(177, 233); this.txtValidationStart.Name = "txtValidationStart"; this.txtValidationStart.Size = new System.Drawing.Size(44, 20); this.txtValidationStart.TabIndex = 10; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(241, 236); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(26, 13); this.label12.TabIndex = 24; this.label12.Text = "End"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(130, 236); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(29, 13); this.label13.TabIndex = 23; this.label13.Text = "Start"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(51, 235); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(53, 13); this.label14.TabIndex = 22; this.label14.Text = "Validation"; // // txtTestEnd // this.txtTestEnd.Location = new System.Drawing.Point(273, 259); this.txtTestEnd.Name = "txtTestEnd"; this.txtTestEnd.Size = new System.Drawing.Size(44, 20); this.txtTestEnd.TabIndex = 13; // // txtTestStart // this.txtTestStart.Location = new System.Drawing.Point(177, 259); this.txtTestStart.Name = "txtTestStart"; this.txtTestStart.Size = new System.Drawing.Size(44, 20); this.txtTestStart.TabIndex = 12; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(241, 262); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(26, 13); this.label15.TabIndex = 29; this.label15.Text = "End"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(130, 262); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(29, 13); this.label16.TabIndex = 28; this.label16.Text = "Start"; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(51, 261); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(28, 13); this.label17.TabIndex = 27; this.label17.Text = "Test"; // // btnBrowse // this.btnBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnBrowse.Location = new System.Drawing.Point(323, 3); this.btnBrowse.Name = "btnBrowse"; this.btnBrowse.Size = new System.Drawing.Size(75, 23); this.btnBrowse.TabIndex = 14; this.btnBrowse.Text = "Browse"; this.btnBrowse.UseVisualStyleBackColor = true; this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(1, 7); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(49, 13); this.label1.TabIndex = 2; this.label1.Text = "Filename"; // // txtFileName // this.txtFileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtFileName.Location = new System.Drawing.Point(54, 4); this.txtFileName.Name = "txtFileName"; this.txtFileName.Size = new System.Drawing.Size(263, 20); this.txtFileName.TabIndex = 0; // // txtTargetVariable // this.txtTargetVariable.Location = new System.Drawing.Point(177, 55); this.txtTargetVariable.Name = "txtTargetVariable"; this.txtTargetVariable.Size = new System.Drawing.Size(140, 20); this.txtTargetVariable.TabIndex = 2; // // Hl2ExporterView // this.Controls.Add(this.txtTargetVariable); this.Controls.Add(this.btnBrowse); this.Controls.Add(this.label1); this.Controls.Add(this.txtFileName); this.Controls.Add(this.txtTestEnd); this.Controls.Add(this.txtTestStart); this.Controls.Add(this.label15); this.Controls.Add(this.label16); this.Controls.Add(this.label17); this.Controls.Add(this.txtValidationEnd); this.Controls.Add(this.txtValidationStart); this.Controls.Add(this.label12); this.Controls.Add(this.label13); this.Controls.Add(this.label14); this.Controls.Add(this.txtTrainingEnd); this.Controls.Add(this.txtTrainingStart); this.Controls.Add(this.txtMaximumTreeSize); this.Controls.Add(this.txtMaximumTreeHeight); this.Controls.Add(this.txtMaximumTimeOffset); this.Controls.Add(this.label11); this.Controls.Add(this.label10); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.txtMinimumTimeOffset); this.Controls.Add(this.txtNonInputVariables); this.Controls.Add(this.txtProblemName); this.Controls.Add(this.label2); this.Controls.Add(this.label3); this.Controls.Add(this.label4); this.Name = "Hl2ExporterView"; this.Size = new System.Drawing.Size(401, 293); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtProblemName; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtNonInputVariables; private System.Windows.Forms.TextBox txtMinimumTimeOffset; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtMaximumTimeOffset; private System.Windows.Forms.TextBox txtMaximumTreeHeight; private System.Windows.Forms.TextBox txtMaximumTreeSize; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox txtTrainingStart; private System.Windows.Forms.TextBox txtTrainingEnd; private System.Windows.Forms.TextBox txtValidationEnd; private System.Windows.Forms.TextBox txtValidationStart; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.TextBox txtTestEnd; private System.Windows.Forms.TextBox txtTestStart; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label17; private System.Windows.Forms.Button btnBrowse; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtFileName; private System.Windows.Forms.TextBox txtTargetVariable; } }