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