#region License Information /* HeuristicLab * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL) * * This file is part of HeuristicLab. * * HeuristicLab is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * HeuristicLab is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with HeuristicLab. If not, see . */ #endregion namespace HeuristicLab.Clients.OKB { partial class AdministrationView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing) { if (components != null) components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tabControl = new System.Windows.Forms.TabControl(); this.algorithmClassesTabPage = new System.Windows.Forms.TabPage(); this.algorithmsTabPage = new System.Windows.Forms.TabPage(); this.refreshAlgorithmsButton = new System.Windows.Forms.Button(); this.algorithmCollectionView = new HeuristicLab.Clients.OKB.AlgorithmCollectionView(); this.algorithmClassCollectionView = new HeuristicLab.Clients.OKB.AlgorithmClassCollectionView(); this.refreshAlgorithmClassesButton = new System.Windows.Forms.Button(); this.tabControl.SuspendLayout(); this.algorithmClassesTabPage.SuspendLayout(); this.algorithmsTabPage.SuspendLayout(); this.SuspendLayout(); // // tabControl // this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControl.Controls.Add(this.algorithmClassesTabPage); this.tabControl.Controls.Add(this.algorithmsTabPage); this.tabControl.Location = new System.Drawing.Point(0, 0); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(727, 435); this.tabControl.TabIndex = 2; // // algorithmClassesTabPage // this.algorithmClassesTabPage.Controls.Add(this.refreshAlgorithmClassesButton); this.algorithmClassesTabPage.Controls.Add(this.algorithmClassCollectionView); this.algorithmClassesTabPage.Location = new System.Drawing.Point(4, 22); this.algorithmClassesTabPage.Name = "algorithmClassesTabPage"; this.algorithmClassesTabPage.Padding = new System.Windows.Forms.Padding(3); this.algorithmClassesTabPage.Size = new System.Drawing.Size(719, 409); this.algorithmClassesTabPage.TabIndex = 0; this.algorithmClassesTabPage.Text = "Algorithm Classes"; this.algorithmClassesTabPage.UseVisualStyleBackColor = true; // // algorithmsTabPage // this.algorithmsTabPage.Controls.Add(this.refreshAlgorithmsButton); this.algorithmsTabPage.Controls.Add(this.algorithmCollectionView); this.algorithmsTabPage.Location = new System.Drawing.Point(4, 22); this.algorithmsTabPage.Name = "algorithmsTabPage"; this.algorithmsTabPage.Padding = new System.Windows.Forms.Padding(3); this.algorithmsTabPage.Size = new System.Drawing.Size(719, 409); this.algorithmsTabPage.TabIndex = 1; this.algorithmsTabPage.Text = "Algorithms"; this.algorithmsTabPage.UseVisualStyleBackColor = true; // // refreshAlgorithmsButton // this.refreshAlgorithmsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.refreshAlgorithmsButton.Location = new System.Drawing.Point(6, 380); this.refreshAlgorithmsButton.Name = "refreshAlgorithmsButton"; this.refreshAlgorithmsButton.Size = new System.Drawing.Size(75, 23); this.refreshAlgorithmsButton.TabIndex = 1; this.refreshAlgorithmsButton.Text = "&Refresh"; this.refreshAlgorithmsButton.UseVisualStyleBackColor = true; this.refreshAlgorithmsButton.Click += new System.EventHandler(this.refreshAlgorithmsButton_Click); // // algorithmCollectionView // this.algorithmCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.algorithmCollectionView.Caption = "AlgorithmCollection View"; this.algorithmCollectionView.Content = null; this.algorithmCollectionView.Location = new System.Drawing.Point(6, 6); this.algorithmCollectionView.Name = "algorithmCollectionView"; this.algorithmCollectionView.ReadOnly = false; this.algorithmCollectionView.Size = new System.Drawing.Size(707, 368); this.algorithmCollectionView.TabIndex = 0; // // algorithmClassCollectionView // this.algorithmClassCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.algorithmClassCollectionView.Caption = "AlgorithmClassCollection View"; this.algorithmClassCollectionView.Content = null; this.algorithmClassCollectionView.Location = new System.Drawing.Point(6, 6); this.algorithmClassCollectionView.Name = "algorithmClassCollectionView"; this.algorithmClassCollectionView.ReadOnly = false; this.algorithmClassCollectionView.Size = new System.Drawing.Size(707, 368); this.algorithmClassCollectionView.TabIndex = 0; // // refreshAlgorithmClassesButton // this.refreshAlgorithmClassesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.refreshAlgorithmClassesButton.Location = new System.Drawing.Point(6, 380); this.refreshAlgorithmClassesButton.Name = "refreshAlgorithmClassesButton"; this.refreshAlgorithmClassesButton.Size = new System.Drawing.Size(75, 23); this.refreshAlgorithmClassesButton.TabIndex = 2; this.refreshAlgorithmClassesButton.Text = "&Refresh"; this.refreshAlgorithmClassesButton.UseVisualStyleBackColor = true; this.refreshAlgorithmClassesButton.Click += new System.EventHandler(this.refreshAlgorithmClassesButton_Click); // // AdministrationView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tabControl); this.Name = "AdministrationView"; this.Size = new System.Drawing.Size(727, 435); this.tabControl.ResumeLayout(false); this.algorithmClassesTabPage.ResumeLayout(false); this.algorithmsTabPage.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.TabPage algorithmClassesTabPage; private System.Windows.Forms.TabPage algorithmsTabPage; private System.Windows.Forms.Button refreshAlgorithmsButton; private AlgorithmCollectionView algorithmCollectionView; private System.Windows.Forms.Button refreshAlgorithmClassesButton; private AlgorithmClassCollectionView algorithmClassCollectionView; } }