Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.SimOpt/3.2/SimOptProblemInjectorView.Designer.cs @ 1530

Last change on this file since 1530 was 1530, checked in by gkronber, 15 years ago

Moved source files of plugins Hive ... Visualization.Test into version-specific sub-folders. #576

File size: 8.9 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2008 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.SimOpt {
23  partial class SimOptProblemInjectorView {
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.splitContainer1 = new System.Windows.Forms.SplitContainer();
48      this.dataTypeTreeView = new System.Windows.Forms.TreeView();
49      this.label1 = new System.Windows.Forms.Label();
50      this.geneNameStringDataView = new HeuristicLab.Data.StringDataView();
51      this.parametersTabControl = new System.Windows.Forms.TabControl();
52      this.parametersTabPage = new System.Windows.Forms.TabPage();
53      this.objectParameterDataView = new HeuristicLab.Data.ConstrainedItemListView();
54      this.variableNameLabel = new System.Windows.Forms.Label();
55      this.maximizationBoolDataView = new HeuristicLab.Data.BoolDataView();
56      this.splitContainer1.Panel1.SuspendLayout();
57      this.splitContainer1.Panel2.SuspendLayout();
58      this.splitContainer1.SuspendLayout();
59      this.parametersTabControl.SuspendLayout();
60      this.parametersTabPage.SuspendLayout();
61      this.SuspendLayout();
62      //
63      // splitContainer1
64      //
65      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
66      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
67      this.splitContainer1.Name = "splitContainer1";
68      //
69      // splitContainer1.Panel1
70      //
71      this.splitContainer1.Panel1.Controls.Add(this.dataTypeTreeView);
72      //
73      // splitContainer1.Panel2
74      //
75      this.splitContainer1.Panel2.Controls.Add(this.label1);
76      this.splitContainer1.Panel2.Controls.Add(this.geneNameStringDataView);
77      this.splitContainer1.Panel2.Controls.Add(this.parametersTabControl);
78      this.splitContainer1.Panel2.Controls.Add(this.variableNameLabel);
79      this.splitContainer1.Panel2.Controls.Add(this.maximizationBoolDataView);
80      this.splitContainer1.Size = new System.Drawing.Size(552, 439);
81      this.splitContainer1.SplitterDistance = 184;
82      this.splitContainer1.TabIndex = 0;
83      //
84      // dataTypeTreeView
85      //
86      this.dataTypeTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
87      this.dataTypeTreeView.Location = new System.Drawing.Point(0, 0);
88      this.dataTypeTreeView.Name = "dataTypeTreeView";
89      this.dataTypeTreeView.Size = new System.Drawing.Size(184, 439);
90      this.dataTypeTreeView.TabIndex = 0;
91      this.dataTypeTreeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.dataTypeTreeView_ItemDrag);
92      //
93      // label1
94      //
95      this.label1.AutoSize = true;
96      this.label1.Location = new System.Drawing.Point(245, 9);
97      this.label1.Name = "label1";
98      this.label1.Size = new System.Drawing.Size(67, 13);
99      this.label1.TabIndex = 7;
100      this.label1.Text = "Maximization";
101      //
102      // geneNameStringDataView
103      //
104      this.geneNameStringDataView.Caption = "View";
105      this.geneNameStringDataView.Location = new System.Drawing.Point(47, 7);
106      this.geneNameStringDataView.Name = "geneNameStringDataView";
107      this.geneNameStringDataView.Size = new System.Drawing.Size(163, 19);
108      this.geneNameStringDataView.StringData = null;
109      this.geneNameStringDataView.TabIndex = 5;
110      //
111      // parametersTabControl
112      //
113      this.parametersTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
114                  | System.Windows.Forms.AnchorStyles.Left)
115                  | System.Windows.Forms.AnchorStyles.Right)));
116      this.parametersTabControl.Controls.Add(this.parametersTabPage);
117      this.parametersTabControl.Location = new System.Drawing.Point(6, 32);
118      this.parametersTabControl.Name = "parametersTabControl";
119      this.parametersTabControl.SelectedIndex = 0;
120      this.parametersTabControl.Size = new System.Drawing.Size(358, 407);
121      this.parametersTabControl.TabIndex = 4;
122      //
123      // parametersTabPage
124      //
125      this.parametersTabPage.Controls.Add(this.objectParameterDataView);
126      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
127      this.parametersTabPage.Name = "parametersTabPage";
128      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
129      this.parametersTabPage.Size = new System.Drawing.Size(350, 381);
130      this.parametersTabPage.TabIndex = 0;
131      this.parametersTabPage.Text = "Parameters";
132      this.parametersTabPage.UseVisualStyleBackColor = true;
133      //
134      // objectParameterDataView
135      //
136      this.objectParameterDataView.AllowDrop = true;
137      this.objectParameterDataView.Caption = "View";
138      this.objectParameterDataView.ConstrainedItemList = null;
139      this.objectParameterDataView.Dock = System.Windows.Forms.DockStyle.Fill;
140      this.objectParameterDataView.Location = new System.Drawing.Point(3, 3);
141      this.objectParameterDataView.Name = "objectParameterDataView";
142      this.objectParameterDataView.Size = new System.Drawing.Size(344, 375);
143      this.objectParameterDataView.TabIndex = 1;
144      this.objectParameterDataView.DragDrop += new System.Windows.Forms.DragEventHandler(this.objectParameterDataView_DragDrop);
145      this.objectParameterDataView.DragEnter += new System.Windows.Forms.DragEventHandler(this.objectParameterDataView_DragEnter);
146      //
147      // variableNameLabel
148      //
149      this.variableNameLabel.AutoSize = true;
150      this.variableNameLabel.Location = new System.Drawing.Point(3, 9);
151      this.variableNameLabel.Name = "variableNameLabel";
152      this.variableNameLabel.Size = new System.Drawing.Size(38, 13);
153      this.variableNameLabel.TabIndex = 2;
154      this.variableNameLabel.Text = "Name:";
155      //
156      // maximizationBoolDataView
157      //
158      this.maximizationBoolDataView.BoolData = null;
159      this.maximizationBoolDataView.Caption = "Maximization";
160      this.maximizationBoolDataView.Location = new System.Drawing.Point(225, 9);
161      this.maximizationBoolDataView.Name = "maximizationBoolDataView";
162      this.maximizationBoolDataView.Size = new System.Drawing.Size(19, 18);
163      this.maximizationBoolDataView.TabIndex = 6;
164      //
165      // SimOptProblemInjectorView
166      //
167      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
168      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
169      this.Controls.Add(this.splitContainer1);
170      this.Name = "SimOptProblemInjectorView";
171      this.Size = new System.Drawing.Size(552, 439);
172      this.splitContainer1.Panel1.ResumeLayout(false);
173      this.splitContainer1.Panel2.ResumeLayout(false);
174      this.splitContainer1.Panel2.PerformLayout();
175      this.splitContainer1.ResumeLayout(false);
176      this.parametersTabControl.ResumeLayout(false);
177      this.parametersTabPage.ResumeLayout(false);
178      this.ResumeLayout(false);
179
180    }
181
182    #endregion
183
184    private System.Windows.Forms.SplitContainer splitContainer1;
185    private HeuristicLab.Data.ConstrainedItemListView objectParameterDataView;
186    private System.Windows.Forms.TreeView dataTypeTreeView;
187    private System.Windows.Forms.Label variableNameLabel;
188    private System.Windows.Forms.TabControl parametersTabControl;
189    private System.Windows.Forms.TabPage parametersTabPage;
190    private HeuristicLab.Data.StringDataView geneNameStringDataView;
191    private HeuristicLab.Data.BoolDataView maximizationBoolDataView;
192    private System.Windows.Forms.Label label1;
193  }
194}
Note: See TracBrowser for help on using the repository browser.