Changeset 16240 for branches/2915-AbsoluteSymbol/HeuristicLab.Clients.Hive.JobManager/3.3/Views/RefreshableHiveJobView.Designer.cs
- Timestamp:
- 10/18/18 16:16:31 (6 years ago)
- Location:
- branches/2915-AbsoluteSymbol
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2915-AbsoluteSymbol
- Property svn:mergeinfo changed
-
branches/2915-AbsoluteSymbol/HeuristicLab.Clients.Hive.JobManager
- Property svn:mergeinfo changed
-
branches/2915-AbsoluteSymbol/HeuristicLab.Clients.Hive.JobManager/3.3/Views/RefreshableHiveJobView.Designer.cs
r15583 r16240 63 63 this.executionTimeTextBox = new System.Windows.Forms.TextBox(); 64 64 this.pauseButton = new System.Windows.Forms.Button(); 65 this. resourceIdsLabel = new System.Windows.Forms.Label();66 this. resourceNamesTextBox = new System.Windows.Forms.TextBox();65 this.projectLabel = new System.Windows.Forms.Label(); 66 this.projectNameTextBox = new System.Windows.Forms.TextBox(); 67 67 this.nameLabel = new System.Windows.Forms.Label(); 68 68 this.nameTextBox = new System.Windows.Forms.TextBox(); 69 this.descriptionLabel = new System.Windows.Forms.Label(); 70 this.descriptionTextBox = new System.Windows.Forms.TextBox(); 69 71 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 70 72 this.refreshButton = new System.Windows.Forms.Button(); 73 this.updateButton = new System.Windows.Forms.Button(); 71 74 this.UnloadButton = new System.Windows.Forms.Button(); 75 this.searchButton = new System.Windows.Forms.Button(); 72 76 this.refreshAutomaticallyCheckBox = new System.Windows.Forms.CheckBox(); 73 77 this.infoGroupBox = new System.Windows.Forms.GroupBox(); … … 78 82 this.calculatingLabel = new System.Windows.Forms.Label(); 79 83 this.jobsLabel = new System.Windows.Forms.Label(); 80 this.searchButton = new System.Windows.Forms.Button();81 84 this.tabControl.SuspendLayout(); 82 85 this.tasksTabPage.SuspendLayout(); … … 91 94 // 92 95 this.tabControl.AllowDrop = true; 93 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 94 | System.Windows.Forms.AnchorStyles.Left) 96 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 97 | System.Windows.Forms.AnchorStyles.Left) 95 98 | System.Windows.Forms.AnchorStyles.Right))); 96 99 this.tabControl.Controls.Add(this.tasksTabPage); … … 99 102 this.tabControl.Controls.Add(this.stateTabPage); 100 103 this.tabControl.Controls.Add(this.logTabPage); 101 this.tabControl.Location = new System.Drawing.Point(0, 78);104 this.tabControl.Location = new System.Drawing.Point(0, 106); 102 105 this.tabControl.Name = "tabControl"; 103 106 this.tabControl.SelectedIndex = 0; … … 119 122 // 120 123 this.jobsTreeView.AllowDrop = true; 121 this.jobsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 122 | System.Windows.Forms.AnchorStyles.Left) 124 this.jobsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 125 | System.Windows.Forms.AnchorStyles.Left) 123 126 | System.Windows.Forms.AnchorStyles.Right))); 124 127 this.jobsTreeView.Caption = "ItemTree View"; … … 151 154 this.refreshPermissionsButton.Size = new System.Drawing.Size(24, 24); 152 155 this.refreshPermissionsButton.TabIndex = 23; 153 this.toolTip.SetToolTip(this.refreshPermissionsButton, "Refresh Data");156 this.toolTip.SetToolTip(this.refreshPermissionsButton, "Refresh data"); 154 157 this.refreshPermissionsButton.UseVisualStyleBackColor = true; 155 158 this.refreshPermissionsButton.Click += new System.EventHandler(this.refreshPermissionsButton_Click); … … 157 160 // hiveExperimentPermissionListView 158 161 // 159 this.hiveExperimentPermissionListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 160 | System.Windows.Forms.AnchorStyles.Left) 162 this.hiveExperimentPermissionListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 163 | System.Windows.Forms.AnchorStyles.Left) 161 164 | System.Windows.Forms.AnchorStyles.Right))); 162 165 this.hiveExperimentPermissionListView.Caption = "HiveExperimentPermissionList View"; … … 183 186 // runCollectionViewHost 184 187 // 185 this.runCollectionViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 186 | System.Windows.Forms.AnchorStyles.Left) 188 this.runCollectionViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 189 | System.Windows.Forms.AnchorStyles.Left) 187 190 | System.Windows.Forms.AnchorStyles.Right))); 188 191 this.runCollectionViewHost.Caption = "View"; … … 209 212 // stateLogViewHost 210 213 // 211 this.stateLogViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 212 | System.Windows.Forms.AnchorStyles.Left) 214 this.stateLogViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 215 | System.Windows.Forms.AnchorStyles.Left) 213 216 | System.Windows.Forms.AnchorStyles.Right))); 214 217 this.stateLogViewHost.Caption = "StateLog View"; … … 235 238 // logView 236 239 // 237 this.logView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 238 | System.Windows.Forms.AnchorStyles.Left) 240 this.logView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 241 | System.Windows.Forms.AnchorStyles.Left) 239 242 | System.Windows.Forms.AnchorStyles.Right))); 240 243 this.logView.Caption = "Log View"; … … 250 253 this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 251 254 this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play; 252 this.startButton.Location = new System.Drawing.Point(0, 5 36);255 this.startButton.Location = new System.Drawing.Point(0, 564); 253 256 this.startButton.Name = "startButton"; 254 257 this.startButton.Size = new System.Drawing.Size(24, 24); 255 this.startButton.TabIndex = 5;258 this.startButton.TabIndex = 4; 256 259 this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment"); 257 260 this.startButton.UseVisualStyleBackColor = true; … … 262 265 this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 263 266 this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop; 264 this.stopButton.Location = new System.Drawing.Point(60, 5 36);267 this.stopButton.Location = new System.Drawing.Point(60, 564); 265 268 this.stopButton.Name = "stopButton"; 266 269 this.stopButton.Size = new System.Drawing.Size(24, 24); 267 this.stopButton.TabIndex = 7;270 this.stopButton.TabIndex = 6; 268 271 this.toolTip.SetToolTip(this.stopButton, "Stop Experiment"); 269 272 this.stopButton.UseVisualStyleBackColor = true; … … 274 277 this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 275 278 this.executionTimeLabel.AutoSize = true; 276 this.executionTimeLabel.Location = new System.Drawing.Point(491, 5 43);279 this.executionTimeLabel.Location = new System.Drawing.Point(491, 571); 277 280 this.executionTimeLabel.Name = "executionTimeLabel"; 278 281 this.executionTimeLabel.Size = new System.Drawing.Size(83, 13); 279 this.executionTimeLabel.TabIndex = 9;282 this.executionTimeLabel.TabIndex = 100; 280 283 this.executionTimeLabel.Text = "&Execution Time:"; 281 284 // … … 283 286 // 284 287 this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 285 this.executionTimeTextBox.Location = new System.Drawing.Point(580, 5 40);288 this.executionTimeTextBox.Location = new System.Drawing.Point(580, 568); 286 289 this.executionTimeTextBox.Name = "executionTimeTextBox"; 287 290 this.executionTimeTextBox.ReadOnly = true; 288 291 this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20); 289 this.executionTimeTextBox.TabIndex = 10 ;292 this.executionTimeTextBox.TabIndex = 100; 290 293 // 291 294 // pauseButton … … 294 297 this.pauseButton.Enabled = false; 295 298 this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause; 296 this.pauseButton.Location = new System.Drawing.Point(30, 5 36);299 this.pauseButton.Location = new System.Drawing.Point(30, 564); 297 300 this.pauseButton.Name = "pauseButton"; 298 301 this.pauseButton.Size = new System.Drawing.Size(24, 24); 299 this.pauseButton.TabIndex = 6;302 this.pauseButton.TabIndex = 5; 300 303 this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment"); 301 304 this.pauseButton.UseVisualStyleBackColor = true; 302 305 this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click); 303 306 // 304 // resourceIdsLabel 305 // 306 this.resourceIdsLabel.AutoSize = true; 307 this.resourceIdsLabel.Location = new System.Drawing.Point(3, 56); 308 this.resourceIdsLabel.Name = "resourceIdsLabel"; 309 this.resourceIdsLabel.Size = new System.Drawing.Size(61, 13); 310 this.resourceIdsLabel.TabIndex = 12; 311 this.resourceIdsLabel.Text = "Resources:"; 312 // 313 // resourceNamesTextBox 314 // 315 this.resourceNamesTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 316 | System.Windows.Forms.AnchorStyles.Right))); 317 this.resourceNamesTextBox.Location = new System.Drawing.Point(70, 52); 318 this.resourceNamesTextBox.Name = "resourceNamesTextBox"; 319 this.resourceNamesTextBox.Size = new System.Drawing.Size(471, 20); 320 this.resourceNamesTextBox.TabIndex = 2; 321 this.resourceNamesTextBox.Validated += new System.EventHandler(this.resourceNamesTextBox_Validated); 307 // projectLabel 308 // 309 this.projectLabel.AutoSize = true; 310 this.projectLabel.Location = new System.Drawing.Point(3, 83); 311 this.projectLabel.Name = "projectLabel"; 312 this.projectLabel.Size = new System.Drawing.Size(43, 13); 313 this.projectLabel.TabIndex = 100; 314 this.projectLabel.Text = "Project:"; 315 // 316 // projectNameTextBox 317 // 318 this.projectNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 319 | System.Windows.Forms.AnchorStyles.Right))); 320 this.projectNameTextBox.Location = new System.Drawing.Point(100, 80); 321 this.projectNameTextBox.Name = "projectNameTextBox"; 322 this.projectNameTextBox.ReadOnly = true; 323 this.projectNameTextBox.Size = new System.Drawing.Size(471, 20); 324 this.projectNameTextBox.TabIndex = 100; 325 this.projectNameTextBox.Validated += new System.EventHandler(this.resourceNamesTextBox_Validated); 322 326 // 323 327 // nameLabel 324 328 // 325 329 this.nameLabel.AutoSize = true; 326 this.nameLabel.Location = new System.Drawing.Point(3, 3 0);330 this.nameLabel.Location = new System.Drawing.Point(3, 35); 327 331 this.nameLabel.Name = "nameLabel"; 328 332 this.nameLabel.Size = new System.Drawing.Size(38, 13); 329 this.nameLabel.TabIndex = 20;333 this.nameLabel.TabIndex = 100; 330 334 this.nameLabel.Text = "Name:"; 331 335 // 332 336 // nameTextBox 333 337 // 334 this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 335 | System.Windows.Forms.AnchorStyles.Right))); 336 this.nameTextBox.Location = new System.Drawing.Point(7 0, 27);338 this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 339 | System.Windows.Forms.AnchorStyles.Right))); 340 this.nameTextBox.Location = new System.Drawing.Point(71, 32); 337 341 this.nameTextBox.Name = "nameTextBox"; 338 this.nameTextBox.Size = new System.Drawing.Size(50 1, 20);342 this.nameTextBox.Size = new System.Drawing.Size(500, 20); 339 343 this.nameTextBox.TabIndex = 1; 340 344 this.nameTextBox.Validated += new System.EventHandler(this.nameTextBox_Validated); 345 // 346 // descriptionLabel 347 // 348 this.descriptionLabel.AutoSize = true; 349 this.descriptionLabel.Location = new System.Drawing.Point(3, 59); 350 this.descriptionLabel.Name = "descriptionLabel"; 351 this.descriptionLabel.Size = new System.Drawing.Size(63, 13); 352 this.descriptionLabel.TabIndex = 100; 353 this.descriptionLabel.Text = "Description:"; 354 // 355 // descriptionTextBox 356 // 357 this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 358 | System.Windows.Forms.AnchorStyles.Right))); 359 this.descriptionTextBox.Location = new System.Drawing.Point(71, 56); 360 this.descriptionTextBox.Name = "descriptionTextBox"; 361 this.descriptionTextBox.Size = new System.Drawing.Size(500, 20); 362 this.descriptionTextBox.TabIndex = 2; 363 this.descriptionTextBox.Validated += new System.EventHandler(this.descriptionTextBox_Validated); 341 364 // 342 365 // refreshButton … … 346 369 this.refreshButton.Name = "refreshButton"; 347 370 this.refreshButton.Size = new System.Drawing.Size(24, 24); 348 this.refreshButton.TabIndex = 22;371 this.refreshButton.TabIndex = 7; 349 372 this.toolTip.SetToolTip(this.refreshButton, "Refresh Data"); 350 373 this.refreshButton.UseVisualStyleBackColor = true; 351 374 this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click); 352 375 // 376 // updateButton 377 // 378 this.updateButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save; 379 this.updateButton.Location = new System.Drawing.Point(30, 0); 380 this.updateButton.Name = "updateButton"; 381 this.updateButton.Size = new System.Drawing.Size(24, 24); 382 this.updateButton.TabIndex = 8; 383 this.toolTip.SetToolTip(this.updateButton, "Update Job (Name, Project, Resources)"); 384 this.updateButton.UseVisualStyleBackColor = true; 385 this.updateButton.Click += new System.EventHandler(this.updateButton_Click); 386 // 353 387 // UnloadButton 354 388 // 355 389 this.UnloadButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Disconnect; 356 this.UnloadButton.Location = new System.Drawing.Point( 30, 0);390 this.UnloadButton.Location = new System.Drawing.Point(57, 0); 357 391 this.UnloadButton.Name = "UnloadButton"; 358 392 this.UnloadButton.Size = new System.Drawing.Size(24, 24); 359 this.UnloadButton.TabIndex = 27;393 this.UnloadButton.TabIndex = 9; 360 394 this.toolTip.SetToolTip(this.UnloadButton, "Unload Job"); 361 395 this.UnloadButton.UseVisualStyleBackColor = true; 362 396 this.UnloadButton.Click += new System.EventHandler(this.UnloadButton_Click); 363 397 // 398 // searchButton 399 // 400 this.searchButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Zoom; 401 this.searchButton.Location = new System.Drawing.Point(71, 79); 402 this.searchButton.Name = "searchButton"; 403 this.searchButton.Size = new System.Drawing.Size(24, 24); 404 this.searchButton.TabIndex = 3; 405 this.toolTip.SetToolTip(this.searchButton, "Select project and resources"); 406 this.searchButton.UseVisualStyleBackColor = true; 407 this.searchButton.Click += new System.EventHandler(this.searchButton_Click); 408 // 364 409 // refreshAutomaticallyCheckBox 365 410 // 366 411 this.refreshAutomaticallyCheckBox.AutoSize = true; 367 this.refreshAutomaticallyCheckBox.Location = new System.Drawing.Point( 70, 3);412 this.refreshAutomaticallyCheckBox.Location = new System.Drawing.Point(100, 3); 368 413 this.refreshAutomaticallyCheckBox.Name = "refreshAutomaticallyCheckBox"; 369 414 this.refreshAutomaticallyCheckBox.Size = new System.Drawing.Size(127, 17); 370 this.refreshAutomaticallyCheckBox.TabIndex = 24;415 this.refreshAutomaticallyCheckBox.TabIndex = 100; 371 416 this.refreshAutomaticallyCheckBox.Text = "&Refresh automatically"; 372 417 this.refreshAutomaticallyCheckBox.UseVisualStyleBackColor = true; … … 382 427 this.infoGroupBox.Controls.Add(this.calculatingLabel); 383 428 this.infoGroupBox.Controls.Add(this.jobsLabel); 384 this.infoGroupBox.Location = new System.Drawing.Point(5 80, 5);429 this.infoGroupBox.Location = new System.Drawing.Point(578, 16); 385 430 this.infoGroupBox.Name = "infoGroupBox"; 386 431 this.infoGroupBox.Size = new System.Drawing.Size(133, 89); … … 391 436 // finishedTextBox 392 437 // 393 this.finishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 438 this.finishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 394 439 | System.Windows.Forms.AnchorStyles.Right))); 395 440 this.finishedTextBox.Location = new System.Drawing.Point(74, 64); 396 441 this.finishedTextBox.Name = "finishedTextBox"; 397 442 this.finishedTextBox.Size = new System.Drawing.Size(53, 20); 398 this.finishedTextBox.TabIndex = 5;443 this.finishedTextBox.TabIndex = 100; 399 444 // 400 445 // calculatingTextBox 401 446 // 402 this.calculatingTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 447 this.calculatingTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 403 448 | System.Windows.Forms.AnchorStyles.Right))); 404 449 this.calculatingTextBox.Location = new System.Drawing.Point(74, 40); 405 450 this.calculatingTextBox.Name = "calculatingTextBox"; 406 451 this.calculatingTextBox.Size = new System.Drawing.Size(53, 20); 407 this.calculatingTextBox.TabIndex = 4;452 this.calculatingTextBox.TabIndex = 100; 408 453 // 409 454 // jobsTextBox 410 455 // 411 this.jobsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 456 this.jobsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 412 457 | System.Windows.Forms.AnchorStyles.Right))); 413 458 this.jobsTextBox.Location = new System.Drawing.Point(74, 16); 414 459 this.jobsTextBox.Name = "jobsTextBox"; 415 460 this.jobsTextBox.Size = new System.Drawing.Size(53, 20); 416 this.jobsTextBox.TabIndex = 3;461 this.jobsTextBox.TabIndex = 100; 417 462 // 418 463 // finishedLabel … … 422 467 this.finishedLabel.Name = "finishedLabel"; 423 468 this.finishedLabel.Size = new System.Drawing.Size(49, 13); 424 this.finishedLabel.TabIndex = 2;469 this.finishedLabel.TabIndex = 100; 425 470 this.finishedLabel.Text = "Finished:"; 426 471 // … … 431 476 this.calculatingLabel.Name = "calculatingLabel"; 432 477 this.calculatingLabel.Size = new System.Drawing.Size(62, 13); 433 this.calculatingLabel.TabIndex = 1 ;478 this.calculatingLabel.TabIndex = 100; 434 479 this.calculatingLabel.Text = "Calculating:"; 435 480 // … … 440 485 this.jobsLabel.Name = "jobsLabel"; 441 486 this.jobsLabel.Size = new System.Drawing.Size(46, 13); 442 this.jobsLabel.TabIndex = 0;487 this.jobsLabel.TabIndex = 100; 443 488 this.jobsLabel.Text = "Waiting:"; 444 489 // 445 // searchButton446 //447 this.searchButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));448 this.searchButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Zoom;449 this.searchButton.Location = new System.Drawing.Point(547, 50);450 this.searchButton.Name = "searchButton";451 this.searchButton.Size = new System.Drawing.Size(24, 24);452 this.searchButton.TabIndex = 26;453 this.searchButton.UseVisualStyleBackColor = true;454 this.searchButton.Click += new System.EventHandler(this.searchButton_Click);455 //456 490 // RefreshableHiveJobView 457 491 // 458 492 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 459 this.Controls.Add(this.UnloadButton);460 493 this.Controls.Add(this.searchButton); 461 494 this.Controls.Add(this.infoGroupBox); 462 495 this.Controls.Add(this.refreshAutomaticallyCheckBox); 463 496 this.Controls.Add(this.refreshButton); 497 this.Controls.Add(this.updateButton); 498 this.Controls.Add(this.UnloadButton); 464 499 this.Controls.Add(this.nameTextBox); 465 500 this.Controls.Add(this.nameLabel); 501 this.Controls.Add(this.descriptionTextBox); 502 this.Controls.Add(this.descriptionLabel); 466 503 this.Controls.Add(this.tabControl); 467 504 this.Controls.Add(this.startButton); 468 505 this.Controls.Add(this.executionTimeTextBox); 469 506 this.Controls.Add(this.executionTimeLabel); 470 this.Controls.Add(this. resourceNamesTextBox);507 this.Controls.Add(this.projectNameTextBox); 471 508 this.Controls.Add(this.pauseButton); 472 this.Controls.Add(this. resourceIdsLabel);509 this.Controls.Add(this.projectLabel); 473 510 this.Controls.Add(this.stopButton); 474 511 this.Name = "RefreshableHiveJobView"; 475 this.Size = new System.Drawing.Size(717, 5 60);512 this.Size = new System.Drawing.Size(717, 588); 476 513 this.tabControl.ResumeLayout(false); 477 514 this.tasksTabPage.ResumeLayout(false); … … 493 530 private System.Windows.Forms.TextBox executionTimeTextBox; 494 531 private System.Windows.Forms.Button pauseButton; 495 private System.Windows.Forms.Label resourceIdsLabel;496 private System.Windows.Forms.TextBox resourceNamesTextBox;532 private System.Windows.Forms.Label projectLabel; 533 private System.Windows.Forms.TextBox projectNameTextBox; 497 534 private System.Windows.Forms.TabPage logTabPage; 498 535 private Core.Views.LogView logView; … … 501 538 private System.Windows.Forms.Label nameLabel; 502 539 private System.Windows.Forms.TextBox nameTextBox; 540 private System.Windows.Forms.Label descriptionLabel; 541 private System.Windows.Forms.TextBox descriptionTextBox; 503 542 private System.Windows.Forms.ToolTip toolTip; 504 543 private System.Windows.Forms.Button refreshButton; 544 private System.Windows.Forms.Button updateButton; 545 private System.Windows.Forms.Button UnloadButton; 505 546 private System.Windows.Forms.CheckBox refreshAutomaticallyCheckBox; 506 547 private System.Windows.Forms.GroupBox infoGroupBox; … … 520 561 private System.Windows.Forms.Button searchButton; 521 562 private MainForm.WindowsForms.DragOverTabControl tabControl; 522 private System.Windows.Forms.Button UnloadButton;523 524 563 } 525 564 }
Note: See TracChangeset
for help on using the changeset viewer.