[3260] | 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 |
|
---|
| 22 | namespace 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() {
|
---|
[3277] | 47 | this.components = new System.ComponentModel.Container();
|
---|
[4096] | 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);
|
---|
[3260] | 50 | this.parametersResultsGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 51 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
| 52 | this.listView = new System.Windows.Forms.ListView();
|
---|
[4096] | 53 | this.nameColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
---|
| 54 | this.valueColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
---|
[3300] | 55 | this.imageList = new System.Windows.Forms.ImageList(this.components);
|
---|
[3277] | 56 | this.detailsGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[3281] | 57 | this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[3300] | 58 | this.showAlgorithmButton = new System.Windows.Forms.Button();
|
---|
[3638] | 59 | this.changeColorButton = new System.Windows.Forms.Button();
|
---|
| 60 | this.colorLabel = new System.Windows.Forms.Label();
|
---|
| 61 | this.colorDialog = new System.Windows.Forms.ColorDialog();
|
---|
[4096] | 62 | this.showDetailsCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 63 | this.colorArea = new System.Windows.Forms.Label();
|
---|
[3260] | 64 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 65 | this.parametersResultsGroupBox.SuspendLayout();
|
---|
| 66 | this.splitContainer.Panel1.SuspendLayout();
|
---|
| 67 | this.splitContainer.Panel2.SuspendLayout();
|
---|
| 68 | this.splitContainer.SuspendLayout();
|
---|
| 69 | this.detailsGroupBox.SuspendLayout();
|
---|
| 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);
|
---|
[4096] | 88 | this.parametersResultsGroupBox.Location = new System.Drawing.Point(0, 82);
|
---|
[3260] | 89 | this.parametersResultsGroupBox.Name = "parametersResultsGroupBox";
|
---|
[4096] | 90 | this.parametersResultsGroupBox.Size = new System.Drawing.Size(495, 242);
|
---|
| 91 | this.parametersResultsGroupBox.TabIndex = 8;
|
---|
[3260] | 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);
|
---|
[4096] | 108 | this.splitContainer.Size = new System.Drawing.Size(489, 223);
|
---|
[3260] | 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;
|
---|
[4096] | 121 | listViewGroup1.Header = "Results";
|
---|
| 122 | listViewGroup1.Name = "resultsGroup";
|
---|
| 123 | listViewGroup2.Header = "Parameters";
|
---|
| 124 | listViewGroup2.Name = "parametersGroup";
|
---|
[3260] | 125 | this.listView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
|
---|
[4096] | 126 | listViewGroup1,
|
---|
| 127 | listViewGroup2});
|
---|
[3260] | 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;
|
---|
[4096] | 133 | this.listView.Size = new System.Drawing.Size(171, 217);
|
---|
[3277] | 134 | this.listView.SmallImageList = this.imageList;
|
---|
[3260] | 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;
|
---|
[4096] | 139 | this.listView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.listView_ItemDrag);
|
---|
[3260] | 140 | this.listView.SelectedIndexChanged += new System.EventHandler(this.listView_SelectedIndexChanged);
|
---|
[3300] | 141 | this.listView.DoubleClick += new System.EventHandler(this.listView_DoubleClick);
|
---|
[3260] | 142 | //
|
---|
| 143 | // nameColumnHeader
|
---|
| 144 | //
|
---|
| 145 | this.nameColumnHeader.Text = "Name";
|
---|
| 146 | //
|
---|
| 147 | // valueColumnHeader
|
---|
| 148 | //
|
---|
| 149 | this.valueColumnHeader.Text = "Value";
|
---|
| 150 | //
|
---|
[3300] | 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 | //
|
---|
[3277] | 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";
|
---|
[4096] | 165 | this.detailsGroupBox.Size = new System.Drawing.Size(302, 217);
|
---|
[3277] | 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)));
|
---|
[4096] | 175 | this.viewHost.Caption = "View";
|
---|
[3277] | 176 | this.viewHost.Content = null;
|
---|
| 177 | this.viewHost.Location = new System.Drawing.Point(6, 19);
|
---|
| 178 | this.viewHost.Name = "viewHost";
|
---|
[3766] | 179 | this.viewHost.ReadOnly = true;
|
---|
[4096] | 180 | this.viewHost.Size = new System.Drawing.Size(290, 192);
|
---|
[3277] | 181 | this.viewHost.TabIndex = 0;
|
---|
| 182 | this.viewHost.ViewType = null;
|
---|
| 183 | //
|
---|
[3300] | 184 | // showAlgorithmButton
|
---|
[3277] | 185 | //
|
---|
[3300] | 186 | this.showAlgorithmButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 187 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 188 | this.showAlgorithmButton.Location = new System.Drawing.Point(0, 330);
|
---|
| 189 | this.showAlgorithmButton.Name = "showAlgorithmButton";
|
---|
| 190 | this.showAlgorithmButton.Size = new System.Drawing.Size(495, 23);
|
---|
[4096] | 191 | this.showAlgorithmButton.TabIndex = 9;
|
---|
[3300] | 192 | this.showAlgorithmButton.Text = "&Show Algorithm";
|
---|
| 193 | this.toolTip.SetToolTip(this.showAlgorithmButton, "Show the algorithm which produced these results");
|
---|
| 194 | this.showAlgorithmButton.UseVisualStyleBackColor = true;
|
---|
| 195 | this.showAlgorithmButton.Click += new System.EventHandler(this.showAlgorithmButton_Click);
|
---|
[3277] | 196 | //
|
---|
[3638] | 197 | // changeColorButton
|
---|
| 198 | //
|
---|
| 199 | this.changeColorButton.Enabled = false;
|
---|
| 200 | this.changeColorButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
---|
| 201 | this.changeColorButton.Location = new System.Drawing.Point(94, 52);
|
---|
| 202 | this.changeColorButton.Name = "changeColorButton";
|
---|
[4096] | 203 | this.changeColorButton.Size = new System.Drawing.Size(64, 24);
|
---|
| 204 | this.changeColorButton.TabIndex = 6;
|
---|
| 205 | this.changeColorButton.Text = "&Change...";
|
---|
[3638] | 206 | this.changeColorButton.UseVisualStyleBackColor = true;
|
---|
| 207 | this.changeColorButton.Click += new System.EventHandler(this.changeColorButton_Click);
|
---|
| 208 | //
|
---|
| 209 | // colorLabel
|
---|
| 210 | //
|
---|
| 211 | this.colorLabel.AutoSize = true;
|
---|
[4096] | 212 | this.colorLabel.Location = new System.Drawing.Point(3, 58);
|
---|
[3638] | 213 | this.colorLabel.Name = "colorLabel";
|
---|
| 214 | this.colorLabel.Size = new System.Drawing.Size(34, 13);
|
---|
[4096] | 215 | this.colorLabel.TabIndex = 4;
|
---|
| 216 | this.colorLabel.Text = "C&olor:";
|
---|
[3638] | 217 | //
|
---|
[4096] | 218 | // showDetailsCheckBox
|
---|
[3638] | 219 | //
|
---|
[4096] | 220 | this.showDetailsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 221 | this.showDetailsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
|
---|
| 222 | this.showDetailsCheckBox.Checked = true;
|
---|
| 223 | this.showDetailsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
| 224 | this.showDetailsCheckBox.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Properties;
|
---|
| 225 | this.showDetailsCheckBox.Location = new System.Drawing.Point(471, 52);
|
---|
| 226 | this.showDetailsCheckBox.Name = "showDetailsCheckBox";
|
---|
| 227 | this.showDetailsCheckBox.Size = new System.Drawing.Size(24, 24);
|
---|
| 228 | this.showDetailsCheckBox.TabIndex = 7;
|
---|
| 229 | this.toolTip.SetToolTip(this.showDetailsCheckBox, "Show/Hide Details");
|
---|
| 230 | this.showDetailsCheckBox.UseVisualStyleBackColor = true;
|
---|
| 231 | this.showDetailsCheckBox.CheckedChanged += new System.EventHandler(this.showDetailsCheckBox_CheckedChanged);
|
---|
[3638] | 232 | //
|
---|
[4096] | 233 | // colorArea
|
---|
| 234 | //
|
---|
| 235 | this.colorArea.BackColor = System.Drawing.Color.White;
|
---|
| 236 | this.colorArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
---|
| 237 | this.colorArea.Location = new System.Drawing.Point(72, 56);
|
---|
| 238 | this.colorArea.Name = "colorArea";
|
---|
| 239 | this.colorArea.Size = new System.Drawing.Size(16, 16);
|
---|
| 240 | this.colorArea.TabIndex = 5;
|
---|
| 241 | //
|
---|
[3260] | 242 | // RunView
|
---|
| 243 | //
|
---|
| 244 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 245 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[4096] | 246 | this.Controls.Add(this.colorArea);
|
---|
| 247 | this.Controls.Add(this.showDetailsCheckBox);
|
---|
[3638] | 248 | this.Controls.Add(this.colorLabel);
|
---|
| 249 | this.Controls.Add(this.changeColorButton);
|
---|
[3260] | 250 | this.Controls.Add(this.parametersResultsGroupBox);
|
---|
[3300] | 251 | this.Controls.Add(this.showAlgorithmButton);
|
---|
[3260] | 252 | this.Name = "RunView";
|
---|
[3300] | 253 | this.Size = new System.Drawing.Size(495, 353);
|
---|
| 254 | this.Controls.SetChildIndex(this.showAlgorithmButton, 0);
|
---|
[3260] | 255 | this.Controls.SetChildIndex(this.parametersResultsGroupBox, 0);
|
---|
| 256 | this.Controls.SetChildIndex(this.descriptionLabel, 0);
|
---|
| 257 | this.Controls.SetChildIndex(this.descriptionTextBox, 0);
|
---|
| 258 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 259 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
[3638] | 260 | this.Controls.SetChildIndex(this.changeColorButton, 0);
|
---|
| 261 | this.Controls.SetChildIndex(this.colorLabel, 0);
|
---|
[4096] | 262 | this.Controls.SetChildIndex(this.showDetailsCheckBox, 0);
|
---|
| 263 | this.Controls.SetChildIndex(this.colorArea, 0);
|
---|
[3260] | 264 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 265 | this.parametersResultsGroupBox.ResumeLayout(false);
|
---|
| 266 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
| 267 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
| 268 | this.splitContainer.ResumeLayout(false);
|
---|
| 269 | this.detailsGroupBox.ResumeLayout(false);
|
---|
| 270 | this.ResumeLayout(false);
|
---|
| 271 | this.PerformLayout();
|
---|
| 272 |
|
---|
| 273 | }
|
---|
| 274 |
|
---|
| 275 | #endregion
|
---|
| 276 |
|
---|
| 277 | private System.Windows.Forms.GroupBox parametersResultsGroupBox;
|
---|
| 278 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
| 279 | private System.Windows.Forms.GroupBox detailsGroupBox;
|
---|
| 280 | private System.Windows.Forms.ListView listView;
|
---|
| 281 | private System.Windows.Forms.ColumnHeader nameColumnHeader;
|
---|
| 282 | private System.Windows.Forms.ColumnHeader valueColumnHeader;
|
---|
[3281] | 283 | private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
|
---|
[3277] | 284 | private System.Windows.Forms.ImageList imageList;
|
---|
[3300] | 285 | private System.Windows.Forms.Button showAlgorithmButton;
|
---|
[3638] | 286 | private System.Windows.Forms.Label colorLabel;
|
---|
| 287 | private System.Windows.Forms.Button changeColorButton;
|
---|
| 288 | private System.Windows.Forms.ColorDialog colorDialog;
|
---|
[4096] | 289 | private System.Windows.Forms.CheckBox showDetailsCheckBox;
|
---|
| 290 | private System.Windows.Forms.Label colorArea;
|
---|
[3260] | 291 |
|
---|
| 292 | }
|
---|
| 293 | }
|
---|