[3260] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[17181] | 3 | * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[3260] | 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();
|
---|
[5832] | 66 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
[3260] | 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);
|
---|
[5832] | 77 | this.nameTextBox.Location = new System.Drawing.Point(56, 0);
|
---|
| 78 | this.nameTextBox.Size = new System.Drawing.Size(414, 20);
|
---|
[3260] | 79 | //
|
---|
[5832] | 80 | // infoLabel
|
---|
[3260] | 81 | //
|
---|
[5832] | 82 | this.infoLabel.Location = new System.Drawing.Point(476, 3);
|
---|
[3260] | 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);
|
---|
[5832] | 90 | this.parametersResultsGroupBox.Location = new System.Drawing.Point(0, 56);
|
---|
[3260] | 91 | this.parametersResultsGroupBox.Name = "parametersResultsGroupBox";
|
---|
[5832] | 92 | this.parametersResultsGroupBox.Size = new System.Drawing.Size(495, 268);
|
---|
| 93 | this.parametersResultsGroupBox.TabIndex = 6;
|
---|
[3260] | 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);
|
---|
[5832] | 110 | this.splitContainer.Size = new System.Drawing.Size(489, 249);
|
---|
[3260] | 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;
|
---|
[4096] | 123 | listViewGroup1.Header = "Results";
|
---|
| 124 | listViewGroup1.Name = "resultsGroup";
|
---|
| 125 | listViewGroup2.Header = "Parameters";
|
---|
| 126 | listViewGroup2.Name = "parametersGroup";
|
---|
[3260] | 127 | this.listView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
|
---|
[4096] | 128 | listViewGroup1,
|
---|
| 129 | listViewGroup2});
|
---|
[3260] | 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;
|
---|
[5832] | 135 | this.listView.Size = new System.Drawing.Size(171, 243);
|
---|
[3277] | 136 | this.listView.SmallImageList = this.imageList;
|
---|
[3260] | 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;
|
---|
[4096] | 141 | this.listView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.listView_ItemDrag);
|
---|
[3260] | 142 | this.listView.SelectedIndexChanged += new System.EventHandler(this.listView_SelectedIndexChanged);
|
---|
[3300] | 143 | this.listView.DoubleClick += new System.EventHandler(this.listView_DoubleClick);
|
---|
[3260] | 144 | //
|
---|
| 145 | // nameColumnHeader
|
---|
| 146 | //
|
---|
| 147 | this.nameColumnHeader.Text = "Name";
|
---|
| 148 | //
|
---|
| 149 | // valueColumnHeader
|
---|
| 150 | //
|
---|
| 151 | this.valueColumnHeader.Text = "Value";
|
---|
| 152 | //
|
---|
[3300] | 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 | //
|
---|
[3277] | 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";
|
---|
[5832] | 167 | this.detailsGroupBox.Size = new System.Drawing.Size(302, 243);
|
---|
[3277] | 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)));
|
---|
[4096] | 177 | this.viewHost.Caption = "View";
|
---|
[3277] | 178 | this.viewHost.Content = null;
|
---|
[5832] | 179 | this.viewHost.Enabled = false;
|
---|
[3277] | 180 | this.viewHost.Location = new System.Drawing.Point(6, 19);
|
---|
| 181 | this.viewHost.Name = "viewHost";
|
---|
[3766] | 182 | this.viewHost.ReadOnly = true;
|
---|
[5832] | 183 | this.viewHost.Size = new System.Drawing.Size(290, 218);
|
---|
[3277] | 184 | this.viewHost.TabIndex = 0;
|
---|
[5832] | 185 | this.viewHost.ViewsLabelVisible = true;
|
---|
[3277] | 186 | this.viewHost.ViewType = null;
|
---|
| 187 | //
|
---|
[3300] | 188 | // showAlgorithmButton
|
---|
[3277] | 189 | //
|
---|
[3300] | 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);
|
---|
[5832] | 195 | this.showAlgorithmButton.TabIndex = 8;
|
---|
[3300] | 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);
|
---|
[3277] | 200 | //
|
---|
[3638] | 201 | // changeColorButton
|
---|
| 202 | //
|
---|
| 203 | this.changeColorButton.Enabled = false;
|
---|
| 204 | this.changeColorButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
---|
[5832] | 205 | this.changeColorButton.Location = new System.Drawing.Point(78, 26);
|
---|
[3638] | 206 | this.changeColorButton.Name = "changeColorButton";
|
---|
[4096] | 207 | this.changeColorButton.Size = new System.Drawing.Size(64, 24);
|
---|
[5832] | 208 | this.changeColorButton.TabIndex = 5;
|
---|
[4096] | 209 | this.changeColorButton.Text = "&Change...";
|
---|
[3638] | 210 | this.changeColorButton.UseVisualStyleBackColor = true;
|
---|
| 211 | this.changeColorButton.Click += new System.EventHandler(this.changeColorButton_Click);
|
---|
| 212 | //
|
---|
| 213 | // colorLabel
|
---|
| 214 | //
|
---|
| 215 | this.colorLabel.AutoSize = true;
|
---|
[5832] | 216 | this.colorLabel.Location = new System.Drawing.Point(3, 32);
|
---|
[3638] | 217 | this.colorLabel.Name = "colorLabel";
|
---|
| 218 | this.colorLabel.Size = new System.Drawing.Size(34, 13);
|
---|
[5832] | 219 | this.colorLabel.TabIndex = 3;
|
---|
[4096] | 220 | this.colorLabel.Text = "C&olor:";
|
---|
[3638] | 221 | //
|
---|
[4096] | 222 | // showDetailsCheckBox
|
---|
[3638] | 223 | //
|
---|
[4096] | 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;
|
---|
[5287] | 228 | this.showDetailsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
|
---|
[5832] | 229 | this.showDetailsCheckBox.Location = new System.Drawing.Point(471, 26);
|
---|
[4096] | 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);
|
---|
[3638] | 236 | //
|
---|
[4096] | 237 | // colorArea
|
---|
| 238 | //
|
---|
| 239 | this.colorArea.BackColor = System.Drawing.Color.White;
|
---|
| 240 | this.colorArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
---|
[5832] | 241 | this.colorArea.Location = new System.Drawing.Point(56, 31);
|
---|
[4096] | 242 | this.colorArea.Name = "colorArea";
|
---|
| 243 | this.colorArea.Size = new System.Drawing.Size(16, 16);
|
---|
[5832] | 244 | this.colorArea.TabIndex = 4;
|
---|
[4096] | 245 | //
|
---|
[3260] | 246 | // RunView
|
---|
| 247 | //
|
---|
| 248 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[7967] | 249 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[4096] | 250 | this.Controls.Add(this.colorArea);
|
---|
| 251 | this.Controls.Add(this.showDetailsCheckBox);
|
---|
[3638] | 252 | this.Controls.Add(this.colorLabel);
|
---|
| 253 | this.Controls.Add(this.changeColorButton);
|
---|
[3260] | 254 | this.Controls.Add(this.parametersResultsGroupBox);
|
---|
[3300] | 255 | this.Controls.Add(this.showAlgorithmButton);
|
---|
[3260] | 256 | this.Name = "RunView";
|
---|
[3300] | 257 | this.Size = new System.Drawing.Size(495, 353);
|
---|
[5832] | 258 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
[3300] | 259 | this.Controls.SetChildIndex(this.showAlgorithmButton, 0);
|
---|
[3260] | 260 | this.Controls.SetChildIndex(this.parametersResultsGroupBox, 0);
|
---|
| 261 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 262 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
[3638] | 263 | this.Controls.SetChildIndex(this.changeColorButton, 0);
|
---|
| 264 | this.Controls.SetChildIndex(this.colorLabel, 0);
|
---|
[4096] | 265 | this.Controls.SetChildIndex(this.showDetailsCheckBox, 0);
|
---|
| 266 | this.Controls.SetChildIndex(this.colorArea, 0);
|
---|
[3260] | 267 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 268 | this.parametersResultsGroupBox.ResumeLayout(false);
|
---|
| 269 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
| 270 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
[5832] | 271 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
[3260] | 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;
|
---|
[3281] | 287 | private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
|
---|
[3277] | 288 | private System.Windows.Forms.ImageList imageList;
|
---|
[3300] | 289 | private System.Windows.Forms.Button showAlgorithmButton;
|
---|
[3638] | 290 | private System.Windows.Forms.Label colorLabel;
|
---|
| 291 | private System.Windows.Forms.Button changeColorButton;
|
---|
| 292 | private System.Windows.Forms.ColorDialog colorDialog;
|
---|
[4096] | 293 | private System.Windows.Forms.CheckBox showDetailsCheckBox;
|
---|
| 294 | private System.Windows.Forms.Label colorArea;
|
---|
[3260] | 295 |
|
---|
| 296 | }
|
---|
| 297 | }
|
---|