- Timestamp:
- 11/30/11 16:19:50 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3/Views/RefreshableHiveJobView.Designer.cs
r7103 r7104 33 33 this.hiveExperimentPermissionListView = new HeuristicLab.Clients.Hive.JobManager.Views.HiveJobPermissionListView(); 34 34 this.runsTabPage = new System.Windows.Forms.TabPage(); 35 this.runCollectionViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); 35 36 this.stateTabPage = new System.Windows.Forms.TabPage(); 36 37 this.stateLogViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); … … 58 59 this.calculatingLabel = new System.Windows.Forms.Label(); 59 60 this.jobsLabel = new System.Windows.Forms.Label(); 60 this.runCollectionViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();61 61 this.tabControl.SuspendLayout(); 62 62 this.tasksTabPage.SuspendLayout(); … … 107 107 this.jobsTreeView.ReadOnly = false; 108 108 this.jobsTreeView.Size = new System.Drawing.Size(704, 420); 109 this.jobsTreeView.TabIndex = 0;109 this.jobsTreeView.TabIndex = 4; 110 110 this.jobsTreeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragDrop); 111 111 this.jobsTreeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragEnter); … … 159 159 this.runsTabPage.Text = "Runs"; 160 160 this.runsTabPage.UseVisualStyleBackColor = true; 161 // 162 // runCollectionViewHost 163 // 164 this.runCollectionViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 165 | System.Windows.Forms.AnchorStyles.Left) 166 | System.Windows.Forms.AnchorStyles.Right))); 167 this.runCollectionViewHost.Caption = "View"; 168 this.runCollectionViewHost.Content = null; 169 this.runCollectionViewHost.Enabled = false; 170 this.runCollectionViewHost.Location = new System.Drawing.Point(3, 3); 171 this.runCollectionViewHost.Name = "runCollectionViewHost"; 172 this.runCollectionViewHost.ReadOnly = false; 173 this.runCollectionViewHost.Size = new System.Drawing.Size(703, 420); 174 this.runCollectionViewHost.TabIndex = 2; 175 this.runCollectionViewHost.ViewsLabelVisible = true; 176 this.runCollectionViewHost.ViewType = null; 161 177 // 162 178 // stateTabPage … … 294 310 this.resourceNamesTextBox.Name = "resourceNamesTextBox"; 295 311 this.resourceNamesTextBox.Size = new System.Drawing.Size(415, 20); 296 this.resourceNamesTextBox.TabIndex = 14;312 this.resourceNamesTextBox.TabIndex = 2; 297 313 this.resourceNamesTextBox.Validated += new System.EventHandler(this.resourceNamesTextBox_Validated); 298 314 // … … 313 329 this.nameTextBox.Name = "nameTextBox"; 314 330 this.nameTextBox.Size = new System.Drawing.Size(501, 20); 315 this.nameTextBox.TabIndex = 21;331 this.nameTextBox.TabIndex = 1; 316 332 this.nameTextBox.Validated += new System.EventHandler(this.nameTextBox_Validated); 317 333 // … … 334 350 this.isPrivilegedCheckBox.Name = "isPrivilegedCheckBox"; 335 351 this.isPrivilegedCheckBox.Size = new System.Drawing.Size(72, 17); 336 this.isPrivilegedCheckBox.TabIndex = 26;352 this.isPrivilegedCheckBox.TabIndex = 3; 337 353 this.isPrivilegedCheckBox.Text = "Privileged"; 338 354 this.toolTip.SetToolTip(this.isPrivilegedCheckBox, "If checked, the task will be executed in a privileged sandbox on the slave."); … … 420 436 this.jobsLabel.TabIndex = 0; 421 437 this.jobsLabel.Text = "Waiting:"; 422 //423 // runCollectionViewHost424 //425 this.runCollectionViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)426 | System.Windows.Forms.AnchorStyles.Left)427 | System.Windows.Forms.AnchorStyles.Right)));428 this.runCollectionViewHost.Caption = "View";429 this.runCollectionViewHost.Content = null;430 this.runCollectionViewHost.Enabled = false;431 this.runCollectionViewHost.Location = new System.Drawing.Point(3, 3);432 this.runCollectionViewHost.Name = "runCollectionViewHost";433 this.runCollectionViewHost.ReadOnly = false;434 this.runCollectionViewHost.Size = new System.Drawing.Size(703, 420);435 this.runCollectionViewHost.TabIndex = 2;436 this.runCollectionViewHost.ViewsLabelVisible = true;437 this.runCollectionViewHost.ViewType = null;438 438 // 439 439 // RefreshableHiveJobView
Note: See TracChangeset
for help on using the changeset viewer.