Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Query/Views/QueryView.Designer.cs @ 5612

Last change on this file since 5612 was 5612, checked in by swagner, 13 years ago

Worked on OKB (#1174)

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