Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/24/11 14:30:55 (13 years ago)
Author:
ascheibe
Message:

#1233

  • added view for displaying jobs
  • improved slave ui
File:
1 edited

Legend:

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

    r6225 r6263  
    6060      this.txtLog.ReadOnly = true;
    6161      this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
    62       this.txtLog.Size = new System.Drawing.Size(480, 209);
     62      this.txtLog.Size = new System.Drawing.Size(480, 238);
    6363      this.txtLog.TabIndex = 2;
    6464      //
     
    6767      this.chkShowBalloonTips.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    6868      this.chkShowBalloonTips.AutoSize = true;
    69       this.chkShowBalloonTips.Location = new System.Drawing.Point(4, 219);
     69      this.chkShowBalloonTips.Location = new System.Drawing.Point(3, 247);
    7070      this.chkShowBalloonTips.Name = "chkShowBalloonTips";
    7171      this.chkShowBalloonTips.Size = new System.Drawing.Size(291, 17);
Note: See TracChangeset for help on using the changeset viewer.