1 | namespace HeuristicLab.DatastreamAnalysis {
|
---|
2 | partial class DatastreamAnalysisOptimizerView {
|
---|
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 Component 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.tabControl = new System.Windows.Forms.TabControl();
|
---|
27 | this.ensemblesTab = new System.Windows.Forms.TabPage();
|
---|
28 | this.ensemblesViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
29 | this.datastreamTab = new System.Windows.Forms.TabPage();
|
---|
30 | this.datastreamViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
31 | this.resultsTab = new System.Windows.Forms.TabPage();
|
---|
32 | this.resultsView = new HeuristicLab.Optimization.Views.ResultCollectionView();
|
---|
33 | this.runsTab = new System.Windows.Forms.TabPage();
|
---|
34 | this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
|
---|
35 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
36 | this.tabControl.SuspendLayout();
|
---|
37 | this.ensemblesTab.SuspendLayout();
|
---|
38 | this.datastreamTab.SuspendLayout();
|
---|
39 | this.resultsTab.SuspendLayout();
|
---|
40 | this.runsTab.SuspendLayout();
|
---|
41 | this.SuspendLayout();
|
---|
42 | //
|
---|
43 | // startButton
|
---|
44 | //
|
---|
45 | this.startButton.Location = new System.Drawing.Point(9, 978);
|
---|
46 | this.startButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
---|
47 | this.startButton.Size = new System.Drawing.Size(36, 37);
|
---|
48 | this.toolTip.SetToolTip(this.startButton, "Start/Resume Optimizer");
|
---|
49 | //
|
---|
50 | // executionTimeTextBox
|
---|
51 | //
|
---|
52 | this.executionTimeTextBox.Location = new System.Drawing.Point(1404, 985);
|
---|
53 | this.executionTimeTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
---|
54 | this.executionTimeTextBox.Size = new System.Drawing.Size(204, 26);
|
---|
55 | //
|
---|
56 | // executionTimeLabel
|
---|
57 | //
|
---|
58 | this.executionTimeLabel.Location = new System.Drawing.Point(1270, 989);
|
---|
59 | this.executionTimeLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
---|
60 | //
|
---|
61 | // pauseButton
|
---|
62 | //
|
---|
63 | this.pauseButton.Location = new System.Drawing.Point(54, 978);
|
---|
64 | this.pauseButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
---|
65 | this.pauseButton.Size = new System.Drawing.Size(36, 37);
|
---|
66 | this.toolTip.SetToolTip(this.pauseButton, "Pause Optimizer");
|
---|
67 | //
|
---|
68 | // stopButton
|
---|
69 | //
|
---|
70 | this.stopButton.Location = new System.Drawing.Point(99, 978);
|
---|
71 | this.stopButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
---|
72 | this.stopButton.Size = new System.Drawing.Size(36, 37);
|
---|
73 | this.toolTip.SetToolTip(this.stopButton, "Stop Optimizer");
|
---|
74 | //
|
---|
75 | // resetButton
|
---|
76 | //
|
---|
77 | this.resetButton.Location = new System.Drawing.Point(144, 978);
|
---|
78 | this.resetButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
---|
79 | this.resetButton.Size = new System.Drawing.Size(36, 37);
|
---|
80 | this.toolTip.SetToolTip(this.resetButton, "Reset Optimizer");
|
---|
81 | //
|
---|
82 | // nameTextBox
|
---|
83 | //
|
---|
84 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
85 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
86 | this.nameTextBox.Location = new System.Drawing.Point(87, 0);
|
---|
87 | this.nameTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
---|
88 | this.nameTextBox.Size = new System.Drawing.Size(1510, 26);
|
---|
89 | //
|
---|
90 | // nameLabel
|
---|
91 | //
|
---|
92 | this.nameLabel.Location = new System.Drawing.Point(4, 5);
|
---|
93 | this.nameLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
---|
94 | //
|
---|
95 | // infoLabel
|
---|
96 | //
|
---|
97 | this.infoLabel.Location = new System.Drawing.Point(1492, 5);
|
---|
98 | this.infoLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
---|
99 | this.infoLabel.Size = new System.Drawing.Size(24, 25);
|
---|
100 | //
|
---|
101 | // tabControl
|
---|
102 | //
|
---|
103 | this.tabControl.AllowDrop = true;
|
---|
104 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
105 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
106 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
107 | this.tabControl.Controls.Add(this.ensemblesTab);
|
---|
108 | this.tabControl.Controls.Add(this.datastreamTab);
|
---|
109 | this.tabControl.Controls.Add(this.resultsTab);
|
---|
110 | this.tabControl.Controls.Add(this.runsTab);
|
---|
111 | this.tabControl.Location = new System.Drawing.Point(4, 40);
|
---|
112 | this.tabControl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
---|
113 | this.tabControl.Name = "tabControl";
|
---|
114 | this.tabControl.SelectedIndex = 0;
|
---|
115 | this.tabControl.Size = new System.Drawing.Size(1605, 929);
|
---|
116 | this.tabControl.TabIndex = 0;
|
---|
117 | //
|
---|
118 | // ensemblesTab
|
---|
119 | //
|
---|
120 | this.ensemblesTab.AllowDrop = true;
|
---|
121 | this.ensemblesTab.Controls.Add(this.ensemblesViewHost);
|
---|
122 | this.ensemblesTab.Location = new System.Drawing.Point(4, 29);
|
---|
123 | this.ensemblesTab.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
---|
124 | this.ensemblesTab.Name = "ensemblesTab";
|
---|
125 | this.ensemblesTab.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
---|
126 | this.ensemblesTab.Size = new System.Drawing.Size(1597, 896);
|
---|
127 | this.ensemblesTab.TabIndex = 0;
|
---|
128 | this.ensemblesTab.Text = "Ensembles";
|
---|
129 | this.ensemblesTab.UseVisualStyleBackColor = true;
|
---|
130 | this.ensemblesTab.DragDrop += new System.Windows.Forms.DragEventHandler(this.ensemblesTab_DragDrop);
|
---|
131 | this.ensemblesTab.DragEnter += new System.Windows.Forms.DragEventHandler(this.ensemblesTab_DragEnterOver);
|
---|
132 | this.ensemblesTab.DragOver += new System.Windows.Forms.DragEventHandler(this.ensemblesTab_DragEnterOver);
|
---|
133 | //
|
---|
134 | // ensemblesViewHost
|
---|
135 | //
|
---|
136 | this.ensemblesViewHost.AllowDrop = true;
|
---|
137 | this.ensemblesViewHost.BackColor = System.Drawing.Color.Transparent;
|
---|
138 | this.ensemblesViewHost.Caption = "View";
|
---|
139 | this.ensemblesViewHost.Content = null;
|
---|
140 | this.ensemblesViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
141 | this.ensemblesViewHost.Enabled = false;
|
---|
142 | this.ensemblesViewHost.Location = new System.Drawing.Point(4, 5);
|
---|
143 | this.ensemblesViewHost.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
---|
144 | this.ensemblesViewHost.Name = "ensemblesViewHost";
|
---|
145 | this.ensemblesViewHost.ReadOnly = false;
|
---|
146 | this.ensemblesViewHost.Size = new System.Drawing.Size(1589, 886);
|
---|
147 | this.ensemblesViewHost.TabIndex = 0;
|
---|
148 | this.ensemblesViewHost.ViewsLabelVisible = true;
|
---|
149 | this.ensemblesViewHost.ViewType = null;
|
---|
150 | //
|
---|
151 | // datastreamTab
|
---|
152 | //
|
---|
153 | this.datastreamTab.AllowDrop = true;
|
---|
154 | this.datastreamTab.Controls.Add(this.datastreamViewHost);
|
---|
155 | this.datastreamTab.Location = new System.Drawing.Point(4, 29);
|
---|
156 | this.datastreamTab.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
---|
157 | this.datastreamTab.Name = "datastreamTab";
|
---|
158 | this.datastreamTab.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
---|
159 | this.datastreamTab.Size = new System.Drawing.Size(1597, 896);
|
---|
160 | this.datastreamTab.TabIndex = 1;
|
---|
161 | this.datastreamTab.Text = "Datastream";
|
---|
162 | this.datastreamTab.UseVisualStyleBackColor = true;
|
---|
163 | this.datastreamTab.DragDrop += new System.Windows.Forms.DragEventHandler(this.datastreamTab_DragDrop);
|
---|
164 | this.datastreamTab.DragEnter += new System.Windows.Forms.DragEventHandler(this.datastreamTab_DragEnterOver);
|
---|
165 | this.datastreamTab.DragOver += new System.Windows.Forms.DragEventHandler(this.datastreamTab_DragEnterOver);
|
---|
166 | //
|
---|
167 | // datastreamViewHost
|
---|
168 | //
|
---|
169 | this.datastreamViewHost.Caption = "View";
|
---|
170 | this.datastreamViewHost.Content = null;
|
---|
171 | this.datastreamViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
172 | this.datastreamViewHost.Enabled = false;
|
---|
173 | this.datastreamViewHost.Location = new System.Drawing.Point(4, 5);
|
---|
174 | this.datastreamViewHost.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
---|
175 | this.datastreamViewHost.Name = "datastreamViewHost";
|
---|
176 | this.datastreamViewHost.ReadOnly = false;
|
---|
177 | this.datastreamViewHost.Size = new System.Drawing.Size(1589, 886);
|
---|
178 | this.datastreamViewHost.TabIndex = 0;
|
---|
179 | this.datastreamViewHost.ViewsLabelVisible = true;
|
---|
180 | this.datastreamViewHost.ViewType = null;
|
---|
181 | //
|
---|
182 | // resultsTab
|
---|
183 | //
|
---|
184 | this.resultsTab.Controls.Add(this.resultsView);
|
---|
185 | this.resultsTab.Location = new System.Drawing.Point(4, 29);
|
---|
186 | this.resultsTab.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
---|
187 | this.resultsTab.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
---|
188 | this.resultsTab.Name = "resultsTab";
|
---|
189 | this.resultsTab.Size = new System.Drawing.Size(1597, 896);
|
---|
190 | this.resultsTab.TabIndex = 3;
|
---|
191 | this.resultsTab.Text = "Results";
|
---|
192 | this.resultsTab.UseVisualStyleBackColor = true;
|
---|
193 | //
|
---|
194 | // resultsView
|
---|
195 | //
|
---|
196 | this.resultsView.Caption = "View";
|
---|
197 | this.resultsView.Content = null;
|
---|
198 | this.resultsView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
199 | this.resultsView.Enabled = false;
|
---|
200 | this.resultsView.Location = new System.Drawing.Point(4, 5);
|
---|
201 | this.resultsView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
---|
202 | this.resultsView.Name = "resultsView";
|
---|
203 | this.resultsView.ReadOnly = true;
|
---|
204 | this.resultsView.ShowDetails = true;
|
---|
205 | this.resultsView.Size = new System.Drawing.Size(1597, 896);
|
---|
206 | this.resultsView.TabIndex = 0;
|
---|
207 | //
|
---|
208 | // runsTab
|
---|
209 | //
|
---|
210 | this.runsTab.Controls.Add(this.runsView);
|
---|
211 | this.runsTab.Location = new System.Drawing.Point(4, 29);
|
---|
212 | this.runsTab.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
---|
213 | this.runsTab.Name = "runsTab";
|
---|
214 | this.runsTab.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
---|
215 | this.runsTab.Size = new System.Drawing.Size(1597, 896);
|
---|
216 | this.runsTab.TabIndex = 3;
|
---|
217 | this.runsTab.Text = "Runs";
|
---|
218 | this.runsTab.UseVisualStyleBackColor = true;
|
---|
219 | //
|
---|
220 | // runsView
|
---|
221 | //
|
---|
222 | this.runsView.Caption = "RunCollection View";
|
---|
223 | this.runsView.Content = null;
|
---|
224 | this.runsView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
225 | this.runsView.Enabled = false;
|
---|
226 | this.runsView.Location = new System.Drawing.Point(4, 5);
|
---|
227 | this.runsView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
---|
228 | this.runsView.Name = "runsView";
|
---|
229 | this.runsView.ReadOnly = false;
|
---|
230 | this.runsView.Size = new System.Drawing.Size(1589, 886);
|
---|
231 | this.runsView.TabIndex = 0;
|
---|
232 | //
|
---|
233 | // DatastreamAnalysisOptimizerView
|
---|
234 | //
|
---|
235 | this.AllowDrop = true;
|
---|
236 | this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
---|
237 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
238 | this.Controls.Add(this.tabControl);
|
---|
239 | this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
---|
240 | this.Name = "DatastreamAnalysisOptimizerView";
|
---|
241 | this.Size = new System.Drawing.Size(1614, 1020);
|
---|
242 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
243 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
244 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
245 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
246 | this.Controls.SetChildIndex(this.resetButton, 0);
|
---|
247 | this.Controls.SetChildIndex(this.stopButton, 0);
|
---|
248 | this.Controls.SetChildIndex(this.pauseButton, 0);
|
---|
249 | this.Controls.SetChildIndex(this.executionTimeLabel, 0);
|
---|
250 | this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
|
---|
251 | this.Controls.SetChildIndex(this.startButton, 0);
|
---|
252 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
253 | this.tabControl.ResumeLayout(false);
|
---|
254 | this.ensemblesTab.ResumeLayout(false);
|
---|
255 | this.datastreamTab.ResumeLayout(false);
|
---|
256 | this.resultsTab.ResumeLayout(false);
|
---|
257 | this.runsTab.ResumeLayout(false);
|
---|
258 | this.ResumeLayout(false);
|
---|
259 | this.PerformLayout();
|
---|
260 |
|
---|
261 | }
|
---|
262 |
|
---|
263 | #endregion
|
---|
264 |
|
---|
265 | private System.Windows.Forms.TabControl tabControl;
|
---|
266 | private System.Windows.Forms.TabPage ensemblesTab;
|
---|
267 | private System.Windows.Forms.TabPage datastreamTab;
|
---|
268 | protected System.Windows.Forms.TabPage resultsTab;
|
---|
269 | protected System.Windows.Forms.TabPage runsTab;
|
---|
270 | private MainForm.WindowsForms.ViewHost ensemblesViewHost;
|
---|
271 | private MainForm.WindowsForms.ViewHost datastreamViewHost;
|
---|
272 | protected HeuristicLab.Optimization.Views.ResultCollectionView resultsView;
|
---|
273 | protected HeuristicLab.Optimization.Views.RunCollectionView runsView;
|
---|
274 | }
|
---|
275 | } |
---|