[3742] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[9456] | 3 | * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[3742] | 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 |
|
---|
| 22 | namespace HeuristicLab.Problems.TestFunctions.Views {
|
---|
[3647] | 23 | partial class SingleObjectiveTestFunctionSolutionView {
|
---|
| 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 Windows Form 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() {
|
---|
| 47 | this.qualityView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
| 48 | this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
---|
| 49 | this.groupBox3 = new System.Windows.Forms.GroupBox();
|
---|
| 50 | this.groupBox4 = new System.Windows.Forms.GroupBox();
|
---|
| 51 | this.realVectorView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[5466] | 52 | this.tabControl1 = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
[3661] | 53 | this.textualTabPage = new System.Windows.Forms.TabPage();
|
---|
| 54 | this.graphicalTabPage = new System.Windows.Forms.TabPage();
|
---|
[3694] | 55 | this.pictureBox = new System.Windows.Forms.PictureBox();
|
---|
[3661] | 56 | this.label1 = new System.Windows.Forms.Label();
|
---|
[3647] | 57 | this.splitContainer1.Panel1.SuspendLayout();
|
---|
| 58 | this.splitContainer1.Panel2.SuspendLayout();
|
---|
| 59 | this.splitContainer1.SuspendLayout();
|
---|
| 60 | this.groupBox3.SuspendLayout();
|
---|
| 61 | this.groupBox4.SuspendLayout();
|
---|
[3661] | 62 | this.tabControl1.SuspendLayout();
|
---|
| 63 | this.textualTabPage.SuspendLayout();
|
---|
| 64 | this.graphicalTabPage.SuspendLayout();
|
---|
| 65 | ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
|
---|
[3647] | 66 | this.SuspendLayout();
|
---|
| 67 | //
|
---|
| 68 | // qualityView
|
---|
| 69 | //
|
---|
[3694] | 70 | this.qualityView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 71 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 72 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3647] | 73 | this.qualityView.Content = null;
|
---|
[3694] | 74 | this.qualityView.Location = new System.Drawing.Point(6, 19);
|
---|
[3647] | 75 | this.qualityView.Name = "qualityView";
|
---|
| 76 | this.qualityView.ReadOnly = false;
|
---|
[3694] | 77 | this.qualityView.Size = new System.Drawing.Size(479, 32);
|
---|
| 78 | this.qualityView.TabIndex = 0;
|
---|
[3647] | 79 | this.qualityView.ViewType = null;
|
---|
| 80 | //
|
---|
| 81 | // splitContainer1
|
---|
| 82 | //
|
---|
| 83 | this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 84 | this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
---|
| 85 | this.splitContainer1.IsSplitterFixed = true;
|
---|
[3694] | 86 | this.splitContainer1.Location = new System.Drawing.Point(3, 3);
|
---|
[3647] | 87 | this.splitContainer1.Name = "splitContainer1";
|
---|
| 88 | this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
| 89 | //
|
---|
| 90 | // splitContainer1.Panel1
|
---|
| 91 | //
|
---|
| 92 | this.splitContainer1.Panel1.Controls.Add(this.groupBox3);
|
---|
| 93 | this.splitContainer1.Panel1MinSize = 30;
|
---|
| 94 | //
|
---|
| 95 | // splitContainer1.Panel2
|
---|
| 96 | //
|
---|
| 97 | this.splitContainer1.Panel2.Controls.Add(this.groupBox4);
|
---|
| 98 | this.splitContainer1.Panel2MinSize = 30;
|
---|
[3661] | 99 | this.splitContainer1.Size = new System.Drawing.Size(491, 304);
|
---|
[3694] | 100 | this.splitContainer1.SplitterDistance = 60;
|
---|
| 101 | this.splitContainer1.TabIndex = 0;
|
---|
[3647] | 102 | //
|
---|
| 103 | // groupBox3
|
---|
| 104 | //
|
---|
[3694] | 105 | this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 106 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 107 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3647] | 108 | this.groupBox3.Controls.Add(this.qualityView);
|
---|
| 109 | this.groupBox3.Location = new System.Drawing.Point(0, 0);
|
---|
| 110 | this.groupBox3.Name = "groupBox3";
|
---|
[3694] | 111 | this.groupBox3.Size = new System.Drawing.Size(491, 57);
|
---|
| 112 | this.groupBox3.TabIndex = 0;
|
---|
[3647] | 113 | this.groupBox3.TabStop = false;
|
---|
| 114 | this.groupBox3.Text = "Quality";
|
---|
| 115 | //
|
---|
| 116 | // groupBox4
|
---|
| 117 | //
|
---|
[3694] | 118 | this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 119 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 120 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3647] | 121 | this.groupBox4.Controls.Add(this.realVectorView);
|
---|
[3694] | 122 | this.groupBox4.Location = new System.Drawing.Point(0, 3);
|
---|
[3647] | 123 | this.groupBox4.Name = "groupBox4";
|
---|
[3694] | 124 | this.groupBox4.Size = new System.Drawing.Size(491, 237);
|
---|
| 125 | this.groupBox4.TabIndex = 0;
|
---|
[3647] | 126 | this.groupBox4.TabStop = false;
|
---|
| 127 | this.groupBox4.Text = "Real vector";
|
---|
| 128 | //
|
---|
| 129 | // realVectorView
|
---|
| 130 | //
|
---|
[3694] | 131 | this.realVectorView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 132 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 133 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3647] | 134 | this.realVectorView.Content = null;
|
---|
[3694] | 135 | this.realVectorView.Location = new System.Drawing.Point(6, 19);
|
---|
[3647] | 136 | this.realVectorView.Name = "realVectorView";
|
---|
| 137 | this.realVectorView.ReadOnly = false;
|
---|
[3694] | 138 | this.realVectorView.Size = new System.Drawing.Size(479, 212);
|
---|
| 139 | this.realVectorView.TabIndex = 0;
|
---|
[3647] | 140 | this.realVectorView.ViewType = null;
|
---|
| 141 | //
|
---|
[3661] | 142 | // tabControl1
|
---|
| 143 | //
|
---|
| 144 | this.tabControl1.Controls.Add(this.textualTabPage);
|
---|
| 145 | this.tabControl1.Controls.Add(this.graphicalTabPage);
|
---|
| 146 | this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 147 | this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
---|
| 148 | this.tabControl1.Name = "tabControl1";
|
---|
| 149 | this.tabControl1.SelectedIndex = 0;
|
---|
| 150 | this.tabControl1.Size = new System.Drawing.Size(505, 336);
|
---|
[3694] | 151 | this.tabControl1.TabIndex = 0;
|
---|
[3661] | 152 | //
|
---|
| 153 | // textualTabPage
|
---|
| 154 | //
|
---|
| 155 | this.textualTabPage.Controls.Add(this.splitContainer1);
|
---|
| 156 | this.textualTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 157 | this.textualTabPage.Name = "textualTabPage";
|
---|
| 158 | this.textualTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 159 | this.textualTabPage.Size = new System.Drawing.Size(497, 310);
|
---|
| 160 | this.textualTabPage.TabIndex = 0;
|
---|
| 161 | this.textualTabPage.Text = "Textual";
|
---|
| 162 | this.textualTabPage.UseVisualStyleBackColor = true;
|
---|
| 163 | //
|
---|
| 164 | // graphicalTabPage
|
---|
| 165 | //
|
---|
| 166 | this.graphicalTabPage.Controls.Add(this.pictureBox);
|
---|
| 167 | this.graphicalTabPage.Controls.Add(this.label1);
|
---|
| 168 | this.graphicalTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 169 | this.graphicalTabPage.Name = "graphicalTabPage";
|
---|
| 170 | this.graphicalTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 171 | this.graphicalTabPage.Size = new System.Drawing.Size(497, 310);
|
---|
| 172 | this.graphicalTabPage.TabIndex = 1;
|
---|
| 173 | this.graphicalTabPage.Text = "Graphical";
|
---|
| 174 | this.graphicalTabPage.UseVisualStyleBackColor = true;
|
---|
| 175 | //
|
---|
[3694] | 176 | // pictureBox
|
---|
| 177 | //
|
---|
| 178 | this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 179 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 180 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 181 | this.pictureBox.BackColor = System.Drawing.Color.White;
|
---|
| 182 | this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
---|
| 183 | this.pictureBox.Location = new System.Drawing.Point(6, 6);
|
---|
| 184 | this.pictureBox.Name = "pictureBox";
|
---|
| 185 | this.pictureBox.Size = new System.Drawing.Size(485, 298);
|
---|
| 186 | this.pictureBox.TabIndex = 1;
|
---|
| 187 | this.pictureBox.TabStop = false;
|
---|
| 188 | //
|
---|
[3661] | 189 | // label1
|
---|
| 190 | //
|
---|
| 191 | this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 192 | this.label1.AutoSize = true;
|
---|
| 193 | this.label1.Location = new System.Drawing.Point(118, 131);
|
---|
| 194 | this.label1.Name = "label1";
|
---|
| 195 | this.label1.Size = new System.Drawing.Size(253, 13);
|
---|
| 196 | this.label1.TabIndex = 0;
|
---|
| 197 | this.label1.Text = "The graphical view is only available for 2 dimensions";
|
---|
| 198 | //
|
---|
[3647] | 199 | // SingleObjectiveTestFunctionSolutionView
|
---|
| 200 | //
|
---|
| 201 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[3661] | 202 | this.Controls.Add(this.tabControl1);
|
---|
[3647] | 203 | this.Name = "SingleObjectiveTestFunctionSolutionView";
|
---|
[3661] | 204 | this.Size = new System.Drawing.Size(505, 336);
|
---|
[3647] | 205 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
| 206 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
| 207 | this.splitContainer1.ResumeLayout(false);
|
---|
| 208 | this.groupBox3.ResumeLayout(false);
|
---|
| 209 | this.groupBox4.ResumeLayout(false);
|
---|
[3661] | 210 | this.tabControl1.ResumeLayout(false);
|
---|
| 211 | this.textualTabPage.ResumeLayout(false);
|
---|
| 212 | this.graphicalTabPage.ResumeLayout(false);
|
---|
| 213 | this.graphicalTabPage.PerformLayout();
|
---|
| 214 | ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
|
---|
[3647] | 215 | this.ResumeLayout(false);
|
---|
| 216 |
|
---|
| 217 | }
|
---|
| 218 |
|
---|
| 219 | #endregion
|
---|
| 220 |
|
---|
| 221 | private System.Windows.Forms.SplitContainer splitContainer1;
|
---|
| 222 | private System.Windows.Forms.GroupBox groupBox4;
|
---|
[3694] | 223 | private HeuristicLab.MainForm.WindowsForms.ViewHost qualityView;
|
---|
[3647] | 224 | private System.Windows.Forms.GroupBox groupBox3;
|
---|
[3694] | 225 | private HeuristicLab.MainForm.WindowsForms.ViewHost realVectorView;
|
---|
[5466] | 226 | private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl1;
|
---|
[3661] | 227 | private System.Windows.Forms.TabPage textualTabPage;
|
---|
| 228 | private System.Windows.Forms.TabPage graphicalTabPage;
|
---|
| 229 | private System.Windows.Forms.Label label1;
|
---|
| 230 | private System.Windows.Forms.PictureBox pictureBox;
|
---|
[3647] | 231 |
|
---|
| 232 |
|
---|
| 233 |
|
---|
| 234 | }
|
---|
| 235 | }
|
---|