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 |
|
---|
22 | namespace 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 | this.refreshResultsButton = new System.Windows.Forms.Button();
|
---|
49 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
50 | this.showRunsButton = new System.Windows.Forms.Button();
|
---|
51 | this.runCollectionView = new HeuristicLab.Clients.OKB.RunCollectionView();
|
---|
52 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
53 | this.filtersGroupBox = new System.Windows.Forms.GroupBox();
|
---|
54 | this.resultsGroupBox = new System.Windows.Forms.GroupBox();
|
---|
55 | this.nrOfRunsButton = new System.Windows.Forms.Button();
|
---|
56 | this.filterPanel = new System.Windows.Forms.Panel();
|
---|
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 | // refreshResultsButton
|
---|
66 | //
|
---|
67 | this.refreshResultsButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
|
---|
68 | this.refreshResultsButton.Location = new System.Drawing.Point(6, 19);
|
---|
69 | this.refreshResultsButton.Name = "refreshResultsButton";
|
---|
70 | this.refreshResultsButton.Size = new System.Drawing.Size(24, 24);
|
---|
71 | this.refreshResultsButton.TabIndex = 0;
|
---|
72 | this.toolTip.SetToolTip(this.refreshResultsButton, "Refresh Results");
|
---|
73 | this.refreshResultsButton.UseVisualStyleBackColor = true;
|
---|
74 | this.refreshResultsButton.Click += new System.EventHandler(this.refreshResultsButton_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.filterPanel);
|
---|
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.nrOfRunsButton);
|
---|
138 | this.resultsGroupBox.Controls.Add(this.refreshResultsButton);
|
---|
139 | this.resultsGroupBox.Controls.Add(this.runCollectionView);
|
---|
140 | this.resultsGroupBox.Controls.Add(this.showRunsButton);
|
---|
141 | this.resultsGroupBox.Location = new System.Drawing.Point(0, 3);
|
---|
142 | this.resultsGroupBox.Name = "resultsGroupBox";
|
---|
143 | this.resultsGroupBox.Size = new System.Drawing.Size(734, 211);
|
---|
144 | this.resultsGroupBox.TabIndex = 0;
|
---|
145 | this.resultsGroupBox.TabStop = false;
|
---|
146 | this.resultsGroupBox.Text = "Results";
|
---|
147 | //
|
---|
148 | // nrOfRunsButton
|
---|
149 | //
|
---|
150 | this.nrOfRunsButton.Location = new System.Drawing.Point(117, 19);
|
---|
151 | this.nrOfRunsButton.Name = "nrOfRunsButton";
|
---|
152 | this.nrOfRunsButton.Size = new System.Drawing.Size(75, 23);
|
---|
153 | this.nrOfRunsButton.TabIndex = 3;
|
---|
154 | this.nrOfRunsButton.Text = "No. of Runs";
|
---|
155 | this.nrOfRunsButton.UseVisualStyleBackColor = true;
|
---|
156 | this.nrOfRunsButton.Click += new System.EventHandler(this.nrOfRunsButton_Click);
|
---|
157 | //
|
---|
158 | // filterPanel
|
---|
159 | //
|
---|
160 | this.filterPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
161 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
162 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
163 | this.filterPanel.Location = new System.Drawing.Point(6, 19);
|
---|
164 | this.filterPanel.Name = "filterPanel";
|
---|
165 | this.filterPanel.Size = new System.Drawing.Size(722, 189);
|
---|
166 | this.filterPanel.TabIndex = 0;
|
---|
167 | //
|
---|
168 | // QueryView
|
---|
169 | //
|
---|
170 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
171 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
172 | this.Controls.Add(this.splitContainer);
|
---|
173 | this.Name = "QueryView";
|
---|
174 | this.Size = new System.Drawing.Size(734, 435);
|
---|
175 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
176 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
177 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
178 | this.splitContainer.ResumeLayout(false);
|
---|
179 | this.filtersGroupBox.ResumeLayout(false);
|
---|
180 | this.resultsGroupBox.ResumeLayout(false);
|
---|
181 | this.ResumeLayout(false);
|
---|
182 |
|
---|
183 | }
|
---|
184 |
|
---|
185 | #endregion
|
---|
186 |
|
---|
187 | private System.Windows.Forms.Button refreshResultsButton;
|
---|
188 | private System.Windows.Forms.ToolTip toolTip;
|
---|
189 | private RunCollectionView runCollectionView;
|
---|
190 | private System.Windows.Forms.Button showRunsButton;
|
---|
191 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
192 | private System.Windows.Forms.GroupBox filtersGroupBox;
|
---|
193 | private System.Windows.Forms.GroupBox resultsGroupBox;
|
---|
194 | private System.Windows.Forms.Button nrOfRunsButton;
|
---|
195 | private System.Windows.Forms.Panel filterPanel;
|
---|
196 |
|
---|
197 | }
|
---|
198 | }
|
---|