Free cookie consent management tool by TermsFeed Policy Generator

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

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

Worked on OKB data model and services (#1174)

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