Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Core/3.3/OperatorBaseView.Designer.cs @ 1921

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

Moved source files of plugins AdvancedOptimizationFrontEnd ... Grid 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
22using System;
23using System.Windows.Forms;
24
25namespace HeuristicLab.Core {
26  partial class OperatorBaseView {
27    /// <summary>
28    /// Required designer variable.
29    /// </summary>
30    private System.ComponentModel.IContainer components = null;
31
32    /// <summary>
33    /// Clean up any resources being used.
34    /// </summary>
35    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
36    protected override void Dispose(bool disposing) {
37      if (disposing && (components != null)) {
38        components.Dispose();
39      }
40      base.Dispose(disposing);
41    }
42
43    #region Component Designer generated code
44
45    /// <summary>
46    /// Required method for Designer support - do not modify
47    /// the contents of this method with the code editor.
48    /// </summary>
49    private void InitializeComponent() {
50      this.tabControl = new System.Windows.Forms.TabControl();
51      this.variableInfosTabPage = new System.Windows.Forms.TabPage();
52      this.operatorBaseVariableInfosView = new HeuristicLab.Core.OperatorBaseVariableInfosView();
53      this.variablesTabPage = new System.Windows.Forms.TabPage();
54      this.operatorBaseVariablesView = new HeuristicLab.Core.OperatorBaseVariablesView();
55      this.constraintsTabPage = new System.Windows.Forms.TabPage();
56      this.constrainedItemBaseView = new HeuristicLab.Core.ConstrainedItemBaseView();
57      this.descriptionTabPage = new System.Windows.Forms.TabPage();
58      this.operatorBaseDescriptionView = new HeuristicLab.Core.OperatorBaseDescriptionView();
59      this.tabControl.SuspendLayout();
60      this.variableInfosTabPage.SuspendLayout();
61      this.variablesTabPage.SuspendLayout();
62      this.constraintsTabPage.SuspendLayout();
63      this.descriptionTabPage.SuspendLayout();
64      this.SuspendLayout();
65      //
66      // tabControl
67      //
68      this.tabControl.Controls.Add(this.variableInfosTabPage);
69      this.tabControl.Controls.Add(this.variablesTabPage);
70      this.tabControl.Controls.Add(this.constraintsTabPage);
71      this.tabControl.Controls.Add(this.descriptionTabPage);
72      this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
73      this.tabControl.Location = new System.Drawing.Point(0, 0);
74      this.tabControl.Name = "tabControl";
75      this.tabControl.SelectedIndex = 0;
76      this.tabControl.Size = new System.Drawing.Size(423, 333);
77      this.tabControl.TabIndex = 0;
78      //
79      // variableInfosTabPage
80      //
81      this.variableInfosTabPage.Controls.Add(this.operatorBaseVariableInfosView);
82      this.variableInfosTabPage.Location = new System.Drawing.Point(4, 22);
83      this.variableInfosTabPage.Name = "variableInfosTabPage";
84      this.variableInfosTabPage.Padding = new System.Windows.Forms.Padding(3);
85      this.variableInfosTabPage.Size = new System.Drawing.Size(415, 307);
86      this.variableInfosTabPage.TabIndex = 0;
87      this.variableInfosTabPage.Text = "Variable Infos";
88      this.variableInfosTabPage.UseVisualStyleBackColor = true;
89      //
90      // operatorBaseVariableInfosView
91      //
92      this.operatorBaseVariableInfosView.Caption = "Operator";
93      this.operatorBaseVariableInfosView.Dock = System.Windows.Forms.DockStyle.Fill;
94      this.operatorBaseVariableInfosView.Location = new System.Drawing.Point(3, 3);
95      this.operatorBaseVariableInfosView.Name = "operatorBaseVariableInfosView";
96      this.operatorBaseVariableInfosView.Operator = null;
97      this.operatorBaseVariableInfosView.Size = new System.Drawing.Size(409, 301);
98      this.operatorBaseVariableInfosView.TabIndex = 0;
99      //
100      // variablesTabPage
101      //
102      this.variablesTabPage.Controls.Add(this.operatorBaseVariablesView);
103      this.variablesTabPage.Location = new System.Drawing.Point(4, 22);
104      this.variablesTabPage.Name = "variablesTabPage";
105      this.variablesTabPage.Padding = new System.Windows.Forms.Padding(3);
106      this.variablesTabPage.Size = new System.Drawing.Size(415, 307);
107      this.variablesTabPage.TabIndex = 1;
108      this.variablesTabPage.Text = "Local Variables";
109      this.variablesTabPage.UseVisualStyleBackColor = true;
110      //
111      // operatorBaseVariablesView
112      //
113      this.operatorBaseVariablesView.Caption = "Operator";
114      this.operatorBaseVariablesView.Dock = System.Windows.Forms.DockStyle.Fill;
115      this.operatorBaseVariablesView.Location = new System.Drawing.Point(3, 3);
116      this.operatorBaseVariablesView.Name = "operatorBaseVariablesView";
117      this.operatorBaseVariablesView.Operator = null;
118      this.operatorBaseVariablesView.Size = new System.Drawing.Size(409, 301);
119      this.operatorBaseVariablesView.TabIndex = 0;
120      //
121      // constraintsTabPage
122      //
123      this.constraintsTabPage.Controls.Add(this.constrainedItemBaseView);
124      this.constraintsTabPage.Location = new System.Drawing.Point(4, 22);
125      this.constraintsTabPage.Name = "constraintsTabPage";
126      this.constraintsTabPage.Padding = new System.Windows.Forms.Padding(3);
127      this.constraintsTabPage.Size = new System.Drawing.Size(415, 307);
128      this.constraintsTabPage.TabIndex = 2;
129      this.constraintsTabPage.Text = "Constraints";
130      this.constraintsTabPage.UseVisualStyleBackColor = true;
131      //
132      // constrainedItemBaseView
133      //
134      this.constrainedItemBaseView.Caption = "Constrained Data";
135      this.constrainedItemBaseView.ConstrainedItem = null;
136      this.constrainedItemBaseView.Dock = System.Windows.Forms.DockStyle.Fill;
137      this.constrainedItemBaseView.Location = new System.Drawing.Point(3, 3);
138      this.constrainedItemBaseView.Name = "constrainedItemBaseView";
139      this.constrainedItemBaseView.Size = new System.Drawing.Size(409, 301);
140      this.constrainedItemBaseView.TabIndex = 0;
141      //
142      // descriptionTabPage
143      //
144      this.descriptionTabPage.Controls.Add(this.operatorBaseDescriptionView);
145      this.descriptionTabPage.Location = new System.Drawing.Point(4, 22);
146      this.descriptionTabPage.Name = "descriptionTabPage";
147      this.descriptionTabPage.Padding = new System.Windows.Forms.Padding(3);
148      this.descriptionTabPage.Size = new System.Drawing.Size(415, 307);
149      this.descriptionTabPage.TabIndex = 3;
150      this.descriptionTabPage.Text = "Description";
151      this.descriptionTabPage.UseVisualStyleBackColor = true;
152      //
153      // operatorBaseDescriptionView
154      //
155      this.operatorBaseDescriptionView.Caption = "Operator";
156      this.operatorBaseDescriptionView.Dock = System.Windows.Forms.DockStyle.Fill;
157      this.operatorBaseDescriptionView.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
158      this.operatorBaseDescriptionView.Location = new System.Drawing.Point(3, 3);
159      this.operatorBaseDescriptionView.Name = "operatorBaseDescriptionView";
160      this.operatorBaseDescriptionView.Operator = null;
161      this.operatorBaseDescriptionView.Size = new System.Drawing.Size(409, 301);
162      this.operatorBaseDescriptionView.TabIndex = 0;
163      //
164      // OperatorBaseView
165      //
166      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
167      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
168      this.Controls.Add(this.tabControl);
169      this.Name = "OperatorBaseView";
170      this.Size = new System.Drawing.Size(423, 333);
171      this.tabControl.ResumeLayout(false);
172      this.variableInfosTabPage.ResumeLayout(false);
173      this.variablesTabPage.ResumeLayout(false);
174      this.constraintsTabPage.ResumeLayout(false);
175      this.descriptionTabPage.ResumeLayout(false);
176      this.ResumeLayout(false);
177
178    }
179
180    #endregion
181
182    protected TabControl tabControl;
183    protected TabPage variableInfosTabPage;
184    protected TabPage variablesTabPage;
185    private TabPage constraintsTabPage;
186    protected ConstrainedItemBaseView constrainedItemBaseView;
187    protected OperatorBaseVariableInfosView operatorBaseVariableInfosView;
188    protected OperatorBaseVariablesView operatorBaseVariablesView;
189    private TabPage descriptionTabPage;
190    private OperatorBaseDescriptionView operatorBaseDescriptionView;
191
192
193  }
194}
Note: See TracBrowser for help on using the repository browser.