Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2212 updated copyright year

File size: 14.6 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 RunView {
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.components = new System.ComponentModel.Container();
48      System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Results", System.Windows.Forms.HorizontalAlignment.Left);
49      System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Parameters", System.Windows.Forms.HorizontalAlignment.Left);
50      this.parametersResultsGroupBox = new System.Windows.Forms.GroupBox();
51      this.splitContainer = new System.Windows.Forms.SplitContainer();
52      this.listView = new System.Windows.Forms.ListView();
53      this.nameColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
54      this.valueColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
55      this.imageList = new System.Windows.Forms.ImageList(this.components);
56      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
57      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
58      this.showAlgorithmButton = new System.Windows.Forms.Button();
59      this.changeColorButton = new System.Windows.Forms.Button();
60      this.colorLabel = new System.Windows.Forms.Label();
61      this.colorDialog = new System.Windows.Forms.ColorDialog();
62      this.showDetailsCheckBox = new System.Windows.Forms.CheckBox();
63      this.colorArea = new System.Windows.Forms.Label();
64      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
65      this.parametersResultsGroupBox.SuspendLayout();
66      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
67      this.splitContainer.Panel1.SuspendLayout();
68      this.splitContainer.Panel2.SuspendLayout();
69      this.splitContainer.SuspendLayout();
70      this.detailsGroupBox.SuspendLayout();
71      this.SuspendLayout();
72      //
73      // nameTextBox
74      //
75      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
76      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
77      this.nameTextBox.Location = new System.Drawing.Point(56, 0);
78      this.nameTextBox.Size = new System.Drawing.Size(414, 20);
79      //
80      // infoLabel
81      //
82      this.infoLabel.Location = new System.Drawing.Point(476, 3);
83      //
84      // parametersResultsGroupBox
85      //
86      this.parametersResultsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
87                  | System.Windows.Forms.AnchorStyles.Left)
88                  | System.Windows.Forms.AnchorStyles.Right)));
89      this.parametersResultsGroupBox.Controls.Add(this.splitContainer);
90      this.parametersResultsGroupBox.Location = new System.Drawing.Point(0, 56);
91      this.parametersResultsGroupBox.Name = "parametersResultsGroupBox";
92      this.parametersResultsGroupBox.Size = new System.Drawing.Size(495, 268);
93      this.parametersResultsGroupBox.TabIndex = 6;
94      this.parametersResultsGroupBox.TabStop = false;
95      this.parametersResultsGroupBox.Text = "Parameters && Results";
96      //
97      // splitContainer
98      //
99      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
100      this.splitContainer.Location = new System.Drawing.Point(3, 16);
101      this.splitContainer.Name = "splitContainer";
102      //
103      // splitContainer.Panel1
104      //
105      this.splitContainer.Panel1.Controls.Add(this.listView);
106      //
107      // splitContainer.Panel2
108      //
109      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
110      this.splitContainer.Size = new System.Drawing.Size(489, 249);
111      this.splitContainer.SplitterDistance = 177;
112      this.splitContainer.TabIndex = 0;
113      //
114      // listView
115      //
116      this.listView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
117                  | System.Windows.Forms.AnchorStyles.Left)
118                  | System.Windows.Forms.AnchorStyles.Right)));
119      this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
120            this.nameColumnHeader,
121            this.valueColumnHeader});
122      this.listView.FullRowSelect = true;
123      listViewGroup1.Header = "Results";
124      listViewGroup1.Name = "resultsGroup";
125      listViewGroup2.Header = "Parameters";
126      listViewGroup2.Name = "parametersGroup";
127      this.listView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
128            listViewGroup1,
129            listViewGroup2});
130      this.listView.HideSelection = false;
131      this.listView.Location = new System.Drawing.Point(3, 3);
132      this.listView.MultiSelect = false;
133      this.listView.Name = "listView";
134      this.listView.ShowItemToolTips = true;
135      this.listView.Size = new System.Drawing.Size(171, 243);
136      this.listView.SmallImageList = this.imageList;
137      this.listView.Sorting = System.Windows.Forms.SortOrder.Ascending;
138      this.listView.TabIndex = 0;
139      this.listView.UseCompatibleStateImageBehavior = false;
140      this.listView.View = System.Windows.Forms.View.Details;
141      this.listView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.listView_ItemDrag);
142      this.listView.SelectedIndexChanged += new System.EventHandler(this.listView_SelectedIndexChanged);
143      this.listView.DoubleClick += new System.EventHandler(this.listView_DoubleClick);
144      //
145      // nameColumnHeader
146      //
147      this.nameColumnHeader.Text = "Name";
148      //
149      // valueColumnHeader
150      //
151      this.valueColumnHeader.Text = "Value";
152      //
153      // imageList
154      //
155      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
156      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
157      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
158      //
159      // detailsGroupBox
160      //
161      this.detailsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
162                  | System.Windows.Forms.AnchorStyles.Left)
163                  | System.Windows.Forms.AnchorStyles.Right)));
164      this.detailsGroupBox.Controls.Add(this.viewHost);
165      this.detailsGroupBox.Location = new System.Drawing.Point(3, 3);
166      this.detailsGroupBox.Name = "detailsGroupBox";
167      this.detailsGroupBox.Size = new System.Drawing.Size(302, 243);
168      this.detailsGroupBox.TabIndex = 0;
169      this.detailsGroupBox.TabStop = false;
170      this.detailsGroupBox.Text = "Details";
171      //
172      // viewHost
173      //
174      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
175                  | System.Windows.Forms.AnchorStyles.Left)
176                  | System.Windows.Forms.AnchorStyles.Right)));
177      this.viewHost.Caption = "View";
178      this.viewHost.Content = null;
179      this.viewHost.Enabled = false;
180      this.viewHost.Location = new System.Drawing.Point(6, 19);
181      this.viewHost.Name = "viewHost";
182      this.viewHost.ReadOnly = true;
183      this.viewHost.Size = new System.Drawing.Size(290, 218);
184      this.viewHost.TabIndex = 0;
185      this.viewHost.ViewsLabelVisible = true;
186      this.viewHost.ViewType = null;
187      //
188      // showAlgorithmButton
189      //
190      this.showAlgorithmButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
191                  | System.Windows.Forms.AnchorStyles.Right)));
192      this.showAlgorithmButton.Location = new System.Drawing.Point(0, 330);
193      this.showAlgorithmButton.Name = "showAlgorithmButton";
194      this.showAlgorithmButton.Size = new System.Drawing.Size(495, 23);
195      this.showAlgorithmButton.TabIndex = 8;
196      this.showAlgorithmButton.Text = "&Show Algorithm";
197      this.toolTip.SetToolTip(this.showAlgorithmButton, "Show the algorithm which produced these results");
198      this.showAlgorithmButton.UseVisualStyleBackColor = true;
199      this.showAlgorithmButton.Click += new System.EventHandler(this.showAlgorithmButton_Click);
200      //
201      // changeColorButton
202      //
203      this.changeColorButton.Enabled = false;
204      this.changeColorButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
205      this.changeColorButton.Location = new System.Drawing.Point(78, 26);
206      this.changeColorButton.Name = "changeColorButton";
207      this.changeColorButton.Size = new System.Drawing.Size(64, 24);
208      this.changeColorButton.TabIndex = 5;
209      this.changeColorButton.Text = "&Change...";
210      this.changeColorButton.UseVisualStyleBackColor = true;
211      this.changeColorButton.Click += new System.EventHandler(this.changeColorButton_Click);
212      //
213      // colorLabel
214      //
215      this.colorLabel.AutoSize = true;
216      this.colorLabel.Location = new System.Drawing.Point(3, 32);
217      this.colorLabel.Name = "colorLabel";
218      this.colorLabel.Size = new System.Drawing.Size(34, 13);
219      this.colorLabel.TabIndex = 3;
220      this.colorLabel.Text = "C&olor:";
221      //
222      // showDetailsCheckBox
223      //
224      this.showDetailsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
225      this.showDetailsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
226      this.showDetailsCheckBox.Checked = true;
227      this.showDetailsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
228      this.showDetailsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
229      this.showDetailsCheckBox.Location = new System.Drawing.Point(471, 26);
230      this.showDetailsCheckBox.Name = "showDetailsCheckBox";
231      this.showDetailsCheckBox.Size = new System.Drawing.Size(24, 24);
232      this.showDetailsCheckBox.TabIndex = 7;
233      this.toolTip.SetToolTip(this.showDetailsCheckBox, "Show/Hide Details");
234      this.showDetailsCheckBox.UseVisualStyleBackColor = true;
235      this.showDetailsCheckBox.CheckedChanged += new System.EventHandler(this.showDetailsCheckBox_CheckedChanged);
236      //
237      // colorArea
238      //
239      this.colorArea.BackColor = System.Drawing.Color.White;
240      this.colorArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
241      this.colorArea.Location = new System.Drawing.Point(56, 31);
242      this.colorArea.Name = "colorArea";
243      this.colorArea.Size = new System.Drawing.Size(16, 16);
244      this.colorArea.TabIndex = 4;
245      //
246      // RunView
247      //
248      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
249      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
250      this.Controls.Add(this.colorArea);
251      this.Controls.Add(this.showDetailsCheckBox);
252      this.Controls.Add(this.colorLabel);
253      this.Controls.Add(this.changeColorButton);
254      this.Controls.Add(this.parametersResultsGroupBox);
255      this.Controls.Add(this.showAlgorithmButton);
256      this.Name = "RunView";
257      this.Size = new System.Drawing.Size(495, 353);
258      this.Controls.SetChildIndex(this.infoLabel, 0);
259      this.Controls.SetChildIndex(this.showAlgorithmButton, 0);
260      this.Controls.SetChildIndex(this.parametersResultsGroupBox, 0);
261      this.Controls.SetChildIndex(this.nameTextBox, 0);
262      this.Controls.SetChildIndex(this.nameLabel, 0);
263      this.Controls.SetChildIndex(this.changeColorButton, 0);
264      this.Controls.SetChildIndex(this.colorLabel, 0);
265      this.Controls.SetChildIndex(this.showDetailsCheckBox, 0);
266      this.Controls.SetChildIndex(this.colorArea, 0);
267      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
268      this.parametersResultsGroupBox.ResumeLayout(false);
269      this.splitContainer.Panel1.ResumeLayout(false);
270      this.splitContainer.Panel2.ResumeLayout(false);
271      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
272      this.splitContainer.ResumeLayout(false);
273      this.detailsGroupBox.ResumeLayout(false);
274      this.ResumeLayout(false);
275      this.PerformLayout();
276
277    }
278
279    #endregion
280
281    private System.Windows.Forms.GroupBox parametersResultsGroupBox;
282    private System.Windows.Forms.SplitContainer splitContainer;
283    private System.Windows.Forms.GroupBox detailsGroupBox;
284    private System.Windows.Forms.ListView listView;
285    private System.Windows.Forms.ColumnHeader nameColumnHeader;
286    private System.Windows.Forms.ColumnHeader valueColumnHeader;
287    private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
288    private System.Windows.Forms.ImageList imageList;
289    private System.Windows.Forms.Button showAlgorithmButton;
290    private System.Windows.Forms.Label colorLabel;
291    private System.Windows.Forms.Button changeColorButton;
292    private System.Windows.Forms.ColorDialog colorDialog;
293    private System.Windows.Forms.CheckBox showDetailsCheckBox;
294    private System.Windows.Forms.Label colorArea;
295
296  }
297}
Note: See TracBrowser for help on using the repository browser.