Free cookie consent management tool by TermsFeed Policy Generator

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

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

Implemented reviewers' comments (#893).

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