Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/AdministratorView.Designer.cs @ 5073

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

Worked on OKB (#1174)

File size: 14.4 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 AdministratorView {
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.tabControl = new System.Windows.Forms.TabControl();
49      this.platformsTabPage = new System.Windows.Forms.TabPage();
50      this.platformCollectionView = new HeuristicLab.Clients.OKB.PlatformCollectionView();
51      this.dataTypesTabPage = new System.Windows.Forms.TabPage();
52      this.dataTypeCollectionView = new HeuristicLab.Clients.OKB.DataTypeCollectionView();
53      this.algorithmClassesTabPage = new System.Windows.Forms.TabPage();
54      this.algorithmClassCollectionView = new HeuristicLab.Clients.OKB.AlgorithmClassCollectionView();
55      this.algorithmsTabPage = new System.Windows.Forms.TabPage();
56      this.algorithmCollectionView = new HeuristicLab.Clients.OKB.AlgorithmCollectionView();
57      this.problemClassesTabPage = new System.Windows.Forms.TabPage();
58      this.problemsTabPage = new System.Windows.Forms.TabPage();
59      this.refreshButton = new System.Windows.Forms.Button();
60      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
61      this.problemClassCollectionView = new HeuristicLab.Clients.OKB.ProblemClassCollectionView();
62      this.problemCollectionView = new HeuristicLab.Clients.OKB.ProblemCollectionView();
63      this.tabControl.SuspendLayout();
64      this.platformsTabPage.SuspendLayout();
65      this.dataTypesTabPage.SuspendLayout();
66      this.algorithmClassesTabPage.SuspendLayout();
67      this.algorithmsTabPage.SuspendLayout();
68      this.problemClassesTabPage.SuspendLayout();
69      this.problemsTabPage.SuspendLayout();
70      this.SuspendLayout();
71      //
72      // tabControl
73      //
74      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
75                  | System.Windows.Forms.AnchorStyles.Left)
76                  | System.Windows.Forms.AnchorStyles.Right)));
77      this.tabControl.Controls.Add(this.platformsTabPage);
78      this.tabControl.Controls.Add(this.dataTypesTabPage);
79      this.tabControl.Controls.Add(this.algorithmClassesTabPage);
80      this.tabControl.Controls.Add(this.algorithmsTabPage);
81      this.tabControl.Controls.Add(this.problemClassesTabPage);
82      this.tabControl.Controls.Add(this.problemsTabPage);
83      this.tabControl.Location = new System.Drawing.Point(0, 29);
84      this.tabControl.Name = "tabControl";
85      this.tabControl.SelectedIndex = 0;
86      this.tabControl.Size = new System.Drawing.Size(727, 406);
87      this.tabControl.TabIndex = 1;
88      //
89      // platformsTabPage
90      //
91      this.platformsTabPage.Controls.Add(this.platformCollectionView);
92      this.platformsTabPage.Location = new System.Drawing.Point(4, 22);
93      this.platformsTabPage.Name = "platformsTabPage";
94      this.platformsTabPage.Padding = new System.Windows.Forms.Padding(3);
95      this.platformsTabPage.Size = new System.Drawing.Size(719, 380);
96      this.platformsTabPage.TabIndex = 2;
97      this.platformsTabPage.Text = "Platforms";
98      this.platformsTabPage.UseVisualStyleBackColor = true;
99      //
100      // platformCollectionView
101      //
102      this.platformCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
103                  | System.Windows.Forms.AnchorStyles.Left)
104                  | System.Windows.Forms.AnchorStyles.Right)));
105      this.platformCollectionView.Caption = "PlatformCollection View";
106      this.platformCollectionView.Content = null;
107      this.platformCollectionView.Location = new System.Drawing.Point(3, 3);
108      this.platformCollectionView.Name = "platformCollectionView";
109      this.platformCollectionView.ReadOnly = false;
110      this.platformCollectionView.Size = new System.Drawing.Size(713, 374);
111      this.platformCollectionView.TabIndex = 0;
112      //
113      // dataTypesTabPage
114      //
115      this.dataTypesTabPage.Controls.Add(this.dataTypeCollectionView);
116      this.dataTypesTabPage.Location = new System.Drawing.Point(4, 22);
117      this.dataTypesTabPage.Name = "dataTypesTabPage";
118      this.dataTypesTabPage.Padding = new System.Windows.Forms.Padding(3);
119      this.dataTypesTabPage.Size = new System.Drawing.Size(719, 380);
120      this.dataTypesTabPage.TabIndex = 3;
121      this.dataTypesTabPage.Text = "Data Types";
122      this.dataTypesTabPage.UseVisualStyleBackColor = true;
123      //
124      // dataTypeCollectionView
125      //
126      this.dataTypeCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
127                  | System.Windows.Forms.AnchorStyles.Left)
128                  | System.Windows.Forms.AnchorStyles.Right)));
129      this.dataTypeCollectionView.Caption = "DataTypeCollection View";
130      this.dataTypeCollectionView.Content = null;
131      this.dataTypeCollectionView.Location = new System.Drawing.Point(3, 3);
132      this.dataTypeCollectionView.Name = "dataTypeCollectionView";
133      this.dataTypeCollectionView.ReadOnly = false;
134      this.dataTypeCollectionView.Size = new System.Drawing.Size(713, 374);
135      this.dataTypeCollectionView.TabIndex = 0;
136      //
137      // algorithmClassesTabPage
138      //
139      this.algorithmClassesTabPage.Controls.Add(this.algorithmClassCollectionView);
140      this.algorithmClassesTabPage.Location = new System.Drawing.Point(4, 22);
141      this.algorithmClassesTabPage.Name = "algorithmClassesTabPage";
142      this.algorithmClassesTabPage.Padding = new System.Windows.Forms.Padding(3);
143      this.algorithmClassesTabPage.Size = new System.Drawing.Size(719, 380);
144      this.algorithmClassesTabPage.TabIndex = 0;
145      this.algorithmClassesTabPage.Text = "Algorithm Classes";
146      this.algorithmClassesTabPage.UseVisualStyleBackColor = true;
147      //
148      // algorithmClassCollectionView
149      //
150      this.algorithmClassCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
151                  | System.Windows.Forms.AnchorStyles.Left)
152                  | System.Windows.Forms.AnchorStyles.Right)));
153      this.algorithmClassCollectionView.Caption = "AlgorithmClassCollection View";
154      this.algorithmClassCollectionView.Content = null;
155      this.algorithmClassCollectionView.Location = new System.Drawing.Point(3, 3);
156      this.algorithmClassCollectionView.Name = "algorithmClassCollectionView";
157      this.algorithmClassCollectionView.ReadOnly = false;
158      this.algorithmClassCollectionView.Size = new System.Drawing.Size(713, 374);
159      this.algorithmClassCollectionView.TabIndex = 0;
160      //
161      // algorithmsTabPage
162      //
163      this.algorithmsTabPage.Controls.Add(this.algorithmCollectionView);
164      this.algorithmsTabPage.Location = new System.Drawing.Point(4, 22);
165      this.algorithmsTabPage.Name = "algorithmsTabPage";
166      this.algorithmsTabPage.Padding = new System.Windows.Forms.Padding(3);
167      this.algorithmsTabPage.Size = new System.Drawing.Size(719, 380);
168      this.algorithmsTabPage.TabIndex = 1;
169      this.algorithmsTabPage.Text = "Algorithms";
170      this.algorithmsTabPage.UseVisualStyleBackColor = true;
171      //
172      // algorithmCollectionView
173      //
174      this.algorithmCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
175                  | System.Windows.Forms.AnchorStyles.Left)
176                  | System.Windows.Forms.AnchorStyles.Right)));
177      this.algorithmCollectionView.Caption = "AlgorithmCollection View";
178      this.algorithmCollectionView.Content = null;
179      this.algorithmCollectionView.Location = new System.Drawing.Point(3, 3);
180      this.algorithmCollectionView.Name = "algorithmCollectionView";
181      this.algorithmCollectionView.ReadOnly = false;
182      this.algorithmCollectionView.Size = new System.Drawing.Size(713, 374);
183      this.algorithmCollectionView.TabIndex = 0;
184      //
185      // problemClassesTabPage
186      //
187      this.problemClassesTabPage.Controls.Add(this.problemClassCollectionView);
188      this.problemClassesTabPage.Location = new System.Drawing.Point(4, 22);
189      this.problemClassesTabPage.Name = "problemClassesTabPage";
190      this.problemClassesTabPage.Size = new System.Drawing.Size(719, 380);
191      this.problemClassesTabPage.TabIndex = 4;
192      this.problemClassesTabPage.Text = "Problem Classes";
193      this.problemClassesTabPage.UseVisualStyleBackColor = true;
194      //
195      // problemsTabPage
196      //
197      this.problemsTabPage.Controls.Add(this.problemCollectionView);
198      this.problemsTabPage.Location = new System.Drawing.Point(4, 22);
199      this.problemsTabPage.Name = "problemsTabPage";
200      this.problemsTabPage.Size = new System.Drawing.Size(719, 380);
201      this.problemsTabPage.TabIndex = 5;
202      this.problemsTabPage.Text = "Problems";
203      this.problemsTabPage.UseVisualStyleBackColor = true;
204      //
205      // refreshButton
206      //
207      this.refreshButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Refresh;
208      this.refreshButton.Location = new System.Drawing.Point(0, 0);
209      this.refreshButton.Name = "refreshButton";
210      this.refreshButton.Size = new System.Drawing.Size(24, 24);
211      this.refreshButton.TabIndex = 0;
212      this.toolTip.SetToolTip(this.refreshButton, "Refresh Data");
213      this.refreshButton.UseVisualStyleBackColor = true;
214      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
215      //
216      // problemClassCollectionView
217      //
218      this.problemClassCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
219                  | System.Windows.Forms.AnchorStyles.Left)
220                  | System.Windows.Forms.AnchorStyles.Right)));
221      this.problemClassCollectionView.Caption = "ProblemClassCollection View";
222      this.problemClassCollectionView.Content = null;
223      this.problemClassCollectionView.Location = new System.Drawing.Point(3, 3);
224      this.problemClassCollectionView.Name = "problemClassCollectionView";
225      this.problemClassCollectionView.ReadOnly = false;
226      this.problemClassCollectionView.Size = new System.Drawing.Size(713, 374);
227      this.problemClassCollectionView.TabIndex = 0;
228      //
229      // problemCollectionView
230      //
231      this.problemCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
232                  | System.Windows.Forms.AnchorStyles.Left)
233                  | System.Windows.Forms.AnchorStyles.Right)));
234      this.problemCollectionView.Caption = "ProblemCollection View";
235      this.problemCollectionView.Content = null;
236      this.problemCollectionView.Location = new System.Drawing.Point(3, 3);
237      this.problemCollectionView.Name = "problemCollectionView";
238      this.problemCollectionView.ReadOnly = false;
239      this.problemCollectionView.Size = new System.Drawing.Size(713, 374);
240      this.problemCollectionView.TabIndex = 0;
241      //
242      // AdministratorView
243      //
244      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
245      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
246      this.Controls.Add(this.tabControl);
247      this.Controls.Add(this.refreshButton);
248      this.Name = "AdministratorView";
249      this.Size = new System.Drawing.Size(727, 435);
250      this.tabControl.ResumeLayout(false);
251      this.platformsTabPage.ResumeLayout(false);
252      this.dataTypesTabPage.ResumeLayout(false);
253      this.algorithmClassesTabPage.ResumeLayout(false);
254      this.algorithmsTabPage.ResumeLayout(false);
255      this.problemClassesTabPage.ResumeLayout(false);
256      this.problemsTabPage.ResumeLayout(false);
257      this.ResumeLayout(false);
258
259    }
260
261    #endregion
262
263    private System.Windows.Forms.TabControl tabControl;
264    private System.Windows.Forms.TabPage algorithmClassesTabPage;
265    private System.Windows.Forms.TabPage algorithmsTabPage;
266    private System.Windows.Forms.Button refreshButton;
267    private AlgorithmClassCollectionView algorithmClassCollectionView;
268    private AlgorithmCollectionView algorithmCollectionView;
269    private System.Windows.Forms.ToolTip toolTip;
270    private System.Windows.Forms.TabPage platformsTabPage;
271    private PlatformCollectionView platformCollectionView;
272    private System.Windows.Forms.TabPage dataTypesTabPage;
273    private DataTypeCollectionView dataTypeCollectionView;
274    private System.Windows.Forms.TabPage problemClassesTabPage;
275    private System.Windows.Forms.TabPage problemsTabPage;
276    private ProblemClassCollectionView problemClassCollectionView;
277    private ProblemCollectionView problemCollectionView;
278
279  }
280}
Note: See TracBrowser for help on using the repository browser.