[2655] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[2790] | 3 | * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[2655] | 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 |
|
---|
[2714] | 22 | namespace HeuristicLab.Parameters.Views {
|
---|
[2756] | 23 | partial class ValueLookupParameterView<T> {
|
---|
[2655] | 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 (typeSelectorDialog != null) typeSelectorDialog.Dispose();
|
---|
| 36 | if (components != null) components.Dispose();
|
---|
| 37 | }
|
---|
| 38 | base.Dispose(disposing);
|
---|
| 39 | }
|
---|
| 40 |
|
---|
| 41 | #region Component Designer generated code
|
---|
| 42 |
|
---|
| 43 | /// <summary>
|
---|
| 44 | /// Required method for Designer support - do not modify
|
---|
| 45 | /// the contents of this method with the code editor.
|
---|
| 46 | /// </summary>
|
---|
| 47 | private void InitializeComponent() {
|
---|
| 48 | this.components = new System.ComponentModel.Container();
|
---|
[2756] | 49 | this.valueGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 50 | this.valuePanel = new System.Windows.Forms.Panel();
|
---|
[2655] | 51 | this.viewHost = new HeuristicLab.Core.Views.ViewHost();
|
---|
[2756] | 52 | this.clearValueButton = new System.Windows.Forms.Button();
|
---|
| 53 | this.setValueButton = new System.Windows.Forms.Button();
|
---|
| 54 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
[2655] | 55 | this.actualNameTextBox = new System.Windows.Forms.TextBox();
|
---|
| 56 | this.actualNameLabel = new System.Windows.Forms.Label();
|
---|
[2676] | 57 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
[2756] | 58 | this.valueGroupBox.SuspendLayout();
|
---|
| 59 | this.valuePanel.SuspendLayout();
|
---|
[2655] | 60 | this.SuspendLayout();
|
---|
| 61 | //
|
---|
| 62 | // dataTypeLabel
|
---|
| 63 | //
|
---|
| 64 | this.dataTypeLabel.Location = new System.Drawing.Point(3, 123);
|
---|
| 65 | this.dataTypeLabel.TabIndex = 6;
|
---|
| 66 | //
|
---|
| 67 | // dataTypeTextBox
|
---|
| 68 | //
|
---|
| 69 | this.dataTypeTextBox.Location = new System.Drawing.Point(80, 120);
|
---|
| 70 | this.dataTypeTextBox.Size = new System.Drawing.Size(306, 20);
|
---|
| 71 | this.dataTypeTextBox.TabIndex = 7;
|
---|
| 72 | //
|
---|
| 73 | // nameTextBox
|
---|
| 74 | //
|
---|
[2676] | 75 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 76 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
| 77 | this.nameTextBox.Location = new System.Drawing.Point(80, 0);
|
---|
[2655] | 78 | this.nameTextBox.Size = new System.Drawing.Size(306, 20);
|
---|
| 79 | //
|
---|
| 80 | // descriptionLabel
|
---|
| 81 | //
|
---|
| 82 | this.descriptionLabel.Location = new System.Drawing.Point(3, 55);
|
---|
| 83 | this.descriptionLabel.TabIndex = 4;
|
---|
| 84 | //
|
---|
| 85 | // descriptionTextBox
|
---|
| 86 | //
|
---|
| 87 | this.descriptionTextBox.Location = new System.Drawing.Point(80, 52);
|
---|
| 88 | this.descriptionTextBox.Size = new System.Drawing.Size(306, 62);
|
---|
| 89 | this.descriptionTextBox.TabIndex = 5;
|
---|
| 90 | //
|
---|
[2756] | 91 | // valueGroupBox
|
---|
[2655] | 92 | //
|
---|
[2756] | 93 | this.valueGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
[2655] | 94 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 95 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[2756] | 96 | this.valueGroupBox.Controls.Add(this.valuePanel);
|
---|
| 97 | this.valueGroupBox.Controls.Add(this.clearValueButton);
|
---|
| 98 | this.valueGroupBox.Controls.Add(this.setValueButton);
|
---|
| 99 | this.valueGroupBox.Location = new System.Drawing.Point(0, 146);
|
---|
| 100 | this.valueGroupBox.Name = "valueGroupBox";
|
---|
| 101 | this.valueGroupBox.Size = new System.Drawing.Size(386, 169);
|
---|
| 102 | this.valueGroupBox.TabIndex = 8;
|
---|
| 103 | this.valueGroupBox.TabStop = false;
|
---|
| 104 | this.valueGroupBox.Text = "&Value:";
|
---|
[2655] | 105 | //
|
---|
[2756] | 106 | // valuePanel
|
---|
[2655] | 107 | //
|
---|
[2756] | 108 | this.valuePanel.AllowDrop = true;
|
---|
| 109 | this.valuePanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
[2676] | 110 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 111 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[2756] | 112 | this.valuePanel.Controls.Add(this.viewHost);
|
---|
[2796] | 113 | this.valuePanel.Location = new System.Drawing.Point(6, 49);
|
---|
[2756] | 114 | this.valuePanel.Name = "valuePanel";
|
---|
[2796] | 115 | this.valuePanel.Size = new System.Drawing.Size(374, 114);
|
---|
[2756] | 116 | this.valuePanel.TabIndex = 0;
|
---|
| 117 | this.valuePanel.DragOver += new System.Windows.Forms.DragEventHandler(this.valuePanel_DragEnterOver);
|
---|
| 118 | this.valuePanel.DragDrop += new System.Windows.Forms.DragEventHandler(this.valuePanel_DragDrop);
|
---|
| 119 | this.valuePanel.DragEnter += new System.Windows.Forms.DragEventHandler(this.valuePanel_DragEnterOver);
|
---|
[2655] | 120 | //
|
---|
| 121 | // viewHost
|
---|
| 122 | //
|
---|
[2740] | 123 | this.viewHost.Content = null;
|
---|
[2655] | 124 | this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 125 | this.viewHost.Location = new System.Drawing.Point(0, 0);
|
---|
| 126 | this.viewHost.Name = "viewHost";
|
---|
[2796] | 127 | this.viewHost.Size = new System.Drawing.Size(374, 114);
|
---|
[2655] | 128 | this.viewHost.TabIndex = 0;
|
---|
| 129 | //
|
---|
[2756] | 130 | // clearValueButton
|
---|
[2676] | 131 | //
|
---|
[2756] | 132 | this.clearValueButton.Enabled = false;
|
---|
| 133 | this.clearValueButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Remove;
|
---|
[2796] | 134 | this.clearValueButton.Location = new System.Drawing.Point(36, 19);
|
---|
[2756] | 135 | this.clearValueButton.Name = "clearValueButton";
|
---|
[2796] | 136 | this.clearValueButton.Size = new System.Drawing.Size(24, 24);
|
---|
[2756] | 137 | this.clearValueButton.TabIndex = 1;
|
---|
| 138 | this.toolTip.SetToolTip(this.clearValueButton, "Clear Value");
|
---|
| 139 | this.clearValueButton.UseVisualStyleBackColor = true;
|
---|
| 140 | this.clearValueButton.Click += new System.EventHandler(this.clearValueButton_Click);
|
---|
[2676] | 141 | //
|
---|
[2756] | 142 | // setValueButton
|
---|
[2676] | 143 | //
|
---|
[2756] | 144 | this.setValueButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Add;
|
---|
| 145 | this.setValueButton.Location = new System.Drawing.Point(6, 19);
|
---|
| 146 | this.setValueButton.Name = "setValueButton";
|
---|
[2796] | 147 | this.setValueButton.Size = new System.Drawing.Size(24, 24);
|
---|
[2756] | 148 | this.setValueButton.TabIndex = 0;
|
---|
| 149 | this.toolTip.SetToolTip(this.setValueButton, "Set Value");
|
---|
| 150 | this.setValueButton.UseVisualStyleBackColor = true;
|
---|
| 151 | this.setValueButton.Click += new System.EventHandler(this.setValueButton_Click);
|
---|
[2676] | 152 | //
|
---|
[2655] | 153 | // actualNameTextBox
|
---|
| 154 | //
|
---|
| 155 | this.actualNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 156 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 157 | this.actualNameTextBox.Location = new System.Drawing.Point(80, 26);
|
---|
| 158 | this.actualNameTextBox.Name = "actualNameTextBox";
|
---|
| 159 | this.actualNameTextBox.Size = new System.Drawing.Size(306, 20);
|
---|
| 160 | this.actualNameTextBox.TabIndex = 3;
|
---|
| 161 | this.actualNameTextBox.Validated += new System.EventHandler(this.actualNameTextBox_Validated);
|
---|
| 162 | //
|
---|
| 163 | // actualNameLabel
|
---|
| 164 | //
|
---|
| 165 | this.actualNameLabel.AutoSize = true;
|
---|
| 166 | this.actualNameLabel.Location = new System.Drawing.Point(3, 29);
|
---|
| 167 | this.actualNameLabel.Name = "actualNameLabel";
|
---|
| 168 | this.actualNameLabel.Size = new System.Drawing.Size(71, 13);
|
---|
| 169 | this.actualNameLabel.TabIndex = 2;
|
---|
| 170 | this.actualNameLabel.Text = "&Actual Name:";
|
---|
| 171 | //
|
---|
[2756] | 172 | // ValueLookupParameterView
|
---|
[2655] | 173 | //
|
---|
| 174 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 175 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[2676] | 176 | this.Controls.Add(this.actualNameTextBox);
|
---|
[2655] | 177 | this.Controls.Add(this.actualNameLabel);
|
---|
[2756] | 178 | this.Controls.Add(this.valueGroupBox);
|
---|
| 179 | this.Name = "ValueLookupParameterView";
|
---|
[2655] | 180 | this.Size = new System.Drawing.Size(386, 315);
|
---|
| 181 | this.Controls.SetChildIndex(this.descriptionTextBox, 0);
|
---|
| 182 | this.Controls.SetChildIndex(this.descriptionLabel, 0);
|
---|
[2676] | 183 | this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
|
---|
| 184 | this.Controls.SetChildIndex(this.dataTypeLabel, 0);
|
---|
| 185 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
[2756] | 186 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 187 | this.Controls.SetChildIndex(this.valueGroupBox, 0);
|
---|
| 188 | this.Controls.SetChildIndex(this.actualNameLabel, 0);
|
---|
[2655] | 189 | this.Controls.SetChildIndex(this.actualNameTextBox, 0);
|
---|
[2676] | 190 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[2756] | 191 | this.valueGroupBox.ResumeLayout(false);
|
---|
| 192 | this.valuePanel.ResumeLayout(false);
|
---|
[2655] | 193 | this.ResumeLayout(false);
|
---|
| 194 | this.PerformLayout();
|
---|
| 195 |
|
---|
| 196 | }
|
---|
| 197 |
|
---|
| 198 | #endregion
|
---|
| 199 |
|
---|
[2756] | 200 | protected System.Windows.Forms.GroupBox valueGroupBox;
|
---|
| 201 | protected System.Windows.Forms.Panel valuePanel;
|
---|
| 202 | protected HeuristicLab.Core.Views.ViewHost viewHost;
|
---|
| 203 | protected System.Windows.Forms.Button setValueButton;
|
---|
| 204 | protected System.Windows.Forms.ToolTip toolTip;
|
---|
| 205 | protected System.Windows.Forms.Button clearValueButton;
|
---|
[2676] | 206 | protected System.Windows.Forms.TextBox actualNameTextBox;
|
---|
| 207 | protected System.Windows.Forms.Label actualNameLabel;
|
---|
[2655] | 208 | }
|
---|
| 209 | }
|
---|