Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB/HeuristicLab.Clients.OKB-3.3/AdministrationView.Designer.cs @ 4408

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

Worked on OKB data model and services (#1174)

File size: 8.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 {
23  partial class AdministrationView {
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.tabControl = new System.Windows.Forms.TabControl();
48      this.algorithmClassesTabPage = new System.Windows.Forms.TabPage();
49      this.algorithmsTabPage = new System.Windows.Forms.TabPage();
50      this.refreshAlgorithmsButton = new System.Windows.Forms.Button();
51      this.algorithmCollectionView = new HeuristicLab.Clients.OKB.AlgorithmCollectionView();
52      this.algorithmClassCollectionView = new HeuristicLab.Clients.OKB.AlgorithmClassCollectionView();
53      this.refreshAlgorithmClassesButton = new System.Windows.Forms.Button();
54      this.tabControl.SuspendLayout();
55      this.algorithmClassesTabPage.SuspendLayout();
56      this.algorithmsTabPage.SuspendLayout();
57      this.SuspendLayout();
58      //
59      // tabControl
60      //
61      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
62                  | System.Windows.Forms.AnchorStyles.Left)
63                  | System.Windows.Forms.AnchorStyles.Right)));
64      this.tabControl.Controls.Add(this.algorithmClassesTabPage);
65      this.tabControl.Controls.Add(this.algorithmsTabPage);
66      this.tabControl.Location = new System.Drawing.Point(0, 0);
67      this.tabControl.Name = "tabControl";
68      this.tabControl.SelectedIndex = 0;
69      this.tabControl.Size = new System.Drawing.Size(727, 435);
70      this.tabControl.TabIndex = 2;
71      //
72      // algorithmClassesTabPage
73      //
74      this.algorithmClassesTabPage.Controls.Add(this.refreshAlgorithmClassesButton);
75      this.algorithmClassesTabPage.Controls.Add(this.algorithmClassCollectionView);
76      this.algorithmClassesTabPage.Location = new System.Drawing.Point(4, 22);
77      this.algorithmClassesTabPage.Name = "algorithmClassesTabPage";
78      this.algorithmClassesTabPage.Padding = new System.Windows.Forms.Padding(3);
79      this.algorithmClassesTabPage.Size = new System.Drawing.Size(719, 409);
80      this.algorithmClassesTabPage.TabIndex = 0;
81      this.algorithmClassesTabPage.Text = "Algorithm Classes";
82      this.algorithmClassesTabPage.UseVisualStyleBackColor = true;
83      //
84      // algorithmsTabPage
85      //
86      this.algorithmsTabPage.Controls.Add(this.refreshAlgorithmsButton);
87      this.algorithmsTabPage.Controls.Add(this.algorithmCollectionView);
88      this.algorithmsTabPage.Location = new System.Drawing.Point(4, 22);
89      this.algorithmsTabPage.Name = "algorithmsTabPage";
90      this.algorithmsTabPage.Padding = new System.Windows.Forms.Padding(3);
91      this.algorithmsTabPage.Size = new System.Drawing.Size(719, 409);
92      this.algorithmsTabPage.TabIndex = 1;
93      this.algorithmsTabPage.Text = "Algorithms";
94      this.algorithmsTabPage.UseVisualStyleBackColor = true;
95      //
96      // refreshAlgorithmsButton
97      //
98      this.refreshAlgorithmsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
99      this.refreshAlgorithmsButton.Location = new System.Drawing.Point(6, 380);
100      this.refreshAlgorithmsButton.Name = "refreshAlgorithmsButton";
101      this.refreshAlgorithmsButton.Size = new System.Drawing.Size(75, 23);
102      this.refreshAlgorithmsButton.TabIndex = 1;
103      this.refreshAlgorithmsButton.Text = "&Refresh";
104      this.refreshAlgorithmsButton.UseVisualStyleBackColor = true;
105      this.refreshAlgorithmsButton.Click += new System.EventHandler(this.refreshAlgorithmsButton_Click);
106      //
107      // algorithmCollectionView
108      //
109      this.algorithmCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
110                  | System.Windows.Forms.AnchorStyles.Left)
111                  | System.Windows.Forms.AnchorStyles.Right)));
112      this.algorithmCollectionView.Caption = "AlgorithmCollection View";
113      this.algorithmCollectionView.Content = null;
114      this.algorithmCollectionView.Location = new System.Drawing.Point(6, 6);
115      this.algorithmCollectionView.Name = "algorithmCollectionView";
116      this.algorithmCollectionView.ReadOnly = false;
117      this.algorithmCollectionView.Size = new System.Drawing.Size(707, 368);
118      this.algorithmCollectionView.TabIndex = 0;
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(6, 6);
128      this.algorithmClassCollectionView.Name = "algorithmClassCollectionView";
129      this.algorithmClassCollectionView.ReadOnly = false;
130      this.algorithmClassCollectionView.Size = new System.Drawing.Size(707, 368);
131      this.algorithmClassCollectionView.TabIndex = 0;
132      //
133      // refreshAlgorithmClassesButton
134      //
135      this.refreshAlgorithmClassesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
136      this.refreshAlgorithmClassesButton.Location = new System.Drawing.Point(6, 380);
137      this.refreshAlgorithmClassesButton.Name = "refreshAlgorithmClassesButton";
138      this.refreshAlgorithmClassesButton.Size = new System.Drawing.Size(75, 23);
139      this.refreshAlgorithmClassesButton.TabIndex = 2;
140      this.refreshAlgorithmClassesButton.Text = "&Refresh";
141      this.refreshAlgorithmClassesButton.UseVisualStyleBackColor = true;
142      this.refreshAlgorithmClassesButton.Click += new System.EventHandler(this.refreshAlgorithmClassesButton_Click);
143      //
144      // AdministrationView
145      //
146      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
147      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
148      this.Controls.Add(this.tabControl);
149      this.Name = "AdministrationView";
150      this.Size = new System.Drawing.Size(727, 435);
151      this.tabControl.ResumeLayout(false);
152      this.algorithmClassesTabPage.ResumeLayout(false);
153      this.algorithmsTabPage.ResumeLayout(false);
154      this.ResumeLayout(false);
155
156    }
157
158    #endregion
159
160    private System.Windows.Forms.TabControl tabControl;
161    private System.Windows.Forms.TabPage algorithmClassesTabPage;
162    private System.Windows.Forms.TabPage algorithmsTabPage;
163    private System.Windows.Forms.Button refreshAlgorithmsButton;
164    private AlgorithmCollectionView algorithmCollectionView;
165    private System.Windows.Forms.Button refreshAlgorithmClassesButton;
166    private AlgorithmClassCollectionView algorithmClassCollectionView;
167
168  }
169}
Note: See TracBrowser for help on using the repository browser.