Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/tools/Templates/HeuristicLab.VS2010Wizards/ParametersControl.Designer.cs @ 4187

Last change on this file since 4187 was 4187, checked in by abeham, 14 years ago

#567

  • Worked on Algorithm Template
File size: 10.8 KB
Line 
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
22namespace 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      System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem(new string[] {
48            "SetSeedRandomly",
49            "Value",
50            "BoolValue",
51            "True if the random seed should be set to a random value, otherwise false.",
52            "new BoolValue(false)"}, -1);
53      System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem(new string[] {
54            "Seed",
55            "Value",
56            "IntValue",
57            "The random seed used to initialize the new pseudo random number generator.",
58            ""}, -1);
59      System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem(new string[] {
60            "Analyzer",
61            "Value",
62            "MultiAnalyzer",
63            "The operator used to analyze each iteration.",
64            "new MultiAnalyzer()"}, -1);
65      this.parametersListView = new System.Windows.Forms.ListView();
66      this.nameColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
67      this.typeColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
68      this.dataTypeColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
69      this.descriptionColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
70      this.defaultValueColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
71      this.downButton = new System.Windows.Forms.Button();
72      this.upButton = new System.Windows.Forms.Button();
73      this.removeButton = new System.Windows.Forms.Button();
74      this.addButton = new System.Windows.Forms.Button();
75      this.parameterTypeComboBox = new System.Windows.Forms.ComboBox();
76      this.customInputTextBox = new System.Windows.Forms.TextBox();
77      this.SuspendLayout();
78      //
79      // parametersListView
80      //
81      this.parametersListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
82                  | System.Windows.Forms.AnchorStyles.Left)
83                  | System.Windows.Forms.AnchorStyles.Right)));
84      this.parametersListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
85            this.nameColumnHeader,
86            this.typeColumnHeader,
87            this.dataTypeColumnHeader,
88            this.descriptionColumnHeader,
89            this.defaultValueColumnHeader});
90      this.parametersListView.FullRowSelect = true;
91      this.parametersListView.GridLines = true;
92      this.parametersListView.HideSelection = false;
93      this.parametersListView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
94            listViewItem4,
95            listViewItem5,
96            listViewItem6});
97      this.parametersListView.Location = new System.Drawing.Point(35, 3);
98      this.parametersListView.MultiSelect = false;
99      this.parametersListView.Name = "parametersListView";
100      this.parametersListView.Size = new System.Drawing.Size(701, 250);
101      this.parametersListView.TabIndex = 2;
102      this.parametersListView.UseCompatibleStateImageBehavior = false;
103      this.parametersListView.View = System.Windows.Forms.View.Details;
104      this.parametersListView.SelectedIndexChanged += new System.EventHandler(this.parametersListView_SelectedIndexChanged);
105      this.parametersListView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.parametersListView_MouseDoubleClick);
106      //
107      // nameColumnHeader
108      //
109      this.nameColumnHeader.Text = "Name";
110      this.nameColumnHeader.Width = 133;
111      //
112      // typeColumnHeader
113      //
114      this.typeColumnHeader.Text = "Type";
115      //
116      // dataTypeColumnHeader
117      //
118      this.dataTypeColumnHeader.Text = "Data Type";
119      this.dataTypeColumnHeader.Width = 100;
120      //
121      // descriptionColumnHeader
122      //
123      this.descriptionColumnHeader.Text = "Description";
124      this.descriptionColumnHeader.Width = 275;
125      //
126      // defaultValueColumnHeader
127      //
128      this.defaultValueColumnHeader.Text = "Default Value";
129      this.defaultValueColumnHeader.Width = 129;
130      //
131      // downButton
132      //
133      this.downButton.Enabled = false;
134      this.downButton.Image = global::HeuristicLab.VS2010Wizards.Properties.Resources.VS2008ImageLibrary_CommonElements_Objects_Arrow_Down;
135      this.downButton.Location = new System.Drawing.Point(3, 90);
136      this.downButton.Name = "downButton";
137      this.downButton.Size = new System.Drawing.Size(26, 26);
138      this.downButton.TabIndex = 4;
139      this.downButton.UseVisualStyleBackColor = true;
140      this.downButton.Click += new System.EventHandler(this.downButton_Click);
141      //
142      // upButton
143      //
144      this.upButton.Enabled = false;
145      this.upButton.Image = global::HeuristicLab.VS2010Wizards.Properties.Resources.VS2008ImageLibrary_CommonElements_Objects_Arrow_Up;
146      this.upButton.Location = new System.Drawing.Point(3, 61);
147      this.upButton.Name = "upButton";
148      this.upButton.Size = new System.Drawing.Size(26, 26);
149      this.upButton.TabIndex = 4;
150      this.upButton.UseVisualStyleBackColor = true;
151      this.upButton.Click += new System.EventHandler(this.upButton_Click);
152      //
153      // removeButton
154      //
155      this.removeButton.Enabled = false;
156      this.removeButton.Image = global::HeuristicLab.VS2010Wizards.Properties.Resources.VS2008ImageLibrary_Actions_Delete;
157      this.removeButton.Location = new System.Drawing.Point(3, 32);
158      this.removeButton.Name = "removeButton";
159      this.removeButton.Size = new System.Drawing.Size(26, 26);
160      this.removeButton.TabIndex = 4;
161      this.removeButton.UseVisualStyleBackColor = true;
162      this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
163      //
164      // addButton
165      //
166      this.addButton.Image = global::HeuristicLab.VS2010Wizards.Properties.Resources.VS2008ImageLibrary_CommonElements_Actions_Add;
167      this.addButton.Location = new System.Drawing.Point(3, 3);
168      this.addButton.Name = "addButton";
169      this.addButton.Size = new System.Drawing.Size(26, 26);
170      this.addButton.TabIndex = 4;
171      this.addButton.UseVisualStyleBackColor = true;
172      this.addButton.Click += new System.EventHandler(this.addButton_Click);
173      //
174      // parameterTypeComboBox
175      //
176      this.parameterTypeComboBox.FormattingEnabled = true;
177      this.parameterTypeComboBox.Items.AddRange(new object[] {
178            "",
179            "Value",
180            "Lookup",
181            "ValueLookup",
182            "ScopeTreeLookup"});
183      this.parameterTypeComboBox.Location = new System.Drawing.Point(3, 232);
184      this.parameterTypeComboBox.Name = "parameterTypeComboBox";
185      this.parameterTypeComboBox.Size = new System.Drawing.Size(26, 21);
186      this.parameterTypeComboBox.TabIndex = 5;
187      this.parameterTypeComboBox.Visible = false;
188      this.parameterTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.parameterTypeComboBox_SelectedIndexChanged);
189      this.parameterTypeComboBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.parameterTypeComboBox_KeyUp);
190      this.parameterTypeComboBox.Leave += new System.EventHandler(this.parameterTypeComboBox_Leave);
191      //
192      // customInputTextBox
193      //
194      this.customInputTextBox.Location = new System.Drawing.Point(3, 206);
195      this.customInputTextBox.Name = "customInputTextBox";
196      this.customInputTextBox.Size = new System.Drawing.Size(26, 20);
197      this.customInputTextBox.TabIndex = 6;
198      this.customInputTextBox.Visible = false;
199      this.customInputTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.customInputTextBox_KeyUp);
200      this.customInputTextBox.Leave += new System.EventHandler(this.customInputTextBox_Leave);
201      //
202      // ParametersControl
203      //
204      this.Controls.Add(this.customInputTextBox);
205      this.Controls.Add(this.parameterTypeComboBox);
206      this.Controls.Add(this.downButton);
207      this.Controls.Add(this.upButton);
208      this.Controls.Add(this.removeButton);
209      this.Controls.Add(this.addButton);
210      this.Controls.Add(this.parametersListView);
211      this.Name = "ParametersControl";
212      this.Size = new System.Drawing.Size(740, 256);
213      this.ResumeLayout(false);
214      this.PerformLayout();
215
216    }
217
218    #endregion
219
220    private System.Windows.Forms.ListView parametersListView;
221    private System.Windows.Forms.ColumnHeader nameColumnHeader;
222    private System.Windows.Forms.ColumnHeader dataTypeColumnHeader;
223    private System.Windows.Forms.ColumnHeader defaultValueColumnHeader;
224    private System.Windows.Forms.Button addButton;
225    private System.Windows.Forms.Button removeButton;
226    private System.Windows.Forms.Button upButton;
227    private System.Windows.Forms.Button downButton;
228    private System.Windows.Forms.ColumnHeader descriptionColumnHeader;
229    private System.Windows.Forms.ColumnHeader typeColumnHeader;
230    private System.Windows.Forms.ComboBox parameterTypeComboBox;
231    private System.Windows.Forms.TextBox customInputTextBox;
232  }
233}
Note: See TracBrowser for help on using the repository browser.