Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/03/18 07:18:26 (6 years ago)
Author:
jzenisek
Message:

#2839: updated job execution implementation in ProjectJobsView

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectJobsView.Designer.cs

    r16205 r16208  
    7676      this.removeButton.Size = new System.Drawing.Size(24, 24);
    7777      this.removeButton.TabIndex = 2;
    78       this.toolTip.SetToolTip(this.removeButton, "Delete job(s)");
     78      this.toolTip.SetToolTip(this.removeButton, "Remove job(s)");
    7979      this.removeButton.UseVisualStyleBackColor = true;
    8080      this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
     
    8282      // startButton
    8383      //
    84       this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     84      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
    8585      this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
    86       this.startButton.Location = new System.Drawing.Point(0, 564);
     86      this.startButton.Location = new System.Drawing.Point(63, 3);
    8787      this.startButton.Name = "startButton";
    8888      this.startButton.Size = new System.Drawing.Size(24, 24);
     
    9494      // pauseButton
    9595      //
    96       this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     96      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
    9797      this.pauseButton.Enabled = false;
    9898      this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
    99       this.pauseButton.Location = new System.Drawing.Point(30, 564);
     99      this.pauseButton.Location = new System.Drawing.Point(93, 3);
    100100      this.pauseButton.Name = "pauseButton";
    101101      this.pauseButton.Size = new System.Drawing.Size(24, 24);
     
    107107      // stopButton
    108108      //
    109       this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     109      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
    110110      this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
    111       this.stopButton.Location = new System.Drawing.Point(60, 564);
     111      this.stopButton.Location = new System.Drawing.Point(123, 3);
    112112      this.stopButton.Name = "stopButton";
    113113      this.stopButton.Size = new System.Drawing.Size(24, 24);
     
    139139      this.Controls.Add(this.refreshButton);
    140140      this.Controls.Add(this.removeButton);
     141      this.Controls.Add(this.startButton);
     142      this.Controls.Add(this.pauseButton);
     143      this.Controls.Add(this.stopButton);
    141144      this.Name = "ProjectJobsView";
    142145      this.Size = new System.Drawing.Size(510, 385);
Note: See TracChangeset for help on using the changeset viewer.