1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2012 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 |
|
---|
22 | namespace HeuristicLab.Clients.OKB.Query {
|
---|
23 | partial class QueryView {
|
---|
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) {
|
---|
35 | if (components != null) components.Dispose();
|
---|
36 | }
|
---|
37 | base.Dispose(disposing);
|
---|
38 | }
|
---|
39 |
|
---|
40 | #region Component 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.components = new System.ComponentModel.Container();
|
---|
48 | this.refreshResultsButton = new System.Windows.Forms.Button();
|
---|
49 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
50 | this.runCollectionView = new HeuristicLab.Optimization.Views.RunCollectionView();
|
---|
51 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
52 | this.filtersGroupBox = new System.Windows.Forms.GroupBox();
|
---|
53 | this.filterPanel = new System.Windows.Forms.Panel();
|
---|
54 | this.refreshFiltersButton = new System.Windows.Forms.Button();
|
---|
55 | this.resultsGroupBox = new System.Windows.Forms.GroupBox();
|
---|
56 | this.includeBinaryValuesCheckBox = new System.Windows.Forms.CheckBox();
|
---|
57 | this.resultsInfoPanel = new System.Windows.Forms.Panel();
|
---|
58 | this.abortButton = new System.Windows.Forms.Button();
|
---|
59 | this.resultsProgressBar = new System.Windows.Forms.ProgressBar();
|
---|
60 | this.resultsInfoLabel = new System.Windows.Forms.Label();
|
---|
61 | this.filtersInfoPanel = new System.Windows.Forms.Panel();
|
---|
62 | this.filtersInfoLabel = new System.Windows.Forms.Label();
|
---|
63 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
64 | this.splitContainer.Panel1.SuspendLayout();
|
---|
65 | this.splitContainer.Panel2.SuspendLayout();
|
---|
66 | this.splitContainer.SuspendLayout();
|
---|
67 | this.filtersGroupBox.SuspendLayout();
|
---|
68 | this.resultsGroupBox.SuspendLayout();
|
---|
69 | this.resultsInfoPanel.SuspendLayout();
|
---|
70 | this.filtersInfoPanel.SuspendLayout();
|
---|
71 | this.SuspendLayout();
|
---|
72 | //
|
---|
73 | // refreshResultsButton
|
---|
74 | //
|
---|
75 | this.refreshResultsButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
|
---|
76 | this.refreshResultsButton.Location = new System.Drawing.Point(6, 19);
|
---|
77 | this.refreshResultsButton.Name = "refreshResultsButton";
|
---|
78 | this.refreshResultsButton.Size = new System.Drawing.Size(24, 24);
|
---|
79 | this.refreshResultsButton.TabIndex = 0;
|
---|
80 | this.toolTip.SetToolTip(this.refreshResultsButton, "Refresh Results");
|
---|
81 | this.refreshResultsButton.UseVisualStyleBackColor = true;
|
---|
82 | this.refreshResultsButton.Click += new System.EventHandler(this.refreshResultsButton_Click);
|
---|
83 | //
|
---|
84 | // runCollectionView
|
---|
85 | //
|
---|
86 | this.runCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
87 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
88 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
89 | this.runCollectionView.Caption = "RunCollection View";
|
---|
90 | this.runCollectionView.Content = null;
|
---|
91 | this.runCollectionView.Location = new System.Drawing.Point(6, 49);
|
---|
92 | this.runCollectionView.Name = "runCollectionView";
|
---|
93 | this.runCollectionView.ReadOnly = false;
|
---|
94 | this.runCollectionView.Size = new System.Drawing.Size(826, 223);
|
---|
95 | this.runCollectionView.TabIndex = 3;
|
---|
96 | //
|
---|
97 | // splitContainer
|
---|
98 | //
|
---|
99 | this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
100 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
101 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
102 | this.splitContainer.Location = new System.Drawing.Point(0, 0);
|
---|
103 | this.splitContainer.Name = "splitContainer";
|
---|
104 | this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
105 | //
|
---|
106 | // splitContainer.Panel1
|
---|
107 | //
|
---|
108 | this.splitContainer.Panel1.Controls.Add(this.filtersGroupBox);
|
---|
109 | //
|
---|
110 | // splitContainer.Panel2
|
---|
111 | //
|
---|
112 | this.splitContainer.Panel2.Controls.Add(this.resultsGroupBox);
|
---|
113 | this.splitContainer.Size = new System.Drawing.Size(838, 567);
|
---|
114 | this.splitContainer.SplitterDistance = 282;
|
---|
115 | this.splitContainer.TabIndex = 0;
|
---|
116 | //
|
---|
117 | // filtersGroupBox
|
---|
118 | //
|
---|
119 | this.filtersGroupBox.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.filtersGroupBox.Controls.Add(this.filterPanel);
|
---|
123 | this.filtersGroupBox.Controls.Add(this.refreshFiltersButton);
|
---|
124 | this.filtersGroupBox.Location = new System.Drawing.Point(0, 0);
|
---|
125 | this.filtersGroupBox.Name = "filtersGroupBox";
|
---|
126 | this.filtersGroupBox.Size = new System.Drawing.Size(838, 279);
|
---|
127 | this.filtersGroupBox.TabIndex = 0;
|
---|
128 | this.filtersGroupBox.TabStop = false;
|
---|
129 | this.filtersGroupBox.Text = "Filters";
|
---|
130 | //
|
---|
131 | // filterPanel
|
---|
132 | //
|
---|
133 | this.filterPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
134 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
135 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
136 | this.filterPanel.Location = new System.Drawing.Point(6, 19);
|
---|
137 | this.filterPanel.Name = "filterPanel";
|
---|
138 | this.filterPanel.Size = new System.Drawing.Size(796, 254);
|
---|
139 | this.filterPanel.TabIndex = 1;
|
---|
140 | //
|
---|
141 | // refreshFiltersButton
|
---|
142 | //
|
---|
143 | this.refreshFiltersButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
144 | this.refreshFiltersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
|
---|
145 | this.refreshFiltersButton.Location = new System.Drawing.Point(808, 21);
|
---|
146 | this.refreshFiltersButton.Name = "refreshFiltersButton";
|
---|
147 | this.refreshFiltersButton.Size = new System.Drawing.Size(24, 24);
|
---|
148 | this.refreshFiltersButton.TabIndex = 0;
|
---|
149 | this.refreshFiltersButton.UseVisualStyleBackColor = true;
|
---|
150 | this.refreshFiltersButton.Click += new System.EventHandler(this.refreshFiltersButton_Click);
|
---|
151 | //
|
---|
152 | // resultsGroupBox
|
---|
153 | //
|
---|
154 | this.resultsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
155 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
156 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
157 | this.resultsGroupBox.Controls.Add(this.includeBinaryValuesCheckBox);
|
---|
158 | this.resultsGroupBox.Controls.Add(this.refreshResultsButton);
|
---|
159 | this.resultsGroupBox.Controls.Add(this.runCollectionView);
|
---|
160 | this.resultsGroupBox.Location = new System.Drawing.Point(0, 3);
|
---|
161 | this.resultsGroupBox.Name = "resultsGroupBox";
|
---|
162 | this.resultsGroupBox.Size = new System.Drawing.Size(838, 278);
|
---|
163 | this.resultsGroupBox.TabIndex = 0;
|
---|
164 | this.resultsGroupBox.TabStop = false;
|
---|
165 | this.resultsGroupBox.Text = "Results";
|
---|
166 | //
|
---|
167 | // includeBinaryValuesCheckBox
|
---|
168 | //
|
---|
169 | this.includeBinaryValuesCheckBox.AutoSize = true;
|
---|
170 | this.includeBinaryValuesCheckBox.Checked = true;
|
---|
171 | this.includeBinaryValuesCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
172 | this.includeBinaryValuesCheckBox.Location = new System.Drawing.Point(53, 24);
|
---|
173 | this.includeBinaryValuesCheckBox.Name = "includeBinaryValuesCheckBox";
|
---|
174 | this.includeBinaryValuesCheckBox.Size = new System.Drawing.Size(128, 17);
|
---|
175 | this.includeBinaryValuesCheckBox.TabIndex = 1;
|
---|
176 | this.includeBinaryValuesCheckBox.Text = "&Include Binary Values";
|
---|
177 | this.includeBinaryValuesCheckBox.UseVisualStyleBackColor = true;
|
---|
178 | //
|
---|
179 | // resultsInfoPanel
|
---|
180 | //
|
---|
181 | this.resultsInfoPanel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
---|
182 | this.resultsInfoPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
---|
183 | this.resultsInfoPanel.Controls.Add(this.abortButton);
|
---|
184 | this.resultsInfoPanel.Controls.Add(this.resultsProgressBar);
|
---|
185 | this.resultsInfoPanel.Controls.Add(this.resultsInfoLabel);
|
---|
186 | this.resultsInfoPanel.Location = new System.Drawing.Point(238, 339);
|
---|
187 | this.resultsInfoPanel.Name = "resultsInfoPanel";
|
---|
188 | this.resultsInfoPanel.Size = new System.Drawing.Size(362, 87);
|
---|
189 | this.resultsInfoPanel.TabIndex = 1;
|
---|
190 | this.resultsInfoPanel.Visible = false;
|
---|
191 | //
|
---|
192 | // abortButton
|
---|
193 | //
|
---|
194 | this.abortButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
---|
195 | this.abortButton.Location = new System.Drawing.Point(3, 58);
|
---|
196 | this.abortButton.Name = "abortButton";
|
---|
197 | this.abortButton.Size = new System.Drawing.Size(354, 23);
|
---|
198 | this.abortButton.TabIndex = 2;
|
---|
199 | this.abortButton.Text = "&Abort";
|
---|
200 | this.abortButton.UseVisualStyleBackColor = true;
|
---|
201 | this.abortButton.Click += new System.EventHandler(this.abortButton_Click);
|
---|
202 | //
|
---|
203 | // resultsProgressBar
|
---|
204 | //
|
---|
205 | this.resultsProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
---|
206 | this.resultsProgressBar.Enabled = false;
|
---|
207 | this.resultsProgressBar.Location = new System.Drawing.Point(3, 29);
|
---|
208 | this.resultsProgressBar.Name = "resultsProgressBar";
|
---|
209 | this.resultsProgressBar.Size = new System.Drawing.Size(354, 23);
|
---|
210 | this.resultsProgressBar.Step = 1;
|
---|
211 | this.resultsProgressBar.TabIndex = 1;
|
---|
212 | //
|
---|
213 | // resultsInfoLabel
|
---|
214 | //
|
---|
215 | this.resultsInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
---|
216 | this.resultsInfoLabel.Enabled = false;
|
---|
217 | this.resultsInfoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
218 | this.resultsInfoLabel.Location = new System.Drawing.Point(3, 3);
|
---|
219 | this.resultsInfoLabel.Name = "resultsInfoLabel";
|
---|
220 | this.resultsInfoLabel.Size = new System.Drawing.Size(354, 23);
|
---|
221 | this.resultsInfoLabel.TabIndex = 0;
|
---|
222 | this.resultsInfoLabel.Text = "Loading ...";
|
---|
223 | this.resultsInfoLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
---|
224 | //
|
---|
225 | // filtersInfoPanel
|
---|
226 | //
|
---|
227 | this.filtersInfoPanel.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
---|
228 | this.filtersInfoPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
---|
229 | this.filtersInfoPanel.Controls.Add(this.filtersInfoLabel);
|
---|
230 | this.filtersInfoPanel.Enabled = false;
|
---|
231 | this.filtersInfoPanel.Location = new System.Drawing.Point(238, 136);
|
---|
232 | this.filtersInfoPanel.Name = "filtersInfoPanel";
|
---|
233 | this.filtersInfoPanel.Size = new System.Drawing.Size(362, 33);
|
---|
234 | this.filtersInfoPanel.TabIndex = 0;
|
---|
235 | this.filtersInfoPanel.Visible = false;
|
---|
236 | //
|
---|
237 | // filtersInfoLabel
|
---|
238 | //
|
---|
239 | this.filtersInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
---|
240 | this.filtersInfoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
241 | this.filtersInfoLabel.Location = new System.Drawing.Point(3, 4);
|
---|
242 | this.filtersInfoLabel.Name = "filtersInfoLabel";
|
---|
243 | this.filtersInfoLabel.Size = new System.Drawing.Size(354, 23);
|
---|
244 | this.filtersInfoLabel.TabIndex = 0;
|
---|
245 | this.filtersInfoLabel.Text = "Loading Filters ...";
|
---|
246 | this.filtersInfoLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
---|
247 | //
|
---|
248 | // QueryView
|
---|
249 | //
|
---|
250 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
251 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
252 | this.Controls.Add(this.filtersInfoPanel);
|
---|
253 | this.Controls.Add(this.resultsInfoPanel);
|
---|
254 | this.Controls.Add(this.splitContainer);
|
---|
255 | this.Name = "QueryView";
|
---|
256 | this.Size = new System.Drawing.Size(838, 567);
|
---|
257 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
258 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
259 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
260 | this.splitContainer.ResumeLayout(false);
|
---|
261 | this.filtersGroupBox.ResumeLayout(false);
|
---|
262 | this.resultsGroupBox.ResumeLayout(false);
|
---|
263 | this.resultsGroupBox.PerformLayout();
|
---|
264 | this.resultsInfoPanel.ResumeLayout(false);
|
---|
265 | this.filtersInfoPanel.ResumeLayout(false);
|
---|
266 | this.ResumeLayout(false);
|
---|
267 |
|
---|
268 | }
|
---|
269 |
|
---|
270 | #endregion
|
---|
271 |
|
---|
272 | private System.Windows.Forms.Button refreshResultsButton;
|
---|
273 | private System.Windows.Forms.ToolTip toolTip;
|
---|
274 | private HeuristicLab.Optimization.Views.RunCollectionView runCollectionView;
|
---|
275 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
276 | private System.Windows.Forms.GroupBox filtersGroupBox;
|
---|
277 | private System.Windows.Forms.GroupBox resultsGroupBox;
|
---|
278 | private System.Windows.Forms.Panel filterPanel;
|
---|
279 | private System.Windows.Forms.Panel resultsInfoPanel;
|
---|
280 | private System.Windows.Forms.ProgressBar resultsProgressBar;
|
---|
281 | private System.Windows.Forms.Label resultsInfoLabel;
|
---|
282 | private System.Windows.Forms.Button abortButton;
|
---|
283 | private System.Windows.Forms.Panel filtersInfoPanel;
|
---|
284 | private System.Windows.Forms.Label filtersInfoLabel;
|
---|
285 | private System.Windows.Forms.Button refreshFiltersButton;
|
---|
286 | private System.Windows.Forms.CheckBox includeBinaryValuesCheckBox;
|
---|
287 |
|
---|
288 | }
|
---|
289 | }
|
---|