Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimization.Views/3.3/RunView.Designer.cs @ 3300

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

Continued work on algorithm batch processing (#947).

File size: 10.8 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 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 = new System.Windows.Forms.ColumnHeader();
54      this.valueColumnHeader = 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      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
60      this.parametersResultsGroupBox.SuspendLayout();
61      this.splitContainer.Panel1.SuspendLayout();
62      this.splitContainer.Panel2.SuspendLayout();
63      this.splitContainer.SuspendLayout();
64      this.detailsGroupBox.SuspendLayout();
65      this.SuspendLayout();
66      //
67      // nameTextBox
68      //
69      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
70      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
71      this.nameTextBox.Size = new System.Drawing.Size(423, 20);
72      //
73      // descriptionTextBox
74      //
75      this.descriptionTextBox.Size = new System.Drawing.Size(423, 20);
76      //
77      // parametersResultsGroupBox
78      //
79      this.parametersResultsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
80                  | System.Windows.Forms.AnchorStyles.Left)
81                  | System.Windows.Forms.AnchorStyles.Right)));
82      this.parametersResultsGroupBox.Controls.Add(this.splitContainer);
83      this.parametersResultsGroupBox.Location = new System.Drawing.Point(0, 52);
84      this.parametersResultsGroupBox.Name = "parametersResultsGroupBox";
85      this.parametersResultsGroupBox.Size = new System.Drawing.Size(495, 272);
86      this.parametersResultsGroupBox.TabIndex = 4;
87      this.parametersResultsGroupBox.TabStop = false;
88      this.parametersResultsGroupBox.Text = "Parameters && Results";
89      //
90      // splitContainer
91      //
92      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
93      this.splitContainer.Location = new System.Drawing.Point(3, 16);
94      this.splitContainer.Name = "splitContainer";
95      //
96      // splitContainer.Panel1
97      //
98      this.splitContainer.Panel1.Controls.Add(this.listView);
99      //
100      // splitContainer.Panel2
101      //
102      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
103      this.splitContainer.Size = new System.Drawing.Size(489, 253);
104      this.splitContainer.SplitterDistance = 177;
105      this.splitContainer.TabIndex = 0;
106      //
107      // listView
108      //
109      this.listView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
110                  | System.Windows.Forms.AnchorStyles.Left)
111                  | System.Windows.Forms.AnchorStyles.Right)));
112      this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
113            this.nameColumnHeader,
114            this.valueColumnHeader});
115      this.listView.FullRowSelect = true;
116      listViewGroup1.Header = "Results";
117      listViewGroup1.Name = "resultsGroup";
118      listViewGroup2.Header = "Parameters";
119      listViewGroup2.Name = "parametersGroup";
120      this.listView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
121            listViewGroup1,
122            listViewGroup2});
123      this.listView.HideSelection = false;
124      this.listView.Location = new System.Drawing.Point(3, 3);
125      this.listView.MultiSelect = false;
126      this.listView.Name = "listView";
127      this.listView.ShowItemToolTips = true;
128      this.listView.Size = new System.Drawing.Size(171, 247);
129      this.listView.SmallImageList = this.imageList;
130      this.listView.Sorting = System.Windows.Forms.SortOrder.Ascending;
131      this.listView.TabIndex = 0;
132      this.listView.UseCompatibleStateImageBehavior = false;
133      this.listView.View = System.Windows.Forms.View.Details;
134      this.listView.SelectedIndexChanged += new System.EventHandler(this.listView_SelectedIndexChanged);
135      this.listView.DoubleClick += new System.EventHandler(this.listView_DoubleClick);
136      this.listView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.listView_ItemDrag);
137      //
138      // nameColumnHeader
139      //
140      this.nameColumnHeader.Text = "Name";
141      //
142      // valueColumnHeader
143      //
144      this.valueColumnHeader.Text = "Value";
145      //
146      // imageList
147      //
148      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
149      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
150      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
151      //
152      // detailsGroupBox
153      //
154      this.detailsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
155                  | System.Windows.Forms.AnchorStyles.Left)
156                  | System.Windows.Forms.AnchorStyles.Right)));
157      this.detailsGroupBox.Controls.Add(this.viewHost);
158      this.detailsGroupBox.Location = new System.Drawing.Point(3, 3);
159      this.detailsGroupBox.Name = "detailsGroupBox";
160      this.detailsGroupBox.Size = new System.Drawing.Size(302, 247);
161      this.detailsGroupBox.TabIndex = 0;
162      this.detailsGroupBox.TabStop = false;
163      this.detailsGroupBox.Text = "Details";
164      //
165      // viewHost
166      //
167      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
168                  | System.Windows.Forms.AnchorStyles.Left)
169                  | System.Windows.Forms.AnchorStyles.Right)));
170      this.viewHost.Content = null;
171      this.viewHost.Location = new System.Drawing.Point(6, 19);
172      this.viewHost.Name = "viewHost";
173      this.viewHost.Size = new System.Drawing.Size(290, 222);
174      this.viewHost.TabIndex = 0;
175      this.viewHost.ViewType = null;
176      //
177      // showAlgorithmButton
178      //
179      this.showAlgorithmButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
180                  | System.Windows.Forms.AnchorStyles.Right)));
181      this.showAlgorithmButton.Location = new System.Drawing.Point(0, 330);
182      this.showAlgorithmButton.Name = "showAlgorithmButton";
183      this.showAlgorithmButton.Size = new System.Drawing.Size(495, 23);
184      this.showAlgorithmButton.TabIndex = 5;
185      this.showAlgorithmButton.Text = "&Show Algorithm";
186      this.toolTip.SetToolTip(this.showAlgorithmButton, "Show the algorithm which produced these results");
187      this.showAlgorithmButton.UseVisualStyleBackColor = true;
188      this.showAlgorithmButton.Click += new System.EventHandler(this.showAlgorithmButton_Click);
189      //
190      // RunView
191      //
192      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
193      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
194      this.Controls.Add(this.parametersResultsGroupBox);
195      this.Controls.Add(this.showAlgorithmButton);
196      this.Name = "RunView";
197      this.Size = new System.Drawing.Size(495, 353);
198      this.Controls.SetChildIndex(this.showAlgorithmButton, 0);
199      this.Controls.SetChildIndex(this.parametersResultsGroupBox, 0);
200      this.Controls.SetChildIndex(this.descriptionLabel, 0);
201      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
202      this.Controls.SetChildIndex(this.nameTextBox, 0);
203      this.Controls.SetChildIndex(this.nameLabel, 0);
204      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
205      this.parametersResultsGroupBox.ResumeLayout(false);
206      this.splitContainer.Panel1.ResumeLayout(false);
207      this.splitContainer.Panel2.ResumeLayout(false);
208      this.splitContainer.ResumeLayout(false);
209      this.detailsGroupBox.ResumeLayout(false);
210      this.ResumeLayout(false);
211      this.PerformLayout();
212
213    }
214
215    #endregion
216
217    private System.Windows.Forms.GroupBox parametersResultsGroupBox;
218    private System.Windows.Forms.SplitContainer splitContainer;
219    private System.Windows.Forms.GroupBox detailsGroupBox;
220    private System.Windows.Forms.ListView listView;
221    private System.Windows.Forms.ColumnHeader nameColumnHeader;
222    private System.Windows.Forms.ColumnHeader valueColumnHeader;
223    private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
224    private System.Windows.Forms.ImageList imageList;
225    private System.Windows.Forms.Button showAlgorithmButton;
226
227  }
228}
Note: See TracBrowser for help on using the repository browser.