Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimization.Views/3.3/UserDefinedAlgorithmView.Designer.cs @ 2851

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

Operator architecture refactoring (#95)

  • worked on algorithms
File size: 8.6 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.Optimization.Views {
23  partial class UserDefinedAlgorithmView {
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) {
35        if (components != null) 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.operatorGraphTabPage = new System.Windows.Forms.TabPage();
48      this.globalScopeTabPage = new System.Windows.Forms.TabPage();
49      this.globalScopeView = new HeuristicLab.Core.Views.ScopeView();
50      this.operatorGraphViewHost = new HeuristicLab.Core.Views.ViewHost();
51      this.newOperatorGraphButton = new System.Windows.Forms.Button();
52      this.openOperatorGraphButton = new System.Windows.Forms.Button();
53      this.saveOperatorGraphButton = new System.Windows.Forms.Button();
54      this.tabControl.SuspendLayout();
55      this.parametersTabPage.SuspendLayout();
56      this.problemTabPage.SuspendLayout();
57      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
58      this.operatorGraphTabPage.SuspendLayout();
59      this.globalScopeTabPage.SuspendLayout();
60      this.SuspendLayout();
61      //
62      // tabControl
63      //
64      this.tabControl.Controls.Add(this.operatorGraphTabPage);
65      this.tabControl.Controls.Add(this.globalScopeTabPage);
66      this.tabControl.Controls.SetChildIndex(this.globalScopeTabPage, 0);
67      this.tabControl.Controls.SetChildIndex(this.operatorGraphTabPage, 0);
68      this.tabControl.Controls.SetChildIndex(this.problemTabPage, 0);
69      this.tabControl.Controls.SetChildIndex(this.parametersTabPage, 0);
70      //
71      // nameTextBox
72      //
73      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
74      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
75      //
76      // operatorGraphTabPage
77      //
78      this.operatorGraphTabPage.Controls.Add(this.saveOperatorGraphButton);
79      this.operatorGraphTabPage.Controls.Add(this.openOperatorGraphButton);
80      this.operatorGraphTabPage.Controls.Add(this.newOperatorGraphButton);
81      this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
82      this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
83      this.operatorGraphTabPage.Name = "operatorGraphTabPage";
84      this.operatorGraphTabPage.Size = new System.Drawing.Size(482, 148);
85      this.operatorGraphTabPage.TabIndex = 2;
86      this.operatorGraphTabPage.Text = "Operator Graph";
87      this.operatorGraphTabPage.UseVisualStyleBackColor = true;
88      //
89      // globalScopeTabPage
90      //
91      this.globalScopeTabPage.Controls.Add(this.globalScopeView);
92      this.globalScopeTabPage.Location = new System.Drawing.Point(4, 22);
93      this.globalScopeTabPage.Name = "globalScopeTabPage";
94      this.globalScopeTabPage.Size = new System.Drawing.Size(482, 148);
95      this.globalScopeTabPage.TabIndex = 3;
96      this.globalScopeTabPage.Text = "Global Scope";
97      this.globalScopeTabPage.UseVisualStyleBackColor = true;
98      //
99      // globalScopeView
100      //
101      this.globalScopeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
102                  | System.Windows.Forms.AnchorStyles.Left)
103                  | System.Windows.Forms.AnchorStyles.Right)));
104      this.globalScopeView.Caption = "Scope";
105      this.globalScopeView.Content = null;
106      this.globalScopeView.Location = new System.Drawing.Point(3, 3);
107      this.globalScopeView.Name = "globalScopeView";
108      this.globalScopeView.Size = new System.Drawing.Size(476, 142);
109      this.globalScopeView.TabIndex = 0;
110      //
111      // operatorGraphViewHost
112      //
113      this.operatorGraphViewHost.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.operatorGraphViewHost.Content = null;
117      this.operatorGraphViewHost.Location = new System.Drawing.Point(3, 33);
118      this.operatorGraphViewHost.Name = "operatorGraphViewHost";
119      this.operatorGraphViewHost.Size = new System.Drawing.Size(476, 112);
120      this.operatorGraphViewHost.TabIndex = 0;
121      this.operatorGraphViewHost.ViewType = null;
122      //
123      // newOperatorGraphButton
124      //
125      this.newOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
126      this.newOperatorGraphButton.Location = new System.Drawing.Point(3, 3);
127      this.newOperatorGraphButton.Name = "newOperatorGraphButton";
128      this.newOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
129      this.newOperatorGraphButton.TabIndex = 1;
130      this.newOperatorGraphButton.UseVisualStyleBackColor = true;
131      this.newOperatorGraphButton.Click += new System.EventHandler(this.newOperatorGraphButton_Click);
132      //
133      // openOperatorGraphButton
134      //
135      this.openOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
136      this.openOperatorGraphButton.Location = new System.Drawing.Point(33, 3);
137      this.openOperatorGraphButton.Name = "openOperatorGraphButton";
138      this.openOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
139      this.openOperatorGraphButton.TabIndex = 1;
140      this.openOperatorGraphButton.UseVisualStyleBackColor = true;
141      this.openOperatorGraphButton.Click += new System.EventHandler(this.openOperatorGraphButton_Click);
142      //
143      // saveOperatorGraphButton
144      //
145      this.saveOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Save;
146      this.saveOperatorGraphButton.Location = new System.Drawing.Point(63, 3);
147      this.saveOperatorGraphButton.Name = "saveOperatorGraphButton";
148      this.saveOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
149      this.saveOperatorGraphButton.TabIndex = 1;
150      this.saveOperatorGraphButton.UseVisualStyleBackColor = true;
151      this.saveOperatorGraphButton.Click += new System.EventHandler(this.saveOperatorGraphButton_Click);
152      //
153      // UserDefinedAlgorithmView
154      //
155      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
156      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
157      this.Name = "UserDefinedAlgorithmView";
158      this.tabControl.ResumeLayout(false);
159      this.parametersTabPage.ResumeLayout(false);
160      this.problemTabPage.ResumeLayout(false);
161      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
162      this.operatorGraphTabPage.ResumeLayout(false);
163      this.globalScopeTabPage.ResumeLayout(false);
164      this.ResumeLayout(false);
165      this.PerformLayout();
166
167    }
168
169    #endregion
170
171    private System.Windows.Forms.TabPage operatorGraphTabPage;
172    private System.Windows.Forms.TabPage globalScopeTabPage;
173    private HeuristicLab.Core.Views.ScopeView globalScopeView;
174    private System.Windows.Forms.Button saveOperatorGraphButton;
175    private System.Windows.Forms.Button openOperatorGraphButton;
176    private System.Windows.Forms.Button newOperatorGraphButton;
177    private HeuristicLab.Core.Views.ViewHost operatorGraphViewHost;
178
179  }
180}
Note: See TracBrowser for help on using the repository browser.