Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/26/11 18:26:02 (13 years ago)
Author:
ascheibe
Message:

#1233

  • implemented last couple of slave ui review comments
  • added global runs view to the job manager
  • some minor ui improvements
File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Views/3.3/TaskView.Designer.cs

    r6823 r6834  
    2121
    2222namespace HeuristicLab.Clients.Hive.SlaveCore.Views {
    23   partial class JobsView {
     23  partial class TaskView {
    2424    /// <summary>
    2525    /// Required designer variable.
     
    4646    private void InitializeComponent() {
    4747      this.lstJobs = new System.Windows.Forms.ListView();
    48       this.columnJobId = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     48      this.columnTaskId = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
    4949      this.columnExecutionTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
    5050      this.SuspendLayout();
     
    5656                  | System.Windows.Forms.AnchorStyles.Right)));
    5757      this.lstJobs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
    58             this.columnJobId,
     58            this.columnTaskId,
    5959            this.columnExecutionTime});
    6060      this.lstJobs.Location = new System.Drawing.Point(3, 3);
     
    6565      this.lstJobs.View = System.Windows.Forms.View.Details;
    6666      //
    67       // columnJobId
     67      // columnTaskId
    6868      //
    69       this.columnJobId.Text = "Job Id";
    70       this.columnJobId.Width = 120;
     69      this.columnTaskId.Text = "Task Id";
     70      this.columnTaskId.Width = 120;
    7171      //
    7272      // columnExecutionTime
     
    8989
    9090    private System.Windows.Forms.ListView lstJobs;
    91     private System.Windows.Forms.ColumnHeader columnJobId;
     91    private System.Windows.Forms.ColumnHeader columnTaskId;
    9292    private System.Windows.Forms.ColumnHeader columnExecutionTime;
    9393  }
Note: See TracChangeset for help on using the changeset viewer.