Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.TestFunctions.Views/3.3/SingleObjectiveTestFunctionSolutionView.Designer.cs @ 3742

Last change on this file since 3742 was 3742, checked in by gkronber, 14 years ago

Fixed GPL license headers and deleted files which are not referenced by projects. #893

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