Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Optimization.Views/3.3/UserDefinedAlgorithmView.Designer.cs @ 13302

Last change on this file since 13302 was 13258, checked in by jkarder, 8 years ago

#2116: merged r13014, r13244 and r13245 into stable

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