[2740] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[14185] | 3 | * Copyright (C) 2002-2016 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 | //
|
---|
[5832] | 45 | // dataTypeLabel
|
---|
| 46 | //
|
---|
| 47 | this.dataTypeLabel.Location = new System.Drawing.Point(3, 29);
|
---|
| 48 | this.dataTypeLabel.TabIndex = 3;
|
---|
| 49 | //
|
---|
[2740] | 50 | // dataTypeTextBox
|
---|
| 51 | //
|
---|
[5832] | 52 | this.dataTypeTextBox.Location = new System.Drawing.Point(69, 26);
|
---|
| 53 | this.dataTypeTextBox.Size = new System.Drawing.Size(317, 20);
|
---|
| 54 | this.dataTypeTextBox.TabIndex = 4;
|
---|
[2740] | 55 | //
|
---|
| 56 | // nameTextBox
|
---|
| 57 | //
|
---|
| 58 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 59 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
[5832] | 60 | this.nameTextBox.Location = new System.Drawing.Point(69, 0);
|
---|
| 61 | this.nameTextBox.Size = new System.Drawing.Size(292, 20);
|
---|
[2740] | 62 | //
|
---|
[5832] | 63 | // infoLabel
|
---|
[2740] | 64 | //
|
---|
[5832] | 65 | this.infoLabel.Location = new System.Drawing.Point(367, 3);
|
---|
[2740] | 66 | //
|
---|
| 67 | // valueGroupBox
|
---|
| 68 | //
|
---|
[4522] | 69 | this.valueGroupBox.AllowDrop = true;
|
---|
[2740] | 70 | this.valueGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 71 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 72 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[4332] | 73 | this.valueGroupBox.Controls.Add(this.showInRunCheckBox);
|
---|
[4011] | 74 | this.valueGroupBox.Controls.Add(this.valueViewHost);
|
---|
[2948] | 75 | this.valueGroupBox.Controls.Add(this.clearValueButton);
|
---|
| 76 | this.valueGroupBox.Controls.Add(this.setValueButton);
|
---|
[5832] | 77 | this.valueGroupBox.Location = new System.Drawing.Point(0, 52);
|
---|
[2740] | 78 | this.valueGroupBox.Name = "valueGroupBox";
|
---|
[5832] | 79 | this.valueGroupBox.Size = new System.Drawing.Size(386, 263);
|
---|
| 80 | this.valueGroupBox.TabIndex = 5;
|
---|
[2740] | 81 | this.valueGroupBox.TabStop = false;
|
---|
[2924] | 82 | this.valueGroupBox.Text = "Value";
|
---|
[4522] | 83 | this.valueGroupBox.DragDrop += new System.Windows.Forms.DragEventHandler(this.valueGroupBox_DragDrop);
|
---|
| 84 | this.valueGroupBox.DragEnter += new System.Windows.Forms.DragEventHandler(this.valueGroupBox_DragEnterOver);
|
---|
| 85 | this.valueGroupBox.DragOver += new System.Windows.Forms.DragEventHandler(this.valueGroupBox_DragEnterOver);
|
---|
[2740] | 86 | //
|
---|
[4332] | 87 | // showInRunCheckBox
|
---|
[2740] | 88 | //
|
---|
[4332] | 89 | this.showInRunCheckBox.AutoSize = true;
|
---|
| 90 | this.showInRunCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
| 91 | this.showInRunCheckBox.Checked = true;
|
---|
| 92 | this.showInRunCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
| 93 | this.showInRunCheckBox.Location = new System.Drawing.Point(66, 24);
|
---|
| 94 | this.showInRunCheckBox.Name = "showInRunCheckBox";
|
---|
| 95 | this.showInRunCheckBox.Size = new System.Drawing.Size(90, 17);
|
---|
| 96 | this.showInRunCheckBox.TabIndex = 2;
|
---|
| 97 | this.showInRunCheckBox.Text = "&Show in Run:";
|
---|
| 98 | this.toolTip.SetToolTip(this.showInRunCheckBox, "Check to show the value of this parameter in each run.");
|
---|
| 99 | this.showInRunCheckBox.UseVisualStyleBackColor = true;
|
---|
| 100 | this.showInRunCheckBox.CheckedChanged += new System.EventHandler(this.showInRunCheckBox_CheckedChanged);
|
---|
| 101 | //
|
---|
| 102 | // valueViewHost
|
---|
| 103 | //
|
---|
[4011] | 104 | this.valueViewHost.AllowDrop = true;
|
---|
| 105 | this.valueViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
[2740] | 106 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 107 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[4332] | 108 | this.valueViewHost.Caption = "View";
|
---|
| 109 | this.valueViewHost.Content = null;
|
---|
[5832] | 110 | this.valueViewHost.Enabled = false;
|
---|
[4011] | 111 | this.valueViewHost.Location = new System.Drawing.Point(6, 49);
|
---|
[4332] | 112 | this.valueViewHost.Name = "valueViewHost";
|
---|
| 113 | this.valueViewHost.ReadOnly = false;
|
---|
[5832] | 114 | this.valueViewHost.Size = new System.Drawing.Size(374, 208);
|
---|
[4332] | 115 | this.valueViewHost.TabIndex = 3;
|
---|
[5832] | 116 | this.valueViewHost.ViewsLabelVisible = true;
|
---|
[5237] | 117 | this.valueViewHost.ViewType = null;
|
---|
[2740] | 118 | //
|
---|
[2948] | 119 | // clearValueButton
|
---|
| 120 | //
|
---|
| 121 | this.clearValueButton.Enabled = false;
|
---|
[5287] | 122 | this.clearValueButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
|
---|
[2948] | 123 | this.clearValueButton.Location = new System.Drawing.Point(36, 19);
|
---|
| 124 | this.clearValueButton.Name = "clearValueButton";
|
---|
| 125 | this.clearValueButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 126 | this.clearValueButton.TabIndex = 1;
|
---|
| 127 | this.toolTip.SetToolTip(this.clearValueButton, "Clear Value");
|
---|
| 128 | this.clearValueButton.UseVisualStyleBackColor = true;
|
---|
[4332] | 129 | this.clearValueButton.Click += new System.EventHandler(this.clearValueButton_Click);
|
---|
[2948] | 130 | //
|
---|
| 131 | // setValueButton
|
---|
| 132 | //
|
---|
[5287] | 133 | this.setValueButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Edit;
|
---|
[2948] | 134 | this.setValueButton.Location = new System.Drawing.Point(6, 19);
|
---|
| 135 | this.setValueButton.Name = "setValueButton";
|
---|
| 136 | this.setValueButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 137 | this.setValueButton.TabIndex = 0;
|
---|
| 138 | this.toolTip.SetToolTip(this.setValueButton, "Set Value");
|
---|
| 139 | this.setValueButton.UseVisualStyleBackColor = true;
|
---|
[4332] | 140 | this.setValueButton.Click += new System.EventHandler(this.setValueButton_Click);
|
---|
[2948] | 141 | //
|
---|
[2756] | 142 | // ValueParameterView
|
---|
[2740] | 143 | //
|
---|
| 144 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[7967] | 145 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[2740] | 146 | this.Controls.Add(this.valueGroupBox);
|
---|
[2756] | 147 | this.Name = "ValueParameterView";
|
---|
[2740] | 148 | this.Size = new System.Drawing.Size(386, 315);
|
---|
[5832] | 149 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
[2740] | 150 | this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
|
---|
| 151 | this.Controls.SetChildIndex(this.dataTypeLabel, 0);
|
---|
| 152 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 153 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 154 | this.Controls.SetChildIndex(this.valueGroupBox, 0);
|
---|
| 155 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 156 | this.valueGroupBox.ResumeLayout(false);
|
---|
[4332] | 157 | this.valueGroupBox.PerformLayout();
|
---|
[2740] | 158 | this.ResumeLayout(false);
|
---|
| 159 | this.PerformLayout();
|
---|
| 160 |
|
---|
| 161 | }
|
---|
| 162 |
|
---|
| 163 | #endregion
|
---|
| 164 |
|
---|
| 165 | protected System.Windows.Forms.GroupBox valueGroupBox;
|
---|
[4011] | 166 | protected HeuristicLab.MainForm.WindowsForms.ViewHost valueViewHost;
|
---|
[2948] | 167 | protected System.Windows.Forms.Button setValueButton;
|
---|
| 168 | protected System.Windows.Forms.Button clearValueButton;
|
---|
[4332] | 169 | protected System.Windows.Forms.CheckBox showInRunCheckBox;
|
---|
[2740] | 170 | }
|
---|
| 171 | }
|
---|