Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/HeuristicLab.Clients.OKB.Views/3.3/Administration/Views/AdministratorView.Designer.cs @ 17180

Last change on this file since 17180 was 17180, checked in by swagner, 5 years ago

#2875: Removed years in copyrights

File size: 12.7 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 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.algorithmClassesTabPage = new System.Windows.Forms.TabPage();
52      this.algorithmClassCollectionView = new HeuristicLab.Clients.OKB.Administration.AlgorithmClassCollectionView();
53      this.algorithmsTabPage = new System.Windows.Forms.TabPage();
54      this.algorithmCollectionView = new HeuristicLab.Clients.OKB.Administration.AlgorithmCollectionView();
55      this.problemClassesTabPage = new System.Windows.Forms.TabPage();
56      this.problemClassCollectionView = new HeuristicLab.Clients.OKB.Administration.ProblemClassCollectionView();
57      this.problemsTabPage = new System.Windows.Forms.TabPage();
58      this.problemCollectionView = new HeuristicLab.Clients.OKB.Administration.ProblemCollectionView();
59      this.refreshButton = new System.Windows.Forms.Button();
60      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
61      this.tabControl.SuspendLayout();
62      this.platformsTabPage.SuspendLayout();
63      this.algorithmClassesTabPage.SuspendLayout();
64      this.algorithmsTabPage.SuspendLayout();
65      this.problemClassesTabPage.SuspendLayout();
66      this.problemsTabPage.SuspendLayout();
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)));
74      this.tabControl.Controls.Add(this.platformsTabPage);
75      this.tabControl.Controls.Add(this.algorithmClassesTabPage);
76      this.tabControl.Controls.Add(this.algorithmsTabPage);
77      this.tabControl.Controls.Add(this.problemClassesTabPage);
78      this.tabControl.Controls.Add(this.problemsTabPage);
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);
83      this.tabControl.TabIndex = 1;
84      //
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;
103      this.platformCollectionView.Location = new System.Drawing.Point(3, 3);
104      this.platformCollectionView.Name = "platformCollectionView";
105      this.platformCollectionView.ReadOnly = false;
106      this.platformCollectionView.Size = new System.Drawing.Size(713, 374);
107      this.platformCollectionView.TabIndex = 0;
108      //
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;
127      this.algorithmClassCollectionView.Location = new System.Drawing.Point(3, 3);
128      this.algorithmClassCollectionView.Name = "algorithmClassCollectionView";
129      this.algorithmClassCollectionView.ReadOnly = false;
130      this.algorithmClassCollectionView.Size = new System.Drawing.Size(713, 374);
131      this.algorithmClassCollectionView.TabIndex = 0;
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;
151      this.algorithmCollectionView.Location = new System.Drawing.Point(3, 3);
152      this.algorithmCollectionView.Name = "algorithmCollectionView";
153      this.algorithmCollectionView.ReadOnly = false;
154      this.algorithmCollectionView.Size = new System.Drawing.Size(713, 374);
155      this.algorithmCollectionView.TabIndex = 0;
156      //
157      // problemClassesTabPage
158      //
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;
166      //
167      // problemClassCollectionView
168      //
169      this.problemClassCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
170                  | System.Windows.Forms.AnchorStyles.Left)
171                  | System.Windows.Forms.AnchorStyles.Right)));
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;
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      // 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      //
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      //
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);
223      this.platformsTabPage.ResumeLayout(false);
224      this.algorithmClassesTabPage.ResumeLayout(false);
225      this.algorithmsTabPage.ResumeLayout(false);
226      this.problemClassesTabPage.ResumeLayout(false);
227      this.problemsTabPage.ResumeLayout(false);
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;
240    private System.Windows.Forms.ToolTip toolTip;
241    private System.Windows.Forms.TabPage platformsTabPage;
242    private PlatformCollectionView platformCollectionView;
243    private System.Windows.Forms.TabPage problemClassesTabPage;
244    private System.Windows.Forms.TabPage problemsTabPage;
245    private ProblemClassCollectionView problemClassCollectionView;
246    private ProblemCollectionView problemCollectionView;
247
248  }
249}
Note: See TracBrowser for help on using the repository browser.