Free cookie consent management tool by TermsFeed Policy Generator

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

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

Adapted views according the new read-only property (#973)

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