#region License Information /* HeuristicLab * Copyright (C) 2002-2008 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.Parameters.Views { partial class SubScopesItemParameterView { /// /// 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 (typeSelectorDialog != null) typeSelectorDialog.Dispose(); 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(); this.actualNameTextBox = new System.Windows.Forms.TextBox(); this.actualNameLabel = new System.Windows.Forms.Label(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.SuspendLayout(); // // dataTypeLabel // this.dataTypeLabel.Location = new System.Drawing.Point(3, 123); this.dataTypeLabel.TabIndex = 6; // // dataTypeTextBox // this.dataTypeTextBox.Location = new System.Drawing.Point(80, 120); this.dataTypeTextBox.Size = new System.Drawing.Size(306, 20); this.dataTypeTextBox.TabIndex = 7; // // nameTextBox // this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this.errorProvider.SetIconPadding(this.nameTextBox, 2); this.nameTextBox.Location = new System.Drawing.Point(80, 0); this.nameTextBox.Size = new System.Drawing.Size(306, 20); // // descriptionLabel // this.descriptionLabel.Location = new System.Drawing.Point(3, 55); this.descriptionLabel.TabIndex = 4; // // descriptionTextBox // this.descriptionTextBox.Location = new System.Drawing.Point(80, 52); this.descriptionTextBox.Size = new System.Drawing.Size(306, 62); this.descriptionTextBox.TabIndex = 5; // // actualNameTextBox // this.actualNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.actualNameTextBox.Location = new System.Drawing.Point(80, 26); this.actualNameTextBox.Name = "actualNameTextBox"; this.actualNameTextBox.Size = new System.Drawing.Size(306, 20); this.actualNameTextBox.TabIndex = 3; this.actualNameTextBox.Validated += new System.EventHandler(this.actualNameTextBox_Validated); // // actualNameLabel // this.actualNameLabel.AutoSize = true; this.actualNameLabel.Location = new System.Drawing.Point(3, 29); this.actualNameLabel.Name = "actualNameLabel"; this.actualNameLabel.Size = new System.Drawing.Size(71, 13); this.actualNameLabel.TabIndex = 2; this.actualNameLabel.Text = "&Actual Name:"; // // SubScopesItemParameterView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.actualNameTextBox); this.Controls.Add(this.actualNameLabel); this.Name = "SubScopesItemParameterView"; this.Size = new System.Drawing.Size(386, 143); this.Controls.SetChildIndex(this.descriptionTextBox, 0); this.Controls.SetChildIndex(this.descriptionLabel, 0); this.Controls.SetChildIndex(this.dataTypeTextBox, 0); this.Controls.SetChildIndex(this.actualNameLabel, 0); this.Controls.SetChildIndex(this.dataTypeLabel, 0); this.Controls.SetChildIndex(this.nameTextBox, 0); this.Controls.SetChildIndex(this.actualNameTextBox, 0); this.Controls.SetChildIndex(this.nameLabel, 0); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion protected System.Windows.Forms.TextBox actualNameTextBox; protected System.Windows.Forms.Label actualNameLabel; protected System.Windows.Forms.ToolTip toolTip; } }