Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/21/11 15:05:48 (14 years ago)
Author:
cneumuel
Message:

#1233

  • implemented pause, stop for single jobs
  • introduced Command property for jobs (to distinguish between state and command (abort vs. aborted))
  • improved behaviour of ItemTreeView (double click opens new window, selected item stays marked)
  • fixed bugs in StateLogGanttChartListView and HiveJobView
  • fixed cloning of client-side dtos
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/ExperimentManager/GanttChart.Designer.cs

    r5636 r5779  
    5151      series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
    5252      this.chart.Series.Add(series1);
    53       this.chart.Size = new System.Drawing.Size(709, 347);
     53      this.chart.Size = new System.Drawing.Size(687, 347);
    5454      this.chart.TabIndex = 0;
    5555      this.chart.Text = "chart";
     
    6161      this.Controls.Add(this.chart);
    6262      this.Name = "GanttChart";
    63       this.Size = new System.Drawing.Size(709, 347);
     63      this.Size = new System.Drawing.Size(687, 347);
    6464      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
    6565      this.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.