Changeset 5538 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/Administration/HiveAdministrationView.Designer.cs
- Timestamp:
- 02/22/11 15:28:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/Administration/HiveAdministrationView.Designer.cs
r5525 r5538 39 39 this.tabSlaves = new System.Windows.Forms.TabPage(); 40 40 this.splitSlaves = new System.Windows.Forms.SplitContainer(); 41 this.updateSlaveGroups = new HeuristicLab.Clients.Hive.Views.Common.UpdateControl(); 41 42 this.btnRemoveGroup = new System.Windows.Forms.Button(); 42 43 this.btnAddGroup = new System.Windows.Forms.Button(); … … 60 61 this.label9 = new System.Windows.Forms.Label(); 61 62 this.tabSchedule = new System.Windows.Forms.TabPage(); 63 this.scheduleControl1 = new HeuristicLab.Clients.Hive.Views.Administration.ScheduleControl(); 62 64 this.tabJobs = new System.Windows.Forms.TabPage(); 65 this.updateControl1 = new HeuristicLab.Clients.Hive.Views.Common.UpdateControl(); 66 this.hiveJobListViewSlaves = new HeuristicLab.Clients.Hive.Views.HiveJobListView(); 63 67 this.tabUsers = new System.Windows.Forms.TabPage(); 64 68 this.splitUsers = new System.Windows.Forms.SplitContainer(); … … 82 86 this.label7 = new System.Windows.Forms.Label(); 83 87 this.tabUserJobs = new System.Windows.Forms.TabPage(); 88 this.updateControl2 = new HeuristicLab.Clients.Hive.Views.Common.UpdateControl(); 89 this.hiveExperimentManagerView = new HeuristicLab.Clients.Hive.Views.HiveExperimentManagerView(); 84 90 this.tabStatistics = new System.Windows.Forms.TabPage(); 85 91 this.label5 = new System.Windows.Forms.Label(); 86 this.updateSlaveGroups = new HeuristicLab.Clients.Hive.Views.Common.UpdateControl();87 this.scheduleControl1 = new HeuristicLab.Clients.Hive.Views.Administration.ScheduleControl();88 this.hiveJobListViewSlaves = new HeuristicLab.Clients.Hive.Views.HiveJobListView();89 this.hiveExperimentManagerView = new HeuristicLab.Clients.Hive.Views.HiveExperimentManagerView();90 this.updateControl1 = new HeuristicLab.Clients.Hive.Views.Common.UpdateControl();91 this.updateControl2 = new HeuristicLab.Clients.Hive.Views.Common.UpdateControl();92 92 this.tabAdmin.SuspendLayout(); 93 93 this.tabSlaves.SuspendLayout(); … … 158 158 this.splitSlaves.TabIndex = 2; 159 159 // 160 // updateSlaveGroups 161 // 162 this.updateSlaveGroups.Location = new System.Drawing.Point(63, 3); 163 this.updateSlaveGroups.Name = "updateSlaveGroups"; 164 this.updateSlaveGroups.Size = new System.Drawing.Size(75, 24); 165 this.updateSlaveGroups.TabIndex = 4; 166 this.updateSlaveGroups.UpdateAction = null; 167 // 160 168 // btnRemoveGroup 161 169 // … … 188 196 this.treeSlaveGroup.Size = new System.Drawing.Size(209, 472); 189 197 this.treeSlaveGroup.TabIndex = 0; 190 this.treeSlaveGroup.Click += new System.EventHandler(this.treeSlaveGroup_Click); 191 this.treeSlaveGroup.MouseClick += new System.Windows.Forms.MouseEventHandler(this.treeSlaveGroup_MouseClick); 198 this.treeSlaveGroup.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeSlaveGroup_NodeMouseClick); 192 199 // 193 200 // imageListSlaveGroups … … 379 386 this.tabSchedule.UseVisualStyleBackColor = true; 380 387 // 388 // scheduleControl1 389 // 390 this.scheduleControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 391 | System.Windows.Forms.AnchorStyles.Left) 392 | System.Windows.Forms.AnchorStyles.Right))); 393 this.scheduleControl1.Location = new System.Drawing.Point(7, 7); 394 this.scheduleControl1.Name = "scheduleControl1"; 395 this.scheduleControl1.Size = new System.Drawing.Size(862, 562); 396 this.scheduleControl1.TabIndex = 0; 397 // 381 398 // tabJobs 382 399 // … … 390 407 this.tabJobs.Text = "Jobs"; 391 408 this.tabJobs.UseVisualStyleBackColor = true; 409 // 410 // updateControl1 411 // 412 this.updateControl1.Location = new System.Drawing.Point(7, 3); 413 this.updateControl1.Name = "updateControl1"; 414 this.updateControl1.Size = new System.Drawing.Size(75, 24); 415 this.updateControl1.TabIndex = 1; 416 this.updateControl1.UpdateAction = null; 417 // 418 // hiveJobListViewSlaves 419 // 420 this.hiveJobListViewSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 421 | System.Windows.Forms.AnchorStyles.Left) 422 | System.Windows.Forms.AnchorStyles.Right))); 423 this.hiveJobListViewSlaves.Caption = "JobItemList View"; 424 this.hiveJobListViewSlaves.Content = null; 425 this.hiveJobListViewSlaves.Location = new System.Drawing.Point(7, 26); 426 this.hiveJobListViewSlaves.Name = "hiveJobListViewSlaves"; 427 this.hiveJobListViewSlaves.ReadOnly = false; 428 this.hiveJobListViewSlaves.Size = new System.Drawing.Size(485, 450); 429 this.hiveJobListViewSlaves.TabIndex = 0; 392 430 // 393 431 // tabUsers … … 622 660 this.tabUserJobs.UseVisualStyleBackColor = true; 623 661 // 662 // updateControl2 663 // 664 this.updateControl2.Location = new System.Drawing.Point(7, 4); 665 this.updateControl2.Name = "updateControl2"; 666 this.updateControl2.Size = new System.Drawing.Size(75, 24); 667 this.updateControl2.TabIndex = 1; 668 this.updateControl2.UpdateAction = null; 669 // 670 // hiveExperimentManagerView 671 // 672 this.hiveExperimentManagerView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 673 | System.Windows.Forms.AnchorStyles.Left) 674 | System.Windows.Forms.AnchorStyles.Right))); 675 this.hiveExperimentManagerView.Caption = "HiveExperimentManagerBaseView"; 676 this.hiveExperimentManagerView.Content = null; 677 this.hiveExperimentManagerView.Location = new System.Drawing.Point(4, 26); 678 this.hiveExperimentManagerView.Name = "hiveExperimentManagerView"; 679 this.hiveExperimentManagerView.ReadOnly = false; 680 this.hiveExperimentManagerView.Size = new System.Drawing.Size(484, 449); 681 this.hiveExperimentManagerView.TabIndex = 0; 682 // 624 683 // tabStatistics 625 684 // … … 642 701 this.label5.Text = "Show some global statistics, e.g. Overall execution time, nr of calculated jobs, " + 643 702 "...."; 644 //645 // updateSlaveGroups646 //647 this.updateSlaveGroups.Location = new System.Drawing.Point(63, 3);648 this.updateSlaveGroups.Name = "updateSlaveGroups";649 this.updateSlaveGroups.Size = new System.Drawing.Size(75, 24);650 this.updateSlaveGroups.TabIndex = 4;651 this.updateSlaveGroups.UpdateAction = null;652 //653 // scheduleControl1654 //655 this.scheduleControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)656 | System.Windows.Forms.AnchorStyles.Left)657 | System.Windows.Forms.AnchorStyles.Right)));658 this.scheduleControl1.Location = new System.Drawing.Point(7, 7);659 this.scheduleControl1.Name = "scheduleControl1";660 this.scheduleControl1.Size = new System.Drawing.Size(862, 562);661 this.scheduleControl1.TabIndex = 0;662 //663 // hiveJobListViewSlaves664 //665 this.hiveJobListViewSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)666 | System.Windows.Forms.AnchorStyles.Left)667 | System.Windows.Forms.AnchorStyles.Right)));668 this.hiveJobListViewSlaves.Caption = "JobItemList View";669 this.hiveJobListViewSlaves.Content = null;670 this.hiveJobListViewSlaves.Location = new System.Drawing.Point(7, 26);671 this.hiveJobListViewSlaves.Name = "hiveJobListViewSlaves";672 this.hiveJobListViewSlaves.ReadOnly = false;673 this.hiveJobListViewSlaves.Size = new System.Drawing.Size(485, 450);674 this.hiveJobListViewSlaves.TabIndex = 0;675 //676 // hiveExperimentManagerView677 //678 this.hiveExperimentManagerView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)679 | System.Windows.Forms.AnchorStyles.Left)680 | System.Windows.Forms.AnchorStyles.Right)));681 this.hiveExperimentManagerView.Caption = "HiveExperimentManagerBaseView";682 this.hiveExperimentManagerView.Content = null;683 this.hiveExperimentManagerView.Location = new System.Drawing.Point(4, 26);684 this.hiveExperimentManagerView.Name = "hiveExperimentManagerView";685 this.hiveExperimentManagerView.ReadOnly = false;686 this.hiveExperimentManagerView.Size = new System.Drawing.Size(484, 449);687 this.hiveExperimentManagerView.TabIndex = 0;688 //689 // updateControl1690 //691 this.updateControl1.Location = new System.Drawing.Point(7, 3);692 this.updateControl1.Name = "updateControl1";693 this.updateControl1.Size = new System.Drawing.Size(75, 24);694 this.updateControl1.TabIndex = 1;695 this.updateControl1.UpdateAction = null;696 //697 // updateControl2698 //699 this.updateControl2.Location = new System.Drawing.Point(7, 4);700 this.updateControl2.Name = "updateControl2";701 this.updateControl2.Size = new System.Drawing.Size(75, 24);702 this.updateControl2.TabIndex = 1;703 this.updateControl2.UpdateAction = null;704 703 // 705 704 // HiveAdministrationView
Note: See TracChangeset
for help on using the changeset viewer.