#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 AlgorithmView { /// /// 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.platformLabel = new System.Windows.Forms.Label(); this.platformComboBox = new System.Windows.Forms.ComboBox(); this.algorithmClassLabel = new System.Windows.Forms.Label(); this.algorithmClassComboBox = new System.Windows.Forms.ComboBox(); ((System.ComponentModel.ISupportInitialize)(this.modifiedPictureBox)).BeginInit(); this.SuspendLayout(); // // nameTextBox // this.nameTextBox.Location = new System.Drawing.Point(90, 29); this.nameTextBox.Size = new System.Drawing.Size(197, 20); // // descriptionTextBox // this.descriptionTextBox.Location = new System.Drawing.Point(90, 55); this.descriptionTextBox.Size = new System.Drawing.Size(197, 20); // // storeButton // this.toolTip.SetToolTip(this.storeButton, "Store Data"); // // modifiedPictureBox // this.modifiedPictureBox.Location = new System.Drawing.Point(293, 3); this.modifiedPictureBox.Size = new System.Drawing.Size(39, 130); // // platformLabel // this.platformLabel.AutoSize = true; this.platformLabel.Location = new System.Drawing.Point(3, 84); this.platformLabel.Name = "platformLabel"; this.platformLabel.Size = new System.Drawing.Size(48, 13); this.platformLabel.TabIndex = 5; this.platformLabel.Text = "&Platform:"; // // platformComboBox // this.platformComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.platformComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.platformComboBox.FormattingEnabled = true; this.platformComboBox.Location = new System.Drawing.Point(90, 81); this.platformComboBox.Name = "platformComboBox"; this.platformComboBox.Size = new System.Drawing.Size(197, 21); this.platformComboBox.TabIndex = 6; this.platformComboBox.SelectedValueChanged += new System.EventHandler(this.platformComboBox_SelectedValueChanged); // // algorithmClassLabel // this.algorithmClassLabel.AutoSize = true; this.algorithmClassLabel.Location = new System.Drawing.Point(3, 111); this.algorithmClassLabel.Name = "algorithmClassLabel"; this.algorithmClassLabel.Size = new System.Drawing.Size(81, 13); this.algorithmClassLabel.TabIndex = 7; this.algorithmClassLabel.Text = "&Algorithm Class:"; // // algorithmClassComboBox // this.algorithmClassComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.algorithmClassComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.algorithmClassComboBox.FormattingEnabled = true; this.algorithmClassComboBox.Location = new System.Drawing.Point(90, 108); this.algorithmClassComboBox.Name = "algorithmClassComboBox"; this.algorithmClassComboBox.Size = new System.Drawing.Size(197, 21); this.algorithmClassComboBox.TabIndex = 8; this.algorithmClassComboBox.SelectedValueChanged += new System.EventHandler(this.algorithmClassComboBox_SelectedValueChanged); // // AlgorithmView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.Controls.Add(this.platformComboBox); this.Controls.Add(this.platformLabel); this.Controls.Add(this.algorithmClassComboBox); this.Controls.Add(this.algorithmClassLabel); this.Name = "AlgorithmView"; this.Size = new System.Drawing.Size(335, 275); this.Controls.SetChildIndex(this.modifiedPictureBox, 0); this.Controls.SetChildIndex(this.algorithmClassLabel, 0); this.Controls.SetChildIndex(this.algorithmClassComboBox, 0); this.Controls.SetChildIndex(this.platformLabel, 0); this.Controls.SetChildIndex(this.platformComboBox, 0); this.Controls.SetChildIndex(this.storeButton, 0); this.Controls.SetChildIndex(this.nameTextBox, 0); this.Controls.SetChildIndex(this.nameLabel, 0); this.Controls.SetChildIndex(this.descriptionLabel, 0); this.Controls.SetChildIndex(this.descriptionTextBox, 0); ((System.ComponentModel.ISupportInitialize)(this.modifiedPictureBox)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label platformLabel; private System.Windows.Forms.ComboBox platformComboBox; private System.Windows.Forms.Label algorithmClassLabel; private System.Windows.Forms.ComboBox algorithmClassComboBox; } }