Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/QueryView.Designer.cs @ 5286

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

Worked on OKB (#1174)

File size: 8.8 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 {
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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QueryView));
49      this.refreshButton = new System.Windows.Forms.Button();
50      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
51      this.showRunsButton = new System.Windows.Forms.Button();
52      this.runCollectionView = new HeuristicLab.Clients.OKB.RunCollectionView();
53      this.splitContainer = new System.Windows.Forms.SplitContainer();
54      this.filtersGroupBox = new System.Windows.Forms.GroupBox();
55      this.resultsGroupBox = new System.Windows.Forms.GroupBox();
56      this.andFilterView = new HeuristicLab.Clients.OKB.AndFilterView();
57      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
58      this.splitContainer.Panel1.SuspendLayout();
59      this.splitContainer.Panel2.SuspendLayout();
60      this.splitContainer.SuspendLayout();
61      this.filtersGroupBox.SuspendLayout();
62      this.resultsGroupBox.SuspendLayout();
63      this.SuspendLayout();
64      //
65      // refreshButton
66      //
67      this.refreshButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Refresh;
68      this.refreshButton.Location = new System.Drawing.Point(6, 19);
69      this.refreshButton.Name = "refreshButton";
70      this.refreshButton.Size = new System.Drawing.Size(24, 24);
71      this.refreshButton.TabIndex = 0;
72      this.toolTip.SetToolTip(this.refreshButton, "Refresh Data");
73      this.refreshButton.UseVisualStyleBackColor = true;
74      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
75      //
76      // showRunsButton
77      //
78      this.showRunsButton.Location = new System.Drawing.Point(36, 19);
79      this.showRunsButton.Name = "showRunsButton";
80      this.showRunsButton.Size = new System.Drawing.Size(75, 24);
81      this.showRunsButton.TabIndex = 1;
82      this.showRunsButton.Text = "&Show Runs";
83      this.showRunsButton.UseVisualStyleBackColor = true;
84      this.showRunsButton.Click += new System.EventHandler(this.showRunsButton_Click);
85      //
86      // runCollectionView
87      //
88      this.runCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
89                  | System.Windows.Forms.AnchorStyles.Left)
90                  | System.Windows.Forms.AnchorStyles.Right)));
91      this.runCollectionView.Caption = "RunCollection View";
92      this.runCollectionView.Content = null;
93      this.runCollectionView.Location = new System.Drawing.Point(6, 49);
94      this.runCollectionView.Name = "runCollectionView";
95      this.runCollectionView.ReadOnly = false;
96      this.runCollectionView.Size = new System.Drawing.Size(722, 156);
97      this.runCollectionView.TabIndex = 2;
98      //
99      // splitContainer
100      //
101      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
102                  | System.Windows.Forms.AnchorStyles.Left)
103                  | System.Windows.Forms.AnchorStyles.Right)));
104      this.splitContainer.Location = new System.Drawing.Point(0, 0);
105      this.splitContainer.Name = "splitContainer";
106      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
107      //
108      // splitContainer.Panel1
109      //
110      this.splitContainer.Panel1.Controls.Add(this.filtersGroupBox);
111      //
112      // splitContainer.Panel2
113      //
114      this.splitContainer.Panel2.Controls.Add(this.resultsGroupBox);
115      this.splitContainer.Size = new System.Drawing.Size(734, 435);
116      this.splitContainer.SplitterDistance = 217;
117      this.splitContainer.TabIndex = 0;
118      //
119      // filtersGroupBox
120      //
121      this.filtersGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
122                  | System.Windows.Forms.AnchorStyles.Left)
123                  | System.Windows.Forms.AnchorStyles.Right)));
124      this.filtersGroupBox.Controls.Add(this.andFilterView);
125      this.filtersGroupBox.Location = new System.Drawing.Point(0, 0);
126      this.filtersGroupBox.Name = "filtersGroupBox";
127      this.filtersGroupBox.Size = new System.Drawing.Size(734, 214);
128      this.filtersGroupBox.TabIndex = 0;
129      this.filtersGroupBox.TabStop = false;
130      this.filtersGroupBox.Text = "Filters";
131      //
132      // resultsGroupBox
133      //
134      this.resultsGroupBox.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.resultsGroupBox.Controls.Add(this.refreshButton);
138      this.resultsGroupBox.Controls.Add(this.runCollectionView);
139      this.resultsGroupBox.Controls.Add(this.showRunsButton);
140      this.resultsGroupBox.Location = new System.Drawing.Point(0, 3);
141      this.resultsGroupBox.Name = "resultsGroupBox";
142      this.resultsGroupBox.Size = new System.Drawing.Size(734, 211);
143      this.resultsGroupBox.TabIndex = 0;
144      this.resultsGroupBox.TabStop = false;
145      this.resultsGroupBox.Text = "Results";
146      //
147      // andFilterView
148      //
149      this.andFilterView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
150                  | System.Windows.Forms.AnchorStyles.Left)
151                  | System.Windows.Forms.AnchorStyles.Right)));
152      this.andFilterView.Caption = "AndFilter View";
153      this.andFilterView.Content = null;
154      this.andFilterView.Location = new System.Drawing.Point(6, 19);
155      this.andFilterView.Name = "andFilterView";
156      this.andFilterView.ReadOnly = false;
157      this.andFilterView.Size = new System.Drawing.Size(722, 189);
158      this.andFilterView.TabIndex = 0;
159      //
160      // QueryView
161      //
162      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
163      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
164      this.Controls.Add(this.splitContainer);
165      this.Name = "QueryView";
166      this.Size = new System.Drawing.Size(734, 435);
167      this.splitContainer.Panel1.ResumeLayout(false);
168      this.splitContainer.Panel2.ResumeLayout(false);
169      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
170      this.splitContainer.ResumeLayout(false);
171      this.filtersGroupBox.ResumeLayout(false);
172      this.resultsGroupBox.ResumeLayout(false);
173      this.ResumeLayout(false);
174
175    }
176
177    #endregion
178
179    private System.Windows.Forms.Button refreshButton;
180    private System.Windows.Forms.ToolTip toolTip;
181    private RunCollectionView runCollectionView;
182    private System.Windows.Forms.Button showRunsButton;
183    private System.Windows.Forms.SplitContainer splitContainer;
184    private System.Windows.Forms.GroupBox filtersGroupBox;
185    private System.Windows.Forms.GroupBox resultsGroupBox;
186    private AndFilterView andFilterView;
187
188  }
189}
Note: See TracBrowser for help on using the repository browser.