Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/29/11 13:29:21 (14 years ago)
Author:
cneumuel
Message:

#1347

  • jobs are deleted when engine is paused or stopped
  • execution time on hive is computed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.HiveEngine/3.3/Views/HiveEngineView.Designer.cs

    r5282 r5394  
    2828      this.priorityLabel = new System.Windows.Forms.Label();
    2929      this.priorityTextBox = new System.Windows.Forms.TextBox();
     30      this.label1 = new System.Windows.Forms.Label();
     31      this.executionTimeOnHiveTextBox = new System.Windows.Forms.TextBox();
    3032      this.SuspendLayout();
     33      //
     34      // executionTimeTextBox
     35      //
     36      this.executionTimeTextBox.Size = new System.Drawing.Size(623, 20);
    3137      //
    3238      // logView
    3339      //
    34       this.logView.Location = new System.Drawing.Point(0, 81);
    35       this.logView.Size = new System.Drawing.Size(430, 270);
     40      this.logView.Location = new System.Drawing.Point(0, 78);
     41      this.logView.Size = new System.Drawing.Size(715, 469);
    3642      //
    3743      // resourceIdsLabel
    3844      //
    3945      this.resourceIdsLabel.AutoSize = true;
    40       this.resourceIdsLabel.Location = new System.Drawing.Point(3, 26);
     46      this.resourceIdsLabel.Location = new System.Drawing.Point(113, 55);
    4147      this.resourceIdsLabel.Name = "resourceIdsLabel";
    4248      this.resourceIdsLabel.Size = new System.Drawing.Size(70, 13);
     
    4652      // resourceIdsTextBox
    4753      //
    48       this.resourceIdsTextBox.Location = new System.Drawing.Point(73, 23);
     54      this.resourceIdsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     55                  | System.Windows.Forms.AnchorStyles.Left)
     56                  | System.Windows.Forms.AnchorStyles.Right)));
     57      this.resourceIdsTextBox.Location = new System.Drawing.Point(189, 52);
    4958      this.resourceIdsTextBox.Name = "resourceIdsTextBox";
    50       this.resourceIdsTextBox.Size = new System.Drawing.Size(357, 20);
     59      this.resourceIdsTextBox.Size = new System.Drawing.Size(526, 20);
    5160      this.resourceIdsTextBox.TabIndex = 4;
    5261      this.resourceIdsTextBox.Text = "HEAL";
     
    5665      //
    5766      this.priorityLabel.AutoSize = true;
    58       this.priorityLabel.Location = new System.Drawing.Point(3, 49);
     67      this.priorityLabel.Location = new System.Drawing.Point(3, 55);
    5968      this.priorityLabel.Name = "priorityLabel";
    6069      this.priorityLabel.Size = new System.Drawing.Size(41, 13);
     
    6473      // priorityTextBox
    6574      //
    66       this.priorityTextBox.Location = new System.Drawing.Point(73, 46);
     75      this.priorityTextBox.Location = new System.Drawing.Point(50, 52);
    6776      this.priorityTextBox.Name = "priorityTextBox";
    68       this.priorityTextBox.Size = new System.Drawing.Size(357, 20);
     77      this.priorityTextBox.Size = new System.Drawing.Size(57, 20);
    6978      this.priorityTextBox.TabIndex = 6;
     79      this.priorityTextBox.Text = "0";
    7080      this.priorityTextBox.TextChanged += new System.EventHandler(this.priorityTextBox_TextChanged);
     81      //
     82      // label1
     83      //
     84      this.label1.AutoSize = true;
     85      this.label1.Location = new System.Drawing.Point(3, 29);
     86      this.label1.Name = "label1";
     87      this.label1.Size = new System.Drawing.Size(123, 13);
     88      this.label1.TabIndex = 7;
     89      this.label1.Text = "Execution Time on Hive:";
     90      //
     91      // executionTimeOnHiveTextBox
     92      //
     93      this.executionTimeOnHiveTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     94                  | System.Windows.Forms.AnchorStyles.Left)
     95                  | System.Windows.Forms.AnchorStyles.Right)));
     96      this.executionTimeOnHiveTextBox.Location = new System.Drawing.Point(129, 26);
     97      this.executionTimeOnHiveTextBox.Name = "executionTimeOnHiveTextBox";
     98      this.executionTimeOnHiveTextBox.ReadOnly = true;
     99      this.executionTimeOnHiveTextBox.Size = new System.Drawing.Size(586, 20);
     100      this.executionTimeOnHiveTextBox.TabIndex = 8;
    71101      //
    72102      // HiveEngineView
     
    74104      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    75105      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     106      this.Controls.Add(this.label1);
     107      this.Controls.Add(this.executionTimeOnHiveTextBox);
     108      this.Controls.Add(this.priorityTextBox);
     109      this.Controls.Add(this.priorityLabel);
     110      this.Controls.Add(this.resourceIdsLabel);
    76111      this.Controls.Add(this.resourceIdsTextBox);
    77       this.Controls.Add(this.priorityTextBox);
    78       this.Controls.Add(this.resourceIdsLabel);
    79       this.Controls.Add(this.priorityLabel);
    80112      this.Name = "HiveEngineView";
     113      this.Size = new System.Drawing.Size(715, 550);
     114      this.Controls.SetChildIndex(this.resourceIdsTextBox, 0);
     115      this.Controls.SetChildIndex(this.resourceIdsLabel, 0);
    81116      this.Controls.SetChildIndex(this.priorityLabel, 0);
    82       this.Controls.SetChildIndex(this.resourceIdsLabel, 0);
    83117      this.Controls.SetChildIndex(this.priorityTextBox, 0);
    84       this.Controls.SetChildIndex(this.resourceIdsTextBox, 0);
    85118      this.Controls.SetChildIndex(this.logView, 0);
    86119      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
    87120      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
     121      this.Controls.SetChildIndex(this.executionTimeOnHiveTextBox, 0);
     122      this.Controls.SetChildIndex(this.label1, 0);
    88123      this.ResumeLayout(false);
    89124      this.PerformLayout();
     
    97132    private System.Windows.Forms.Label priorityLabel;
    98133    private System.Windows.Forms.TextBox priorityTextBox;
     134    private System.Windows.Forms.Label label1;
     135    protected System.Windows.Forms.TextBox executionTimeOnHiveTextBox;
    99136  }
    100137}
Note: See TracChangeset for help on using the changeset viewer.