#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 AdministratorView { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AdministratorView)); this.tabControl = new System.Windows.Forms.TabControl(); this.platformsTabPage = new System.Windows.Forms.TabPage(); this.platformCollectionView = new HeuristicLab.Clients.OKB.PlatformCollectionView(); this.algorithmClassesTabPage = new System.Windows.Forms.TabPage(); this.algorithmClassCollectionView = new HeuristicLab.Clients.OKB.AlgorithmClassCollectionView(); this.algorithmsTabPage = new System.Windows.Forms.TabPage(); this.algorithmCollectionView = new HeuristicLab.Clients.OKB.AlgorithmCollectionView(); this.dataTypesTabPage = new System.Windows.Forms.TabPage(); this.refreshButton = new System.Windows.Forms.Button(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); this.dataTypeCollectionView = new HeuristicLab.Clients.OKB.DataTypeCollectionView(); this.tabControl.SuspendLayout(); this.platformsTabPage.SuspendLayout(); this.algorithmClassesTabPage.SuspendLayout(); this.algorithmsTabPage.SuspendLayout(); this.dataTypesTabPage.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.platformsTabPage); this.tabControl.Controls.Add(this.algorithmClassesTabPage); this.tabControl.Controls.Add(this.algorithmsTabPage); this.tabControl.Controls.Add(this.dataTypesTabPage); this.tabControl.Location = new System.Drawing.Point(0, 29); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(727, 406); this.tabControl.TabIndex = 1; // // platformsTabPage // this.platformsTabPage.Controls.Add(this.platformCollectionView); this.platformsTabPage.Location = new System.Drawing.Point(4, 22); this.platformsTabPage.Name = "platformsTabPage"; this.platformsTabPage.Padding = new System.Windows.Forms.Padding(3); this.platformsTabPage.Size = new System.Drawing.Size(719, 380); this.platformsTabPage.TabIndex = 2; this.platformsTabPage.Text = "Platforms"; this.platformsTabPage.UseVisualStyleBackColor = true; // // platformCollectionView // this.platformCollectionView.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.platformCollectionView.Caption = "PlatformCollection View"; this.platformCollectionView.Content = null; this.platformCollectionView.Location = new System.Drawing.Point(6, 6); this.platformCollectionView.Name = "platformCollectionView"; this.platformCollectionView.ReadOnly = false; this.platformCollectionView.Size = new System.Drawing.Size(707, 368); this.platformCollectionView.TabIndex = 0; // // algorithmClassesTabPage // 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, 380); this.algorithmClassesTabPage.TabIndex = 0; this.algorithmClassesTabPage.Text = "Algorithm Classes"; this.algorithmClassesTabPage.UseVisualStyleBackColor = true; // // 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; // // algorithmsTabPage // 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, 380); this.algorithmsTabPage.TabIndex = 1; this.algorithmsTabPage.Text = "Algorithms"; this.algorithmsTabPage.UseVisualStyleBackColor = true; // // 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; // // dataTypesTabPage // this.dataTypesTabPage.Controls.Add(this.dataTypeCollectionView); this.dataTypesTabPage.Location = new System.Drawing.Point(4, 22); this.dataTypesTabPage.Name = "dataTypesTabPage"; this.dataTypesTabPage.Padding = new System.Windows.Forms.Padding(3); this.dataTypesTabPage.Size = new System.Drawing.Size(719, 380); this.dataTypesTabPage.TabIndex = 3; this.dataTypesTabPage.Text = "Data Types"; this.dataTypesTabPage.UseVisualStyleBackColor = true; // // refreshButton // this.refreshButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshButton.Image"))); this.refreshButton.Location = new System.Drawing.Point(0, 0); this.refreshButton.Name = "refreshButton"; this.refreshButton.Size = new System.Drawing.Size(24, 24); this.refreshButton.TabIndex = 0; this.toolTip.SetToolTip(this.refreshButton, "Refresh Data"); this.refreshButton.UseVisualStyleBackColor = true; this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click); // // dataTypeCollectionView // this.dataTypeCollectionView.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.dataTypeCollectionView.Caption = "DataTypeCollection View"; this.dataTypeCollectionView.Content = null; this.dataTypeCollectionView.Location = new System.Drawing.Point(6, 6); this.dataTypeCollectionView.Name = "dataTypeCollectionView"; this.dataTypeCollectionView.ReadOnly = false; this.dataTypeCollectionView.Size = new System.Drawing.Size(707, 368); this.dataTypeCollectionView.TabIndex = 0; // // AdministratorView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tabControl); this.Controls.Add(this.refreshButton); this.Name = "AdministratorView"; this.Size = new System.Drawing.Size(727, 435); this.tabControl.ResumeLayout(false); this.platformsTabPage.ResumeLayout(false); this.algorithmClassesTabPage.ResumeLayout(false); this.algorithmsTabPage.ResumeLayout(false); this.dataTypesTabPage.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 refreshButton; private AlgorithmClassCollectionView algorithmClassCollectionView; private AlgorithmCollectionView algorithmCollectionView; private System.Windows.Forms.ToolTip toolTip; private System.Windows.Forms.TabPage platformsTabPage; private PlatformCollectionView platformCollectionView; private System.Windows.Forms.TabPage dataTypesTabPage; private DataTypeCollectionView dataTypeCollectionView; } }