Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/13/11 19:29:56 (13 years ago)
Author:
ascheibe
Message:

#1233 adapted Administrator UI to be more like OKB

File:
1 edited

Legend:

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

    r6688 r6756  
    6161      this.updateScheduleControl = new HeuristicLab.Clients.Hive.Administrator.Views.Common.UpdateControl();
    6262      this.scheduleView = new HeuristicLab.Clients.Hive.Administrator.Views.ScheduleView();
     63      this.progressBar = new System.Windows.Forms.ProgressBar();
    6364      ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).BeginInit();
    6465      this.splitSlaves.Panel1.SuspendLayout();
     
    8687      // splitSlaves.Panel1
    8788      //
     89      this.splitSlaves.Panel1.Controls.Add(this.progressBar);
    8890      this.splitSlaves.Panel1.Controls.Add(this.updateSlaveGroup);
    8991      this.splitSlaves.Panel1.Controls.Add(this.btnSave);
     
    224226      this.scheduleView.Name = "scheduleView";
    225227      this.scheduleView.ReadOnly = false;
    226       this.scheduleView.ResourceId = new System.Guid("00000000-0000-0000-0000-000000000000");
    227228      this.scheduleView.Size = new System.Drawing.Size(568, 473);
    228229      this.scheduleView.TabIndex = 0;
     230      //
     231      // progressBar
     232      //
     233      this.progressBar.Location = new System.Drawing.Point(176, 3);
     234      this.progressBar.Name = "progressBar";
     235      this.progressBar.Size = new System.Drawing.Size(70, 23);
     236      this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     237      this.progressBar.TabIndex = 7;
    229238      //
    230239      // ResourcesView
     
    261270    private System.Windows.Forms.Button btnSave;
    262271    private UpdateControl updateSlaveGroup;
     272    private System.Windows.Forms.ProgressBar progressBar;
    263273  }
    264274}
Note: See TracChangeset for help on using the changeset viewer.