Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/21/18 16:00:50 (6 years ago)
Author:
jkarder
Message:

#2839:

  • fixed compilation errors in HiveEngine
  • minor changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • addons/HeuristicLab.MetaOptimization/HeuristicLab.HiveEngine.Views/3.3/HiveEngineView.Designer.cs

    r12930 r16173  
    2525    /// </summary>
    2626    private void InitializeComponent() {
    27       this.resourceIdsLabel = new System.Windows.Forms.Label();
    28       this.resourceIdsTextBox = new System.Windows.Forms.TextBox();
     27      this.projectLabel = new System.Windows.Forms.Label();
     28      this.projectNameTextBox = new System.Windows.Forms.TextBox();
    2929      this.priorityLabel = new System.Windows.Forms.Label();
    30       this.priorityTextBox = new System.Windows.Forms.TextBox();
    3130      this.label1 = new System.Windows.Forms.Label();
    3231      this.executionTimeOnHiveTextBox = new System.Windows.Forms.TextBox();
     
    3837      this.executionTimeLabel = new System.Windows.Forms.Label();
    3938      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
     39      this.priorityComboBox = new System.Windows.Forms.ComboBox();
     40      this.searchButton = new System.Windows.Forms.Button();
    4041      this.tabControl.SuspendLayout();
    4142      this.jobsTabPage.SuspendLayout();
     
    4344      this.SuspendLayout();
    4445      //
    45       // resourceIdsLabel
    46       //
    47       this.resourceIdsLabel.AutoSize = true;
    48       this.resourceIdsLabel.Location = new System.Drawing.Point(113, 55);
    49       this.resourceIdsLabel.Name = "resourceIdsLabel";
    50       this.resourceIdsLabel.Size = new System.Drawing.Size(70, 13);
    51       this.resourceIdsLabel.TabIndex = 3;
    52       this.resourceIdsLabel.Text = "ResourceIds:";
    53       //
    54       // resourceIdsTextBox
    55       //
    56       this.resourceIdsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    57             | System.Windows.Forms.AnchorStyles.Left)
    58             | System.Windows.Forms.AnchorStyles.Right)));
    59       this.resourceIdsTextBox.Location = new System.Drawing.Point(189, 52);
    60       this.resourceIdsTextBox.Name = "resourceIdsTextBox";
    61       this.resourceIdsTextBox.Size = new System.Drawing.Size(517, 20);
    62       this.resourceIdsTextBox.TabIndex = 4;
    63       this.resourceIdsTextBox.Text = "HEAL";
    64       this.resourceIdsTextBox.Validated += new System.EventHandler(this.resourceIdsTextBox_Validated);
     46      // projectLabel
     47      //
     48      this.projectLabel.AutoSize = true;
     49      this.projectLabel.Location = new System.Drawing.Point(3, 55);
     50      this.projectLabel.Name = "projectLabel";
     51      this.projectLabel.Size = new System.Drawing.Size(43, 13);
     52      this.projectLabel.TabIndex = 3;
     53      this.projectLabel.Text = "Project:";
     54      //
     55      // projectNameTextBox
     56      //
     57      this.projectNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     58            | System.Windows.Forms.AnchorStyles.Left)
     59            | System.Windows.Forms.AnchorStyles.Right)));
     60      this.projectNameTextBox.Location = new System.Drawing.Point(162, 52);
     61      this.projectNameTextBox.Name = "projectNameTextBox";
     62      this.projectNameTextBox.ReadOnly = true;
     63      this.projectNameTextBox.Size = new System.Drawing.Size(544, 20);
     64      this.projectNameTextBox.TabIndex = 4;
    6565      //
    6666      // priorityLabel
    6767      //
    6868      this.priorityLabel.AutoSize = true;
    69       this.priorityLabel.Location = new System.Drawing.Point(3, 55);
     69      this.priorityLabel.Location = new System.Drawing.Point(3, 81);
    7070      this.priorityLabel.Name = "priorityLabel";
    7171      this.priorityLabel.Size = new System.Drawing.Size(41, 13);
    7272      this.priorityLabel.TabIndex = 5;
    7373      this.priorityLabel.Text = "Priority:";
    74       //
    75       // priorityTextBox
    76       //
    77       this.priorityTextBox.Location = new System.Drawing.Point(50, 52);
    78       this.priorityTextBox.Name = "priorityTextBox";
    79       this.priorityTextBox.Size = new System.Drawing.Size(57, 20);
    80       this.priorityTextBox.TabIndex = 6;
    81       this.priorityTextBox.Text = "0";
    82       this.priorityTextBox.Validated += new System.EventHandler(this.priorityTextBox_Validated);
    8374      //
    8475      // label1
     
    9687            | System.Windows.Forms.AnchorStyles.Left)
    9788            | System.Windows.Forms.AnchorStyles.Right)));
    98       this.executionTimeOnHiveTextBox.Location = new System.Drawing.Point(129, 26);
     89      this.executionTimeOnHiveTextBox.Location = new System.Drawing.Point(132, 26);
    9990      this.executionTimeOnHiveTextBox.Name = "executionTimeOnHiveTextBox";
    10091      this.executionTimeOnHiveTextBox.ReadOnly = true;
    101       this.executionTimeOnHiveTextBox.Size = new System.Drawing.Size(577, 20);
     92      this.executionTimeOnHiveTextBox.Size = new System.Drawing.Size(574, 20);
    10293      this.executionTimeOnHiveTextBox.TabIndex = 8;
    10394      //
     
    109100      this.tabControl.Controls.Add(this.jobsTabPage);
    110101      this.tabControl.Controls.Add(this.logTabPage);
    111       this.tabControl.Location = new System.Drawing.Point(3, 78);
     102      this.tabControl.Location = new System.Drawing.Point(3, 105);
    112103      this.tabControl.Name = "tabControl";
    113104      this.tabControl.SelectedIndex = 0;
    114       this.tabControl.Size = new System.Drawing.Size(700, 460);
     105      this.tabControl.Size = new System.Drawing.Size(700, 433);
    115106      this.tabControl.TabIndex = 9;
    116107      //
     
    121112      this.jobsTabPage.Name = "jobsTabPage";
    122113      this.jobsTabPage.Padding = new System.Windows.Forms.Padding(3);
    123       this.jobsTabPage.Size = new System.Drawing.Size(692, 434);
     114      this.jobsTabPage.Size = new System.Drawing.Size(692, 407);
    124115      this.jobsTabPage.TabIndex = 0;
    125116      this.jobsTabPage.Text = "Jobs";
     
    135126      this.hiveExperimentListView.ReadOnly = false;
    136127      this.hiveExperimentListView.ShowDetails = true;
    137       this.hiveExperimentListView.Size = new System.Drawing.Size(686, 428);
     128      this.hiveExperimentListView.Size = new System.Drawing.Size(686, 401);
    138129      this.hiveExperimentListView.TabIndex = 0;
    139130      //
     
    144135      this.logTabPage.Name = "logTabPage";
    145136      this.logTabPage.Padding = new System.Windows.Forms.Padding(3);
    146       this.logTabPage.Size = new System.Drawing.Size(692, 434);
     137      this.logTabPage.Size = new System.Drawing.Size(692, 410);
    147138      this.logTabPage.TabIndex = 1;
    148139      this.logTabPage.Text = "Log";
     
    157148      this.logView.Name = "logView";
    158149      this.logView.ReadOnly = false;
    159       this.logView.Size = new System.Drawing.Size(686, 428);
     150      this.logView.Size = new System.Drawing.Size(686, 404);
    160151      this.logView.TabIndex = 0;
    161152      //
     
    163154      //
    164155      this.executionTimeLabel.AutoSize = true;
    165       this.executionTimeLabel.Location = new System.Drawing.Point(4, 6);
     156      this.executionTimeLabel.Location = new System.Drawing.Point(3, 6);
    166157      this.executionTimeLabel.Name = "executionTimeLabel";
    167158      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
     
    174165            | System.Windows.Forms.AnchorStyles.Left)
    175166            | System.Windows.Forms.AnchorStyles.Right)));
    176       this.executionTimeTextBox.Location = new System.Drawing.Point(129, 3);
     167      this.executionTimeTextBox.Location = new System.Drawing.Point(132, 3);
    177168      this.executionTimeTextBox.Name = "executionTimeTextBox";
    178169      this.executionTimeTextBox.ReadOnly = true;
    179       this.executionTimeTextBox.Size = new System.Drawing.Size(577, 20);
     170      this.executionTimeTextBox.Size = new System.Drawing.Size(574, 20);
    180171      this.executionTimeTextBox.TabIndex = 11;
     172      //
     173      // priorityComboBox
     174      //
     175      this.priorityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     176            | System.Windows.Forms.AnchorStyles.Right)));
     177      this.priorityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     178      this.priorityComboBox.FormattingEnabled = true;
     179      this.priorityComboBox.Items.AddRange(new object[] {
     180            "Low",
     181            "Normal",
     182            "Urgent",
     183            "Critical"});
     184      this.priorityComboBox.Location = new System.Drawing.Point(132, 78);
     185      this.priorityComboBox.Name = "priorityComboBox";
     186      this.priorityComboBox.Size = new System.Drawing.Size(574, 21);
     187      this.priorityComboBox.TabIndex = 44;
     188      this.priorityComboBox.SelectedIndexChanged += new System.EventHandler(this.priorityComboBox_SelectedIndexChanged);
     189      //
     190      // searchButton
     191      //
     192      this.searchButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Zoom;
     193      this.searchButton.Location = new System.Drawing.Point(132, 49);
     194      this.searchButton.Name = "searchButton";
     195      this.searchButton.Size = new System.Drawing.Size(24, 24);
     196      this.searchButton.TabIndex = 45;
     197      this.searchButton.UseVisualStyleBackColor = true;
     198      this.searchButton.Click += new System.EventHandler(this.searchButton_Click);
    181199      //
    182200      // HiveEngineView
     
    184202      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    185203      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     204      this.Controls.Add(this.searchButton);
     205      this.Controls.Add(this.priorityComboBox);
    186206      this.Controls.Add(this.executionTimeTextBox);
    187207      this.Controls.Add(this.executionTimeLabel);
     
    189209      this.Controls.Add(this.label1);
    190210      this.Controls.Add(this.executionTimeOnHiveTextBox);
    191       this.Controls.Add(this.priorityTextBox);
    192211      this.Controls.Add(this.priorityLabel);
    193       this.Controls.Add(this.resourceIdsLabel);
    194       this.Controls.Add(this.resourceIdsTextBox);
     212      this.Controls.Add(this.projectLabel);
     213      this.Controls.Add(this.projectNameTextBox);
    195214      this.Name = "HiveEngineView";
    196215      this.Size = new System.Drawing.Size(706, 541);
     
    205224    #endregion
    206225
    207     private System.Windows.Forms.Label resourceIdsLabel;
    208     private System.Windows.Forms.TextBox resourceIdsTextBox;
     226    private System.Windows.Forms.Label projectLabel;
     227    private System.Windows.Forms.TextBox projectNameTextBox;
    209228    private System.Windows.Forms.Label priorityLabel;
    210     private System.Windows.Forms.TextBox priorityTextBox;
    211229    private System.Windows.Forms.Label label1;
    212230    private System.Windows.Forms.TextBox executionTimeOnHiveTextBox;
     
    218236    private HeuristicLab.Core.Views.LogView logView;
    219237    private RefreshableHiveJobListView hiveExperimentListView;
     238    protected System.Windows.Forms.ComboBox priorityComboBox;
     239    private System.Windows.Forms.Button searchButton;
    220240  }
    221241}
Note: See TracChangeset for help on using the changeset viewer.