Free cookie consent management tool by TermsFeed Policy Generator

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

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

Operator architecture refactoring (#95)

  • worked on engines and algorithms
File size: 10.1 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.saveOperatorGraphButton = new System.Windows.Forms.Button();
49      this.openOperatorGraphButton = new System.Windows.Forms.Button();
50      this.newOperatorGraphButton = new System.Windows.Forms.Button();
51      this.operatorGraphViewHost = new HeuristicLab.Core.Views.ViewHost();
52      this.globalScopeTabPage = new System.Windows.Forms.TabPage();
53      this.globalScopeView = new HeuristicLab.Core.Views.ScopeView();
54      this.engineTabPage.SuspendLayout();
55      this.tabControl.SuspendLayout();
56      this.parametersTabPage.SuspendLayout();
57      this.problemTabPage.SuspendLayout();
58      this.resultsTabPage.SuspendLayout();
59      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
60      this.operatorGraphTabPage.SuspendLayout();
61      this.globalScopeTabPage.SuspendLayout();
62      this.SuspendLayout();
63      //
64      // createUserDefinedAlgorithmButton
65      //
66      this.toolTip.SetToolTip(this.createUserDefinedAlgorithmButton, "Create User Defined Algorithm from this Algorithm");
67      //
68      // tabControl
69      //
70      this.tabControl.Controls.Add(this.operatorGraphTabPage);
71      this.tabControl.Controls.Add(this.globalScopeTabPage);
72      this.tabControl.Controls.SetChildIndex(this.globalScopeTabPage, 0);
73      this.tabControl.Controls.SetChildIndex(this.operatorGraphTabPage, 0);
74      this.tabControl.Controls.SetChildIndex(this.resultsTabPage, 0);
75      this.tabControl.Controls.SetChildIndex(this.engineTabPage, 0);
76      this.tabControl.Controls.SetChildIndex(this.problemTabPage, 0);
77      this.tabControl.Controls.SetChildIndex(this.parametersTabPage, 0);
78      //
79      // newProblemButton
80      //
81      this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
82      //
83      // saveProblemButton
84      //
85      this.toolTip.SetToolTip(this.saveProblemButton, "Save Problem");
86      //
87      // openProblemButton
88      //
89      this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
90      //
91      // startButton
92      //
93      this.toolTip.SetToolTip(this.startButton, "Start Algorithm");
94      //
95      // stopButton
96      //
97      this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
98      //
99      // resetButton
100      //
101      this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
102      //
103      // nameTextBox
104      //
105      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
106      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
107      //
108      // operatorGraphTabPage
109      //
110      this.operatorGraphTabPage.Controls.Add(this.saveOperatorGraphButton);
111      this.operatorGraphTabPage.Controls.Add(this.openOperatorGraphButton);
112      this.operatorGraphTabPage.Controls.Add(this.newOperatorGraphButton);
113      this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
114      this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
115      this.operatorGraphTabPage.Name = "operatorGraphTabPage";
116      this.operatorGraphTabPage.Size = new System.Drawing.Size(705, 374);
117      this.operatorGraphTabPage.TabIndex = 2;
118      this.operatorGraphTabPage.Text = "Operator Graph";
119      this.operatorGraphTabPage.UseVisualStyleBackColor = true;
120      //
121      // saveOperatorGraphButton
122      //
123      this.saveOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Save;
124      this.saveOperatorGraphButton.Location = new System.Drawing.Point(63, 3);
125      this.saveOperatorGraphButton.Name = "saveOperatorGraphButton";
126      this.saveOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
127      this.saveOperatorGraphButton.TabIndex = 1;
128      this.toolTip.SetToolTip(this.saveOperatorGraphButton, "Save Operator Graph");
129      this.saveOperatorGraphButton.UseVisualStyleBackColor = true;
130      this.saveOperatorGraphButton.Click += new System.EventHandler(this.saveOperatorGraphButton_Click);
131      //
132      // openOperatorGraphButton
133      //
134      this.openOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
135      this.openOperatorGraphButton.Location = new System.Drawing.Point(33, 3);
136      this.openOperatorGraphButton.Name = "openOperatorGraphButton";
137      this.openOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
138      this.openOperatorGraphButton.TabIndex = 1;
139      this.toolTip.SetToolTip(this.openOperatorGraphButton, "Open Operator Graph");
140      this.openOperatorGraphButton.UseVisualStyleBackColor = true;
141      this.openOperatorGraphButton.Click += new System.EventHandler(this.openOperatorGraphButton_Click);
142      //
143      // newOperatorGraphButton
144      //
145      this.newOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
146      this.newOperatorGraphButton.Location = new System.Drawing.Point(3, 3);
147      this.newOperatorGraphButton.Name = "newOperatorGraphButton";
148      this.newOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
149      this.newOperatorGraphButton.TabIndex = 1;
150      this.toolTip.SetToolTip(this.newOperatorGraphButton, "New Operator Graph");
151      this.newOperatorGraphButton.UseVisualStyleBackColor = true;
152      this.newOperatorGraphButton.Click += new System.EventHandler(this.newOperatorGraphButton_Click);
153      //
154      // operatorGraphViewHost
155      //
156      this.operatorGraphViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
157                  | System.Windows.Forms.AnchorStyles.Left)
158                  | System.Windows.Forms.AnchorStyles.Right)));
159      this.operatorGraphViewHost.Content = null;
160      this.operatorGraphViewHost.Location = new System.Drawing.Point(3, 33);
161      this.operatorGraphViewHost.Name = "operatorGraphViewHost";
162      this.operatorGraphViewHost.Size = new System.Drawing.Size(699, 338);
163      this.operatorGraphViewHost.TabIndex = 0;
164      this.operatorGraphViewHost.ViewType = null;
165      //
166      // globalScopeTabPage
167      //
168      this.globalScopeTabPage.Controls.Add(this.globalScopeView);
169      this.globalScopeTabPage.Location = new System.Drawing.Point(4, 22);
170      this.globalScopeTabPage.Name = "globalScopeTabPage";
171      this.globalScopeTabPage.Size = new System.Drawing.Size(705, 374);
172      this.globalScopeTabPage.TabIndex = 3;
173      this.globalScopeTabPage.Text = "Global Scope";
174      this.globalScopeTabPage.UseVisualStyleBackColor = true;
175      //
176      // globalScopeView
177      //
178      this.globalScopeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
179                  | System.Windows.Forms.AnchorStyles.Left)
180                  | System.Windows.Forms.AnchorStyles.Right)));
181      this.globalScopeView.Caption = "Scope";
182      this.globalScopeView.Content = null;
183      this.globalScopeView.Location = new System.Drawing.Point(3, 3);
184      this.globalScopeView.Name = "globalScopeView";
185      this.globalScopeView.Size = new System.Drawing.Size(699, 368);
186      this.globalScopeView.TabIndex = 0;
187      //
188      // UserDefinedAlgorithmView
189      //
190      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
191      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
192      this.Name = "UserDefinedAlgorithmView";
193      this.engineTabPage.ResumeLayout(false);
194      this.engineTabPage.PerformLayout();
195      this.tabControl.ResumeLayout(false);
196      this.parametersTabPage.ResumeLayout(false);
197      this.problemTabPage.ResumeLayout(false);
198      this.resultsTabPage.ResumeLayout(false);
199      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
200      this.operatorGraphTabPage.ResumeLayout(false);
201      this.globalScopeTabPage.ResumeLayout(false);
202      this.ResumeLayout(false);
203      this.PerformLayout();
204
205    }
206
207    #endregion
208
209    private System.Windows.Forms.TabPage operatorGraphTabPage;
210    private System.Windows.Forms.TabPage globalScopeTabPage;
211    private HeuristicLab.Core.Views.ScopeView globalScopeView;
212    private System.Windows.Forms.Button saveOperatorGraphButton;
213    private System.Windows.Forms.Button openOperatorGraphButton;
214    private System.Windows.Forms.Button newOperatorGraphButton;
215    private HeuristicLab.Core.Views.ViewHost operatorGraphViewHost;
216
217  }
218}
Note: See TracBrowser for help on using the repository browser.