[12764] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[17180] | 3 | * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[12764] | 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.Optimization.Views {
|
---|
| 23 | partial class ResultParameterView<T> {
|
---|
| 24 | /// <summary>
|
---|
| 25 | /// Required designer variable.
|
---|
| 26 | /// </summary>
|
---|
| 27 | private System.ComponentModel.IContainer components = null;
|
---|
[14058] | 28 |
|
---|
[12764] | 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() {
|
---|
[14058] | 36 | this.resultCollectionNameTextBox = new System.Windows.Forms.TextBox();
|
---|
| 37 | this.resultCollectionNameLabel = new System.Windows.Forms.Label();
|
---|
| 38 | this.defaultValueGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 39 | this.removeDefaultValueButton = new System.Windows.Forms.Button();
|
---|
| 40 | this.setDefaultValueButton = new System.Windows.Forms.Button();
|
---|
| 41 | this.defaultValueViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[12764] | 42 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
[14058] | 43 | this.defaultValueGroupBox.SuspendLayout();
|
---|
[12764] | 44 | this.SuspendLayout();
|
---|
| 45 | //
|
---|
[14058] | 46 | // actualNameTextBox
|
---|
[12764] | 47 | //
|
---|
[14058] | 48 | this.actualNameTextBox.Location = new System.Drawing.Point(98, 26);
|
---|
| 49 | this.actualNameTextBox.Size = new System.Drawing.Size(288, 20);
|
---|
[12764] | 50 | //
|
---|
| 51 | // dataTypeTextBox
|
---|
| 52 | //
|
---|
[14058] | 53 | this.dataTypeTextBox.Location = new System.Drawing.Point(98, 52);
|
---|
| 54 | this.dataTypeTextBox.Size = new System.Drawing.Size(288, 20);
|
---|
[12764] | 55 | //
|
---|
| 56 | // nameTextBox
|
---|
| 57 | //
|
---|
| 58 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 59 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
[14058] | 60 | this.nameTextBox.Location = new System.Drawing.Point(98, 0);
|
---|
| 61 | this.nameTextBox.Size = new System.Drawing.Size(263, 20);
|
---|
[12764] | 62 | //
|
---|
[14058] | 63 | // resultCollectionNameTextBox
|
---|
[12764] | 64 | //
|
---|
[14058] | 65 | this.resultCollectionNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 66 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 67 | this.resultCollectionNameTextBox.Location = new System.Drawing.Point(98, 78);
|
---|
| 68 | this.resultCollectionNameTextBox.Name = "resultCollectionNameTextBox";
|
---|
| 69 | this.resultCollectionNameTextBox.Size = new System.Drawing.Size(288, 20);
|
---|
| 70 | this.resultCollectionNameTextBox.TabIndex = 6;
|
---|
| 71 | this.resultCollectionNameTextBox.Validated += new System.EventHandler(this.resultNameTextBox_Validated);
|
---|
[12764] | 72 | //
|
---|
[14058] | 73 | // resultCollectionNameLabel
|
---|
[12764] | 74 | //
|
---|
[14058] | 75 | this.resultCollectionNameLabel.AutoSize = true;
|
---|
| 76 | this.resultCollectionNameLabel.Location = new System.Drawing.Point(3, 81);
|
---|
| 77 | this.resultCollectionNameLabel.Name = "resultCollectionNameLabel";
|
---|
| 78 | this.resultCollectionNameLabel.Size = new System.Drawing.Size(89, 13);
|
---|
| 79 | this.resultCollectionNameLabel.TabIndex = 5;
|
---|
| 80 | this.resultCollectionNameLabel.Text = "&Result Collection:";
|
---|
[12764] | 81 | //
|
---|
[14058] | 82 | // defaultValueGroupBox
|
---|
[12764] | 83 | //
|
---|
[14058] | 84 | this.defaultValueGroupBox.AllowDrop = true;
|
---|
| 85 | this.defaultValueGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 86 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 87 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 88 | this.defaultValueGroupBox.Controls.Add(this.removeDefaultValueButton);
|
---|
| 89 | this.defaultValueGroupBox.Controls.Add(this.setDefaultValueButton);
|
---|
| 90 | this.defaultValueGroupBox.Controls.Add(this.defaultValueViewHost);
|
---|
| 91 | this.defaultValueGroupBox.Location = new System.Drawing.Point(0, 104);
|
---|
| 92 | this.defaultValueGroupBox.Name = "defaultValueGroupBox";
|
---|
| 93 | this.defaultValueGroupBox.Size = new System.Drawing.Size(386, 222);
|
---|
| 94 | this.defaultValueGroupBox.TabIndex = 7;
|
---|
| 95 | this.defaultValueGroupBox.TabStop = false;
|
---|
| 96 | this.defaultValueGroupBox.Text = "Default Value";
|
---|
| 97 | this.defaultValueGroupBox.DragDrop += new System.Windows.Forms.DragEventHandler(this.defaultValueGroupBox_DragDrop);
|
---|
| 98 | this.defaultValueGroupBox.DragEnter += new System.Windows.Forms.DragEventHandler(this.defaultValueGroupBox_DragEnterOver);
|
---|
| 99 | this.defaultValueGroupBox.DragOver += new System.Windows.Forms.DragEventHandler(this.defaultValueGroupBox_DragEnterOver);
|
---|
[12764] | 100 | //
|
---|
[14058] | 101 | // removeDefaultValueButton
|
---|
[12764] | 102 | //
|
---|
[14058] | 103 | this.removeDefaultValueButton.Location = new System.Drawing.Point(38, 19);
|
---|
| 104 | this.removeDefaultValueButton.Name = "removeDefaultValueButton";
|
---|
| 105 | this.removeDefaultValueButton.Size = new System.Drawing.Size(26, 23);
|
---|
| 106 | this.removeDefaultValueButton.TabIndex = 1;
|
---|
| 107 | this.removeDefaultValueButton.Text = "Remove";
|
---|
| 108 | this.removeDefaultValueButton.UseVisualStyleBackColor = true;
|
---|
| 109 | this.removeDefaultValueButton.Click += new System.EventHandler(this.removeDefaultValueButton_Click);
|
---|
[12764] | 110 | //
|
---|
[14058] | 111 | // setDefaultValueButton
|
---|
[12764] | 112 | //
|
---|
[14058] | 113 | this.setDefaultValueButton.Location = new System.Drawing.Point(6, 19);
|
---|
| 114 | this.setDefaultValueButton.Name = "setDefaultValueButton";
|
---|
| 115 | this.setDefaultValueButton.Size = new System.Drawing.Size(26, 23);
|
---|
| 116 | this.setDefaultValueButton.TabIndex = 1;
|
---|
| 117 | this.setDefaultValueButton.Text = "Set";
|
---|
| 118 | this.setDefaultValueButton.UseVisualStyleBackColor = true;
|
---|
| 119 | this.setDefaultValueButton.Click += new System.EventHandler(this.setDefaultValueButton_Click);
|
---|
[12764] | 120 | //
|
---|
[14058] | 121 | // defaultValueViewHost
|
---|
[12764] | 122 | //
|
---|
[14058] | 123 | this.defaultValueViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 124 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 125 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 126 | this.defaultValueViewHost.Caption = "View";
|
---|
| 127 | this.defaultValueViewHost.Content = null;
|
---|
| 128 | this.defaultValueViewHost.Enabled = false;
|
---|
| 129 | this.defaultValueViewHost.Location = new System.Drawing.Point(6, 48);
|
---|
| 130 | this.defaultValueViewHost.Name = "defaultValueViewHost";
|
---|
| 131 | this.defaultValueViewHost.ReadOnly = false;
|
---|
| 132 | this.defaultValueViewHost.Size = new System.Drawing.Size(374, 168);
|
---|
| 133 | this.defaultValueViewHost.TabIndex = 0;
|
---|
| 134 | this.defaultValueViewHost.ViewsLabelVisible = true;
|
---|
| 135 | this.defaultValueViewHost.ViewType = null;
|
---|
| 136 | //
|
---|
| 137 | // ResultParameterView
|
---|
| 138 | //
|
---|
[12764] | 139 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[14058] | 140 | this.Controls.Add(this.defaultValueGroupBox);
|
---|
| 141 | this.Controls.Add(this.resultCollectionNameTextBox);
|
---|
| 142 | this.Controls.Add(this.resultCollectionNameLabel);
|
---|
[12764] | 143 | this.Name = "ResultParameterView";
|
---|
[14058] | 144 | this.Size = new System.Drawing.Size(386, 326);
|
---|
[12764] | 145 | this.Controls.SetChildIndex(this.dataTypeLabel, 0);
|
---|
| 146 | this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
|
---|
| 147 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
| 148 | this.Controls.SetChildIndex(this.actualNameLabel, 0);
|
---|
| 149 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 150 | this.Controls.SetChildIndex(this.actualNameTextBox, 0);
|
---|
| 151 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
[14058] | 152 | this.Controls.SetChildIndex(this.resultCollectionNameLabel, 0);
|
---|
| 153 | this.Controls.SetChildIndex(this.resultCollectionNameTextBox, 0);
|
---|
| 154 | this.Controls.SetChildIndex(this.defaultValueGroupBox, 0);
|
---|
[12764] | 155 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[14058] | 156 | this.defaultValueGroupBox.ResumeLayout(false);
|
---|
[12764] | 157 | this.ResumeLayout(false);
|
---|
| 158 | this.PerformLayout();
|
---|
| 159 |
|
---|
| 160 | }
|
---|
| 161 |
|
---|
| 162 | #endregion
|
---|
| 163 |
|
---|
[14058] | 164 | protected System.Windows.Forms.TextBox resultCollectionNameTextBox;
|
---|
| 165 | protected System.Windows.Forms.Label resultCollectionNameLabel;
|
---|
| 166 | private System.Windows.Forms.GroupBox defaultValueGroupBox;
|
---|
| 167 | private MainForm.WindowsForms.ViewHost defaultValueViewHost;
|
---|
| 168 | private System.Windows.Forms.Button removeDefaultValueButton;
|
---|
| 169 | private System.Windows.Forms.Button setDefaultValueButton;
|
---|
[12764] | 170 | }
|
---|
| 171 | }
|
---|