1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
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 {
|
---|
23 | partial class ConstrainedValueParameterView<T> {
|
---|
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 (components != null) components.Dispose();
|
---|
36 | }
|
---|
37 | base.Dispose(disposing);
|
---|
38 | }
|
---|
39 |
|
---|
40 | #region Component Designer generated code
|
---|
41 |
|
---|
42 | /// <summary>
|
---|
43 | /// Required method for Designer support - do not modify
|
---|
44 | /// the contents of this method with the code editor.
|
---|
45 | /// </summary>
|
---|
46 | private void InitializeComponent() {
|
---|
47 | this.valueGroupBox = new System.Windows.Forms.GroupBox();
|
---|
48 | this.showInRunCheckBox = new System.Windows.Forms.CheckBox();
|
---|
49 | this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
50 | this.valueComboBox = new System.Windows.Forms.ComboBox();
|
---|
51 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
52 | this.valueGroupBox.SuspendLayout();
|
---|
53 | this.SuspendLayout();
|
---|
54 | //
|
---|
55 | // dataTypeLabel
|
---|
56 | //
|
---|
57 | this.dataTypeLabel.Location = new System.Drawing.Point(3, 29);
|
---|
58 | this.dataTypeLabel.TabIndex = 3;
|
---|
59 | //
|
---|
60 | // dataTypeTextBox
|
---|
61 | //
|
---|
62 | this.dataTypeTextBox.Location = new System.Drawing.Point(69, 26);
|
---|
63 | this.dataTypeTextBox.Size = new System.Drawing.Size(317, 20);
|
---|
64 | this.dataTypeTextBox.TabIndex = 4;
|
---|
65 | //
|
---|
66 | // nameTextBox
|
---|
67 | //
|
---|
68 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
69 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
70 | this.nameTextBox.Location = new System.Drawing.Point(69, 0);
|
---|
71 | this.nameTextBox.Size = new System.Drawing.Size(292, 20);
|
---|
72 | //
|
---|
73 | // infoLabel
|
---|
74 | //
|
---|
75 | this.infoLabel.Location = new System.Drawing.Point(367, 3);
|
---|
76 | //
|
---|
77 | // valueGroupBox
|
---|
78 | //
|
---|
79 | this.valueGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
80 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
81 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
82 | this.valueGroupBox.Controls.Add(this.showInRunCheckBox);
|
---|
83 | this.valueGroupBox.Controls.Add(this.viewHost);
|
---|
84 | this.valueGroupBox.Controls.Add(this.valueComboBox);
|
---|
85 | this.valueGroupBox.Location = new System.Drawing.Point(0, 52);
|
---|
86 | this.valueGroupBox.Name = "valueGroupBox";
|
---|
87 | this.valueGroupBox.Size = new System.Drawing.Size(386, 263);
|
---|
88 | this.valueGroupBox.TabIndex = 5;
|
---|
89 | this.valueGroupBox.TabStop = false;
|
---|
90 | this.valueGroupBox.Text = "Value";
|
---|
91 | //
|
---|
92 | // showInRunCheckBox
|
---|
93 | //
|
---|
94 | this.showInRunCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
95 | this.showInRunCheckBox.AutoSize = true;
|
---|
96 | this.showInRunCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
97 | this.showInRunCheckBox.Checked = true;
|
---|
98 | this.showInRunCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
99 | this.showInRunCheckBox.Location = new System.Drawing.Point(290, 21);
|
---|
100 | this.showInRunCheckBox.Name = "showInRunCheckBox";
|
---|
101 | this.showInRunCheckBox.Size = new System.Drawing.Size(90, 17);
|
---|
102 | this.showInRunCheckBox.TabIndex = 1;
|
---|
103 | this.showInRunCheckBox.Text = "&Show in Run:";
|
---|
104 | this.toolTip.SetToolTip(this.showInRunCheckBox, "Check to show the value of this parameter in each run.");
|
---|
105 | this.showInRunCheckBox.UseVisualStyleBackColor = true;
|
---|
106 | this.showInRunCheckBox.CheckedChanged += new System.EventHandler(this.showInRunCheckBox_CheckedChanged);
|
---|
107 | //
|
---|
108 | // viewHost
|
---|
109 | //
|
---|
110 | this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
111 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
112 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
113 | this.viewHost.Caption = "View";
|
---|
114 | this.viewHost.Content = null;
|
---|
115 | this.viewHost.Enabled = false;
|
---|
116 | this.viewHost.Location = new System.Drawing.Point(6, 46);
|
---|
117 | this.viewHost.Name = "viewHost";
|
---|
118 | this.viewHost.ReadOnly = false;
|
---|
119 | this.viewHost.Size = new System.Drawing.Size(374, 211);
|
---|
120 | this.viewHost.TabIndex = 2;
|
---|
121 | this.viewHost.ViewsLabelVisible = true;
|
---|
122 | this.viewHost.ViewType = null;
|
---|
123 | //
|
---|
124 | // valueComboBox
|
---|
125 | //
|
---|
126 | this.valueComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
127 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
128 | this.valueComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
129 | this.valueComboBox.FormattingEnabled = true;
|
---|
130 | this.valueComboBox.Location = new System.Drawing.Point(6, 19);
|
---|
131 | this.valueComboBox.Name = "valueComboBox";
|
---|
132 | this.valueComboBox.Size = new System.Drawing.Size(278, 21);
|
---|
133 | this.valueComboBox.TabIndex = 0;
|
---|
134 | this.toolTip.SetToolTip(this.valueComboBox, "Selected Value");
|
---|
135 | this.valueComboBox.SelectedIndexChanged += new System.EventHandler(this.valueComboBox_SelectedIndexChanged);
|
---|
136 | //
|
---|
137 | // ConstrainedValueParameterView
|
---|
138 | //
|
---|
139 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
140 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
141 | this.Controls.Add(this.valueGroupBox);
|
---|
142 | this.Name = "ConstrainedValueParameterView";
|
---|
143 | this.Size = new System.Drawing.Size(386, 315);
|
---|
144 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
145 | this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
|
---|
146 | this.Controls.SetChildIndex(this.dataTypeLabel, 0);
|
---|
147 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
148 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
149 | this.Controls.SetChildIndex(this.valueGroupBox, 0);
|
---|
150 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
151 | this.valueGroupBox.ResumeLayout(false);
|
---|
152 | this.valueGroupBox.PerformLayout();
|
---|
153 | this.ResumeLayout(false);
|
---|
154 | this.PerformLayout();
|
---|
155 |
|
---|
156 | }
|
---|
157 |
|
---|
158 | #endregion
|
---|
159 |
|
---|
160 | protected System.Windows.Forms.GroupBox valueGroupBox;
|
---|
161 | protected HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
|
---|
162 | protected System.Windows.Forms.ComboBox valueComboBox;
|
---|
163 | protected System.Windows.Forms.CheckBox showInRunCheckBox;
|
---|
164 | }
|
---|
165 | }
|
---|