[8924] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[12012] | 3 | * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[8924] | 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.Access.Views {
|
---|
[8042] | 23 | partial class ClientView {
|
---|
| 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 && (components != null)) {
|
---|
| 35 | 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.label1 = new System.Windows.Forms.Label();
|
---|
| 48 | this.label2 = new System.Windows.Forms.Label();
|
---|
| 49 | this.label3 = new System.Windows.Forms.Label();
|
---|
| 50 | this.label4 = new System.Windows.Forms.Label();
|
---|
| 51 | this.label5 = new System.Windows.Forms.Label();
|
---|
| 52 | this.label6 = new System.Windows.Forms.Label();
|
---|
| 53 | this.label7 = new System.Windows.Forms.Label();
|
---|
| 54 | this.label8 = new System.Windows.Forms.Label();
|
---|
| 55 | this.label9 = new System.Windows.Forms.Label();
|
---|
| 56 | this.label10 = new System.Windows.Forms.Label();
|
---|
| 57 | this.label11 = new System.Windows.Forms.Label();
|
---|
| 58 | this.txtName = new System.Windows.Forms.TextBox();
|
---|
| 59 | this.txtDescription = new System.Windows.Forms.TextBox();
|
---|
| 60 | this.txtVersion = new System.Windows.Forms.TextBox();
|
---|
| 61 | this.txtTimestamp = new System.Windows.Forms.TextBox();
|
---|
| 62 | this.txtMemory = new System.Windows.Forms.TextBox();
|
---|
| 63 | this.txtNumberOfCores = new System.Windows.Forms.TextBox();
|
---|
| 64 | this.txtClientType = new System.Windows.Forms.TextBox();
|
---|
| 65 | this.txtClientConfiguration = new System.Windows.Forms.TextBox();
|
---|
| 66 | this.txtProcessor = new System.Windows.Forms.TextBox();
|
---|
| 67 | this.txtOS = new System.Windows.Forms.TextBox();
|
---|
| 68 | this.txtPerformanceValue = new System.Windows.Forms.TextBox();
|
---|
| 69 | this.label13 = new System.Windows.Forms.Label();
|
---|
| 70 | this.txtId = new System.Windows.Forms.TextBox();
|
---|
| 71 | this.SuspendLayout();
|
---|
| 72 | //
|
---|
| 73 | // label1
|
---|
| 74 | //
|
---|
| 75 | this.label1.AutoSize = true;
|
---|
| 76 | this.label1.Location = new System.Drawing.Point(3, 6);
|
---|
| 77 | this.label1.Name = "label1";
|
---|
| 78 | this.label1.Size = new System.Drawing.Size(38, 13);
|
---|
| 79 | this.label1.TabIndex = 0;
|
---|
| 80 | this.label1.Text = "Name:";
|
---|
| 81 | //
|
---|
| 82 | // label2
|
---|
| 83 | //
|
---|
| 84 | this.label2.AutoSize = true;
|
---|
| 85 | this.label2.Location = new System.Drawing.Point(3, 32);
|
---|
| 86 | this.label2.Name = "label2";
|
---|
| 87 | this.label2.Size = new System.Drawing.Size(63, 13);
|
---|
| 88 | this.label2.TabIndex = 1;
|
---|
| 89 | this.label2.Text = "Description:";
|
---|
| 90 | //
|
---|
| 91 | // label3
|
---|
| 92 | //
|
---|
| 93 | this.label3.AutoSize = true;
|
---|
| 94 | this.label3.Location = new System.Drawing.Point(3, 58);
|
---|
| 95 | this.label3.Name = "label3";
|
---|
| 96 | this.label3.Size = new System.Drawing.Size(62, 13);
|
---|
| 97 | this.label3.TabIndex = 2;
|
---|
| 98 | this.label3.Text = "HL Version:";
|
---|
| 99 | //
|
---|
| 100 | // label4
|
---|
| 101 | //
|
---|
| 102 | this.label4.AutoSize = true;
|
---|
| 103 | this.label4.Location = new System.Drawing.Point(3, 84);
|
---|
| 104 | this.label4.Name = "label4";
|
---|
| 105 | this.label4.Size = new System.Drawing.Size(47, 13);
|
---|
| 106 | this.label4.TabIndex = 3;
|
---|
| 107 | this.label4.Text = "Memory:";
|
---|
| 108 | //
|
---|
| 109 | // label5
|
---|
| 110 | //
|
---|
| 111 | this.label5.AutoSize = true;
|
---|
| 112 | this.label5.Location = new System.Drawing.Point(3, 110);
|
---|
| 113 | this.label5.Name = "label5";
|
---|
| 114 | this.label5.Size = new System.Drawing.Size(61, 13);
|
---|
| 115 | this.label5.TabIndex = 4;
|
---|
| 116 | this.label5.Text = "Timestamp:";
|
---|
| 117 | //
|
---|
| 118 | // label6
|
---|
| 119 | //
|
---|
| 120 | this.label6.AutoSize = true;
|
---|
| 121 | this.label6.Location = new System.Drawing.Point(3, 136);
|
---|
| 122 | this.label6.Name = "label6";
|
---|
| 123 | this.label6.Size = new System.Drawing.Size(62, 13);
|
---|
| 124 | this.label6.TabIndex = 5;
|
---|
| 125 | this.label6.Text = "CPU Cores:";
|
---|
| 126 | //
|
---|
| 127 | // label7
|
---|
| 128 | //
|
---|
| 129 | this.label7.AutoSize = true;
|
---|
| 130 | this.label7.Location = new System.Drawing.Point(3, 162);
|
---|
| 131 | this.label7.Name = "label7";
|
---|
| 132 | this.label7.Size = new System.Drawing.Size(57, 13);
|
---|
| 133 | this.label7.TabIndex = 6;
|
---|
| 134 | this.label7.Text = "Processor:";
|
---|
| 135 | //
|
---|
| 136 | // label8
|
---|
| 137 | //
|
---|
| 138 | this.label8.AutoSize = true;
|
---|
| 139 | this.label8.Location = new System.Drawing.Point(3, 188);
|
---|
| 140 | this.label8.Name = "label8";
|
---|
| 141 | this.label8.Size = new System.Drawing.Size(36, 13);
|
---|
| 142 | this.label8.TabIndex = 7;
|
---|
| 143 | this.label8.Text = "Client:";
|
---|
| 144 | //
|
---|
| 145 | // label9
|
---|
| 146 | //
|
---|
| 147 | this.label9.AutoSize = true;
|
---|
| 148 | this.label9.Location = new System.Drawing.Point(3, 214);
|
---|
| 149 | this.label9.Name = "label9";
|
---|
| 150 | this.label9.Size = new System.Drawing.Size(63, 13);
|
---|
| 151 | this.label9.TabIndex = 8;
|
---|
| 152 | this.label9.Text = "OS Version:";
|
---|
| 153 | //
|
---|
| 154 | // label10
|
---|
| 155 | //
|
---|
| 156 | this.label10.AutoSize = true;
|
---|
| 157 | this.label10.Location = new System.Drawing.Point(3, 240);
|
---|
| 158 | this.label10.Name = "label10";
|
---|
| 159 | this.label10.Size = new System.Drawing.Size(101, 13);
|
---|
| 160 | this.label10.TabIndex = 9;
|
---|
| 161 | this.label10.Text = "Client Configuration:";
|
---|
| 162 | //
|
---|
| 163 | // label11
|
---|
| 164 | //
|
---|
| 165 | this.label11.AutoSize = true;
|
---|
| 166 | this.label11.Location = new System.Drawing.Point(3, 266);
|
---|
| 167 | this.label11.Name = "label11";
|
---|
| 168 | this.label11.Size = new System.Drawing.Size(100, 13);
|
---|
| 169 | this.label11.TabIndex = 10;
|
---|
| 170 | this.label11.Text = "Performance Value:";
|
---|
| 171 | //
|
---|
| 172 | // txtName
|
---|
| 173 | //
|
---|
| 174 | this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 175 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 176 | this.txtName.Location = new System.Drawing.Point(110, 3);
|
---|
| 177 | this.txtName.Name = "txtName";
|
---|
| 178 | this.txtName.ReadOnly = true;
|
---|
| 179 | this.txtName.Size = new System.Drawing.Size(265, 20);
|
---|
| 180 | this.txtName.TabIndex = 12;
|
---|
| 181 | //
|
---|
| 182 | // txtDescription
|
---|
| 183 | //
|
---|
| 184 | this.txtDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 185 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 186 | this.txtDescription.Location = new System.Drawing.Point(111, 29);
|
---|
| 187 | this.txtDescription.Name = "txtDescription";
|
---|
| 188 | this.txtDescription.ReadOnly = true;
|
---|
| 189 | this.txtDescription.Size = new System.Drawing.Size(264, 20);
|
---|
| 190 | this.txtDescription.TabIndex = 13;
|
---|
| 191 | //
|
---|
| 192 | // txtVersion
|
---|
| 193 | //
|
---|
| 194 | this.txtVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 195 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 196 | this.txtVersion.Location = new System.Drawing.Point(111, 55);
|
---|
| 197 | this.txtVersion.Name = "txtVersion";
|
---|
| 198 | this.txtVersion.ReadOnly = true;
|
---|
| 199 | this.txtVersion.Size = new System.Drawing.Size(264, 20);
|
---|
| 200 | this.txtVersion.TabIndex = 14;
|
---|
| 201 | //
|
---|
| 202 | // txtTimestamp
|
---|
| 203 | //
|
---|
| 204 | this.txtTimestamp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 205 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 206 | this.txtTimestamp.Location = new System.Drawing.Point(110, 107);
|
---|
| 207 | this.txtTimestamp.Name = "txtTimestamp";
|
---|
| 208 | this.txtTimestamp.ReadOnly = true;
|
---|
| 209 | this.txtTimestamp.Size = new System.Drawing.Size(265, 20);
|
---|
| 210 | this.txtTimestamp.TabIndex = 15;
|
---|
| 211 | //
|
---|
| 212 | // txtMemory
|
---|
| 213 | //
|
---|
| 214 | this.txtMemory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 215 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 216 | this.txtMemory.Location = new System.Drawing.Point(110, 81);
|
---|
| 217 | this.txtMemory.Name = "txtMemory";
|
---|
| 218 | this.txtMemory.ReadOnly = true;
|
---|
| 219 | this.txtMemory.Size = new System.Drawing.Size(265, 20);
|
---|
| 220 | this.txtMemory.TabIndex = 16;
|
---|
| 221 | //
|
---|
| 222 | // txtNumberOfCores
|
---|
| 223 | //
|
---|
| 224 | this.txtNumberOfCores.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 225 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 226 | this.txtNumberOfCores.Location = new System.Drawing.Point(110, 133);
|
---|
| 227 | this.txtNumberOfCores.Name = "txtNumberOfCores";
|
---|
| 228 | this.txtNumberOfCores.ReadOnly = true;
|
---|
| 229 | this.txtNumberOfCores.Size = new System.Drawing.Size(265, 20);
|
---|
| 230 | this.txtNumberOfCores.TabIndex = 17;
|
---|
| 231 | //
|
---|
| 232 | // txtClientType
|
---|
| 233 | //
|
---|
| 234 | this.txtClientType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 235 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 236 | this.txtClientType.Location = new System.Drawing.Point(111, 185);
|
---|
| 237 | this.txtClientType.Name = "txtClientType";
|
---|
| 238 | this.txtClientType.ReadOnly = true;
|
---|
| 239 | this.txtClientType.Size = new System.Drawing.Size(264, 20);
|
---|
| 240 | this.txtClientType.TabIndex = 18;
|
---|
| 241 | //
|
---|
| 242 | // txtClientConfiguration
|
---|
| 243 | //
|
---|
| 244 | this.txtClientConfiguration.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 245 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 246 | this.txtClientConfiguration.Location = new System.Drawing.Point(110, 237);
|
---|
| 247 | this.txtClientConfiguration.Name = "txtClientConfiguration";
|
---|
| 248 | this.txtClientConfiguration.ReadOnly = true;
|
---|
| 249 | this.txtClientConfiguration.Size = new System.Drawing.Size(265, 20);
|
---|
| 250 | this.txtClientConfiguration.TabIndex = 19;
|
---|
| 251 | //
|
---|
| 252 | // txtProcessor
|
---|
| 253 | //
|
---|
| 254 | this.txtProcessor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 255 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 256 | this.txtProcessor.Location = new System.Drawing.Point(111, 159);
|
---|
| 257 | this.txtProcessor.Name = "txtProcessor";
|
---|
| 258 | this.txtProcessor.ReadOnly = true;
|
---|
| 259 | this.txtProcessor.Size = new System.Drawing.Size(264, 20);
|
---|
| 260 | this.txtProcessor.TabIndex = 20;
|
---|
| 261 | //
|
---|
| 262 | // txtOS
|
---|
| 263 | //
|
---|
| 264 | this.txtOS.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 265 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 266 | this.txtOS.Location = new System.Drawing.Point(111, 211);
|
---|
| 267 | this.txtOS.Name = "txtOS";
|
---|
| 268 | this.txtOS.ReadOnly = true;
|
---|
| 269 | this.txtOS.Size = new System.Drawing.Size(264, 20);
|
---|
| 270 | this.txtOS.TabIndex = 21;
|
---|
| 271 | //
|
---|
| 272 | // txtPerformanceValue
|
---|
| 273 | //
|
---|
| 274 | this.txtPerformanceValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 275 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 276 | this.txtPerformanceValue.Location = new System.Drawing.Point(110, 263);
|
---|
| 277 | this.txtPerformanceValue.Name = "txtPerformanceValue";
|
---|
| 278 | this.txtPerformanceValue.ReadOnly = true;
|
---|
| 279 | this.txtPerformanceValue.Size = new System.Drawing.Size(265, 20);
|
---|
| 280 | this.txtPerformanceValue.TabIndex = 23;
|
---|
| 281 | //
|
---|
| 282 | // label13
|
---|
| 283 | //
|
---|
| 284 | this.label13.AutoSize = true;
|
---|
| 285 | this.label13.Location = new System.Drawing.Point(3, 292);
|
---|
| 286 | this.label13.Name = "label13";
|
---|
| 287 | this.label13.Size = new System.Drawing.Size(48, 13);
|
---|
| 288 | this.label13.TabIndex = 24;
|
---|
| 289 | this.label13.Text = "Client Id:";
|
---|
| 290 | //
|
---|
| 291 | // txtId
|
---|
| 292 | //
|
---|
| 293 | this.txtId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 294 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 295 | this.txtId.Location = new System.Drawing.Point(111, 289);
|
---|
| 296 | this.txtId.Name = "txtId";
|
---|
| 297 | this.txtId.ReadOnly = true;
|
---|
| 298 | this.txtId.Size = new System.Drawing.Size(264, 20);
|
---|
| 299 | this.txtId.TabIndex = 25;
|
---|
| 300 | //
|
---|
| 301 | // ClientView
|
---|
| 302 | //
|
---|
| 303 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 304 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 305 | this.Controls.Add(this.txtId);
|
---|
| 306 | this.Controls.Add(this.label13);
|
---|
| 307 | this.Controls.Add(this.txtPerformanceValue);
|
---|
| 308 | this.Controls.Add(this.txtOS);
|
---|
| 309 | this.Controls.Add(this.txtProcessor);
|
---|
| 310 | this.Controls.Add(this.txtClientConfiguration);
|
---|
| 311 | this.Controls.Add(this.txtClientType);
|
---|
| 312 | this.Controls.Add(this.txtNumberOfCores);
|
---|
| 313 | this.Controls.Add(this.txtMemory);
|
---|
| 314 | this.Controls.Add(this.txtTimestamp);
|
---|
| 315 | this.Controls.Add(this.txtVersion);
|
---|
| 316 | this.Controls.Add(this.txtDescription);
|
---|
| 317 | this.Controls.Add(this.txtName);
|
---|
| 318 | this.Controls.Add(this.label11);
|
---|
| 319 | this.Controls.Add(this.label10);
|
---|
| 320 | this.Controls.Add(this.label9);
|
---|
| 321 | this.Controls.Add(this.label8);
|
---|
| 322 | this.Controls.Add(this.label7);
|
---|
| 323 | this.Controls.Add(this.label6);
|
---|
| 324 | this.Controls.Add(this.label5);
|
---|
| 325 | this.Controls.Add(this.label4);
|
---|
| 326 | this.Controls.Add(this.label3);
|
---|
| 327 | this.Controls.Add(this.label2);
|
---|
| 328 | this.Controls.Add(this.label1);
|
---|
| 329 | this.Name = "ClientView";
|
---|
| 330 | this.Size = new System.Drawing.Size(378, 315);
|
---|
| 331 | this.ResumeLayout(false);
|
---|
| 332 | this.PerformLayout();
|
---|
| 333 |
|
---|
| 334 | }
|
---|
| 335 |
|
---|
| 336 | #endregion
|
---|
| 337 |
|
---|
| 338 | protected System.Windows.Forms.Label label1;
|
---|
| 339 | protected System.Windows.Forms.Label label2;
|
---|
| 340 | protected System.Windows.Forms.Label label3;
|
---|
| 341 | protected System.Windows.Forms.Label label4;
|
---|
| 342 | protected System.Windows.Forms.Label label5;
|
---|
| 343 | protected System.Windows.Forms.Label label6;
|
---|
| 344 | protected System.Windows.Forms.Label label7;
|
---|
| 345 | protected System.Windows.Forms.Label label8;
|
---|
| 346 | protected System.Windows.Forms.Label label9;
|
---|
| 347 | protected System.Windows.Forms.Label label10;
|
---|
| 348 | protected System.Windows.Forms.Label label11;
|
---|
| 349 | protected System.Windows.Forms.TextBox txtName;
|
---|
| 350 | protected System.Windows.Forms.TextBox txtDescription;
|
---|
| 351 | protected System.Windows.Forms.TextBox txtVersion;
|
---|
| 352 | protected System.Windows.Forms.TextBox txtTimestamp;
|
---|
| 353 | protected System.Windows.Forms.TextBox txtMemory;
|
---|
| 354 | protected System.Windows.Forms.TextBox txtNumberOfCores;
|
---|
| 355 | protected System.Windows.Forms.TextBox txtClientType;
|
---|
| 356 | protected System.Windows.Forms.TextBox txtClientConfiguration;
|
---|
| 357 | protected System.Windows.Forms.TextBox txtProcessor;
|
---|
| 358 | protected System.Windows.Forms.TextBox txtOS;
|
---|
| 359 | protected System.Windows.Forms.TextBox txtPerformanceValue;
|
---|
| 360 | protected System.Windows.Forms.Label label13;
|
---|
| 361 | protected System.Windows.Forms.TextBox txtId;
|
---|
| 362 |
|
---|
| 363 | }
|
---|
| 364 | }
|
---|