Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Operators.Views/3.3/AlgorithmOperatorView.Designer.cs @ 15583

Last change on this file since 15583 was 15583, checked in by swagner, 6 years ago

#2640: Updated year of copyrights in license headers

File size: 9.1 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2018 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.Operators.Views {
23  partial class AlgorithmOperatorView {
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.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
48      this.parametersTabPage = new System.Windows.Forms.TabPage();
49      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
50      this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
51      this.operatorGraphViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
52      this.breakpointCheckBox = new System.Windows.Forms.CheckBox();
53      this.breakpointLabel = new System.Windows.Forms.Label();
54      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
55      this.tabControl.SuspendLayout();
56      this.parametersTabPage.SuspendLayout();
57      this.operatorGraphTabPage.SuspendLayout();
58      this.SuspendLayout();
59      //
60      // nameTextBox
61      //
62      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
63      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
64      this.nameTextBox.Location = new System.Drawing.Point(70, 0);
65      this.nameTextBox.Size = new System.Drawing.Size(391, 20);
66      //
67      // infoLabel
68      //
69      this.infoLabel.Location = new System.Drawing.Point(467, 3);
70      //
71      // tabControl
72      //
73      this.tabControl.AllowDrop = true;
74      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
75                  | System.Windows.Forms.AnchorStyles.Left)
76                  | System.Windows.Forms.AnchorStyles.Right)));
77      this.tabControl.Controls.Add(this.parametersTabPage);
78      this.tabControl.Controls.Add(this.operatorGraphTabPage);
79      this.tabControl.Location = new System.Drawing.Point(0, 46);
80      this.tabControl.Name = "tabControl";
81      this.tabControl.SelectedIndex = 0;
82      this.tabControl.Size = new System.Drawing.Size(486, 436);
83      this.tabControl.TabIndex = 5;
84      //
85      // parametersTabPage
86      //
87      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
88      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
89      this.parametersTabPage.Name = "parametersTabPage";
90      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
91      this.parametersTabPage.Size = new System.Drawing.Size(478, 410);
92      this.parametersTabPage.TabIndex = 0;
93      this.parametersTabPage.Text = "Parameters";
94      this.parametersTabPage.UseVisualStyleBackColor = true;
95      //
96      // parameterCollectionView
97      //
98      this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
99                  | System.Windows.Forms.AnchorStyles.Left)
100                  | System.Windows.Forms.AnchorStyles.Right)));
101      this.parameterCollectionView.Caption = "ParameterCollection View";
102      this.parameterCollectionView.Content = null;
103      this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);
104      this.parameterCollectionView.Name = "parameterCollectionView";
105      this.parameterCollectionView.ReadOnly = false;
106      this.parameterCollectionView.Size = new System.Drawing.Size(466, 398);
107      this.parameterCollectionView.TabIndex = 0;
108      //
109      // operatorGraphTabPage
110      //
111      this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
112      this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
113      this.operatorGraphTabPage.Name = "operatorGraphTabPage";
114      this.operatorGraphTabPage.Padding = new System.Windows.Forms.Padding(3);
115      this.operatorGraphTabPage.Size = new System.Drawing.Size(478, 410);
116      this.operatorGraphTabPage.TabIndex = 1;
117      this.operatorGraphTabPage.Text = "Operator Graph";
118      this.operatorGraphTabPage.UseVisualStyleBackColor = true;
119      //
120      // operatorGraphViewHost
121      //
122      this.operatorGraphViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
123                  | System.Windows.Forms.AnchorStyles.Left)
124                  | System.Windows.Forms.AnchorStyles.Right)));
125      this.operatorGraphViewHost.Caption = "View";
126      this.operatorGraphViewHost.Content = null;
127      this.operatorGraphViewHost.Enabled = false;
128      this.operatorGraphViewHost.Location = new System.Drawing.Point(6, 6);
129      this.operatorGraphViewHost.Name = "operatorGraphViewHost";
130      this.operatorGraphViewHost.ReadOnly = false;
131      this.operatorGraphViewHost.Size = new System.Drawing.Size(466, 398);
132      this.operatorGraphViewHost.TabIndex = 0;
133      this.operatorGraphViewHost.ViewsLabelVisible = true;
134      this.operatorGraphViewHost.ViewType = null;
135      //
136      // breakpointCheckBox
137      //
138      this.breakpointCheckBox.AutoSize = true;
139      this.breakpointCheckBox.Location = new System.Drawing.Point(70, 26);
140      this.breakpointCheckBox.Name = "breakpointCheckBox";
141      this.breakpointCheckBox.Size = new System.Drawing.Size(15, 14);
142      this.breakpointCheckBox.TabIndex = 4;
143      this.toolTip.SetToolTip(this.breakpointCheckBox, "Check if an engine should stop execution each time after this operator has been p" +
144              "rocessed.");
145      this.breakpointCheckBox.UseVisualStyleBackColor = true;
146      this.breakpointCheckBox.CheckedChanged += new System.EventHandler(this.breakpointCheckBox_CheckedChanged);
147      //
148      // breakpointLabel
149      //
150      this.breakpointLabel.AutoSize = true;
151      this.breakpointLabel.Location = new System.Drawing.Point(3, 26);
152      this.breakpointLabel.Name = "breakpointLabel";
153      this.breakpointLabel.Size = new System.Drawing.Size(61, 13);
154      this.breakpointLabel.TabIndex = 3;
155      this.breakpointLabel.Text = "&Breakpoint:";
156      //
157      // AlgorithmOperatorView
158      //
159      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
160      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
161      this.Controls.Add(this.breakpointCheckBox);
162      this.Controls.Add(this.breakpointLabel);
163      this.Controls.Add(this.tabControl);
164      this.Name = "AlgorithmOperatorView";
165      this.Size = new System.Drawing.Size(486, 482);
166      this.Controls.SetChildIndex(this.infoLabel, 0);
167      this.Controls.SetChildIndex(this.tabControl, 0);
168      this.Controls.SetChildIndex(this.nameLabel, 0);
169      this.Controls.SetChildIndex(this.nameTextBox, 0);
170      this.Controls.SetChildIndex(this.breakpointLabel, 0);
171      this.Controls.SetChildIndex(this.breakpointCheckBox, 0);
172      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
173      this.tabControl.ResumeLayout(false);
174      this.parametersTabPage.ResumeLayout(false);
175      this.operatorGraphTabPage.ResumeLayout(false);
176      this.ResumeLayout(false);
177      this.PerformLayout();
178
179    }
180
181    #endregion
182
183    protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
184    protected System.Windows.Forms.TabPage parametersTabPage;
185    protected System.Windows.Forms.TabPage operatorGraphTabPage;
186    protected HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
187    protected HeuristicLab.MainForm.WindowsForms.ViewHost operatorGraphViewHost;
188    protected System.Windows.Forms.CheckBox breakpointCheckBox;
189    protected System.Windows.Forms.Label breakpointLabel;
190  }
191}
Note: See TracBrowser for help on using the repository browser.