#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 ProblemParameterView { /// /// 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.aliasLabel = new System.Windows.Forms.Label(); this.aliasTextBox = new System.Windows.Forms.TextBox(); this.dataTypeLabel = new System.Windows.Forms.Label(); this.dataTypeComboBox = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // storeButton // this.toolTip.SetToolTip(this.storeButton, "Store Data"); // // aliasLabel // this.aliasLabel.AutoSize = true; this.aliasLabel.Location = new System.Drawing.Point(3, 84); this.aliasLabel.Name = "aliasLabel"; this.aliasLabel.Size = new System.Drawing.Size(32, 13); this.aliasLabel.TabIndex = 5; this.aliasLabel.Text = "Alias:"; // // aliasTextBox // this.aliasTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.aliasTextBox.Location = new System.Drawing.Point(72, 81); this.aliasTextBox.Name = "aliasTextBox"; this.aliasTextBox.Size = new System.Drawing.Size(278, 20); this.aliasTextBox.TabIndex = 6; this.aliasTextBox.TextChanged += new System.EventHandler(this.aliasTextBox_TextChanged); this.aliasTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.aliasTextBox_KeyDown); // // dataTypeLabel // this.dataTypeLabel.AutoSize = true; this.dataTypeLabel.Location = new System.Drawing.Point(3, 110); this.dataTypeLabel.Name = "dataTypeLabel"; this.dataTypeLabel.Size = new System.Drawing.Size(60, 13); this.dataTypeLabel.TabIndex = 7; this.dataTypeLabel.Text = "Data Type:"; // // dataTypeComboBox // this.dataTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataTypeComboBox.FormattingEnabled = true; this.dataTypeComboBox.Location = new System.Drawing.Point(72, 107); this.dataTypeComboBox.Name = "dataTypeComboBox"; this.dataTypeComboBox.Size = new System.Drawing.Size(278, 21); this.dataTypeComboBox.TabIndex = 8; this.dataTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTypeComboBox_SelectedIndexChanged); // // ProblemParameterView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.aliasTextBox); this.Controls.Add(this.aliasLabel); this.Controls.Add(this.dataTypeComboBox); this.Controls.Add(this.dataTypeLabel); this.Name = "ProblemParameterView"; this.Size = new System.Drawing.Size(350, 147); this.Controls.SetChildIndex(this.dataTypeLabel, 0); this.Controls.SetChildIndex(this.dataTypeComboBox, 0); this.Controls.SetChildIndex(this.aliasLabel, 0); this.Controls.SetChildIndex(this.aliasTextBox, 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); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label aliasLabel; private System.Windows.Forms.TextBox aliasTextBox; private System.Windows.Forms.Label dataTypeLabel; private System.Windows.Forms.ComboBox dataTypeComboBox; } }