[3659] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[9456] | 3 | * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[3659] | 4 | *
|
---|
| 5 | * This file is part of HeuristicLab.
|
---|
| 6 | *
|
---|
| 7 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
| 8 | * it under the terms of the GNU General Public License as published by
|
---|
| 9 | * the Free Software Foundation, either version 3 of the License, or
|
---|
| 10 | * (at your option) any later version.
|
---|
| 11 | *
|
---|
| 12 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 15 | * GNU General Public License for more details.
|
---|
| 16 | *
|
---|
| 17 | * You should have received a copy of the GNU General Public License
|
---|
| 18 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
| 19 | */
|
---|
| 20 | #endregion
|
---|
| 21 |
|
---|
| 22 | namespace HeuristicLab.Parameters.Views {
|
---|
| 23 | partial class ScopeTreeLookupParameterView<T> {
|
---|
| 24 | /// <summary>
|
---|
| 25 | /// Required designer variable.
|
---|
| 26 | /// </summary>
|
---|
| 27 | private System.ComponentModel.IContainer components = null;
|
---|
| 28 |
|
---|
| 29 | /// <summary>
|
---|
| 30 | /// Clean up any resources being used.
|
---|
| 31 | /// </summary>
|
---|
| 32 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 33 | protected override void Dispose(bool disposing) {
|
---|
| 34 | if (disposing) {
|
---|
| 35 | if (components != null) components.Dispose();
|
---|
| 36 | }
|
---|
| 37 | base.Dispose(disposing);
|
---|
| 38 | }
|
---|
| 39 |
|
---|
| 40 | #region Component Designer generated code
|
---|
| 41 |
|
---|
| 42 | /// <summary>
|
---|
| 43 | /// Required method for Designer support - do not modify
|
---|
| 44 | /// the contents of this method with the code editor.
|
---|
| 45 | /// </summary>
|
---|
| 46 | private void InitializeComponent() {
|
---|
| 47 | this.depthTextBox = new System.Windows.Forms.TextBox();
|
---|
| 48 | this.depthLabel = new System.Windows.Forms.Label();
|
---|
| 49 | this.actualNameTextBox = new System.Windows.Forms.TextBox();
|
---|
| 50 | this.actualNameLabel = new System.Windows.Forms.Label();
|
---|
| 51 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 52 | this.SuspendLayout();
|
---|
| 53 | //
|
---|
| 54 | // dataTypeLabel
|
---|
| 55 | //
|
---|
[6051] | 56 | this.dataTypeLabel.Location = new System.Drawing.Point(3, 55);
|
---|
[5832] | 57 | this.dataTypeLabel.TabIndex = 5;
|
---|
[3659] | 58 | //
|
---|
| 59 | // dataTypeTextBox
|
---|
| 60 | //
|
---|
[5832] | 61 | this.dataTypeTextBox.Location = new System.Drawing.Point(80, 52);
|
---|
[3659] | 62 | this.dataTypeTextBox.Size = new System.Drawing.Size(306, 20);
|
---|
[5832] | 63 | this.dataTypeTextBox.TabIndex = 6;
|
---|
[3659] | 64 | //
|
---|
| 65 | // nameTextBox
|
---|
| 66 | //
|
---|
| 67 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 68 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
| 69 | this.nameTextBox.Location = new System.Drawing.Point(80, 0);
|
---|
[5832] | 70 | this.nameTextBox.Size = new System.Drawing.Size(281, 20);
|
---|
[3659] | 71 | //
|
---|
[5832] | 72 | // infoLabel
|
---|
[3659] | 73 | //
|
---|
[5832] | 74 | this.infoLabel.Location = new System.Drawing.Point(367, 3);
|
---|
[3659] | 75 | //
|
---|
| 76 | // depthTextBox
|
---|
| 77 | //
|
---|
| 78 | this.depthTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 79 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 80 | this.errorProvider.SetIconAlignment(this.depthTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 81 | this.errorProvider.SetIconPadding(this.depthTextBox, 2);
|
---|
[5832] | 82 | this.depthTextBox.Location = new System.Drawing.Point(80, 78);
|
---|
[3659] | 83 | this.depthTextBox.Name = "depthTextBox";
|
---|
| 84 | this.depthTextBox.Size = new System.Drawing.Size(306, 20);
|
---|
[5832] | 85 | this.depthTextBox.TabIndex = 8;
|
---|
[3659] | 86 | this.depthTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.depthTextBox_KeyDown);
|
---|
| 87 | this.depthTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.depthTextBox_Validating);
|
---|
[5832] | 88 | this.depthTextBox.Validated += new System.EventHandler(this.depthTextBox_Validated);
|
---|
[3659] | 89 | //
|
---|
| 90 | // depthLabel
|
---|
| 91 | //
|
---|
| 92 | this.depthLabel.AutoSize = true;
|
---|
[5832] | 93 | this.depthLabel.Location = new System.Drawing.Point(3, 81);
|
---|
[3659] | 94 | this.depthLabel.Name = "depthLabel";
|
---|
| 95 | this.depthLabel.Size = new System.Drawing.Size(39, 13);
|
---|
[5832] | 96 | this.depthLabel.TabIndex = 7;
|
---|
[3659] | 97 | this.depthLabel.Text = "&Depth:";
|
---|
| 98 | //
|
---|
| 99 | // actualNameTextBox
|
---|
| 100 | //
|
---|
| 101 | this.actualNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 102 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 103 | this.actualNameTextBox.Location = new System.Drawing.Point(80, 26);
|
---|
| 104 | this.actualNameTextBox.Name = "actualNameTextBox";
|
---|
| 105 | this.actualNameTextBox.Size = new System.Drawing.Size(306, 20);
|
---|
[5832] | 106 | this.actualNameTextBox.TabIndex = 4;
|
---|
[3659] | 107 | this.actualNameTextBox.Validated += new System.EventHandler(this.actualNameTextBox_Validated);
|
---|
| 108 | //
|
---|
| 109 | // actualNameLabel
|
---|
| 110 | //
|
---|
| 111 | this.actualNameLabel.AutoSize = true;
|
---|
| 112 | this.actualNameLabel.Location = new System.Drawing.Point(3, 29);
|
---|
| 113 | this.actualNameLabel.Name = "actualNameLabel";
|
---|
| 114 | this.actualNameLabel.Size = new System.Drawing.Size(71, 13);
|
---|
[5832] | 115 | this.actualNameLabel.TabIndex = 3;
|
---|
[3659] | 116 | this.actualNameLabel.Text = "&Actual Name:";
|
---|
| 117 | //
|
---|
| 118 | // ScopeTreeLookupParameterView
|
---|
| 119 | //
|
---|
| 120 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[7967] | 121 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[3659] | 122 | this.Controls.Add(this.actualNameTextBox);
|
---|
[5832] | 123 | this.Controls.Add(this.depthLabel);
|
---|
[3659] | 124 | this.Controls.Add(this.depthTextBox);
|
---|
[6051] | 125 | this.Controls.Add(this.actualNameLabel);
|
---|
[3659] | 126 | this.Name = "ScopeTreeLookupParameterView";
|
---|
[5832] | 127 | this.Size = new System.Drawing.Size(386, 103);
|
---|
[3659] | 128 | this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
|
---|
[6051] | 129 | this.Controls.SetChildIndex(this.actualNameLabel, 0);
|
---|
[5832] | 130 | this.Controls.SetChildIndex(this.depthTextBox, 0);
|
---|
[6051] | 131 | this.Controls.SetChildIndex(this.dataTypeLabel, 0);
|
---|
[5832] | 132 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
[3659] | 133 | this.Controls.SetChildIndex(this.depthLabel, 0);
|
---|
| 134 | this.Controls.SetChildIndex(this.actualNameTextBox, 0);
|
---|
| 135 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 136 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 137 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 138 | this.ResumeLayout(false);
|
---|
| 139 | this.PerformLayout();
|
---|
| 140 |
|
---|
| 141 | }
|
---|
| 142 |
|
---|
| 143 | #endregion
|
---|
| 144 |
|
---|
| 145 | protected System.Windows.Forms.TextBox depthTextBox;
|
---|
| 146 | protected System.Windows.Forms.Label depthLabel;
|
---|
| 147 | protected System.Windows.Forms.TextBox actualNameTextBox;
|
---|
| 148 | protected System.Windows.Forms.Label actualNameLabel;
|
---|
| 149 | }
|
---|
| 150 | }
|
---|