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 edited

Legend:

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

    r6823 r6834  
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      this.splitContainer = new System.Windows.Forms.SplitContainer();
    4748      this.slaveStats = new HeuristicLab.Clients.Hive.SlaveCore.Views.SlaveStats();
    48       this.splitContainer = new System.Windows.Forms.SplitContainer();
    49       this.jobsView = new HeuristicLab.Clients.Hive.SlaveCore.Views.JobsView();
     49      this.jobsView = new HeuristicLab.Clients.Hive.SlaveCore.Views.TaskView();
    5050      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    5151      this.splitContainer.Panel1.SuspendLayout();
     
    5353      this.splitContainer.SuspendLayout();
    5454      this.SuspendLayout();
    55       //
    56       // slaveStats
    57       //
    58       this.slaveStats.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    59                   | System.Windows.Forms.AnchorStyles.Left)
    60                   | System.Windows.Forms.AnchorStyles.Right)));
    61       this.slaveStats.Caption = "HeuristicLab Slave View";
    62       this.slaveStats.Content = null;
    63       this.slaveStats.Location = new System.Drawing.Point(3, 3);
    64       this.slaveStats.Name = "slaveStats";
    65       this.slaveStats.ReadOnly = false;
    66       this.slaveStats.Size = new System.Drawing.Size(508, 194);
    67       this.slaveStats.TabIndex = 0;
    6855      //
    6956      // splitContainer
     
    8673      this.splitContainer.SplitterDistance = 200;
    8774      this.splitContainer.TabIndex = 2;
     75      //
     76      // slaveStats
     77      //
     78      this.slaveStats.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     79                  | System.Windows.Forms.AnchorStyles.Left)
     80                  | System.Windows.Forms.AnchorStyles.Right)));
     81      this.slaveStats.Caption = "HeuristicLab Slave View";
     82      this.slaveStats.Content = null;
     83      this.slaveStats.Location = new System.Drawing.Point(3, 3);
     84      this.slaveStats.Name = "slaveStats";
     85      this.slaveStats.ReadOnly = false;
     86      this.slaveStats.Size = new System.Drawing.Size(508, 194);
     87      this.slaveStats.TabIndex = 0;
    8888      //
    8989      // jobsView
     
    119119    private SlaveStats slaveStats;
    120120    private System.Windows.Forms.SplitContainer splitContainer;
    121     private JobsView jobsView;
     121    private TaskView jobsView;
    122122
    123123  }
Note: See TracChangeset for help on using the changeset viewer.