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 |
|
---|
22 | namespace HeuristicLab.StructureIdentification {
|
---|
23 | partial class StructIdProblemInjectorView {
|
---|
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.importInstanceButton = new System.Windows.Forms.Button();
|
---|
48 | this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
---|
49 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
50 | this.dataTabPage = new System.Windows.Forms.TabPage();
|
---|
51 | this.datasetView = new HeuristicLab.DataAnalysis.DatasetView();
|
---|
52 | this.variableInfosTabPage = new System.Windows.Forms.TabPage();
|
---|
53 | this.operatorBaseVariableInfosView = new HeuristicLab.Core.OperatorBaseVariableInfosView();
|
---|
54 | this.tabPage1 = new System.Windows.Forms.TabPage();
|
---|
55 | this.variablesView = new HeuristicLab.Core.OperatorBaseVariablesView();
|
---|
56 | this.descriptionTabPage = new System.Windows.Forms.TabPage();
|
---|
57 | this.operatorBaseDescriptionView = new HeuristicLab.Core.OperatorBaseDescriptionView();
|
---|
58 | this.tabControl.SuspendLayout();
|
---|
59 | this.dataTabPage.SuspendLayout();
|
---|
60 | this.variableInfosTabPage.SuspendLayout();
|
---|
61 | this.tabPage1.SuspendLayout();
|
---|
62 | this.descriptionTabPage.SuspendLayout();
|
---|
63 | this.SuspendLayout();
|
---|
64 | //
|
---|
65 | // importInstanceButton
|
---|
66 | //
|
---|
67 | this.importInstanceButton.Location = new System.Drawing.Point(6, 6);
|
---|
68 | this.importInstanceButton.Name = "importInstanceButton";
|
---|
69 | this.importInstanceButton.Size = new System.Drawing.Size(129, 21);
|
---|
70 | this.importInstanceButton.TabIndex = 6;
|
---|
71 | this.importInstanceButton.Text = "&Import...";
|
---|
72 | this.importInstanceButton.UseVisualStyleBackColor = true;
|
---|
73 | this.importInstanceButton.Click += new System.EventHandler(this.importInstanceButton_Click);
|
---|
74 | //
|
---|
75 | // openFileDialog
|
---|
76 | //
|
---|
77 | this.openFileDialog.DefaultExt = "txt";
|
---|
78 | this.openFileDialog.FileName = "txt";
|
---|
79 | this.openFileDialog.Filter = "Text files|*.txt|All files|*.*";
|
---|
80 | this.openFileDialog.Title = "Import StructId File";
|
---|
81 | //
|
---|
82 | // tabControl
|
---|
83 | //
|
---|
84 | this.tabControl.Controls.Add(this.dataTabPage);
|
---|
85 | this.tabControl.Controls.Add(this.variableInfosTabPage);
|
---|
86 | this.tabControl.Controls.Add(this.tabPage1);
|
---|
87 | this.tabControl.Controls.Add(this.descriptionTabPage);
|
---|
88 | this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
89 | this.tabControl.Location = new System.Drawing.Point(0, 0);
|
---|
90 | this.tabControl.Name = "tabControl";
|
---|
91 | this.tabControl.SelectedIndex = 0;
|
---|
92 | this.tabControl.Size = new System.Drawing.Size(507, 451);
|
---|
93 | this.tabControl.TabIndex = 0;
|
---|
94 | //
|
---|
95 | // dataTabPage
|
---|
96 | //
|
---|
97 | this.dataTabPage.Controls.Add(this.datasetView);
|
---|
98 | this.dataTabPage.Controls.Add(this.importInstanceButton);
|
---|
99 | this.dataTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
100 | this.dataTabPage.Name = "dataTabPage";
|
---|
101 | this.dataTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
102 | this.dataTabPage.Size = new System.Drawing.Size(499, 425);
|
---|
103 | this.dataTabPage.TabIndex = 0;
|
---|
104 | this.dataTabPage.Text = "Data";
|
---|
105 | this.dataTabPage.UseVisualStyleBackColor = true;
|
---|
106 | //
|
---|
107 | // datasetView
|
---|
108 | //
|
---|
109 | this.datasetView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
110 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
111 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
112 | this.datasetView.Caption = "Editor";
|
---|
113 | this.datasetView.Dataset = null;
|
---|
114 | this.datasetView.Filename = null;
|
---|
115 | this.datasetView.Location = new System.Drawing.Point(6, 33);
|
---|
116 | this.datasetView.Name = "datasetView";
|
---|
117 | this.datasetView.Size = new System.Drawing.Size(487, 386);
|
---|
118 | this.datasetView.TabIndex = 7;
|
---|
119 | //
|
---|
120 | // variableInfosTabPage
|
---|
121 | //
|
---|
122 | this.variableInfosTabPage.Controls.Add(this.operatorBaseVariableInfosView);
|
---|
123 | this.variableInfosTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
124 | this.variableInfosTabPage.Name = "variableInfosTabPage";
|
---|
125 | this.variableInfosTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
126 | this.variableInfosTabPage.Size = new System.Drawing.Size(499, 425);
|
---|
127 | this.variableInfosTabPage.TabIndex = 1;
|
---|
128 | this.variableInfosTabPage.Text = "Variable Infos";
|
---|
129 | this.variableInfosTabPage.UseVisualStyleBackColor = true;
|
---|
130 | //
|
---|
131 | // operatorBaseVariableInfosView
|
---|
132 | //
|
---|
133 | this.operatorBaseVariableInfosView.Caption = "Operator";
|
---|
134 | this.operatorBaseVariableInfosView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
135 | this.operatorBaseVariableInfosView.Location = new System.Drawing.Point(3, 3);
|
---|
136 | this.operatorBaseVariableInfosView.Name = "operatorBaseVariableInfosView";
|
---|
137 | this.operatorBaseVariableInfosView.Operator = null;
|
---|
138 | this.operatorBaseVariableInfosView.Size = new System.Drawing.Size(493, 419);
|
---|
139 | this.operatorBaseVariableInfosView.TabIndex = 0;
|
---|
140 | //
|
---|
141 | // tabPage1
|
---|
142 | //
|
---|
143 | this.tabPage1.Controls.Add(this.variablesView);
|
---|
144 | this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
---|
145 | this.tabPage1.Name = "tabPage1";
|
---|
146 | this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
---|
147 | this.tabPage1.Size = new System.Drawing.Size(499, 425);
|
---|
148 | this.tabPage1.TabIndex = 3;
|
---|
149 | this.tabPage1.Text = "Variables";
|
---|
150 | this.tabPage1.UseVisualStyleBackColor = true;
|
---|
151 | //
|
---|
152 | // variablesView
|
---|
153 | //
|
---|
154 | this.variablesView.Caption = "Operator";
|
---|
155 | this.variablesView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
156 | this.variablesView.Location = new System.Drawing.Point(3, 3);
|
---|
157 | this.variablesView.Name = "variablesView";
|
---|
158 | this.variablesView.Operator = null;
|
---|
159 | this.variablesView.Size = new System.Drawing.Size(493, 419);
|
---|
160 | this.variablesView.TabIndex = 0;
|
---|
161 | //
|
---|
162 | // descriptionTabPage
|
---|
163 | //
|
---|
164 | this.descriptionTabPage.Controls.Add(this.operatorBaseDescriptionView);
|
---|
165 | this.descriptionTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
166 | this.descriptionTabPage.Name = "descriptionTabPage";
|
---|
167 | this.descriptionTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
168 | this.descriptionTabPage.Size = new System.Drawing.Size(499, 425);
|
---|
169 | this.descriptionTabPage.TabIndex = 2;
|
---|
170 | this.descriptionTabPage.Text = "Description";
|
---|
171 | this.descriptionTabPage.UseVisualStyleBackColor = true;
|
---|
172 | //
|
---|
173 | // operatorBaseDescriptionView
|
---|
174 | //
|
---|
175 | this.operatorBaseDescriptionView.Caption = "Operator";
|
---|
176 | this.operatorBaseDescriptionView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
177 | this.operatorBaseDescriptionView.Location = new System.Drawing.Point(3, 3);
|
---|
178 | this.operatorBaseDescriptionView.Name = "operatorBaseDescriptionView";
|
---|
179 | this.operatorBaseDescriptionView.Operator = null;
|
---|
180 | this.operatorBaseDescriptionView.Size = new System.Drawing.Size(493, 419);
|
---|
181 | this.operatorBaseDescriptionView.TabIndex = 0;
|
---|
182 | //
|
---|
183 | // StructIdProblemInjectorView
|
---|
184 | //
|
---|
185 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
186 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
187 | this.Controls.Add(this.tabControl);
|
---|
188 | this.Name = "StructIdProblemInjectorView";
|
---|
189 | this.Size = new System.Drawing.Size(507, 451);
|
---|
190 | this.tabControl.ResumeLayout(false);
|
---|
191 | this.dataTabPage.ResumeLayout(false);
|
---|
192 | this.variableInfosTabPage.ResumeLayout(false);
|
---|
193 | this.tabPage1.ResumeLayout(false);
|
---|
194 | this.descriptionTabPage.ResumeLayout(false);
|
---|
195 | this.ResumeLayout(false);
|
---|
196 |
|
---|
197 | }
|
---|
198 |
|
---|
199 | #endregion
|
---|
200 |
|
---|
201 | private System.Windows.Forms.Button importInstanceButton;
|
---|
202 | private System.Windows.Forms.OpenFileDialog openFileDialog;
|
---|
203 | private System.Windows.Forms.TabControl tabControl;
|
---|
204 | private System.Windows.Forms.TabPage dataTabPage;
|
---|
205 | private System.Windows.Forms.TabPage variableInfosTabPage;
|
---|
206 | private HeuristicLab.Core.OperatorBaseVariableInfosView operatorBaseVariableInfosView;
|
---|
207 | private System.Windows.Forms.TabPage descriptionTabPage;
|
---|
208 | private HeuristicLab.Core.OperatorBaseDescriptionView operatorBaseDescriptionView;
|
---|
209 | private System.Windows.Forms.TabPage tabPage1;
|
---|
210 | private HeuristicLab.Core.OperatorBaseVariablesView variablesView;
|
---|
211 | private HeuristicLab.DataAnalysis.DatasetView datasetView;
|
---|
212 | }
|
---|
213 | }
|
---|