Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 2524 was 2524, checked in by swagner, 14 years ago

Removed plugin HeuristicLab.Constraints (#804)

File size: 7.5 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.Views {
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.Views.OperatorBaseVariableInfosView();
53      this.variablesTabPage = new System.Windows.Forms.TabPage();
54      this.operatorBaseVariablesView = new HeuristicLab.Core.Views.OperatorBaseVariablesView();
55      this.descriptionTabPage = new System.Windows.Forms.TabPage();
56      this.operatorBaseDescriptionView = new HeuristicLab.Core.Views.OperatorBaseDescriptionView();
57      this.tabControl.SuspendLayout();
58      this.variableInfosTabPage.SuspendLayout();
59      this.variablesTabPage.SuspendLayout();
60      this.descriptionTabPage.SuspendLayout();
61      this.SuspendLayout();
62      //
63      // tabControl
64      //
65      this.tabControl.Controls.Add(this.variableInfosTabPage);
66      this.tabControl.Controls.Add(this.variablesTabPage);
67      this.tabControl.Controls.Add(this.descriptionTabPage);
68      this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
69      this.tabControl.Location = new System.Drawing.Point(0, 0);
70      this.tabControl.Name = "tabControl";
71      this.tabControl.SelectedIndex = 0;
72      this.tabControl.Size = new System.Drawing.Size(423, 333);
73      this.tabControl.TabIndex = 0;
74      //
75      // variableInfosTabPage
76      //
77      this.variableInfosTabPage.Controls.Add(this.operatorBaseVariableInfosView);
78      this.variableInfosTabPage.Location = new System.Drawing.Point(4, 22);
79      this.variableInfosTabPage.Name = "variableInfosTabPage";
80      this.variableInfosTabPage.Padding = new System.Windows.Forms.Padding(3);
81      this.variableInfosTabPage.Size = new System.Drawing.Size(415, 307);
82      this.variableInfosTabPage.TabIndex = 0;
83      this.variableInfosTabPage.Text = "Variable Infos";
84      this.variableInfosTabPage.UseVisualStyleBackColor = true;
85      //
86      // operatorBaseVariableInfosView
87      //
88      this.operatorBaseVariableInfosView.Caption = "Operator";
89      this.operatorBaseVariableInfosView.Dock = System.Windows.Forms.DockStyle.Fill;
90      this.operatorBaseVariableInfosView.Location = new System.Drawing.Point(3, 3);
91      this.operatorBaseVariableInfosView.Name = "operatorBaseVariableInfosView";
92      this.operatorBaseVariableInfosView.Operator = null;
93      this.operatorBaseVariableInfosView.Size = new System.Drawing.Size(409, 301);
94      this.operatorBaseVariableInfosView.TabIndex = 0;
95      //
96      // variablesTabPage
97      //
98      this.variablesTabPage.Controls.Add(this.operatorBaseVariablesView);
99      this.variablesTabPage.Location = new System.Drawing.Point(4, 22);
100      this.variablesTabPage.Name = "variablesTabPage";
101      this.variablesTabPage.Padding = new System.Windows.Forms.Padding(3);
102      this.variablesTabPage.Size = new System.Drawing.Size(415, 307);
103      this.variablesTabPage.TabIndex = 1;
104      this.variablesTabPage.Text = "Local Variables";
105      this.variablesTabPage.UseVisualStyleBackColor = true;
106      //
107      // operatorBaseVariablesView
108      //
109      this.operatorBaseVariablesView.Caption = "Operator";
110      this.operatorBaseVariablesView.Dock = System.Windows.Forms.DockStyle.Fill;
111      this.operatorBaseVariablesView.Location = new System.Drawing.Point(3, 3);
112      this.operatorBaseVariablesView.Name = "operatorBaseVariablesView";
113      this.operatorBaseVariablesView.Operator = null;
114      this.operatorBaseVariablesView.Size = new System.Drawing.Size(409, 301);
115      this.operatorBaseVariablesView.TabIndex = 0;
116      //
117      // descriptionTabPage
118      //
119      this.descriptionTabPage.Controls.Add(this.operatorBaseDescriptionView);
120      this.descriptionTabPage.Location = new System.Drawing.Point(4, 22);
121      this.descriptionTabPage.Name = "descriptionTabPage";
122      this.descriptionTabPage.Padding = new System.Windows.Forms.Padding(3);
123      this.descriptionTabPage.Size = new System.Drawing.Size(415, 307);
124      this.descriptionTabPage.TabIndex = 3;
125      this.descriptionTabPage.Text = "Description";
126      this.descriptionTabPage.UseVisualStyleBackColor = true;
127      //
128      // operatorBaseDescriptionView
129      //
130      this.operatorBaseDescriptionView.Caption = "Operator";
131      this.operatorBaseDescriptionView.Dock = System.Windows.Forms.DockStyle.Fill;
132      this.operatorBaseDescriptionView.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
133      this.operatorBaseDescriptionView.Location = new System.Drawing.Point(3, 3);
134      this.operatorBaseDescriptionView.Name = "operatorBaseDescriptionView";
135      this.operatorBaseDescriptionView.Operator = null;
136      this.operatorBaseDescriptionView.Size = new System.Drawing.Size(409, 301);
137      this.operatorBaseDescriptionView.TabIndex = 0;
138      //
139      // OperatorBaseView
140      //
141      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
142      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
143      this.Controls.Add(this.tabControl);
144      this.Name = "OperatorBaseView";
145      this.Size = new System.Drawing.Size(423, 333);
146      this.tabControl.ResumeLayout(false);
147      this.variableInfosTabPage.ResumeLayout(false);
148      this.variablesTabPage.ResumeLayout(false);
149      this.descriptionTabPage.ResumeLayout(false);
150      this.ResumeLayout(false);
151
152    }
153
154    #endregion
155
156    protected TabControl tabControl;
157    protected TabPage variableInfosTabPage;
158    protected TabPage variablesTabPage;
159    protected OperatorBaseVariableInfosView operatorBaseVariableInfosView;
160    protected OperatorBaseVariablesView operatorBaseVariablesView;
161    private TabPage descriptionTabPage;
162    private OperatorBaseDescriptionView operatorBaseDescriptionView;
163
164
165  }
166}
Note: See TracBrowser for help on using the repository browser.