Changeset 1581 for trunk/sources/HeuristicLab.Hive.Server.Console/3.2/HiveServerManagementConsole.Designer.cs
- Timestamp:
- 04/16/09 17:48:26 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Console/3.2/HiveServerManagementConsole.Designer.cs
r1530 r1581 47 47 this.plJobDetails = new System.Windows.Forms.Panel(); 48 48 this.lvSnapshots = new System.Windows.Forms.ListView(); 49 this.chJobId = new System.Windows.Forms.ColumnHeader(); 50 this.chTimeCalculated = new System.Windows.Forms.ColumnHeader(); 49 this.chClientCalculated = new System.Windows.Forms.ColumnHeader(); 51 50 this.chProgress = new System.Windows.Forms.ColumnHeader(); 51 this.chSnapshotTime = new System.Windows.Forms.ColumnHeader(); 52 52 this.lblPriorityJob = new System.Windows.Forms.Label(); 53 53 this.lblParentJob = new System.Windows.Forms.Label(); … … 289 289 // 290 290 this.lvSnapshots.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 291 this.ch JobId,292 this.ch TimeCalculated,293 this.ch Progress});291 this.chClientCalculated, 292 this.chProgress, 293 this.chSnapshotTime}); 294 294 this.lvSnapshots.Enabled = false; 295 295 this.lvSnapshots.FullRowSelect = true; … … 302 302 this.lvSnapshots.View = System.Windows.Forms.View.Details; 303 303 // 304 // chJobId 305 // 306 this.chJobId.Text = "Job-ID"; 307 // 308 // chTimeCalculated 309 // 310 this.chTimeCalculated.Text = "Calculated At"; 304 // chClientCalculated 305 // 306 this.chClientCalculated.Text = "Client Calculated"; 307 this.chClientCalculated.Width = 88; 311 308 // 312 309 // chProgress 313 310 // 314 311 this.chProgress.Text = "Progress"; 312 this.chProgress.Width = 67; 313 // 314 // chSnapshotTime 315 // 316 this.chSnapshotTime.Text = "Snapshot request"; 317 this.chSnapshotTime.Width = 166; 315 318 // 316 319 // lblPriorityJob … … 636 639 private System.Windows.Forms.Label lblParentJob; 637 640 private System.Windows.Forms.ListView lvSnapshots; 638 private System.Windows.Forms.ColumnHeader chJobId; 639 private System.Windows.Forms.ColumnHeader chTimeCalculated; 641 private System.Windows.Forms.ColumnHeader chClientCalculated; 640 642 private System.Windows.Forms.ColumnHeader chProgress; 641 643 private System.Windows.Forms.Label lblStateClient; … … 650 652 private System.Windows.Forms.ListView lvJobControl; 651 653 private System.Windows.Forms.CheckBox checkBox1; 654 private System.Windows.Forms.ColumnHeader chSnapshotTime; 652 655 } 653 656 }
Note: See TracChangeset
for help on using the changeset viewer.