Free cookie consent management tool by TermsFeed Policy Generator

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

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

Worked on OKB (#1174)

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