[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();
|
---|
| 57 | this.fileLabel = new System.Windows.Forms.Label();
|
---|
| 58 | this.storeDataButton = new System.Windows.Forms.Button();
|
---|
| 59 | this.fileTextBox = new System.Windows.Forms.TextBox();
|
---|
| 60 | this.openFileButton = new System.Windows.Forms.Button();
|
---|
| 61 | this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
---|
| 62 | this.dataTypeLabel = new System.Windows.Forms.Label();
|
---|
| 63 | this.dataTypeComboBox = new System.Windows.Forms.ComboBox();
|
---|
[4441] | 64 | ((System.ComponentModel.ISupportInitialize)(this.modifiedPictureBox)).BeginInit();
|
---|
[4466] | 65 | this.tabControl.SuspendLayout();
|
---|
| 66 | this.usersTabPage.SuspendLayout();
|
---|
| 67 | this.dataTabPage.SuspendLayout();
|
---|
[4441] | 68 | this.SuspendLayout();
|
---|
| 69 | //
|
---|
| 70 | // nameTextBox
|
---|
| 71 | //
|
---|
| 72 | this.nameTextBox.Location = new System.Drawing.Point(90, 29);
|
---|
[4466] | 73 | this.nameTextBox.Size = new System.Drawing.Size(495, 20);
|
---|
[4441] | 74 | //
|
---|
| 75 | // descriptionTextBox
|
---|
| 76 | //
|
---|
| 77 | this.descriptionTextBox.Location = new System.Drawing.Point(90, 55);
|
---|
[4466] | 78 | this.descriptionTextBox.Size = new System.Drawing.Size(495, 20);
|
---|
[4441] | 79 | //
|
---|
| 80 | // storeButton
|
---|
| 81 | //
|
---|
| 82 | this.toolTip.SetToolTip(this.storeButton, "Store Data");
|
---|
| 83 | //
|
---|
| 84 | // modifiedPictureBox
|
---|
| 85 | //
|
---|
[4466] | 86 | this.modifiedPictureBox.Location = new System.Drawing.Point(591, 3);
|
---|
[4441] | 87 | //
|
---|
| 88 | // platformLabel
|
---|
| 89 | //
|
---|
| 90 | this.platformLabel.AutoSize = true;
|
---|
| 91 | this.platformLabel.Location = new System.Drawing.Point(3, 84);
|
---|
| 92 | this.platformLabel.Name = "platformLabel";
|
---|
| 93 | this.platformLabel.Size = new System.Drawing.Size(48, 13);
|
---|
| 94 | this.platformLabel.TabIndex = 5;
|
---|
| 95 | this.platformLabel.Text = "&Platform:";
|
---|
| 96 | //
|
---|
| 97 | // platformComboBox
|
---|
| 98 | //
|
---|
| 99 | this.platformComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 100 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 101 | this.platformComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 102 | this.platformComboBox.FormattingEnabled = true;
|
---|
| 103 | this.platformComboBox.Location = new System.Drawing.Point(90, 81);
|
---|
| 104 | this.platformComboBox.Name = "platformComboBox";
|
---|
[4466] | 105 | this.platformComboBox.Size = new System.Drawing.Size(495, 21);
|
---|
[4441] | 106 | this.platformComboBox.TabIndex = 6;
|
---|
| 107 | this.platformComboBox.SelectedValueChanged += new System.EventHandler(this.platformComboBox_SelectedValueChanged);
|
---|
| 108 | //
|
---|
| 109 | // algorithmClassLabel
|
---|
| 110 | //
|
---|
| 111 | this.algorithmClassLabel.AutoSize = true;
|
---|
| 112 | this.algorithmClassLabel.Location = new System.Drawing.Point(3, 111);
|
---|
| 113 | this.algorithmClassLabel.Name = "algorithmClassLabel";
|
---|
| 114 | this.algorithmClassLabel.Size = new System.Drawing.Size(81, 13);
|
---|
| 115 | this.algorithmClassLabel.TabIndex = 7;
|
---|
| 116 | this.algorithmClassLabel.Text = "&Algorithm Class:";
|
---|
| 117 | //
|
---|
| 118 | // algorithmClassComboBox
|
---|
| 119 | //
|
---|
| 120 | this.algorithmClassComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 121 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 122 | this.algorithmClassComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 123 | this.algorithmClassComboBox.FormattingEnabled = true;
|
---|
| 124 | this.algorithmClassComboBox.Location = new System.Drawing.Point(90, 108);
|
---|
| 125 | this.algorithmClassComboBox.Name = "algorithmClassComboBox";
|
---|
[4466] | 126 | this.algorithmClassComboBox.Size = new System.Drawing.Size(495, 21);
|
---|
[4441] | 127 | this.algorithmClassComboBox.TabIndex = 8;
|
---|
| 128 | this.algorithmClassComboBox.SelectedValueChanged += new System.EventHandler(this.algorithmClassComboBox_SelectedValueChanged);
|
---|
| 129 | //
|
---|
[4466] | 130 | // usersListBox
|
---|
| 131 | //
|
---|
| 132 | this.usersListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 133 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 134 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 135 | this.usersListBox.Enabled = false;
|
---|
| 136 | this.usersListBox.FormattingEnabled = true;
|
---|
| 137 | this.usersListBox.Location = new System.Drawing.Point(6, 35);
|
---|
| 138 | this.usersListBox.Name = "usersListBox";
|
---|
| 139 | this.usersListBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
|
---|
| 140 | this.usersListBox.Size = new System.Drawing.Size(613, 225);
|
---|
| 141 | this.usersListBox.TabIndex = 2;
|
---|
| 142 | this.usersListBox.SelectedIndexChanged += new System.EventHandler(this.usersListBox_SelectedIndexChanged);
|
---|
| 143 | //
|
---|
| 144 | // tabControl
|
---|
| 145 | //
|
---|
| 146 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 147 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 148 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 149 | this.tabControl.Controls.Add(this.usersTabPage);
|
---|
| 150 | this.tabControl.Controls.Add(this.dataTabPage);
|
---|
| 151 | this.tabControl.Location = new System.Drawing.Point(0, 162);
|
---|
| 152 | this.tabControl.Name = "tabControl";
|
---|
| 153 | this.tabControl.SelectedIndex = 0;
|
---|
| 154 | this.tabControl.Size = new System.Drawing.Size(633, 292);
|
---|
| 155 | this.tabControl.TabIndex = 9;
|
---|
| 156 | //
|
---|
| 157 | // usersTabPage
|
---|
| 158 | //
|
---|
| 159 | this.usersTabPage.Controls.Add(this.storeUsersButton);
|
---|
| 160 | this.usersTabPage.Controls.Add(this.refreshUsersButton);
|
---|
| 161 | this.usersTabPage.Controls.Add(this.usersListBox);
|
---|
| 162 | this.usersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 163 | this.usersTabPage.Name = "usersTabPage";
|
---|
| 164 | this.usersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 165 | this.usersTabPage.Size = new System.Drawing.Size(625, 266);
|
---|
| 166 | this.usersTabPage.TabIndex = 0;
|
---|
| 167 | this.usersTabPage.Text = "Authorized Users";
|
---|
| 168 | this.usersTabPage.UseVisualStyleBackColor = true;
|
---|
| 169 | //
|
---|
| 170 | // storeUsersButton
|
---|
| 171 | //
|
---|
| 172 | this.storeUsersButton.Location = new System.Drawing.Point(86, 6);
|
---|
| 173 | this.storeUsersButton.Name = "storeUsersButton";
|
---|
| 174 | this.storeUsersButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 175 | this.storeUsersButton.TabIndex = 1;
|
---|
| 176 | this.storeUsersButton.Text = "&Store";
|
---|
| 177 | this.toolTip.SetToolTip(this.storeUsersButton, "Store Authorized Users");
|
---|
| 178 | this.storeUsersButton.UseVisualStyleBackColor = true;
|
---|
| 179 | this.storeUsersButton.Click += new System.EventHandler(this.storeUsersButton_Click);
|
---|
| 180 | //
|
---|
| 181 | // refreshUsersButton
|
---|
| 182 | //
|
---|
| 183 | this.refreshUsersButton.Location = new System.Drawing.Point(6, 6);
|
---|
| 184 | this.refreshUsersButton.Name = "refreshUsersButton";
|
---|
| 185 | this.refreshUsersButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 186 | this.refreshUsersButton.TabIndex = 0;
|
---|
| 187 | this.refreshUsersButton.Text = "&Refresh";
|
---|
| 188 | this.toolTip.SetToolTip(this.refreshUsersButton, "Refresh Authorized Users");
|
---|
| 189 | this.refreshUsersButton.UseVisualStyleBackColor = true;
|
---|
| 190 | this.refreshUsersButton.Click += new System.EventHandler(this.refreshUsersButton_Click);
|
---|
| 191 | //
|
---|
| 192 | // dataTabPage
|
---|
| 193 | //
|
---|
| 194 | this.dataTabPage.Controls.Add(this.dataTypeComboBox);
|
---|
| 195 | this.dataTabPage.Controls.Add(this.openFileButton);
|
---|
| 196 | this.dataTabPage.Controls.Add(this.fileTextBox);
|
---|
| 197 | this.dataTabPage.Controls.Add(this.storeDataButton);
|
---|
| 198 | this.dataTabPage.Controls.Add(this.dataTypeLabel);
|
---|
| 199 | this.dataTabPage.Controls.Add(this.fileLabel);
|
---|
| 200 | this.dataTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 201 | this.dataTabPage.Name = "dataTabPage";
|
---|
| 202 | this.dataTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 203 | this.dataTabPage.Size = new System.Drawing.Size(625, 266);
|
---|
| 204 | this.dataTabPage.TabIndex = 1;
|
---|
| 205 | this.dataTabPage.Text = "Serialized Algorithm";
|
---|
| 206 | this.dataTabPage.UseVisualStyleBackColor = true;
|
---|
| 207 | //
|
---|
| 208 | // fileLabel
|
---|
| 209 | //
|
---|
| 210 | this.fileLabel.AutoSize = true;
|
---|
| 211 | this.fileLabel.Location = new System.Drawing.Point(6, 38);
|
---|
| 212 | this.fileLabel.Name = "fileLabel";
|
---|
| 213 | this.fileLabel.Size = new System.Drawing.Size(26, 13);
|
---|
| 214 | this.fileLabel.TabIndex = 1;
|
---|
| 215 | this.fileLabel.Text = "&File:";
|
---|
| 216 | //
|
---|
| 217 | // storeDataButton
|
---|
| 218 | //
|
---|
| 219 | this.storeDataButton.Enabled = false;
|
---|
| 220 | this.storeDataButton.Location = new System.Drawing.Point(6, 6);
|
---|
| 221 | this.storeDataButton.Name = "storeDataButton";
|
---|
| 222 | this.storeDataButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 223 | this.storeDataButton.TabIndex = 0;
|
---|
| 224 | this.storeDataButton.Text = "&Store";
|
---|
| 225 | this.toolTip.SetToolTip(this.storeDataButton, "Store Serialized Algorithm");
|
---|
| 226 | this.storeDataButton.UseVisualStyleBackColor = true;
|
---|
| 227 | this.storeDataButton.Click += new System.EventHandler(this.storeDataButton_Click);
|
---|
| 228 | //
|
---|
| 229 | // fileTextBox
|
---|
| 230 | //
|
---|
| 231 | this.fileTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 232 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 233 | this.fileTextBox.Location = new System.Drawing.Point(69, 35);
|
---|
| 234 | this.fileTextBox.Name = "fileTextBox";
|
---|
| 235 | this.fileTextBox.ReadOnly = true;
|
---|
| 236 | this.fileTextBox.Size = new System.Drawing.Size(520, 20);
|
---|
| 237 | this.fileTextBox.TabIndex = 2;
|
---|
| 238 | //
|
---|
| 239 | // openFileButton
|
---|
| 240 | //
|
---|
| 241 | this.openFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 242 | this.openFileButton.Location = new System.Drawing.Point(595, 32);
|
---|
| 243 | this.openFileButton.Name = "openFileButton";
|
---|
| 244 | this.openFileButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 245 | this.openFileButton.TabIndex = 3;
|
---|
| 246 | this.openFileButton.Text = "...";
|
---|
| 247 | this.openFileButton.UseVisualStyleBackColor = true;
|
---|
| 248 | this.openFileButton.Click += new System.EventHandler(this.openFileButton_Click);
|
---|
| 249 | //
|
---|
| 250 | // openFileDialog
|
---|
| 251 | //
|
---|
| 252 | this.openFileDialog.FileName = "algorithm";
|
---|
| 253 | this.openFileDialog.Filter = "All Files (*.*)|*.*";
|
---|
| 254 | this.openFileDialog.Title = "Select Algorithm File";
|
---|
| 255 | //
|
---|
| 256 | // dataTypeLabel
|
---|
| 257 | //
|
---|
| 258 | this.dataTypeLabel.AutoSize = true;
|
---|
| 259 | this.dataTypeLabel.Location = new System.Drawing.Point(6, 64);
|
---|
| 260 | this.dataTypeLabel.Name = "dataTypeLabel";
|
---|
| 261 | this.dataTypeLabel.Size = new System.Drawing.Size(57, 13);
|
---|
| 262 | this.dataTypeLabel.TabIndex = 4;
|
---|
| 263 | this.dataTypeLabel.Text = "&DataType:";
|
---|
| 264 | //
|
---|
| 265 | // dataTypeComboBox
|
---|
| 266 | //
|
---|
| 267 | this.dataTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 268 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 269 | this.dataTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 270 | this.dataTypeComboBox.FormattingEnabled = true;
|
---|
| 271 | this.dataTypeComboBox.Location = new System.Drawing.Point(69, 61);
|
---|
| 272 | this.dataTypeComboBox.Name = "dataTypeComboBox";
|
---|
| 273 | this.dataTypeComboBox.Size = new System.Drawing.Size(550, 21);
|
---|
| 274 | this.dataTypeComboBox.TabIndex = 5;
|
---|
| 275 | this.dataTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTypeComboBox_SelectedIndexChanged);
|
---|
| 276 | //
|
---|
[4441] | 277 | // AlgorithmView
|
---|
| 278 | //
|
---|
| 279 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[4466] | 280 | this.Controls.Add(this.tabControl);
|
---|
[4441] | 281 | this.Controls.Add(this.platformComboBox);
|
---|
| 282 | this.Controls.Add(this.platformLabel);
|
---|
| 283 | this.Controls.Add(this.algorithmClassComboBox);
|
---|
| 284 | this.Controls.Add(this.algorithmClassLabel);
|
---|
| 285 | this.Name = "AlgorithmView";
|
---|
[4466] | 286 | this.Size = new System.Drawing.Size(633, 454);
|
---|
[4441] | 287 | this.Controls.SetChildIndex(this.algorithmClassLabel, 0);
|
---|
| 288 | this.Controls.SetChildIndex(this.algorithmClassComboBox, 0);
|
---|
| 289 | this.Controls.SetChildIndex(this.platformLabel, 0);
|
---|
| 290 | this.Controls.SetChildIndex(this.platformComboBox, 0);
|
---|
[4466] | 291 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
| 292 | this.Controls.SetChildIndex(this.modifiedPictureBox, 0);
|
---|
[4441] | 293 | this.Controls.SetChildIndex(this.storeButton, 0);
|
---|
| 294 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 295 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 296 | this.Controls.SetChildIndex(this.descriptionLabel, 0);
|
---|
| 297 | this.Controls.SetChildIndex(this.descriptionTextBox, 0);
|
---|
| 298 | ((System.ComponentModel.ISupportInitialize)(this.modifiedPictureBox)).EndInit();
|
---|
[4466] | 299 | this.tabControl.ResumeLayout(false);
|
---|
| 300 | this.usersTabPage.ResumeLayout(false);
|
---|
| 301 | this.dataTabPage.ResumeLayout(false);
|
---|
| 302 | this.dataTabPage.PerformLayout();
|
---|
[4441] | 303 | this.ResumeLayout(false);
|
---|
| 304 | this.PerformLayout();
|
---|
| 305 |
|
---|
| 306 | }
|
---|
| 307 |
|
---|
| 308 | #endregion
|
---|
| 309 |
|
---|
| 310 | private System.Windows.Forms.Label platformLabel;
|
---|
| 311 | private System.Windows.Forms.ComboBox platformComboBox;
|
---|
| 312 | private System.Windows.Forms.Label algorithmClassLabel;
|
---|
| 313 | private System.Windows.Forms.ComboBox algorithmClassComboBox;
|
---|
[4466] | 314 | private System.Windows.Forms.ListBox usersListBox;
|
---|
| 315 | private System.Windows.Forms.TabControl tabControl;
|
---|
| 316 | private System.Windows.Forms.TabPage usersTabPage;
|
---|
| 317 | private System.Windows.Forms.Button storeUsersButton;
|
---|
| 318 | private System.Windows.Forms.Button refreshUsersButton;
|
---|
| 319 | private System.Windows.Forms.TabPage dataTabPage;
|
---|
| 320 | private System.Windows.Forms.ComboBox dataTypeComboBox;
|
---|
| 321 | private System.Windows.Forms.Button openFileButton;
|
---|
| 322 | private System.Windows.Forms.TextBox fileTextBox;
|
---|
| 323 | private System.Windows.Forms.Button storeDataButton;
|
---|
| 324 | private System.Windows.Forms.Label dataTypeLabel;
|
---|
| 325 | private System.Windows.Forms.Label fileLabel;
|
---|
| 326 | private System.Windows.Forms.OpenFileDialog openFileDialog;
|
---|
[4441] | 327 |
|
---|
| 328 | }
|
---|
| 329 | }
|
---|