Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Operators.Views/3.3/ValuesCollectorView.Designer.cs @ 12012

Last change on this file since 12012 was 12012, checked in by ascheibe, 9 years ago

#2212 merged r12008, r12009, r12010 back into trunk

File size: 8.9 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.Operators.Views {
23  partial class ValuesCollectorView {
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.collectedValuesTabPage = new System.Windows.Forms.TabPage();
49      this.collectedValuesView = new HeuristicLab.Core.Views.ParameterCollectionView();
50      this.parametersTabPage = new System.Windows.Forms.TabPage();
51      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
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.collectedValuesTabPage.SuspendLayout();
57      this.parametersTabPage.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.collectedValuesTabPage);
78      this.tabControl.Controls.Add(this.parametersTabPage);
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      // collectedValuesTabPage
86      //
87      this.collectedValuesTabPage.Controls.Add(this.collectedValuesView);
88      this.collectedValuesTabPage.Location = new System.Drawing.Point(4, 22);
89      this.collectedValuesTabPage.Name = "collectedValuesTabPage";
90      this.collectedValuesTabPage.Padding = new System.Windows.Forms.Padding(3);
91      this.collectedValuesTabPage.Size = new System.Drawing.Size(478, 410);
92      this.collectedValuesTabPage.TabIndex = 0;
93      this.collectedValuesTabPage.Text = "Collected Values";
94      this.collectedValuesTabPage.UseVisualStyleBackColor = true;
95      //
96      // collectedValuesView
97      //
98      this.collectedValuesView.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.collectedValuesView.Caption = "ParameterCollection View";
102      this.collectedValuesView.Content = null;
103      this.collectedValuesView.Location = new System.Drawing.Point(6, 6);
104      this.collectedValuesView.Name = "collectedValuesView";
105      this.collectedValuesView.ReadOnly = false;
106      this.collectedValuesView.Size = new System.Drawing.Size(466, 398);
107      this.collectedValuesView.TabIndex = 0;
108      //
109      // parametersTabPage
110      //
111      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
112      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
113      this.parametersTabPage.Name = "parametersTabPage";
114      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
115      this.parametersTabPage.Size = new System.Drawing.Size(478, 410);
116      this.parametersTabPage.TabIndex = 1;
117      this.parametersTabPage.Text = "Parameters";
118      this.parametersTabPage.UseVisualStyleBackColor = true;
119      //
120      // parameterCollectionView
121      //
122      this.parameterCollectionView.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.parameterCollectionView.Caption = "ParameterCollection View";
126      this.parameterCollectionView.Content = null;
127      this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);
128      this.parameterCollectionView.Name = "parameterCollectionView";
129      this.parameterCollectionView.ReadOnly = false;
130      this.parameterCollectionView.Size = new System.Drawing.Size(466, 398);
131      this.parameterCollectionView.TabIndex = 0;
132      //
133      // breakpointCheckBox
134      //
135      this.breakpointCheckBox.AutoSize = true;
136      this.breakpointCheckBox.Location = new System.Drawing.Point(70, 26);
137      this.breakpointCheckBox.Name = "breakpointCheckBox";
138      this.breakpointCheckBox.Size = new System.Drawing.Size(15, 14);
139      this.breakpointCheckBox.TabIndex = 4;
140      this.toolTip.SetToolTip(this.breakpointCheckBox, "Check if an engine should stop execution each time after this operator has been p" +
141              "rocessed.");
142      this.breakpointCheckBox.UseVisualStyleBackColor = true;
143      this.breakpointCheckBox.CheckedChanged += new System.EventHandler(this.breakpointCheckBox_CheckedChanged);
144      //
145      // breakpointLabel
146      //
147      this.breakpointLabel.AutoSize = true;
148      this.breakpointLabel.Location = new System.Drawing.Point(3, 26);
149      this.breakpointLabel.Name = "breakpointLabel";
150      this.breakpointLabel.Size = new System.Drawing.Size(61, 13);
151      this.breakpointLabel.TabIndex = 3;
152      this.breakpointLabel.Text = "&Breakpoint:";
153      //
154      // ValuesCollectorView
155      //
156      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
157      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
158      this.Controls.Add(this.breakpointCheckBox);
159      this.Controls.Add(this.breakpointLabel);
160      this.Controls.Add(this.tabControl);
161      this.Name = "ValuesCollectorView";
162      this.Size = new System.Drawing.Size(486, 482);
163      this.Controls.SetChildIndex(this.infoLabel, 0);
164      this.Controls.SetChildIndex(this.tabControl, 0);
165      this.Controls.SetChildIndex(this.nameLabel, 0);
166      this.Controls.SetChildIndex(this.nameTextBox, 0);
167      this.Controls.SetChildIndex(this.breakpointLabel, 0);
168      this.Controls.SetChildIndex(this.breakpointCheckBox, 0);
169      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
170      this.tabControl.ResumeLayout(false);
171      this.collectedValuesTabPage.ResumeLayout(false);
172      this.parametersTabPage.ResumeLayout(false);
173      this.ResumeLayout(false);
174      this.PerformLayout();
175
176    }
177
178    #endregion
179
180    protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
181    protected System.Windows.Forms.TabPage collectedValuesTabPage;
182    protected System.Windows.Forms.TabPage parametersTabPage;
183    protected HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
184    protected HeuristicLab.Core.Views.ParameterCollectionView collectedValuesView;
185    protected System.Windows.Forms.CheckBox breakpointCheckBox;
186    protected System.Windows.Forms.Label breakpointLabel;
187
188  }
189}
Note: See TracBrowser for help on using the repository browser.