Changeset 11203 for branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/HiveTaskView.designer.cs
- Timestamp:
- 07/18/14 12:35:00 (10 years ago)
- Location:
- branches/HiveStatistics/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources
- Property svn:ignore
-
old new 8 8 FxCopResults.txt 9 9 Google.ProtocolBuffers-0.9.1.dll 10 Google.ProtocolBuffers-2.4.1.473.dll11 10 HeuristicLab 3.3.5.1.ReSharper.user 12 11 HeuristicLab 3.3.6.0.ReSharper.user 13 12 HeuristicLab.4.5.resharper.user 14 13 HeuristicLab.ExtLibs.6.0.ReSharper.user 15 HeuristicLab.Scripting.Development16 14 HeuristicLab.resharper.user 17 15 ProtoGen.exe … … 19 17 _ReSharper.HeuristicLab 20 18 _ReSharper.HeuristicLab 3.3 21 _ReSharper.HeuristicLab 3.3 Tests22 19 _ReSharper.HeuristicLab.ExtLibs 23 20 bin 24 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/HiveTaskView.designer.cs
r11202 r11203 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 109 109 // stateLogViewHost 110 110 // 111 this.stateLogViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 112 | System.Windows.Forms.AnchorStyles.Left)113 | System.Windows.Forms.AnchorStyles.Right)));111 this.stateLogViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 112 | System.Windows.Forms.AnchorStyles.Left) 113 | System.Windows.Forms.AnchorStyles.Right))); 114 114 this.stateLogViewHost.Caption = "View"; 115 115 this.stateLogViewHost.Content = null; … … 137 137 // splitContainer1 138 138 // 139 this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 140 | System.Windows.Forms.AnchorStyles.Right)));139 this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 140 | System.Windows.Forms.AnchorStyles.Right))); 141 141 this.splitContainer1.Location = new System.Drawing.Point(6, 6); 142 142 this.splitContainer1.Name = "splitContainer1"; … … 189 189 // priorityComboBox 190 190 // 191 this.priorityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 192 | System.Windows.Forms.AnchorStyles.Right)));191 this.priorityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 192 | System.Windows.Forms.AnchorStyles.Right))); 193 193 this.priorityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 194 194 this.priorityComboBox.FormattingEnabled = true; 195 195 this.priorityComboBox.Items.AddRange(new object[] { 196 "Low",197 196 "Normal", 198 197 "Urgent", … … 215 214 // jobIdTextBox 216 215 // 217 this.jobIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 218 | System.Windows.Forms.AnchorStyles.Right)));216 this.jobIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 217 | System.Windows.Forms.AnchorStyles.Right))); 219 218 this.jobIdTextBox.Location = new System.Drawing.Point(87, 13); 220 219 this.jobIdTextBox.Name = "jobIdTextBox"; … … 233 232 // lastUpdatedTextBox 234 233 // 235 this.lastUpdatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 236 | System.Windows.Forms.AnchorStyles.Right)));234 this.lastUpdatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 235 | System.Windows.Forms.AnchorStyles.Right))); 237 236 this.lastUpdatedTextBox.Location = new System.Drawing.Point(87, 66); 238 237 this.lastUpdatedTextBox.Name = "lastUpdatedTextBox"; … … 267 266 // memoryNeededComboBox 268 267 // 269 this.memoryNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 270 | System.Windows.Forms.AnchorStyles.Right)));268 this.memoryNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 269 | System.Windows.Forms.AnchorStyles.Right))); 271 270 this.memoryNeededComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 272 271 this.memoryNeededComboBox.FormattingEnabled = true; … … 284 283 // coresNeededComboBox 285 284 // 286 this.coresNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 287 | System.Windows.Forms.AnchorStyles.Right)));285 this.coresNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 286 | System.Windows.Forms.AnchorStyles.Right))); 288 287 this.coresNeededComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 289 288 this.coresNeededComboBox.FormattingEnabled = true; … … 361 360 // commandTextBox 362 361 // 363 this.commandTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 364 | System.Windows.Forms.AnchorStyles.Right)));362 this.commandTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 363 | System.Windows.Forms.AnchorStyles.Right))); 365 364 this.commandTextBox.Location = new System.Drawing.Point(95, 39); 366 365 this.commandTextBox.Name = "commandTextBox"; … … 379 378 // stateTextBox 380 379 // 381 this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 382 | System.Windows.Forms.AnchorStyles.Right)));380 this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 381 | System.Windows.Forms.AnchorStyles.Right))); 383 382 this.stateTextBox.Location = new System.Drawing.Point(95, 13); 384 383 this.stateTextBox.Name = "stateTextBox"; … … 406 405 // dateCalculatedText 407 406 // 408 this.dateCalculatedText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 409 | System.Windows.Forms.AnchorStyles.Right)));407 this.dateCalculatedText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 408 | System.Windows.Forms.AnchorStyles.Right))); 410 409 this.dateCalculatedText.Location = new System.Drawing.Point(95, 117); 411 410 this.dateCalculatedText.Name = "dateCalculatedText"; … … 415 414 // dateFinishedTextBox 416 415 // 417 this.dateFinishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 418 | System.Windows.Forms.AnchorStyles.Right)));416 this.dateFinishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 417 | System.Windows.Forms.AnchorStyles.Right))); 419 418 this.dateFinishedTextBox.Location = new System.Drawing.Point(95, 143); 420 419 this.dateFinishedTextBox.Name = "dateFinishedTextBox"; … … 424 423 // executionTimeTextBox 425 424 // 426 this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 427 | System.Windows.Forms.AnchorStyles.Right)));425 this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 426 | System.Windows.Forms.AnchorStyles.Right))); 428 427 this.executionTimeTextBox.Location = new System.Drawing.Point(95, 65); 429 428 this.executionTimeTextBox.Name = "executionTimeTextBox"; … … 433 432 // dateCreatedTextBox 434 433 // 435 this.dateCreatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 436 | System.Windows.Forms.AnchorStyles.Right)));434 this.dateCreatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 435 | System.Windows.Forms.AnchorStyles.Right))); 437 436 this.dateCreatedTextBox.Location = new System.Drawing.Point(95, 91); 438 437 this.dateCreatedTextBox.Name = "dateCreatedTextBox"; … … 478 477 // exceptionTextBox 479 478 // 480 this.exceptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 481 | System.Windows.Forms.AnchorStyles.Right)));479 this.exceptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 480 | System.Windows.Forms.AnchorStyles.Right))); 482 481 this.exceptionTextBox.Location = new System.Drawing.Point(95, 169); 483 482 this.exceptionTextBox.Name = "exceptionTextBox"; … … 488 487 // modifyItemButton 489 488 // 490 this.modifyItemButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 491 | System.Windows.Forms.AnchorStyles.Right)));489 this.modifyItemButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 490 | System.Windows.Forms.AnchorStyles.Right))); 492 491 this.modifyItemButton.Location = new System.Drawing.Point(3, 224); 493 492 this.modifyItemButton.Name = "modifyItemButton"; … … 500 499 // tabControl 501 500 // 502 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 503 | System.Windows.Forms.AnchorStyles.Left)504 | System.Windows.Forms.AnchorStyles.Right)));501 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 502 | System.Windows.Forms.AnchorStyles.Left) 503 | System.Windows.Forms.AnchorStyles.Right))); 505 504 this.tabControl.Controls.Add(this.detailsTabPage); 506 505 this.tabControl.Controls.Add(this.stateLogTabPage); … … 513 512 // HiveTaskView 514 513 // 514 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 515 515 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 516 516 this.Controls.Add(this.tabControl);
Note: See TracChangeset
for help on using the changeset viewer.