#region License Information /* HeuristicLab * Copyright (C) 2002-2018 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.Problems.DataAnalysis.Views { partial class DataAnalysisTransformationModelView { /// /// 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.trainedModelTabPage = new System.Windows.Forms.TabPage(); this.modelViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.tabControl = new System.Windows.Forms.TabControl(); this.inputTransformationsTabPage = new System.Windows.Forms.TabPage(); this.inputTransformationsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.targetTransformationsTabPage = new System.Windows.Forms.TabPage(); this.targetTransformationsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.trainedModelTabPage.SuspendLayout(); this.tabControl.SuspendLayout(); this.inputTransformationsTabPage.SuspendLayout(); this.targetTransformationsTabPage.SuspendLayout(); this.SuspendLayout(); // // trainedModelTabPage // this.trainedModelTabPage.Controls.Add(this.modelViewHost); this.trainedModelTabPage.Location = new System.Drawing.Point(4, 22); this.trainedModelTabPage.Name = "trainedModelTabPage"; this.trainedModelTabPage.Padding = new System.Windows.Forms.Padding(3); this.trainedModelTabPage.Size = new System.Drawing.Size(486, 392); this.trainedModelTabPage.TabIndex = 0; this.trainedModelTabPage.Text = "Trained Model"; this.trainedModelTabPage.UseVisualStyleBackColor = true; // // modelViewHost // this.modelViewHost.Caption = "View"; this.modelViewHost.Content = null; this.modelViewHost.Dock = System.Windows.Forms.DockStyle.Fill; this.modelViewHost.Enabled = false; this.modelViewHost.Location = new System.Drawing.Point(3, 3); this.modelViewHost.Name = "modelViewHost"; this.modelViewHost.ReadOnly = false; this.modelViewHost.Size = new System.Drawing.Size(480, 386); this.modelViewHost.TabIndex = 0; this.modelViewHost.ViewsLabelVisible = true; this.modelViewHost.ViewType = null; // // tabControl // this.tabControl.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.tabControl.Controls.Add(this.trainedModelTabPage); this.tabControl.Controls.Add(this.inputTransformationsTabPage); this.tabControl.Controls.Add(this.targetTransformationsTabPage); this.tabControl.Location = new System.Drawing.Point(3, 3); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(494, 418); this.tabControl.TabIndex = 0; // // inputTransformationsTabPage // this.inputTransformationsTabPage.Controls.Add(this.inputTransformationsViewHost); this.inputTransformationsTabPage.Location = new System.Drawing.Point(4, 22); this.inputTransformationsTabPage.Name = "inputTransformationsTabPage"; this.inputTransformationsTabPage.Padding = new System.Windows.Forms.Padding(3); this.inputTransformationsTabPage.Size = new System.Drawing.Size(486, 392); this.inputTransformationsTabPage.TabIndex = 1; this.inputTransformationsTabPage.Text = "Input Transformations"; this.inputTransformationsTabPage.UseVisualStyleBackColor = true; // // inputTransformationsViewHost // this.inputTransformationsViewHost.Caption = "View"; this.inputTransformationsViewHost.Content = null; this.inputTransformationsViewHost.Dock = System.Windows.Forms.DockStyle.Fill; this.inputTransformationsViewHost.Enabled = false; this.inputTransformationsViewHost.Location = new System.Drawing.Point(3, 3); this.inputTransformationsViewHost.Name = "inputTransformationsViewHost"; this.inputTransformationsViewHost.ReadOnly = false; this.inputTransformationsViewHost.Size = new System.Drawing.Size(480, 386); this.inputTransformationsViewHost.TabIndex = 1; this.inputTransformationsViewHost.ViewsLabelVisible = false; this.inputTransformationsViewHost.ViewType = null; // // targetTransformationsTabPage // this.targetTransformationsTabPage.Controls.Add(this.targetTransformationsViewHost); this.targetTransformationsTabPage.Location = new System.Drawing.Point(4, 22); this.targetTransformationsTabPage.Name = "targetTransformationsTabPage"; this.targetTransformationsTabPage.Padding = new System.Windows.Forms.Padding(3); this.targetTransformationsTabPage.Size = new System.Drawing.Size(486, 392); this.targetTransformationsTabPage.TabIndex = 2; this.targetTransformationsTabPage.Text = "Target Transformations"; this.targetTransformationsTabPage.UseVisualStyleBackColor = true; // // targetTransformationsViewHost // this.targetTransformationsViewHost.Caption = "View"; this.targetTransformationsViewHost.Content = null; this.targetTransformationsViewHost.Dock = System.Windows.Forms.DockStyle.Fill; this.targetTransformationsViewHost.Enabled = false; this.targetTransformationsViewHost.Location = new System.Drawing.Point(3, 3); this.targetTransformationsViewHost.Name = "targetTransformationsViewHost"; this.targetTransformationsViewHost.ReadOnly = false; this.targetTransformationsViewHost.Size = new System.Drawing.Size(480, 386); this.targetTransformationsViewHost.TabIndex = 1; this.targetTransformationsViewHost.ViewsLabelVisible = false; this.targetTransformationsViewHost.ViewType = null; // // DataAnalysisTransformationModelView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tabControl); this.Name = "DataAnalysisTransformationModelView"; this.Size = new System.Drawing.Size(500, 424); this.trainedModelTabPage.ResumeLayout(false); this.tabControl.ResumeLayout(false); this.inputTransformationsTabPage.ResumeLayout(false); this.targetTransformationsTabPage.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabPage trainedModelTabPage; private MainForm.WindowsForms.ViewHost modelViewHost; private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.TabPage inputTransformationsTabPage; private System.Windows.Forms.TabPage targetTransformationsTabPage; private MainForm.WindowsForms.ViewHost inputTransformationsViewHost; private MainForm.WindowsForms.ViewHost targetTransformationsViewHost; } }