[4441] | 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.Clients.OKB {
|
---|
| 23 | partial class AlgorithmView {
|
---|
| 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.platformLabel = new System.Windows.Forms.Label();
|
---|
| 48 | this.platformComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 49 | this.algorithmClassLabel = new System.Windows.Forms.Label();
|
---|
| 50 | this.algorithmClassComboBox = new System.Windows.Forms.ComboBox();
|
---|
[4466] | 51 | this.usersListBox = new System.Windows.Forms.ListBox();
|
---|
| 52 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
| 53 | this.usersTabPage = new System.Windows.Forms.TabPage();
|
---|
| 54 | this.storeUsersButton = new System.Windows.Forms.Button();
|
---|
| 55 | this.refreshUsersButton = new System.Windows.Forms.Button();
|
---|
| 56 | this.dataTabPage = new System.Windows.Forms.TabPage();
|
---|
[4481] | 57 | this.algorithmDataView = new HeuristicLab.Clients.OKB.AlgorithmDataView();
|
---|
[4929] | 58 | this.parametersTabPage = new System.Windows.Forms.TabPage();
|
---|
| 59 | this.algorithmParameterCollectionView = new HeuristicLab.Clients.OKB.AlgorithmParameterCollectionView();
|
---|
| 60 | this.refreshParametersButton = new System.Windows.Forms.Button();
|
---|
| 61 | this.resultsTabPage = new System.Windows.Forms.TabPage();
|
---|
| 62 | this.resultCollectionView = new HeuristicLab.Clients.OKB.ResultCollectionView();
|
---|
| 63 | this.refreshResultsButton = new System.Windows.Forms.Button();
|
---|
| 64 | this.experimentsTabPage = new System.Windows.Forms.TabPage();
|
---|
| 65 | this.refreshExperimentsButton = new System.Windows.Forms.Button();
|
---|
| 66 | this.experimentCollectionView = new HeuristicLab.Clients.OKB.ExperimentCollectionView();
|
---|
[4466] | 67 | this.tabControl.SuspendLayout();
|
---|
| 68 | this.usersTabPage.SuspendLayout();
|
---|
| 69 | this.dataTabPage.SuspendLayout();
|
---|
[4929] | 70 | this.parametersTabPage.SuspendLayout();
|
---|
| 71 | this.resultsTabPage.SuspendLayout();
|
---|
| 72 | this.experimentsTabPage.SuspendLayout();
|
---|
[4441] | 73 | this.SuspendLayout();
|
---|
| 74 | //
|
---|
| 75 | // nameTextBox
|
---|
| 76 | //
|
---|
| 77 | this.nameTextBox.Location = new System.Drawing.Point(90, 29);
|
---|
[4492] | 78 | this.nameTextBox.Size = new System.Drawing.Size(543, 20);
|
---|
[4441] | 79 | //
|
---|
| 80 | // descriptionTextBox
|
---|
| 81 | //
|
---|
| 82 | this.descriptionTextBox.Location = new System.Drawing.Point(90, 55);
|
---|
[4492] | 83 | this.descriptionTextBox.Size = new System.Drawing.Size(543, 20);
|
---|
[4441] | 84 | //
|
---|
| 85 | // storeButton
|
---|
| 86 | //
|
---|
| 87 | this.toolTip.SetToolTip(this.storeButton, "Store Data");
|
---|
| 88 | //
|
---|
| 89 | // platformLabel
|
---|
| 90 | //
|
---|
| 91 | this.platformLabel.AutoSize = true;
|
---|
| 92 | this.platformLabel.Location = new System.Drawing.Point(3, 84);
|
---|
| 93 | this.platformLabel.Name = "platformLabel";
|
---|
| 94 | this.platformLabel.Size = new System.Drawing.Size(48, 13);
|
---|
| 95 | this.platformLabel.TabIndex = 5;
|
---|
| 96 | this.platformLabel.Text = "&Platform:";
|
---|
| 97 | //
|
---|
| 98 | // platformComboBox
|
---|
| 99 | //
|
---|
| 100 | this.platformComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 101 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 102 | this.platformComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 103 | this.platformComboBox.FormattingEnabled = true;
|
---|
| 104 | this.platformComboBox.Location = new System.Drawing.Point(90, 81);
|
---|
| 105 | this.platformComboBox.Name = "platformComboBox";
|
---|
[4492] | 106 | this.platformComboBox.Size = new System.Drawing.Size(543, 21);
|
---|
[4441] | 107 | this.platformComboBox.TabIndex = 6;
|
---|
| 108 | this.platformComboBox.SelectedValueChanged += new System.EventHandler(this.platformComboBox_SelectedValueChanged);
|
---|
| 109 | //
|
---|
| 110 | // algorithmClassLabel
|
---|
| 111 | //
|
---|
| 112 | this.algorithmClassLabel.AutoSize = true;
|
---|
| 113 | this.algorithmClassLabel.Location = new System.Drawing.Point(3, 111);
|
---|
| 114 | this.algorithmClassLabel.Name = "algorithmClassLabel";
|
---|
| 115 | this.algorithmClassLabel.Size = new System.Drawing.Size(81, 13);
|
---|
| 116 | this.algorithmClassLabel.TabIndex = 7;
|
---|
| 117 | this.algorithmClassLabel.Text = "&Algorithm Class:";
|
---|
| 118 | //
|
---|
| 119 | // algorithmClassComboBox
|
---|
| 120 | //
|
---|
| 121 | this.algorithmClassComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 122 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 123 | this.algorithmClassComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 124 | this.algorithmClassComboBox.FormattingEnabled = true;
|
---|
| 125 | this.algorithmClassComboBox.Location = new System.Drawing.Point(90, 108);
|
---|
| 126 | this.algorithmClassComboBox.Name = "algorithmClassComboBox";
|
---|
[4492] | 127 | this.algorithmClassComboBox.Size = new System.Drawing.Size(543, 21);
|
---|
[4441] | 128 | this.algorithmClassComboBox.TabIndex = 8;
|
---|
| 129 | this.algorithmClassComboBox.SelectedValueChanged += new System.EventHandler(this.algorithmClassComboBox_SelectedValueChanged);
|
---|
| 130 | //
|
---|
[4466] | 131 | // usersListBox
|
---|
| 132 | //
|
---|
| 133 | this.usersListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 134 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 135 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 136 | this.usersListBox.Enabled = false;
|
---|
| 137 | this.usersListBox.FormattingEnabled = true;
|
---|
[4481] | 138 | this.usersListBox.Location = new System.Drawing.Point(6, 36);
|
---|
[4466] | 139 | this.usersListBox.Name = "usersListBox";
|
---|
| 140 | this.usersListBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
|
---|
| 141 | this.usersListBox.Size = new System.Drawing.Size(613, 225);
|
---|
| 142 | this.usersListBox.TabIndex = 2;
|
---|
| 143 | this.usersListBox.SelectedIndexChanged += new System.EventHandler(this.usersListBox_SelectedIndexChanged);
|
---|
| 144 | //
|
---|
| 145 | // tabControl
|
---|
| 146 | //
|
---|
| 147 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 148 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 149 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 150 | this.tabControl.Controls.Add(this.usersTabPage);
|
---|
| 151 | this.tabControl.Controls.Add(this.dataTabPage);
|
---|
[4929] | 152 | this.tabControl.Controls.Add(this.parametersTabPage);
|
---|
| 153 | this.tabControl.Controls.Add(this.resultsTabPage);
|
---|
| 154 | this.tabControl.Controls.Add(this.experimentsTabPage);
|
---|
[4466] | 155 | this.tabControl.Location = new System.Drawing.Point(0, 162);
|
---|
| 156 | this.tabControl.Name = "tabControl";
|
---|
| 157 | this.tabControl.SelectedIndex = 0;
|
---|
| 158 | this.tabControl.Size = new System.Drawing.Size(633, 292);
|
---|
| 159 | this.tabControl.TabIndex = 9;
|
---|
| 160 | //
|
---|
| 161 | // usersTabPage
|
---|
| 162 | //
|
---|
| 163 | this.usersTabPage.Controls.Add(this.storeUsersButton);
|
---|
| 164 | this.usersTabPage.Controls.Add(this.refreshUsersButton);
|
---|
| 165 | this.usersTabPage.Controls.Add(this.usersListBox);
|
---|
| 166 | this.usersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 167 | this.usersTabPage.Name = "usersTabPage";
|
---|
| 168 | this.usersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 169 | this.usersTabPage.Size = new System.Drawing.Size(625, 266);
|
---|
| 170 | this.usersTabPage.TabIndex = 0;
|
---|
| 171 | this.usersTabPage.Text = "Authorized Users";
|
---|
| 172 | this.usersTabPage.UseVisualStyleBackColor = true;
|
---|
| 173 | //
|
---|
| 174 | // storeUsersButton
|
---|
| 175 | //
|
---|
[5289] | 176 | this.storeUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
|
---|
[4481] | 177 | this.storeUsersButton.Location = new System.Drawing.Point(36, 6);
|
---|
[4466] | 178 | this.storeUsersButton.Name = "storeUsersButton";
|
---|
[4481] | 179 | this.storeUsersButton.Size = new System.Drawing.Size(24, 24);
|
---|
[4466] | 180 | this.storeUsersButton.TabIndex = 1;
|
---|
| 181 | this.toolTip.SetToolTip(this.storeUsersButton, "Store Authorized Users");
|
---|
| 182 | this.storeUsersButton.UseVisualStyleBackColor = true;
|
---|
| 183 | this.storeUsersButton.Click += new System.EventHandler(this.storeUsersButton_Click);
|
---|
| 184 | //
|
---|
| 185 | // refreshUsersButton
|
---|
| 186 | //
|
---|
[5289] | 187 | this.refreshUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
|
---|
[4466] | 188 | this.refreshUsersButton.Location = new System.Drawing.Point(6, 6);
|
---|
| 189 | this.refreshUsersButton.Name = "refreshUsersButton";
|
---|
[4481] | 190 | this.refreshUsersButton.Size = new System.Drawing.Size(24, 24);
|
---|
[4466] | 191 | this.refreshUsersButton.TabIndex = 0;
|
---|
| 192 | this.toolTip.SetToolTip(this.refreshUsersButton, "Refresh Authorized Users");
|
---|
| 193 | this.refreshUsersButton.UseVisualStyleBackColor = true;
|
---|
| 194 | this.refreshUsersButton.Click += new System.EventHandler(this.refreshUsersButton_Click);
|
---|
| 195 | //
|
---|
| 196 | // dataTabPage
|
---|
| 197 | //
|
---|
[4481] | 198 | this.dataTabPage.Controls.Add(this.algorithmDataView);
|
---|
[4466] | 199 | this.dataTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 200 | this.dataTabPage.Name = "dataTabPage";
|
---|
| 201 | this.dataTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 202 | this.dataTabPage.Size = new System.Drawing.Size(625, 266);
|
---|
| 203 | this.dataTabPage.TabIndex = 1;
|
---|
[4481] | 204 | this.dataTabPage.Text = "Platform-Specific Algorithm Data";
|
---|
[4466] | 205 | this.dataTabPage.UseVisualStyleBackColor = true;
|
---|
| 206 | //
|
---|
[4481] | 207 | // algorithmDataView
|
---|
[4466] | 208 | //
|
---|
[4492] | 209 | this.algorithmDataView.AlgorithmId = ((long)(0));
|
---|
[4481] | 210 | this.algorithmDataView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 211 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[4466] | 212 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[4481] | 213 | this.algorithmDataView.Caption = "AlgorithmData View";
|
---|
| 214 | this.algorithmDataView.Content = null;
|
---|
| 215 | this.algorithmDataView.Location = new System.Drawing.Point(6, 6);
|
---|
| 216 | this.algorithmDataView.Name = "algorithmDataView";
|
---|
| 217 | this.algorithmDataView.ReadOnly = false;
|
---|
| 218 | this.algorithmDataView.Size = new System.Drawing.Size(613, 254);
|
---|
| 219 | this.algorithmDataView.TabIndex = 0;
|
---|
[4466] | 220 | //
|
---|
[4929] | 221 | // parametersTabPage
|
---|
| 222 | //
|
---|
| 223 | this.parametersTabPage.Controls.Add(this.algorithmParameterCollectionView);
|
---|
| 224 | this.parametersTabPage.Controls.Add(this.refreshParametersButton);
|
---|
| 225 | this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 226 | this.parametersTabPage.Name = "parametersTabPage";
|
---|
| 227 | this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 228 | this.parametersTabPage.Size = new System.Drawing.Size(625, 266);
|
---|
| 229 | this.parametersTabPage.TabIndex = 2;
|
---|
| 230 | this.parametersTabPage.Text = "Parameters";
|
---|
| 231 | this.parametersTabPage.UseVisualStyleBackColor = true;
|
---|
| 232 | //
|
---|
| 233 | // algorithmParameterCollectionView
|
---|
| 234 | //
|
---|
| 235 | this.algorithmParameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 236 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 237 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 238 | this.algorithmParameterCollectionView.Caption = "AlgorithmParameterCollection View";
|
---|
| 239 | this.algorithmParameterCollectionView.Content = null;
|
---|
| 240 | this.algorithmParameterCollectionView.Location = new System.Drawing.Point(6, 36);
|
---|
| 241 | this.algorithmParameterCollectionView.Name = "algorithmParameterCollectionView";
|
---|
| 242 | this.algorithmParameterCollectionView.ReadOnly = false;
|
---|
| 243 | this.algorithmParameterCollectionView.Size = new System.Drawing.Size(613, 224);
|
---|
| 244 | this.algorithmParameterCollectionView.TabIndex = 1;
|
---|
| 245 | //
|
---|
| 246 | // refreshParametersButton
|
---|
| 247 | //
|
---|
[5289] | 248 | this.refreshParametersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
|
---|
[4929] | 249 | this.refreshParametersButton.Location = new System.Drawing.Point(6, 6);
|
---|
| 250 | this.refreshParametersButton.Name = "refreshParametersButton";
|
---|
| 251 | this.refreshParametersButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 252 | this.refreshParametersButton.TabIndex = 0;
|
---|
| 253 | this.refreshParametersButton.UseVisualStyleBackColor = true;
|
---|
| 254 | this.refreshParametersButton.Click += new System.EventHandler(this.refreshParametersButton_Click);
|
---|
| 255 | //
|
---|
| 256 | // resultsTabPage
|
---|
| 257 | //
|
---|
| 258 | this.resultsTabPage.Controls.Add(this.resultCollectionView);
|
---|
| 259 | this.resultsTabPage.Controls.Add(this.refreshResultsButton);
|
---|
| 260 | this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 261 | this.resultsTabPage.Name = "resultsTabPage";
|
---|
| 262 | this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 263 | this.resultsTabPage.Size = new System.Drawing.Size(625, 266);
|
---|
| 264 | this.resultsTabPage.TabIndex = 3;
|
---|
| 265 | this.resultsTabPage.Text = "Results";
|
---|
| 266 | this.resultsTabPage.UseVisualStyleBackColor = true;
|
---|
| 267 | //
|
---|
| 268 | // resultCollectionView
|
---|
| 269 | //
|
---|
| 270 | this.resultCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 271 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 272 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 273 | this.resultCollectionView.Caption = "ResultCollection View";
|
---|
| 274 | this.resultCollectionView.Content = null;
|
---|
| 275 | this.resultCollectionView.Location = new System.Drawing.Point(6, 36);
|
---|
| 276 | this.resultCollectionView.Name = "resultCollectionView";
|
---|
| 277 | this.resultCollectionView.ReadOnly = false;
|
---|
| 278 | this.resultCollectionView.Size = new System.Drawing.Size(613, 224);
|
---|
| 279 | this.resultCollectionView.TabIndex = 1;
|
---|
| 280 | //
|
---|
| 281 | // refreshResultsButton
|
---|
| 282 | //
|
---|
[5289] | 283 | this.refreshResultsButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
|
---|
[4929] | 284 | this.refreshResultsButton.Location = new System.Drawing.Point(6, 6);
|
---|
| 285 | this.refreshResultsButton.Name = "refreshResultsButton";
|
---|
| 286 | this.refreshResultsButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 287 | this.refreshResultsButton.TabIndex = 0;
|
---|
| 288 | this.refreshResultsButton.UseVisualStyleBackColor = true;
|
---|
| 289 | this.refreshResultsButton.Click += new System.EventHandler(this.refreshResultsButton_Click);
|
---|
| 290 | //
|
---|
| 291 | // experimentsTabPage
|
---|
| 292 | //
|
---|
| 293 | this.experimentsTabPage.Controls.Add(this.experimentCollectionView);
|
---|
| 294 | this.experimentsTabPage.Controls.Add(this.refreshExperimentsButton);
|
---|
| 295 | this.experimentsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 296 | this.experimentsTabPage.Name = "experimentsTabPage";
|
---|
| 297 | this.experimentsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 298 | this.experimentsTabPage.Size = new System.Drawing.Size(625, 266);
|
---|
| 299 | this.experimentsTabPage.TabIndex = 4;
|
---|
| 300 | this.experimentsTabPage.Text = "Experiments";
|
---|
| 301 | this.experimentsTabPage.UseVisualStyleBackColor = true;
|
---|
| 302 | //
|
---|
| 303 | // refreshExperimentsButton
|
---|
| 304 | //
|
---|
[5289] | 305 | this.refreshExperimentsButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
|
---|
[4929] | 306 | this.refreshExperimentsButton.Location = new System.Drawing.Point(6, 6);
|
---|
| 307 | this.refreshExperimentsButton.Name = "refreshExperimentsButton";
|
---|
| 308 | this.refreshExperimentsButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 309 | this.refreshExperimentsButton.TabIndex = 0;
|
---|
| 310 | this.refreshExperimentsButton.UseVisualStyleBackColor = true;
|
---|
| 311 | this.refreshExperimentsButton.Click += new System.EventHandler(this.refreshExperimentsButton_Click);
|
---|
| 312 | //
|
---|
| 313 | // experimentCollectionView
|
---|
| 314 | //
|
---|
| 315 | this.experimentCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 316 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 317 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 318 | this.experimentCollectionView.Caption = "ExperimentCollection View";
|
---|
| 319 | this.experimentCollectionView.Content = null;
|
---|
| 320 | this.experimentCollectionView.Location = new System.Drawing.Point(6, 36);
|
---|
| 321 | this.experimentCollectionView.Name = "experimentCollectionView";
|
---|
| 322 | this.experimentCollectionView.ReadOnly = false;
|
---|
| 323 | this.experimentCollectionView.Size = new System.Drawing.Size(613, 224);
|
---|
| 324 | this.experimentCollectionView.TabIndex = 1;
|
---|
| 325 | //
|
---|
[4441] | 326 | // AlgorithmView
|
---|
| 327 | //
|
---|
| 328 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[4466] | 329 | this.Controls.Add(this.tabControl);
|
---|
[4441] | 330 | this.Controls.Add(this.platformComboBox);
|
---|
| 331 | this.Controls.Add(this.platformLabel);
|
---|
| 332 | this.Controls.Add(this.algorithmClassComboBox);
|
---|
| 333 | this.Controls.Add(this.algorithmClassLabel);
|
---|
| 334 | this.Name = "AlgorithmView";
|
---|
[4466] | 335 | this.Size = new System.Drawing.Size(633, 454);
|
---|
[4441] | 336 | this.Controls.SetChildIndex(this.algorithmClassLabel, 0);
|
---|
| 337 | this.Controls.SetChildIndex(this.algorithmClassComboBox, 0);
|
---|
| 338 | this.Controls.SetChildIndex(this.platformLabel, 0);
|
---|
| 339 | this.Controls.SetChildIndex(this.platformComboBox, 0);
|
---|
[4466] | 340 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
[4441] | 341 | this.Controls.SetChildIndex(this.storeButton, 0);
|
---|
| 342 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 343 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 344 | this.Controls.SetChildIndex(this.descriptionLabel, 0);
|
---|
| 345 | this.Controls.SetChildIndex(this.descriptionTextBox, 0);
|
---|
[4466] | 346 | this.tabControl.ResumeLayout(false);
|
---|
| 347 | this.usersTabPage.ResumeLayout(false);
|
---|
| 348 | this.dataTabPage.ResumeLayout(false);
|
---|
[4929] | 349 | this.parametersTabPage.ResumeLayout(false);
|
---|
| 350 | this.resultsTabPage.ResumeLayout(false);
|
---|
| 351 | this.experimentsTabPage.ResumeLayout(false);
|
---|
[4441] | 352 | this.ResumeLayout(false);
|
---|
| 353 | this.PerformLayout();
|
---|
| 354 |
|
---|
| 355 | }
|
---|
| 356 |
|
---|
| 357 | #endregion
|
---|
| 358 |
|
---|
| 359 | private System.Windows.Forms.Label platformLabel;
|
---|
| 360 | private System.Windows.Forms.ComboBox platformComboBox;
|
---|
| 361 | private System.Windows.Forms.Label algorithmClassLabel;
|
---|
| 362 | private System.Windows.Forms.ComboBox algorithmClassComboBox;
|
---|
[4466] | 363 | private System.Windows.Forms.ListBox usersListBox;
|
---|
| 364 | private System.Windows.Forms.TabControl tabControl;
|
---|
| 365 | private System.Windows.Forms.TabPage usersTabPage;
|
---|
| 366 | private System.Windows.Forms.Button storeUsersButton;
|
---|
| 367 | private System.Windows.Forms.Button refreshUsersButton;
|
---|
| 368 | private System.Windows.Forms.TabPage dataTabPage;
|
---|
[4481] | 369 | private AlgorithmDataView algorithmDataView;
|
---|
[4929] | 370 | private System.Windows.Forms.TabPage parametersTabPage;
|
---|
| 371 | private System.Windows.Forms.TabPage resultsTabPage;
|
---|
| 372 | private AlgorithmParameterCollectionView algorithmParameterCollectionView;
|
---|
| 373 | private System.Windows.Forms.Button refreshParametersButton;
|
---|
| 374 | private System.Windows.Forms.Button refreshResultsButton;
|
---|
| 375 | private System.Windows.Forms.TabPage experimentsTabPage;
|
---|
| 376 | private ResultCollectionView resultCollectionView;
|
---|
| 377 | private ExperimentCollectionView experimentCollectionView;
|
---|
| 378 | private System.Windows.Forms.Button refreshExperimentsButton;
|
---|
[4441] | 379 |
|
---|
| 380 | }
|
---|
| 381 | }
|
---|