1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2010 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.VS2010Wizards {
|
---|
23 | partial class ParametersControl {
|
---|
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 && (components != null)) {
|
---|
35 | 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.parametersListView = new System.Windows.Forms.ListView();
|
---|
48 | this.nameColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
---|
49 | this.typeColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
---|
50 | this.dataTypeColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
---|
51 | this.descriptionColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
---|
52 | this.defaultValueColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
---|
53 | this.downButton = new System.Windows.Forms.Button();
|
---|
54 | this.upButton = new System.Windows.Forms.Button();
|
---|
55 | this.removeButton = new System.Windows.Forms.Button();
|
---|
56 | this.addButton = new System.Windows.Forms.Button();
|
---|
57 | this.parameterTypeComboBox = new System.Windows.Forms.ComboBox();
|
---|
58 | this.customInputTextBox = new System.Windows.Forms.TextBox();
|
---|
59 | this.SuspendLayout();
|
---|
60 | //
|
---|
61 | // parametersListView
|
---|
62 | //
|
---|
63 | this.parametersListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
64 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
65 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
66 | this.parametersListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
---|
67 | this.nameColumnHeader,
|
---|
68 | this.typeColumnHeader,
|
---|
69 | this.dataTypeColumnHeader,
|
---|
70 | this.descriptionColumnHeader,
|
---|
71 | this.defaultValueColumnHeader});
|
---|
72 | this.parametersListView.FullRowSelect = true;
|
---|
73 | this.parametersListView.GridLines = true;
|
---|
74 | this.parametersListView.HideSelection = false;
|
---|
75 | this.parametersListView.Location = new System.Drawing.Point(35, 3);
|
---|
76 | this.parametersListView.MultiSelect = false;
|
---|
77 | this.parametersListView.Name = "parametersListView";
|
---|
78 | this.parametersListView.Size = new System.Drawing.Size(701, 250);
|
---|
79 | this.parametersListView.TabIndex = 4;
|
---|
80 | this.parametersListView.UseCompatibleStateImageBehavior = false;
|
---|
81 | this.parametersListView.View = System.Windows.Forms.View.Details;
|
---|
82 | this.parametersListView.SelectedIndexChanged += new System.EventHandler(this.parametersListView_SelectedIndexChanged);
|
---|
83 | this.parametersListView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.parametersListView_MouseDoubleClick);
|
---|
84 | //
|
---|
85 | // nameColumnHeader
|
---|
86 | //
|
---|
87 | this.nameColumnHeader.Text = "Name";
|
---|
88 | this.nameColumnHeader.Width = 133;
|
---|
89 | //
|
---|
90 | // typeColumnHeader
|
---|
91 | //
|
---|
92 | this.typeColumnHeader.Text = "Type";
|
---|
93 | //
|
---|
94 | // dataTypeColumnHeader
|
---|
95 | //
|
---|
96 | this.dataTypeColumnHeader.Text = "Data Type";
|
---|
97 | this.dataTypeColumnHeader.Width = 100;
|
---|
98 | //
|
---|
99 | // descriptionColumnHeader
|
---|
100 | //
|
---|
101 | this.descriptionColumnHeader.Text = "Description";
|
---|
102 | this.descriptionColumnHeader.Width = 275;
|
---|
103 | //
|
---|
104 | // defaultValueColumnHeader
|
---|
105 | //
|
---|
106 | this.defaultValueColumnHeader.Text = "Default Value";
|
---|
107 | this.defaultValueColumnHeader.Width = 129;
|
---|
108 | //
|
---|
109 | // downButton
|
---|
110 | //
|
---|
111 | this.downButton.Enabled = false;
|
---|
112 | this.downButton.Image = global::HeuristicLab.VS2010Wizards.Properties.Resources.VS2008ImageLibrary_CommonElements_Objects_Arrow_Down;
|
---|
113 | this.downButton.Location = new System.Drawing.Point(3, 90);
|
---|
114 | this.downButton.Name = "downButton";
|
---|
115 | this.downButton.Size = new System.Drawing.Size(26, 26);
|
---|
116 | this.downButton.TabIndex = 3;
|
---|
117 | this.downButton.UseVisualStyleBackColor = true;
|
---|
118 | this.downButton.Click += new System.EventHandler(this.downButton_Click);
|
---|
119 | //
|
---|
120 | // upButton
|
---|
121 | //
|
---|
122 | this.upButton.Enabled = false;
|
---|
123 | this.upButton.Image = global::HeuristicLab.VS2010Wizards.Properties.Resources.VS2008ImageLibrary_CommonElements_Objects_Arrow_Up;
|
---|
124 | this.upButton.Location = new System.Drawing.Point(3, 61);
|
---|
125 | this.upButton.Name = "upButton";
|
---|
126 | this.upButton.Size = new System.Drawing.Size(26, 26);
|
---|
127 | this.upButton.TabIndex = 2;
|
---|
128 | this.upButton.UseVisualStyleBackColor = true;
|
---|
129 | this.upButton.Click += new System.EventHandler(this.upButton_Click);
|
---|
130 | //
|
---|
131 | // removeButton
|
---|
132 | //
|
---|
133 | this.removeButton.Enabled = false;
|
---|
134 | this.removeButton.Image = global::HeuristicLab.VS2010Wizards.Properties.Resources.VS2008ImageLibrary_Actions_Delete;
|
---|
135 | this.removeButton.Location = new System.Drawing.Point(3, 32);
|
---|
136 | this.removeButton.Name = "removeButton";
|
---|
137 | this.removeButton.Size = new System.Drawing.Size(26, 26);
|
---|
138 | this.removeButton.TabIndex = 1;
|
---|
139 | this.removeButton.UseVisualStyleBackColor = true;
|
---|
140 | this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
|
---|
141 | //
|
---|
142 | // addButton
|
---|
143 | //
|
---|
144 | this.addButton.Image = global::HeuristicLab.VS2010Wizards.Properties.Resources.VS2008ImageLibrary_CommonElements_Actions_Add;
|
---|
145 | this.addButton.Location = new System.Drawing.Point(3, 3);
|
---|
146 | this.addButton.Name = "addButton";
|
---|
147 | this.addButton.Size = new System.Drawing.Size(26, 26);
|
---|
148 | this.addButton.TabIndex = 0;
|
---|
149 | this.addButton.UseVisualStyleBackColor = true;
|
---|
150 | this.addButton.Click += new System.EventHandler(this.addButton_Click);
|
---|
151 | //
|
---|
152 | // parameterTypeComboBox
|
---|
153 | //
|
---|
154 | this.parameterTypeComboBox.FormattingEnabled = true;
|
---|
155 | this.parameterTypeComboBox.Items.AddRange(new object[] {
|
---|
156 | "",
|
---|
157 | "Value",
|
---|
158 | "Lookup",
|
---|
159 | "ValueLookup",
|
---|
160 | "OptionalValue",
|
---|
161 | "ConstrainedValue",
|
---|
162 | "OptionalConstrainedValue",
|
---|
163 | "ScopeTreeLookup"});
|
---|
164 | this.parameterTypeComboBox.Location = new System.Drawing.Point(3, 232);
|
---|
165 | this.parameterTypeComboBox.Name = "parameterTypeComboBox";
|
---|
166 | this.parameterTypeComboBox.Size = new System.Drawing.Size(26, 21);
|
---|
167 | this.parameterTypeComboBox.TabIndex = 6;
|
---|
168 | this.parameterTypeComboBox.TabStop = false;
|
---|
169 | this.parameterTypeComboBox.Visible = false;
|
---|
170 | this.parameterTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.parameterTypeComboBox_SelectedIndexChanged);
|
---|
171 | this.parameterTypeComboBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.parameterTypeComboBox_KeyUp);
|
---|
172 | this.parameterTypeComboBox.Leave += new System.EventHandler(this.parameterTypeComboBox_Leave);
|
---|
173 | //
|
---|
174 | // customInputTextBox
|
---|
175 | //
|
---|
176 | this.customInputTextBox.AcceptsTab = true;
|
---|
177 | this.customInputTextBox.Location = new System.Drawing.Point(3, 206);
|
---|
178 | this.customInputTextBox.Name = "customInputTextBox";
|
---|
179 | this.customInputTextBox.Size = new System.Drawing.Size(26, 20);
|
---|
180 | this.customInputTextBox.TabIndex = 5;
|
---|
181 | this.customInputTextBox.TabStop = false;
|
---|
182 | this.customInputTextBox.Visible = false;
|
---|
183 | this.customInputTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.customInputTextBox_KeyUp);
|
---|
184 | this.customInputTextBox.Leave += new System.EventHandler(this.customInputTextBox_Leave);
|
---|
185 | //
|
---|
186 | // ParametersControl
|
---|
187 | //
|
---|
188 | this.Controls.Add(this.customInputTextBox);
|
---|
189 | this.Controls.Add(this.parameterTypeComboBox);
|
---|
190 | this.Controls.Add(this.downButton);
|
---|
191 | this.Controls.Add(this.upButton);
|
---|
192 | this.Controls.Add(this.removeButton);
|
---|
193 | this.Controls.Add(this.addButton);
|
---|
194 | this.Controls.Add(this.parametersListView);
|
---|
195 | this.Name = "ParametersControl";
|
---|
196 | this.Size = new System.Drawing.Size(740, 256);
|
---|
197 | this.ResumeLayout(false);
|
---|
198 | this.PerformLayout();
|
---|
199 |
|
---|
200 | }
|
---|
201 |
|
---|
202 | #endregion
|
---|
203 |
|
---|
204 | private System.Windows.Forms.ListView parametersListView;
|
---|
205 | private System.Windows.Forms.ColumnHeader nameColumnHeader;
|
---|
206 | private System.Windows.Forms.ColumnHeader dataTypeColumnHeader;
|
---|
207 | private System.Windows.Forms.ColumnHeader defaultValueColumnHeader;
|
---|
208 | private System.Windows.Forms.Button addButton;
|
---|
209 | private System.Windows.Forms.Button removeButton;
|
---|
210 | private System.Windows.Forms.Button upButton;
|
---|
211 | private System.Windows.Forms.Button downButton;
|
---|
212 | private System.Windows.Forms.ColumnHeader descriptionColumnHeader;
|
---|
213 | private System.Windows.Forms.ColumnHeader typeColumnHeader;
|
---|
214 | private System.Windows.Forms.ComboBox parameterTypeComboBox;
|
---|
215 | private System.Windows.Forms.TextBox customInputTextBox;
|
---|
216 | }
|
---|
217 | }
|
---|