Changeset 10453
- Timestamp:
- 02/11/14 13:47:16 (11 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/HiveTaskView.cs
r9456 r10453 96 96 this.priorityComboBox.SelectedIndex = Content.Task.Priority; 97 97 } else { 98 this.priorityComboBox.SelectedIndex = 0;98 this.priorityComboBox.SelectedIndex = 1; 99 99 } 100 100 this.coresNeededComboBox.Text = Content.Task.CoresNeeded.ToString(); … … 103 103 this.jobIdTextBox.Text = string.Empty; 104 104 this.dateCreatedTextBox.Text = string.Empty; 105 this.priorityComboBox.SelectedIndex = 0;105 this.priorityComboBox.SelectedIndex = 1; 106 106 this.coresNeededComboBox.Text = "1"; 107 107 this.memoryNeededComboBox.Text = "128"; -
trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/HiveTaskView.designer.cs
r9456 r10453 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 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 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 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", 196 197 "Normal", 197 198 "Urgent", … … 214 215 // jobIdTextBox 215 216 // 216 this.jobIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 217 217 this.jobIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 218 | System.Windows.Forms.AnchorStyles.Right))); 218 219 this.jobIdTextBox.Location = new System.Drawing.Point(87, 13); 219 220 this.jobIdTextBox.Name = "jobIdTextBox"; … … 232 233 // lastUpdatedTextBox 233 234 // 234 this.lastUpdatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 235 235 this.lastUpdatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 236 | System.Windows.Forms.AnchorStyles.Right))); 236 237 this.lastUpdatedTextBox.Location = new System.Drawing.Point(87, 66); 237 238 this.lastUpdatedTextBox.Name = "lastUpdatedTextBox"; … … 266 267 // memoryNeededComboBox 267 268 // 268 this.memoryNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 269 269 this.memoryNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 270 | System.Windows.Forms.AnchorStyles.Right))); 270 271 this.memoryNeededComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 271 272 this.memoryNeededComboBox.FormattingEnabled = true; … … 283 284 // coresNeededComboBox 284 285 // 285 this.coresNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 286 286 this.coresNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 287 | System.Windows.Forms.AnchorStyles.Right))); 287 288 this.coresNeededComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 288 289 this.coresNeededComboBox.FormattingEnabled = true; … … 360 361 // commandTextBox 361 362 // 362 this.commandTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 363 363 this.commandTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 364 | System.Windows.Forms.AnchorStyles.Right))); 364 365 this.commandTextBox.Location = new System.Drawing.Point(95, 39); 365 366 this.commandTextBox.Name = "commandTextBox"; … … 378 379 // stateTextBox 379 380 // 380 this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 381 381 this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 382 | System.Windows.Forms.AnchorStyles.Right))); 382 383 this.stateTextBox.Location = new System.Drawing.Point(95, 13); 383 384 this.stateTextBox.Name = "stateTextBox"; … … 405 406 // dateCalculatedText 406 407 // 407 this.dateCalculatedText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 408 408 this.dateCalculatedText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 409 | System.Windows.Forms.AnchorStyles.Right))); 409 410 this.dateCalculatedText.Location = new System.Drawing.Point(95, 117); 410 411 this.dateCalculatedText.Name = "dateCalculatedText"; … … 414 415 // dateFinishedTextBox 415 416 // 416 this.dateFinishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 417 417 this.dateFinishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 418 | System.Windows.Forms.AnchorStyles.Right))); 418 419 this.dateFinishedTextBox.Location = new System.Drawing.Point(95, 143); 419 420 this.dateFinishedTextBox.Name = "dateFinishedTextBox"; … … 423 424 // executionTimeTextBox 424 425 // 425 this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 426 426 this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 427 | System.Windows.Forms.AnchorStyles.Right))); 427 428 this.executionTimeTextBox.Location = new System.Drawing.Point(95, 65); 428 429 this.executionTimeTextBox.Name = "executionTimeTextBox"; … … 432 433 // dateCreatedTextBox 433 434 // 434 this.dateCreatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 435 435 this.dateCreatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 436 | System.Windows.Forms.AnchorStyles.Right))); 436 437 this.dateCreatedTextBox.Location = new System.Drawing.Point(95, 91); 437 438 this.dateCreatedTextBox.Name = "dateCreatedTextBox"; … … 477 478 // exceptionTextBox 478 479 // 479 this.exceptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 480 480 this.exceptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 481 | System.Windows.Forms.AnchorStyles.Right))); 481 482 this.exceptionTextBox.Location = new System.Drawing.Point(95, 169); 482 483 this.exceptionTextBox.Name = "exceptionTextBox"; … … 487 488 // modifyItemButton 488 489 // 489 this.modifyItemButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 490 490 this.modifyItemButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 491 | System.Windows.Forms.AnchorStyles.Right))); 491 492 this.modifyItemButton.Location = new System.Drawing.Point(3, 224); 492 493 this.modifyItemButton.Name = "modifyItemButton"; … … 499 500 // tabControl 500 501 // 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 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))); 504 505 this.tabControl.Controls.Add(this.detailsTabPage); 505 506 this.tabControl.Controls.Add(this.stateLogTabPage); … … 512 513 // HiveTaskView 513 514 // 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); -
trunk/sources/HeuristicLab.Clients.Hive/3.3/ServiceClients/Task.cs
r9456 r10453 27 27 public partial class Task : LightweightTask { 28 28 29 public Task() { } 29 public Task() { 30 Priority = 1; 31 } 30 32 31 33 protected Task(Task original, Cloner cloner)
Note: See TracChangeset
for help on using the changeset viewer.