[2740] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[5445] | 3 | * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[2740] | 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 {
|
---|
[2756] | 23 | partial class ValueParameterView<T> {
|
---|
[2740] | 24 | /// <summary>
|
---|
| 25 | /// Required designer variable.
|
---|
| 26 | /// </summary>
|
---|
| 27 | private System.ComponentModel.IContainer components = null;
|
---|
| 28 |
|
---|
| 29 | #region Component Designer generated code
|
---|
| 30 |
|
---|
| 31 | /// <summary>
|
---|
| 32 | /// Required method for Designer support - do not modify
|
---|
| 33 | /// the contents of this method with the code editor.
|
---|
| 34 | /// </summary>
|
---|
| 35 | private void InitializeComponent() {
|
---|
| 36 | this.valueGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[4332] | 37 | this.showInRunCheckBox = new System.Windows.Forms.CheckBox();
|
---|
[4011] | 38 | this.valueViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[2948] | 39 | this.clearValueButton = new System.Windows.Forms.Button();
|
---|
| 40 | this.setValueButton = new System.Windows.Forms.Button();
|
---|
[2740] | 41 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 42 | this.valueGroupBox.SuspendLayout();
|
---|
| 43 | this.SuspendLayout();
|
---|
| 44 | //
|
---|
| 45 | // dataTypeTextBox
|
---|
| 46 | //
|
---|
[2917] | 47 | this.dataTypeTextBox.Location = new System.Drawing.Point(80, 52);
|
---|
[2740] | 48 | this.dataTypeTextBox.Size = new System.Drawing.Size(306, 20);
|
---|
| 49 | //
|
---|
| 50 | // nameTextBox
|
---|
| 51 | //
|
---|
| 52 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 53 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
| 54 | this.nameTextBox.Location = new System.Drawing.Point(80, 0);
|
---|
| 55 | this.nameTextBox.Size = new System.Drawing.Size(306, 20);
|
---|
| 56 | //
|
---|
| 57 | // descriptionTextBox
|
---|
| 58 | //
|
---|
| 59 | this.descriptionTextBox.Location = new System.Drawing.Point(80, 26);
|
---|
[2917] | 60 | this.descriptionTextBox.Size = new System.Drawing.Size(306, 20);
|
---|
[2740] | 61 | //
|
---|
| 62 | // valueGroupBox
|
---|
| 63 | //
|
---|
[4522] | 64 | this.valueGroupBox.AllowDrop = true;
|
---|
[2740] | 65 | this.valueGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 66 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 67 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[4332] | 68 | this.valueGroupBox.Controls.Add(this.showInRunCheckBox);
|
---|
[4011] | 69 | this.valueGroupBox.Controls.Add(this.valueViewHost);
|
---|
[2948] | 70 | this.valueGroupBox.Controls.Add(this.clearValueButton);
|
---|
| 71 | this.valueGroupBox.Controls.Add(this.setValueButton);
|
---|
[2917] | 72 | this.valueGroupBox.Location = new System.Drawing.Point(0, 78);
|
---|
[2740] | 73 | this.valueGroupBox.Name = "valueGroupBox";
|
---|
[2917] | 74 | this.valueGroupBox.Size = new System.Drawing.Size(386, 237);
|
---|
[2756] | 75 | this.valueGroupBox.TabIndex = 6;
|
---|
[2740] | 76 | this.valueGroupBox.TabStop = false;
|
---|
[2924] | 77 | this.valueGroupBox.Text = "Value";
|
---|
[4522] | 78 | this.valueGroupBox.DragDrop += new System.Windows.Forms.DragEventHandler(this.valueGroupBox_DragDrop);
|
---|
| 79 | this.valueGroupBox.DragEnter += new System.Windows.Forms.DragEventHandler(this.valueGroupBox_DragEnterOver);
|
---|
| 80 | this.valueGroupBox.DragOver += new System.Windows.Forms.DragEventHandler(this.valueGroupBox_DragEnterOver);
|
---|
[2740] | 81 | //
|
---|
[4332] | 82 | // showInRunCheckBox
|
---|
[2740] | 83 | //
|
---|
[4332] | 84 | this.showInRunCheckBox.AutoSize = true;
|
---|
| 85 | this.showInRunCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
| 86 | this.showInRunCheckBox.Checked = true;
|
---|
| 87 | this.showInRunCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
| 88 | this.showInRunCheckBox.Location = new System.Drawing.Point(66, 24);
|
---|
| 89 | this.showInRunCheckBox.Name = "showInRunCheckBox";
|
---|
| 90 | this.showInRunCheckBox.Size = new System.Drawing.Size(90, 17);
|
---|
| 91 | this.showInRunCheckBox.TabIndex = 2;
|
---|
| 92 | this.showInRunCheckBox.Text = "&Show in Run:";
|
---|
| 93 | this.toolTip.SetToolTip(this.showInRunCheckBox, "Check to show the value of this parameter in each run.");
|
---|
| 94 | this.showInRunCheckBox.UseVisualStyleBackColor = true;
|
---|
| 95 | this.showInRunCheckBox.CheckedChanged += new System.EventHandler(this.showInRunCheckBox_CheckedChanged);
|
---|
| 96 | //
|
---|
| 97 | // valueViewHost
|
---|
| 98 | //
|
---|
[4011] | 99 | this.valueViewHost.AllowDrop = true;
|
---|
| 100 | this.valueViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
[2740] | 101 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 102 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[4332] | 103 | this.valueViewHost.Caption = "View";
|
---|
| 104 | this.valueViewHost.Content = null;
|
---|
[4011] | 105 | this.valueViewHost.Location = new System.Drawing.Point(6, 49);
|
---|
[4332] | 106 | this.valueViewHost.Name = "valueViewHost";
|
---|
| 107 | this.valueViewHost.ReadOnly = false;
|
---|
[4011] | 108 | this.valueViewHost.Size = new System.Drawing.Size(374, 182);
|
---|
[4332] | 109 | this.valueViewHost.TabIndex = 3;
|
---|
[5237] | 110 | this.valueViewHost.ViewType = null;
|
---|
[2740] | 111 | //
|
---|
[2948] | 112 | // clearValueButton
|
---|
| 113 | //
|
---|
| 114 | this.clearValueButton.Enabled = false;
|
---|
[5287] | 115 | this.clearValueButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
|
---|
[2948] | 116 | this.clearValueButton.Location = new System.Drawing.Point(36, 19);
|
---|
| 117 | this.clearValueButton.Name = "clearValueButton";
|
---|
| 118 | this.clearValueButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 119 | this.clearValueButton.TabIndex = 1;
|
---|
| 120 | this.toolTip.SetToolTip(this.clearValueButton, "Clear Value");
|
---|
| 121 | this.clearValueButton.UseVisualStyleBackColor = true;
|
---|
[4332] | 122 | this.clearValueButton.Click += new System.EventHandler(this.clearValueButton_Click);
|
---|
[2948] | 123 | //
|
---|
| 124 | // setValueButton
|
---|
| 125 | //
|
---|
[5287] | 126 | this.setValueButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Edit;
|
---|
[2948] | 127 | this.setValueButton.Location = new System.Drawing.Point(6, 19);
|
---|
| 128 | this.setValueButton.Name = "setValueButton";
|
---|
| 129 | this.setValueButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 130 | this.setValueButton.TabIndex = 0;
|
---|
| 131 | this.toolTip.SetToolTip(this.setValueButton, "Set Value");
|
---|
| 132 | this.setValueButton.UseVisualStyleBackColor = true;
|
---|
[4332] | 133 | this.setValueButton.Click += new System.EventHandler(this.setValueButton_Click);
|
---|
[2948] | 134 | //
|
---|
[2756] | 135 | // ValueParameterView
|
---|
[2740] | 136 | //
|
---|
| 137 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 138 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 139 | this.Controls.Add(this.valueGroupBox);
|
---|
[2756] | 140 | this.Name = "ValueParameterView";
|
---|
[2740] | 141 | this.Size = new System.Drawing.Size(386, 315);
|
---|
| 142 | this.Controls.SetChildIndex(this.descriptionTextBox, 0);
|
---|
| 143 | this.Controls.SetChildIndex(this.descriptionLabel, 0);
|
---|
| 144 | this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
|
---|
| 145 | this.Controls.SetChildIndex(this.dataTypeLabel, 0);
|
---|
| 146 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 147 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 148 | this.Controls.SetChildIndex(this.valueGroupBox, 0);
|
---|
| 149 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 150 | this.valueGroupBox.ResumeLayout(false);
|
---|
[4332] | 151 | this.valueGroupBox.PerformLayout();
|
---|
[2740] | 152 | this.ResumeLayout(false);
|
---|
| 153 | this.PerformLayout();
|
---|
| 154 |
|
---|
| 155 | }
|
---|
| 156 |
|
---|
| 157 | #endregion
|
---|
| 158 |
|
---|
| 159 | protected System.Windows.Forms.GroupBox valueGroupBox;
|
---|
[4011] | 160 | protected HeuristicLab.MainForm.WindowsForms.ViewHost valueViewHost;
|
---|
[2948] | 161 | protected System.Windows.Forms.Button setValueButton;
|
---|
| 162 | protected System.Windows.Forms.Button clearValueButton;
|
---|
[4332] | 163 | protected System.Windows.Forms.CheckBox showInRunCheckBox;
|
---|
[2740] | 164 | }
|
---|
| 165 | }
|
---|