Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Administration/Views/AdministratorView.Designer.cs @ 5533

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

Worked on OKB (#1174)

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