Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 5606 was 5606, checked in by swagner, 14 years ago

Worked on OKB (#1174)

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