Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/13/18 13:18:45 (6 years ago)
Author:
ddorfmei
Message:

#2931: Merged [16046-16138/trunk] into branch

Location:
branches/2931_OR-Tools_LP_MIP
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2931_OR-Tools_LP_MIP

  • branches/2931_OR-Tools_LP_MIP/HeuristicLab.Clients.Hive.JobManager

  • branches/2931_OR-Tools_LP_MIP/HeuristicLab.Clients.Hive.JobManager/3.3/Views/RefreshableHiveJobView.Designer.cs

    r15583 r16139  
    6363      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
    6464      this.pauseButton = new System.Windows.Forms.Button();
    65       this.resourceIdsLabel = new System.Windows.Forms.Label();
    66       this.resourceNamesTextBox = new System.Windows.Forms.TextBox();
     65      this.projectLabel = new System.Windows.Forms.Label();
     66      this.projectNameTextBox = new System.Windows.Forms.TextBox();
    6767      this.nameLabel = new System.Windows.Forms.Label();
    6868      this.nameTextBox = new System.Windows.Forms.TextBox();
     69      this.descriptionLabel = new System.Windows.Forms.Label();
     70      this.descriptionTextBox = new System.Windows.Forms.TextBox();
    6971      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    7072      this.refreshButton = new System.Windows.Forms.Button();
     73      this.updateButton = new System.Windows.Forms.Button();
    7174      this.UnloadButton = new System.Windows.Forms.Button();
     75      this.searchButton = new System.Windows.Forms.Button();
    7276      this.refreshAutomaticallyCheckBox = new System.Windows.Forms.CheckBox();
    7377      this.infoGroupBox = new System.Windows.Forms.GroupBox();
     
    7882      this.calculatingLabel = new System.Windows.Forms.Label();
    7983      this.jobsLabel = new System.Windows.Forms.Label();
    80       this.searchButton = new System.Windows.Forms.Button();
    8184      this.tabControl.SuspendLayout();
    8285      this.tasksTabPage.SuspendLayout();
     
    9194      //
    9295      this.tabControl.AllowDrop = true;
    93       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    94             | System.Windows.Forms.AnchorStyles.Left)
     96      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     97            | System.Windows.Forms.AnchorStyles.Left) 
    9598            | System.Windows.Forms.AnchorStyles.Right)));
    9699      this.tabControl.Controls.Add(this.tasksTabPage);
     
    99102      this.tabControl.Controls.Add(this.stateTabPage);
    100103      this.tabControl.Controls.Add(this.logTabPage);
    101       this.tabControl.Location = new System.Drawing.Point(0, 78);
     104      this.tabControl.Location = new System.Drawing.Point(0, 106);
    102105      this.tabControl.Name = "tabControl";
    103106      this.tabControl.SelectedIndex = 0;
     
    119122      //
    120123      this.jobsTreeView.AllowDrop = true;
    121       this.jobsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    122             | System.Windows.Forms.AnchorStyles.Left)
     124      this.jobsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     125            | System.Windows.Forms.AnchorStyles.Left) 
    123126            | System.Windows.Forms.AnchorStyles.Right)));
    124127      this.jobsTreeView.Caption = "ItemTree View";
     
    151154      this.refreshPermissionsButton.Size = new System.Drawing.Size(24, 24);
    152155      this.refreshPermissionsButton.TabIndex = 23;
    153       this.toolTip.SetToolTip(this.refreshPermissionsButton, "Refresh Data");
     156      this.toolTip.SetToolTip(this.refreshPermissionsButton, "Refresh data");
    154157      this.refreshPermissionsButton.UseVisualStyleBackColor = true;
    155158      this.refreshPermissionsButton.Click += new System.EventHandler(this.refreshPermissionsButton_Click);
     
    157160      // hiveExperimentPermissionListView
    158161      //
    159       this.hiveExperimentPermissionListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    160             | System.Windows.Forms.AnchorStyles.Left)
     162      this.hiveExperimentPermissionListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     163            | System.Windows.Forms.AnchorStyles.Left) 
    161164            | System.Windows.Forms.AnchorStyles.Right)));
    162165      this.hiveExperimentPermissionListView.Caption = "HiveExperimentPermissionList View";
     
    183186      // runCollectionViewHost
    184187      //
    185       this.runCollectionViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    186             | System.Windows.Forms.AnchorStyles.Left)
     188      this.runCollectionViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     189            | System.Windows.Forms.AnchorStyles.Left) 
    187190            | System.Windows.Forms.AnchorStyles.Right)));
    188191      this.runCollectionViewHost.Caption = "View";
     
    209212      // stateLogViewHost
    210213      //
    211       this.stateLogViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    212             | System.Windows.Forms.AnchorStyles.Left)
     214      this.stateLogViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     215            | System.Windows.Forms.AnchorStyles.Left) 
    213216            | System.Windows.Forms.AnchorStyles.Right)));
    214217      this.stateLogViewHost.Caption = "StateLog View";
     
    235238      // logView
    236239      //
    237       this.logView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    238             | System.Windows.Forms.AnchorStyles.Left)
     240      this.logView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     241            | System.Windows.Forms.AnchorStyles.Left) 
    239242            | System.Windows.Forms.AnchorStyles.Right)));
    240243      this.logView.Caption = "Log View";
     
    250253      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    251254      this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
    252       this.startButton.Location = new System.Drawing.Point(0, 536);
     255      this.startButton.Location = new System.Drawing.Point(0, 564);
    253256      this.startButton.Name = "startButton";
    254257      this.startButton.Size = new System.Drawing.Size(24, 24);
    255       this.startButton.TabIndex = 5;
     258      this.startButton.TabIndex = 4;
    256259      this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment");
    257260      this.startButton.UseVisualStyleBackColor = true;
     
    262265      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    263266      this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
    264       this.stopButton.Location = new System.Drawing.Point(60, 536);
     267      this.stopButton.Location = new System.Drawing.Point(60, 564);
    265268      this.stopButton.Name = "stopButton";
    266269      this.stopButton.Size = new System.Drawing.Size(24, 24);
    267       this.stopButton.TabIndex = 7;
     270      this.stopButton.TabIndex = 6;
    268271      this.toolTip.SetToolTip(this.stopButton, "Stop Experiment");
    269272      this.stopButton.UseVisualStyleBackColor = true;
     
    274277      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    275278      this.executionTimeLabel.AutoSize = true;
    276       this.executionTimeLabel.Location = new System.Drawing.Point(491, 543);
     279      this.executionTimeLabel.Location = new System.Drawing.Point(491, 571);
    277280      this.executionTimeLabel.Name = "executionTimeLabel";
    278281      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
    279       this.executionTimeLabel.TabIndex = 9;
     282      this.executionTimeLabel.TabIndex = 100;
    280283      this.executionTimeLabel.Text = "&Execution Time:";
    281284      //
     
    283286      //
    284287      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    285       this.executionTimeTextBox.Location = new System.Drawing.Point(580, 540);
     288      this.executionTimeTextBox.Location = new System.Drawing.Point(580, 568);
    286289      this.executionTimeTextBox.Name = "executionTimeTextBox";
    287290      this.executionTimeTextBox.ReadOnly = true;
    288291      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
    289       this.executionTimeTextBox.TabIndex = 10;
     292      this.executionTimeTextBox.TabIndex = 100;
    290293      //
    291294      // pauseButton
     
    294297      this.pauseButton.Enabled = false;
    295298      this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
    296       this.pauseButton.Location = new System.Drawing.Point(30, 536);
     299      this.pauseButton.Location = new System.Drawing.Point(30, 564);
    297300      this.pauseButton.Name = "pauseButton";
    298301      this.pauseButton.Size = new System.Drawing.Size(24, 24);
    299       this.pauseButton.TabIndex = 6;
     302      this.pauseButton.TabIndex = 5;
    300303      this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment");
    301304      this.pauseButton.UseVisualStyleBackColor = true;
    302305      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
    303306      //
    304       // resourceIdsLabel
    305       //
    306       this.resourceIdsLabel.AutoSize = true;
    307       this.resourceIdsLabel.Location = new System.Drawing.Point(3, 56);
    308       this.resourceIdsLabel.Name = "resourceIdsLabel";
    309       this.resourceIdsLabel.Size = new System.Drawing.Size(61, 13);
    310       this.resourceIdsLabel.TabIndex = 12;
    311       this.resourceIdsLabel.Text = "Resources:";
    312       //
    313       // resourceNamesTextBox
    314       //
    315       this.resourceNamesTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    316             | System.Windows.Forms.AnchorStyles.Right)));
    317       this.resourceNamesTextBox.Location = new System.Drawing.Point(70, 52);
    318       this.resourceNamesTextBox.Name = "resourceNamesTextBox";
    319       this.resourceNamesTextBox.Size = new System.Drawing.Size(471, 20);
    320       this.resourceNamesTextBox.TabIndex = 2;
    321       this.resourceNamesTextBox.Validated += new System.EventHandler(this.resourceNamesTextBox_Validated);
     307      // projectLabel
     308      //
     309      this.projectLabel.AutoSize = true;
     310      this.projectLabel.Location = new System.Drawing.Point(3, 83);
     311      this.projectLabel.Name = "projectLabel";
     312      this.projectLabel.Size = new System.Drawing.Size(43, 13);
     313      this.projectLabel.TabIndex = 100;
     314      this.projectLabel.Text = "Project:";
     315      //
     316      // projectNameTextBox
     317      //
     318      this.projectNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     319            | System.Windows.Forms.AnchorStyles.Right)));
     320      this.projectNameTextBox.Location = new System.Drawing.Point(100, 80);
     321      this.projectNameTextBox.Name = "projectNameTextBox";
     322      this.projectNameTextBox.ReadOnly = true;
     323      this.projectNameTextBox.Size = new System.Drawing.Size(471, 20);
     324      this.projectNameTextBox.TabIndex = 100;
     325      this.projectNameTextBox.Validated += new System.EventHandler(this.resourceNamesTextBox_Validated);
    322326      //
    323327      // nameLabel
    324328      //
    325329      this.nameLabel.AutoSize = true;
    326       this.nameLabel.Location = new System.Drawing.Point(3, 30);
     330      this.nameLabel.Location = new System.Drawing.Point(3, 35);
    327331      this.nameLabel.Name = "nameLabel";
    328332      this.nameLabel.Size = new System.Drawing.Size(38, 13);
    329       this.nameLabel.TabIndex = 20;
     333      this.nameLabel.TabIndex = 100;
    330334      this.nameLabel.Text = "Name:";
    331335      //
    332336      // nameTextBox
    333337      //
    334       this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    335             | System.Windows.Forms.AnchorStyles.Right)));
    336       this.nameTextBox.Location = new System.Drawing.Point(70, 27);
     338      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     339            | System.Windows.Forms.AnchorStyles.Right)));
     340      this.nameTextBox.Location = new System.Drawing.Point(71, 32);
    337341      this.nameTextBox.Name = "nameTextBox";
    338       this.nameTextBox.Size = new System.Drawing.Size(501, 20);
     342      this.nameTextBox.Size = new System.Drawing.Size(500, 20);
    339343      this.nameTextBox.TabIndex = 1;
    340344      this.nameTextBox.Validated += new System.EventHandler(this.nameTextBox_Validated);
     345      //
     346      // descriptionLabel
     347      //
     348      this.descriptionLabel.AutoSize = true;
     349      this.descriptionLabel.Location = new System.Drawing.Point(3, 59);
     350      this.descriptionLabel.Name = "descriptionLabel";
     351      this.descriptionLabel.Size = new System.Drawing.Size(63, 13);
     352      this.descriptionLabel.TabIndex = 100;
     353      this.descriptionLabel.Text = "Description:";
     354      //
     355      // descriptionTextBox
     356      //
     357      this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     358            | System.Windows.Forms.AnchorStyles.Right)));
     359      this.descriptionTextBox.Location = new System.Drawing.Point(71, 56);
     360      this.descriptionTextBox.Name = "descriptionTextBox";
     361      this.descriptionTextBox.Size = new System.Drawing.Size(500, 20);
     362      this.descriptionTextBox.TabIndex = 2;
     363      this.descriptionTextBox.Validated += new System.EventHandler(this.descriptionTextBox_Validated);
    341364      //
    342365      // refreshButton
     
    346369      this.refreshButton.Name = "refreshButton";
    347370      this.refreshButton.Size = new System.Drawing.Size(24, 24);
    348       this.refreshButton.TabIndex = 22;
     371      this.refreshButton.TabIndex = 7;
    349372      this.toolTip.SetToolTip(this.refreshButton, "Refresh Data");
    350373      this.refreshButton.UseVisualStyleBackColor = true;
    351374      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
    352375      //
     376      // updateButton
     377      //
     378      this.updateButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
     379      this.updateButton.Location = new System.Drawing.Point(30, 0);
     380      this.updateButton.Name = "updateButton";
     381      this.updateButton.Size = new System.Drawing.Size(24, 24);
     382      this.updateButton.TabIndex = 8;
     383      this.toolTip.SetToolTip(this.updateButton, "Update Job (Name, Project, Resources)");
     384      this.updateButton.UseVisualStyleBackColor = true;
     385      this.updateButton.Click += new System.EventHandler(this.updateButton_Click);
     386      //
    353387      // UnloadButton
    354388      //
    355389      this.UnloadButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Disconnect;
    356       this.UnloadButton.Location = new System.Drawing.Point(30, 0);
     390      this.UnloadButton.Location = new System.Drawing.Point(57, 0);
    357391      this.UnloadButton.Name = "UnloadButton";
    358392      this.UnloadButton.Size = new System.Drawing.Size(24, 24);
    359       this.UnloadButton.TabIndex = 27;
     393      this.UnloadButton.TabIndex = 9;
    360394      this.toolTip.SetToolTip(this.UnloadButton, "Unload Job");
    361395      this.UnloadButton.UseVisualStyleBackColor = true;
    362396      this.UnloadButton.Click += new System.EventHandler(this.UnloadButton_Click);
    363397      //
     398      // searchButton
     399      //
     400      this.searchButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Zoom;
     401      this.searchButton.Location = new System.Drawing.Point(71, 79);
     402      this.searchButton.Name = "searchButton";
     403      this.searchButton.Size = new System.Drawing.Size(24, 24);
     404      this.searchButton.TabIndex = 3;
     405      this.toolTip.SetToolTip(this.searchButton, "Select project and resources");
     406      this.searchButton.UseVisualStyleBackColor = true;
     407      this.searchButton.Click += new System.EventHandler(this.searchButton_Click);
     408      //
    364409      // refreshAutomaticallyCheckBox
    365410      //
    366411      this.refreshAutomaticallyCheckBox.AutoSize = true;
    367       this.refreshAutomaticallyCheckBox.Location = new System.Drawing.Point(70, 3);
     412      this.refreshAutomaticallyCheckBox.Location = new System.Drawing.Point(100, 3);
    368413      this.refreshAutomaticallyCheckBox.Name = "refreshAutomaticallyCheckBox";
    369414      this.refreshAutomaticallyCheckBox.Size = new System.Drawing.Size(127, 17);
    370       this.refreshAutomaticallyCheckBox.TabIndex = 24;
     415      this.refreshAutomaticallyCheckBox.TabIndex = 100;
    371416      this.refreshAutomaticallyCheckBox.Text = "&Refresh automatically";
    372417      this.refreshAutomaticallyCheckBox.UseVisualStyleBackColor = true;
     
    382427      this.infoGroupBox.Controls.Add(this.calculatingLabel);
    383428      this.infoGroupBox.Controls.Add(this.jobsLabel);
    384       this.infoGroupBox.Location = new System.Drawing.Point(580, 5);
     429      this.infoGroupBox.Location = new System.Drawing.Point(578, 16);
    385430      this.infoGroupBox.Name = "infoGroupBox";
    386431      this.infoGroupBox.Size = new System.Drawing.Size(133, 89);
     
    391436      // finishedTextBox
    392437      //
    393       this.finishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     438      this.finishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    394439            | System.Windows.Forms.AnchorStyles.Right)));
    395440      this.finishedTextBox.Location = new System.Drawing.Point(74, 64);
    396441      this.finishedTextBox.Name = "finishedTextBox";
    397442      this.finishedTextBox.Size = new System.Drawing.Size(53, 20);
    398       this.finishedTextBox.TabIndex = 5;
     443      this.finishedTextBox.TabIndex = 100;
    399444      //
    400445      // calculatingTextBox
    401446      //
    402       this.calculatingTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     447      this.calculatingTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    403448            | System.Windows.Forms.AnchorStyles.Right)));
    404449      this.calculatingTextBox.Location = new System.Drawing.Point(74, 40);
    405450      this.calculatingTextBox.Name = "calculatingTextBox";
    406451      this.calculatingTextBox.Size = new System.Drawing.Size(53, 20);
    407       this.calculatingTextBox.TabIndex = 4;
     452      this.calculatingTextBox.TabIndex = 100;
    408453      //
    409454      // jobsTextBox
    410455      //
    411       this.jobsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     456      this.jobsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    412457            | System.Windows.Forms.AnchorStyles.Right)));
    413458      this.jobsTextBox.Location = new System.Drawing.Point(74, 16);
    414459      this.jobsTextBox.Name = "jobsTextBox";
    415460      this.jobsTextBox.Size = new System.Drawing.Size(53, 20);
    416       this.jobsTextBox.TabIndex = 3;
     461      this.jobsTextBox.TabIndex = 100;
    417462      //
    418463      // finishedLabel
     
    422467      this.finishedLabel.Name = "finishedLabel";
    423468      this.finishedLabel.Size = new System.Drawing.Size(49, 13);
    424       this.finishedLabel.TabIndex = 2;
     469      this.finishedLabel.TabIndex = 100;
    425470      this.finishedLabel.Text = "Finished:";
    426471      //
     
    431476      this.calculatingLabel.Name = "calculatingLabel";
    432477      this.calculatingLabel.Size = new System.Drawing.Size(62, 13);
    433       this.calculatingLabel.TabIndex = 1;
     478      this.calculatingLabel.TabIndex = 100;
    434479      this.calculatingLabel.Text = "Calculating:";
    435480      //
     
    440485      this.jobsLabel.Name = "jobsLabel";
    441486      this.jobsLabel.Size = new System.Drawing.Size(46, 13);
    442       this.jobsLabel.TabIndex = 0;
     487      this.jobsLabel.TabIndex = 100;
    443488      this.jobsLabel.Text = "Waiting:";
    444489      //
    445       // searchButton
    446       //
    447       this.searchButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    448       this.searchButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Zoom;
    449       this.searchButton.Location = new System.Drawing.Point(547, 50);
    450       this.searchButton.Name = "searchButton";
    451       this.searchButton.Size = new System.Drawing.Size(24, 24);
    452       this.searchButton.TabIndex = 26;
    453       this.searchButton.UseVisualStyleBackColor = true;
    454       this.searchButton.Click += new System.EventHandler(this.searchButton_Click);
    455       //
    456490      // RefreshableHiveJobView
    457491      //
    458492      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    459       this.Controls.Add(this.UnloadButton);
    460493      this.Controls.Add(this.searchButton);
    461494      this.Controls.Add(this.infoGroupBox);
    462495      this.Controls.Add(this.refreshAutomaticallyCheckBox);
    463496      this.Controls.Add(this.refreshButton);
     497      this.Controls.Add(this.updateButton);
     498      this.Controls.Add(this.UnloadButton);
    464499      this.Controls.Add(this.nameTextBox);
    465500      this.Controls.Add(this.nameLabel);
     501      this.Controls.Add(this.descriptionTextBox);
     502      this.Controls.Add(this.descriptionLabel);
    466503      this.Controls.Add(this.tabControl);
    467504      this.Controls.Add(this.startButton);
    468505      this.Controls.Add(this.executionTimeTextBox);
    469506      this.Controls.Add(this.executionTimeLabel);
    470       this.Controls.Add(this.resourceNamesTextBox);
     507      this.Controls.Add(this.projectNameTextBox);
    471508      this.Controls.Add(this.pauseButton);
    472       this.Controls.Add(this.resourceIdsLabel);
     509      this.Controls.Add(this.projectLabel);
    473510      this.Controls.Add(this.stopButton);
    474511      this.Name = "RefreshableHiveJobView";
    475       this.Size = new System.Drawing.Size(717, 560);
     512      this.Size = new System.Drawing.Size(717, 588);
    476513      this.tabControl.ResumeLayout(false);
    477514      this.tasksTabPage.ResumeLayout(false);
     
    493530    private System.Windows.Forms.TextBox executionTimeTextBox;
    494531    private System.Windows.Forms.Button pauseButton;
    495     private System.Windows.Forms.Label resourceIdsLabel;
    496     private System.Windows.Forms.TextBox resourceNamesTextBox;
     532    private System.Windows.Forms.Label projectLabel;
     533    private System.Windows.Forms.TextBox projectNameTextBox;
    497534    private System.Windows.Forms.TabPage logTabPage;
    498535    private Core.Views.LogView logView;
     
    501538    private System.Windows.Forms.Label nameLabel;
    502539    private System.Windows.Forms.TextBox nameTextBox;
     540    private System.Windows.Forms.Label descriptionLabel;
     541    private System.Windows.Forms.TextBox descriptionTextBox;
    503542    private System.Windows.Forms.ToolTip toolTip;
    504543    private System.Windows.Forms.Button refreshButton;
     544    private System.Windows.Forms.Button updateButton;
     545    private System.Windows.Forms.Button UnloadButton;
    505546    private System.Windows.Forms.CheckBox refreshAutomaticallyCheckBox;
    506547    private System.Windows.Forms.GroupBox infoGroupBox;
     
    520561    private System.Windows.Forms.Button searchButton;
    521562    private MainForm.WindowsForms.DragOverTabControl tabControl;
    522     private System.Windows.Forms.Button UnloadButton;
    523 
    524563  }
    525564}
Note: See TracChangeset for help on using the changeset viewer.