Free cookie consent management tool by TermsFeed Policy Generator

source: tags/3.3.0/HeuristicLab.Optimization.Views/3.3/RunView.Designer.cs @ 18051

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

Implemented reviewers' comments (#893)

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