Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2906_Transformations/HeuristicLab.Problems.DataAnalysis.Views/3.4/DataAnalysisTransformationModelView.Designer.cs @ 15870

Last change on this file since 15870 was 15870, checked in by pfleck, 6 years ago

#2906

  • Implemented for classification, clustering, etc.
  • Simplified Transformation interfaces (read-only, ...).
  • Started moving transformation logic out of ProblemData.
File size: 8.4 KB
RevLine 
[15848]1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Problems.DataAnalysis.Views {
[15870]23  partial class DataAnalysisTransformationModelView {
[15848]24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
[15870]47      this.originalModelTabPage = new System.Windows.Forms.TabPage();
48      this.modelViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
[15848]49      this.tabControl = new System.Windows.Forms.TabControl();
[15870]50      this.inputTransformationsTabPage = new System.Windows.Forms.TabPage();
51      this.inputTransformationsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
52      this.targetTransformationsTabPage = new System.Windows.Forms.TabPage();
53      this.targetTransformationsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
54      this.originalModelTabPage.SuspendLayout();
[15848]55      this.tabControl.SuspendLayout();
[15870]56      this.inputTransformationsTabPage.SuspendLayout();
57      this.targetTransformationsTabPage.SuspendLayout();
[15848]58      this.SuspendLayout();
59      //
[15870]60      // originalModelTabPage
61      //
62      this.originalModelTabPage.Controls.Add(this.modelViewHost);
63      this.originalModelTabPage.Location = new System.Drawing.Point(4, 22);
64      this.originalModelTabPage.Name = "originalModelTabPage";
65      this.originalModelTabPage.Padding = new System.Windows.Forms.Padding(3);
66      this.originalModelTabPage.Size = new System.Drawing.Size(486, 392);
67      this.originalModelTabPage.TabIndex = 0;
68      this.originalModelTabPage.Text = "Original Model";
69      this.originalModelTabPage.UseVisualStyleBackColor = true;
70      //
71      // modelViewHost
72      //
73      this.modelViewHost.Caption = "View";
74      this.modelViewHost.Content = null;
75      this.modelViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
76      this.modelViewHost.Enabled = false;
77      this.modelViewHost.Location = new System.Drawing.Point(3, 3);
78      this.modelViewHost.Name = "modelViewHost";
79      this.modelViewHost.ReadOnly = false;
80      this.modelViewHost.Size = new System.Drawing.Size(480, 386);
81      this.modelViewHost.TabIndex = 0;
82      this.modelViewHost.ViewsLabelVisible = true;
83      this.modelViewHost.ViewType = null;
84      //
[15848]85      // tabControl
86      //
[15870]87      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
88            | System.Windows.Forms.AnchorStyles.Left)
[15848]89            | System.Windows.Forms.AnchorStyles.Right)));
[15870]90      this.tabControl.Controls.Add(this.originalModelTabPage);
91      this.tabControl.Controls.Add(this.inputTransformationsTabPage);
92      this.tabControl.Controls.Add(this.targetTransformationsTabPage);
[15848]93      this.tabControl.Location = new System.Drawing.Point(3, 3);
94      this.tabControl.Name = "tabControl";
95      this.tabControl.SelectedIndex = 0;
96      this.tabControl.Size = new System.Drawing.Size(494, 418);
97      this.tabControl.TabIndex = 0;
98      //
[15870]99      // inputTransformationsTabPage
[15848]100      //
[15870]101      this.inputTransformationsTabPage.Controls.Add(this.inputTransformationsViewHost);
102      this.inputTransformationsTabPage.Location = new System.Drawing.Point(4, 22);
103      this.inputTransformationsTabPage.Name = "inputTransformationsTabPage";
104      this.inputTransformationsTabPage.Padding = new System.Windows.Forms.Padding(3);
105      this.inputTransformationsTabPage.Size = new System.Drawing.Size(486, 392);
106      this.inputTransformationsTabPage.TabIndex = 1;
107      this.inputTransformationsTabPage.Text = "Input Transformations";
108      this.inputTransformationsTabPage.UseVisualStyleBackColor = true;
[15848]109      //
[15870]110      // inputTransformationsViewHost
[15848]111      //
[15870]112      this.inputTransformationsViewHost.Caption = "View";
113      this.inputTransformationsViewHost.Content = null;
114      this.inputTransformationsViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
115      this.inputTransformationsViewHost.Enabled = false;
116      this.inputTransformationsViewHost.Location = new System.Drawing.Point(3, 3);
117      this.inputTransformationsViewHost.Name = "inputTransformationsViewHost";
118      this.inputTransformationsViewHost.ReadOnly = false;
119      this.inputTransformationsViewHost.Size = new System.Drawing.Size(480, 386);
120      this.inputTransformationsViewHost.TabIndex = 1;
121      this.inputTransformationsViewHost.ViewsLabelVisible = false;
122      this.inputTransformationsViewHost.ViewType = null;
[15848]123      //
[15870]124      // targetTransformationsTabPage
[15848]125      //
[15870]126      this.targetTransformationsTabPage.Controls.Add(this.targetTransformationsViewHost);
127      this.targetTransformationsTabPage.Location = new System.Drawing.Point(4, 22);
128      this.targetTransformationsTabPage.Name = "targetTransformationsTabPage";
129      this.targetTransformationsTabPage.Padding = new System.Windows.Forms.Padding(3);
130      this.targetTransformationsTabPage.Size = new System.Drawing.Size(486, 392);
131      this.targetTransformationsTabPage.TabIndex = 2;
132      this.targetTransformationsTabPage.Text = "Target Transformations";
133      this.targetTransformationsTabPage.UseVisualStyleBackColor = true;
[15848]134      //
[15870]135      // targetTransformationsViewHost
[15848]136      //
[15870]137      this.targetTransformationsViewHost.Caption = "View";
138      this.targetTransformationsViewHost.Content = null;
139      this.targetTransformationsViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
140      this.targetTransformationsViewHost.Enabled = false;
141      this.targetTransformationsViewHost.Location = new System.Drawing.Point(3, 3);
142      this.targetTransformationsViewHost.Name = "targetTransformationsViewHost";
143      this.targetTransformationsViewHost.ReadOnly = false;
144      this.targetTransformationsViewHost.Size = new System.Drawing.Size(480, 386);
145      this.targetTransformationsViewHost.TabIndex = 1;
146      this.targetTransformationsViewHost.ViewsLabelVisible = false;
147      this.targetTransformationsViewHost.ViewType = null;
[15848]148      //
[15870]149      // DataAnalysisTransformationModelView
[15848]150      //
151      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
152      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
153      this.Controls.Add(this.tabControl);
[15870]154      this.Name = "DataAnalysisTransformationModelView";
[15848]155      this.Size = new System.Drawing.Size(500, 424);
[15870]156      this.originalModelTabPage.ResumeLayout(false);
[15848]157      this.tabControl.ResumeLayout(false);
[15870]158      this.inputTransformationsTabPage.ResumeLayout(false);
159      this.targetTransformationsTabPage.ResumeLayout(false);
[15848]160      this.ResumeLayout(false);
161
162    }
163
164    #endregion
165
[15870]166    private System.Windows.Forms.TabPage originalModelTabPage;
167    private MainForm.WindowsForms.ViewHost modelViewHost;
[15848]168    private System.Windows.Forms.TabControl tabControl;
[15870]169    private System.Windows.Forms.TabPage inputTransformationsTabPage;
170    private System.Windows.Forms.TabPage targetTransformationsTabPage;
171    private MainForm.WindowsForms.ViewHost inputTransformationsViewHost;
172    private MainForm.WindowsForms.ViewHost targetTransformationsViewHost;
[15848]173  }
174}
Note: See TracBrowser for help on using the repository browser.