Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 3661 was 3661, checked in by abeham, 14 years ago

#999

  • prepared TF visualization
  • removed obsolete TF solution analyzers
File size: 8.6 KB
Line 
1namespace HeuristicLab.Problems.TestFunctions.Views {
2  partial class SingleObjectiveTestFunctionSolutionView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Windows Form Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.qualityView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
27      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
28      this.groupBox3 = new System.Windows.Forms.GroupBox();
29      this.groupBox4 = new System.Windows.Forms.GroupBox();
30      this.realVectorView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
31      this.tabControl1 = new System.Windows.Forms.TabControl();
32      this.textualTabPage = new System.Windows.Forms.TabPage();
33      this.graphicalTabPage = new System.Windows.Forms.TabPage();
34      this.label1 = new System.Windows.Forms.Label();
35      this.pictureBox = new System.Windows.Forms.PictureBox();
36      this.splitContainer1.Panel1.SuspendLayout();
37      this.splitContainer1.Panel2.SuspendLayout();
38      this.splitContainer1.SuspendLayout();
39      this.groupBox3.SuspendLayout();
40      this.groupBox4.SuspendLayout();
41      this.tabControl1.SuspendLayout();
42      this.textualTabPage.SuspendLayout();
43      this.graphicalTabPage.SuspendLayout();
44      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
45      this.SuspendLayout();
46      //
47      // qualityView
48      //
49      this.qualityView.Caption = null;
50      this.qualityView.Content = null;
51      this.qualityView.Dock = System.Windows.Forms.DockStyle.Fill;
52      this.qualityView.Location = new System.Drawing.Point(3, 16);
53      this.qualityView.Name = "qualityView";
54      this.qualityView.ReadOnly = false;
55      this.qualityView.Size = new System.Drawing.Size(485, 31);
56      this.qualityView.TabIndex = 1;
57      this.qualityView.ViewType = null;
58      //
59      // splitContainer1
60      //
61      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
62      this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
63      this.splitContainer1.IsSplitterFixed = true;
64      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
65      this.splitContainer1.Name = "splitContainer1";
66      this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
67      //
68      // splitContainer1.Panel1
69      //
70      this.splitContainer1.Panel1.Controls.Add(this.groupBox3);
71      this.splitContainer1.Panel1MinSize = 30;
72      //
73      // splitContainer1.Panel2
74      //
75      this.splitContainer1.Panel2.Controls.Add(this.groupBox4);
76      this.splitContainer1.Panel2MinSize = 30;
77      this.splitContainer1.Size = new System.Drawing.Size(491, 304);
78      this.splitContainer1.TabIndex = 7;
79      //
80      // groupBox3
81      //
82      this.groupBox3.Controls.Add(this.qualityView);
83      this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
84      this.groupBox3.Location = new System.Drawing.Point(0, 0);
85      this.groupBox3.Name = "groupBox3";
86      this.groupBox3.Size = new System.Drawing.Size(491, 50);
87      this.groupBox3.TabIndex = 6;
88      this.groupBox3.TabStop = false;
89      this.groupBox3.Text = "Quality";
90      //
91      // groupBox4
92      //
93      this.groupBox4.Controls.Add(this.realVectorView);
94      this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
95      this.groupBox4.Location = new System.Drawing.Point(0, 0);
96      this.groupBox4.Name = "groupBox4";
97      this.groupBox4.Size = new System.Drawing.Size(491, 250);
98      this.groupBox4.TabIndex = 6;
99      this.groupBox4.TabStop = false;
100      this.groupBox4.Text = "Real vector";
101      //
102      // realVectorView
103      //
104      this.realVectorView.Caption = null;
105      this.realVectorView.Content = null;
106      this.realVectorView.Dock = System.Windows.Forms.DockStyle.Fill;
107      this.realVectorView.Location = new System.Drawing.Point(3, 16);
108      this.realVectorView.Name = "realVectorView";
109      this.realVectorView.ReadOnly = false;
110      this.realVectorView.Size = new System.Drawing.Size(485, 231);
111      this.realVectorView.TabIndex = 1;
112      this.realVectorView.ViewType = null;
113      //
114      // tabControl1
115      //
116      this.tabControl1.Controls.Add(this.textualTabPage);
117      this.tabControl1.Controls.Add(this.graphicalTabPage);
118      this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
119      this.tabControl1.Location = new System.Drawing.Point(0, 0);
120      this.tabControl1.Name = "tabControl1";
121      this.tabControl1.SelectedIndex = 0;
122      this.tabControl1.Size = new System.Drawing.Size(505, 336);
123      this.tabControl1.TabIndex = 2;
124      //
125      // textualTabPage
126      //
127      this.textualTabPage.Controls.Add(this.splitContainer1);
128      this.textualTabPage.Location = new System.Drawing.Point(4, 22);
129      this.textualTabPage.Name = "textualTabPage";
130      this.textualTabPage.Padding = new System.Windows.Forms.Padding(3);
131      this.textualTabPage.Size = new System.Drawing.Size(497, 310);
132      this.textualTabPage.TabIndex = 0;
133      this.textualTabPage.Text = "Textual";
134      this.textualTabPage.UseVisualStyleBackColor = true;
135      //
136      // graphicalTabPage
137      //
138      this.graphicalTabPage.Controls.Add(this.pictureBox);
139      this.graphicalTabPage.Controls.Add(this.label1);
140      this.graphicalTabPage.Location = new System.Drawing.Point(4, 22);
141      this.graphicalTabPage.Name = "graphicalTabPage";
142      this.graphicalTabPage.Padding = new System.Windows.Forms.Padding(3);
143      this.graphicalTabPage.Size = new System.Drawing.Size(497, 310);
144      this.graphicalTabPage.TabIndex = 1;
145      this.graphicalTabPage.Text = "Graphical";
146      this.graphicalTabPage.UseVisualStyleBackColor = true;
147      //
148      // label1
149      //
150      this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
151      this.label1.AutoSize = true;
152      this.label1.Location = new System.Drawing.Point(118, 131);
153      this.label1.Name = "label1";
154      this.label1.Size = new System.Drawing.Size(253, 13);
155      this.label1.TabIndex = 0;
156      this.label1.Text = "The graphical view is only available for 2 dimensions";
157      //
158      // pictureBox
159      //
160      this.pictureBox.BackColor = System.Drawing.Color.White;
161      this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
162      this.pictureBox.Location = new System.Drawing.Point(0, 0);
163      this.pictureBox.Name = "pictureBox";
164      this.pictureBox.Size = new System.Drawing.Size(491, 304);
165      this.pictureBox.TabIndex = 1;
166      this.pictureBox.TabStop = false;
167      //
168      // SingleObjectiveTestFunctionSolutionView
169      //
170      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
171      this.Controls.Add(this.tabControl1);
172      this.Name = "SingleObjectiveTestFunctionSolutionView";
173      this.Size = new System.Drawing.Size(505, 336);
174      this.splitContainer1.Panel1.ResumeLayout(false);
175      this.splitContainer1.Panel2.ResumeLayout(false);
176      this.splitContainer1.ResumeLayout(false);
177      this.groupBox3.ResumeLayout(false);
178      this.groupBox4.ResumeLayout(false);
179      this.tabControl1.ResumeLayout(false);
180      this.textualTabPage.ResumeLayout(false);
181      this.graphicalTabPage.ResumeLayout(false);
182      this.graphicalTabPage.PerformLayout();
183      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
184      this.ResumeLayout(false);
185
186    }
187
188    #endregion
189
190    private System.Windows.Forms.SplitContainer splitContainer1;
191    private System.Windows.Forms.GroupBox groupBox4;
192    protected HeuristicLab.MainForm.WindowsForms.ViewHost qualityView;
193    private System.Windows.Forms.GroupBox groupBox3;
194    protected HeuristicLab.MainForm.WindowsForms.ViewHost realVectorView;
195    private System.Windows.Forms.TabControl tabControl1;
196    private System.Windows.Forms.TabPage textualTabPage;
197    private System.Windows.Forms.TabPage graphicalTabPage;
198    private System.Windows.Forms.Label label1;
199    private System.Windows.Forms.PictureBox pictureBox;
200
201
202
203  }
204}
Note: See TracBrowser for help on using the repository browser.