Free cookie consent management tool by TermsFeed Policy Generator

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

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

Implemented reviewers' comments (#893)

File size: 6.8 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.globalScopeTabPage = new System.Windows.Forms.TabPage();
48      this.globalScopeView = new HeuristicLab.Core.Views.ScopeView();
49      this.engineTabPage.SuspendLayout();
50      this.operatorGraphTabPage.SuspendLayout();
51      this.tabControl.SuspendLayout();
52      this.parametersTabPage.SuspendLayout();
53      this.problemTabPage.SuspendLayout();
54      this.resultsTabPage.SuspendLayout();
55      this.runsTabPage.SuspendLayout();
56      this.problemPanel.SuspendLayout();
57      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
58      this.globalScopeTabPage.SuspendLayout();
59      this.SuspendLayout();
60      //
61      // createUserDefinedAlgorithmButton
62      //
63      this.createUserDefinedAlgorithmButton.Enabled = false;
64      this.toolTip.SetToolTip(this.createUserDefinedAlgorithmButton, "Create User Defined Algorithm from this Algorithm");
65      this.createUserDefinedAlgorithmButton.Visible = false;
66      //
67      // engineComboBox
68      //
69      this.engineComboBox.Size = new System.Drawing.Size(644, 21);
70      //
71      // engineViewHost
72      //
73      this.engineViewHost.Size = new System.Drawing.Size(693, 402);
74      //
75      // openOperatorGraphButton
76      //
77      this.toolTip.SetToolTip(this.openOperatorGraphButton, "Open Operator Graph");
78      //
79      // newOperatorGraphButton
80      //
81      this.toolTip.SetToolTip(this.newOperatorGraphButton, "New Operator Graph");
82      //
83      // tabControl
84      //
85      this.tabControl.Controls.Add(this.globalScopeTabPage);
86      this.tabControl.Controls.SetChildIndex(this.engineTabPage, 0);
87      this.tabControl.Controls.SetChildIndex(this.globalScopeTabPage, 0);
88      this.tabControl.Controls.SetChildIndex(this.operatorGraphTabPage, 0);
89      this.tabControl.Controls.SetChildIndex(this.runsTabPage, 0);
90      this.tabControl.Controls.SetChildIndex(this.resultsTabPage, 0);
91      this.tabControl.Controls.SetChildIndex(this.parametersTabPage, 0);
92      this.tabControl.Controls.SetChildIndex(this.problemTabPage, 0);
93      //
94      // newProblemButton
95      //
96      this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
97      //
98      // openProblemButton
99      //
100      this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
101      //
102      // startButton
103      //
104      this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
105      //
106      // pauseButton
107      //
108      this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
109      //
110      // resetButton
111      //
112      this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
113      //
114      // stopButton
115      //
116      this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
117      //
118      // nameTextBox
119      //
120      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
121      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
122      //
123      // globalScopeTabPage
124      //
125      this.globalScopeTabPage.Controls.Add(this.globalScopeView);
126      this.globalScopeTabPage.Location = new System.Drawing.Point(4, 22);
127      this.globalScopeTabPage.Name = "globalScopeTabPage";
128      this.globalScopeTabPage.Size = new System.Drawing.Size(705, 441);
129      this.globalScopeTabPage.TabIndex = 6;
130      this.globalScopeTabPage.Text = "Global Scope";
131      this.globalScopeTabPage.UseVisualStyleBackColor = true;
132      //
133      // globalScopeView
134      //
135      this.globalScopeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
136                  | System.Windows.Forms.AnchorStyles.Left)
137                  | System.Windows.Forms.AnchorStyles.Right)));
138      this.globalScopeView.Caption = "Scope";
139      this.globalScopeView.Content = null;
140      this.globalScopeView.Location = new System.Drawing.Point(3, 3);
141      this.globalScopeView.Name = "globalScopeView";
142      this.globalScopeView.ReadOnly = false;
143      this.globalScopeView.Size = new System.Drawing.Size(699, 435);
144      this.globalScopeView.TabIndex = 0;
145      //
146      // UserDefinedAlgorithmView
147      //
148      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
149      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
150      this.Name = "UserDefinedAlgorithmView";
151      this.engineTabPage.ResumeLayout(false);
152      this.engineTabPage.PerformLayout();
153      this.operatorGraphTabPage.ResumeLayout(false);
154      this.tabControl.ResumeLayout(false);
155      this.parametersTabPage.ResumeLayout(false);
156      this.problemTabPage.ResumeLayout(false);
157      this.resultsTabPage.ResumeLayout(false);
158      this.runsTabPage.ResumeLayout(false);
159      this.problemPanel.ResumeLayout(false);
160      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
161      this.globalScopeTabPage.ResumeLayout(false);
162      this.ResumeLayout(false);
163      this.PerformLayout();
164
165    }
166
167    #endregion
168
169    private System.Windows.Forms.TabPage globalScopeTabPage;
170    private HeuristicLab.Core.Views.ScopeView globalScopeView;
171
172  }
173}
Note: See TracBrowser for help on using the repository browser.