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