[4556] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
| 3 | * Copyright (C) 2002-2010 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 | namespace HeuristicLab.Problems.DataAnalysis.MultiVariate.Views {
|
---|
| 22 | partial class MultiVariateDataAnalysisSolutionView {
|
---|
| 23 | /// <summary>
|
---|
| 24 | /// Required designer variable.
|
---|
| 25 | /// </summary>
|
---|
| 26 | private System.ComponentModel.IContainer components = null;
|
---|
| 27 |
|
---|
| 28 | /// <summary>
|
---|
| 29 | /// Clean up any resources being used.
|
---|
| 30 | /// </summary>
|
---|
| 31 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 32 | protected override void Dispose(bool disposing) {
|
---|
| 33 | if (disposing && (components != null)) {
|
---|
| 34 | components.Dispose();
|
---|
| 35 | }
|
---|
| 36 | base.Dispose(disposing);
|
---|
| 37 | }
|
---|
| 38 |
|
---|
| 39 | #region Component Designer generated code
|
---|
| 40 |
|
---|
| 41 | /// <summary>
|
---|
| 42 | /// Required method for Designer support - do not modify
|
---|
| 43 | /// the contents of this method with the code editor.
|
---|
| 44 | /// </summary>
|
---|
| 45 | private void InitializeComponent() {
|
---|
| 46 | this.dataTabPage = new System.Windows.Forms.TabPage();
|
---|
| 47 | this.modelTabPage = new System.Windows.Forms.TabPage();
|
---|
| 48 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
| 49 | this.modelViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
| 50 | this.viewHost1 = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
| 51 | this.dataViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
| 52 | this.dataTabPage.SuspendLayout();
|
---|
| 53 | this.modelTabPage.SuspendLayout();
|
---|
| 54 | this.tabControl.SuspendLayout();
|
---|
| 55 | this.SuspendLayout();
|
---|
| 56 | //
|
---|
| 57 | // dataTabPage
|
---|
| 58 | //
|
---|
| 59 | this.dataTabPage.Controls.Add(this.dataViewHost);
|
---|
| 60 | this.dataTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 61 | this.dataTabPage.Name = "dataTabPage";
|
---|
| 62 | this.dataTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 63 | this.dataTabPage.Size = new System.Drawing.Size(372, 236);
|
---|
| 64 | this.dataTabPage.TabIndex = 1;
|
---|
| 65 | this.dataTabPage.Text = "Data";
|
---|
| 66 | this.dataTabPage.UseVisualStyleBackColor = true;
|
---|
| 67 | //
|
---|
| 68 | // modelTabPage
|
---|
| 69 | //
|
---|
| 70 | this.modelTabPage.Controls.Add(this.modelViewHost);
|
---|
| 71 | this.modelTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 72 | this.modelTabPage.Name = "modelTabPage";
|
---|
| 73 | this.modelTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 74 | this.modelTabPage.Size = new System.Drawing.Size(372, 236);
|
---|
| 75 | this.modelTabPage.TabIndex = 0;
|
---|
| 76 | this.modelTabPage.Text = "Model";
|
---|
| 77 | this.modelTabPage.UseVisualStyleBackColor = true;
|
---|
| 78 | //
|
---|
| 79 | // tabControl
|
---|
| 80 | //
|
---|
| 81 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 82 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 83 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 84 | this.tabControl.Controls.Add(this.modelTabPage);
|
---|
| 85 | this.tabControl.Controls.Add(this.dataTabPage);
|
---|
| 86 | this.tabControl.Location = new System.Drawing.Point(3, 3);
|
---|
| 87 | this.tabControl.Name = "tabControl";
|
---|
| 88 | this.tabControl.SelectedIndex = 0;
|
---|
| 89 | this.tabControl.Size = new System.Drawing.Size(380, 262);
|
---|
| 90 | this.tabControl.TabIndex = 1;
|
---|
| 91 | //
|
---|
| 92 | // modelViewHost
|
---|
| 93 | //
|
---|
| 94 | this.modelViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 95 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 96 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 97 | this.modelViewHost.Caption = "DataAnalysisSolution Model View";
|
---|
| 98 | this.modelViewHost.Content = null;
|
---|
| 99 | this.modelViewHost.Location = new System.Drawing.Point(6, 6);
|
---|
| 100 | this.modelViewHost.Name = "modelViewHost";
|
---|
| 101 | this.modelViewHost.ReadOnly = false;
|
---|
| 102 | this.modelViewHost.Size = new System.Drawing.Size(360, 224);
|
---|
| 103 | this.modelViewHost.TabIndex = 1;
|
---|
| 104 | this.modelViewHost.ViewType = null;
|
---|
| 105 | //
|
---|
| 106 | // viewHost1
|
---|
| 107 | //
|
---|
| 108 | this.viewHost1.Caption = "View";
|
---|
| 109 | this.viewHost1.Content = null;
|
---|
| 110 | this.viewHost1.Location = new System.Drawing.Point(6, 6);
|
---|
| 111 | this.viewHost1.Name = "viewHost1";
|
---|
| 112 | this.viewHost1.ReadOnly = false;
|
---|
| 113 | this.viewHost1.Size = new System.Drawing.Size(360, 224);
|
---|
| 114 | this.viewHost1.TabIndex = 1;
|
---|
| 115 | this.viewHost1.ViewType = null;
|
---|
| 116 | //
|
---|
| 117 | // dataViewHost
|
---|
| 118 | //
|
---|
| 119 | this.dataViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 120 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 121 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 122 | this.dataViewHost.Caption = "DataAnalysisSolution Data View";
|
---|
| 123 | this.dataViewHost.Content = null;
|
---|
| 124 | this.dataViewHost.Location = new System.Drawing.Point(6, 6);
|
---|
| 125 | this.dataViewHost.Name = "dataViewHost";
|
---|
| 126 | this.dataViewHost.ReadOnly = false;
|
---|
| 127 | this.dataViewHost.Size = new System.Drawing.Size(360, 224);
|
---|
| 128 | this.dataViewHost.TabIndex = 2;
|
---|
| 129 | this.dataViewHost.ViewType = null;
|
---|
| 130 | //
|
---|
| 131 | // DataAnalysisSolutionView
|
---|
| 132 | //
|
---|
| 133 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 134 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 135 | this.Controls.Add(this.tabControl);
|
---|
| 136 | this.Name = "DataAnalysisSolutionView";
|
---|
| 137 | this.Size = new System.Drawing.Size(386, 268);
|
---|
| 138 | this.dataTabPage.ResumeLayout(false);
|
---|
| 139 | this.modelTabPage.ResumeLayout(false);
|
---|
| 140 | this.tabControl.ResumeLayout(false);
|
---|
| 141 | this.ResumeLayout(false);
|
---|
| 142 |
|
---|
| 143 | }
|
---|
| 144 |
|
---|
| 145 | #endregion
|
---|
| 146 |
|
---|
| 147 | protected System.Windows.Forms.TabControl tabControl;
|
---|
| 148 | protected System.Windows.Forms.TabPage dataTabPage;
|
---|
| 149 | protected System.Windows.Forms.TabPage modelTabPage;
|
---|
| 150 | protected HeuristicLab.MainForm.WindowsForms.ViewHost dataViewHost;
|
---|
| 151 | private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost1;
|
---|
| 152 | protected HeuristicLab.MainForm.WindowsForms.ViewHost modelViewHost;
|
---|
| 153 | }
|
---|
| 154 | }
|
---|