Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/26/12 22:01:38 (12 years ago)
Author:
ascheibe
Message:

#1744 added an option so that the parent task can also wait on the slave for the child tasks to finish

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveHiveEngine/HeuristicLab.HiveEngine.Views/3.3/HiveEngineView.Designer.cs

    r7287 r7417  
    3939      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
    4040      this.isPrivilegedCheckBox = new System.Windows.Forms.CheckBox();
     41      this.pauseOnWaitCheckbox = new System.Windows.Forms.CheckBox();
    4142      this.tabControl.SuspendLayout();
    4243      this.jobsTabPage.SuspendLayout();
     
    6061      this.resourceIdsTextBox.Location = new System.Drawing.Point(189, 52);
    6162      this.resourceIdsTextBox.Name = "resourceIdsTextBox";
    62       this.resourceIdsTextBox.Size = new System.Drawing.Size(428, 20);
     63      this.resourceIdsTextBox.Size = new System.Drawing.Size(415, 20);
    6364      this.resourceIdsTextBox.TabIndex = 4;
    6465      this.resourceIdsTextBox.Text = "HEAL";
     
    100101      this.executionTimeOnHiveTextBox.Name = "executionTimeOnHiveTextBox";
    101102      this.executionTimeOnHiveTextBox.ReadOnly = true;
    102       this.executionTimeOnHiveTextBox.Size = new System.Drawing.Size(577, 20);
     103      this.executionTimeOnHiveTextBox.Size = new System.Drawing.Size(475, 20);
    103104      this.executionTimeOnHiveTextBox.TabIndex = 8;
    104105      //
     
    135136      this.hiveExperimentListView.Name = "hiveExperimentListView";
    136137      this.hiveExperimentListView.ReadOnly = false;
     138      this.hiveExperimentListView.ShowDetails = true;
    137139      this.hiveExperimentListView.Size = new System.Drawing.Size(686, 428);
    138140      this.hiveExperimentListView.TabIndex = 0;
     
    184186      this.isPrivilegedCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    185187      this.isPrivilegedCheckBox.AutoSize = true;
    186       this.isPrivilegedCheckBox.Location = new System.Drawing.Point(623, 54);
     188      this.isPrivilegedCheckBox.Location = new System.Drawing.Point(610, 54);
    187189      this.isPrivilegedCheckBox.Name = "isPrivilegedCheckBox";
    188190      this.isPrivilegedCheckBox.Size = new System.Drawing.Size(80, 17);
     
    192194      this.isPrivilegedCheckBox.Validated += new System.EventHandler(this.isPrivilegedCheckBox_Validated);
    193195      //
     196      // pauseOnWaitCheckbox
     197      //
     198      this.pauseOnWaitCheckbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     199      this.pauseOnWaitCheckbox.AutoSize = true;
     200      this.pauseOnWaitCheckbox.Location = new System.Drawing.Point(610, 28);
     201      this.pauseOnWaitCheckbox.Name = "pauseOnWaitCheckbox";
     202      this.pauseOnWaitCheckbox.Size = new System.Drawing.Size(93, 17);
     203      this.pauseOnWaitCheckbox.TabIndex = 14;
     204      this.pauseOnWaitCheckbox.Text = "Pause on wait";
     205      this.pauseOnWaitCheckbox.UseVisualStyleBackColor = true;
     206      this.pauseOnWaitCheckbox.Validated += new System.EventHandler(this.pauseOnWaitCheckbox_Validated);
     207      //
    194208      // HiveEngineView
    195209      //
    196210      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    197211      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     212      this.Controls.Add(this.pauseOnWaitCheckbox);
    198213      this.Controls.Add(this.isPrivilegedCheckBox);
    199214      this.Controls.Add(this.executionTimeTextBox);
     
    232247    private RefreshableHiveJobListView hiveExperimentListView;
    233248    private System.Windows.Forms.CheckBox isPrivilegedCheckBox;
     249    private System.Windows.Forms.CheckBox pauseOnWaitCheckbox;
    234250  }
    235251}
Note: See TracChangeset for help on using the changeset viewer.