Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/17/10 10:26:55 (14 years ago)
Author:
cneumuel
Message:
  • Refactored HL.Hive.Experiment. JobItems are not called HiveJobs and OptimizerJobs do not contain a hierarchy anymore.
  • Dynamic generation of jobs on a slave are not reflected on the client user interface.
  • Optimizer-Trees are now strictly synchronized with the HiveJob-Trees (also the ComputeInParallel property is taken into account when the Child HiveJobs are created)
  • Improved the way a class can report progress and lock the UI (IProgressReporter, IProgress, Progress, ProgressView)
  • Changes were made to the config-files, so that server and clients work with blade12.hpc.fh-hagenberg.at
  • Lots of small changes and bugfixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment.Views/3.3/HiveClientView.Designer.cs

    r4368 r4423  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.tabControl = new System.Windows.Forms.TabControl();
    48       this.experimentsTabPage = new System.Windows.Forms.TabPage();
     47      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveClientView));
    4948      this.hiveExperimentListView = new HeuristicLab.Hive.Experiment.Views.HiveExperimentListView();
    50       this.logTabPage = new System.Windows.Forms.TabPage();
    5149      this.updateExperimentsButton = new System.Windows.Forms.Button();
    52       this.tabControl.SuspendLayout();
    53       this.experimentsTabPage.SuspendLayout();
     50      this.updateExperimentsPanel = new System.Windows.Forms.Panel();
     51      this.updateExperimentsPanel.SuspendLayout();
    5452      this.SuspendLayout();
    55       //
    56       // tabControl
    57       //
    58       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    59                   | System.Windows.Forms.AnchorStyles.Left)
    60                   | System.Windows.Forms.AnchorStyles.Right)));
    61       this.tabControl.Controls.Add(this.experimentsTabPage);
    62       this.tabControl.Controls.Add(this.logTabPage);
    63       this.tabControl.Location = new System.Drawing.Point(3, 3);
    64       this.tabControl.Name = "tabControl";
    65       this.tabControl.SelectedIndex = 0;
    66       this.tabControl.Size = new System.Drawing.Size(729, 489);
    67       this.tabControl.TabIndex = 4;
    68       //
    69       // experimentsTabPage
    70       //
    71       this.experimentsTabPage.Controls.Add(this.hiveExperimentListView);
    72       this.experimentsTabPage.Location = new System.Drawing.Point(4, 22);
    73       this.experimentsTabPage.Name = "experimentsTabPage";
    74       this.experimentsTabPage.Padding = new System.Windows.Forms.Padding(3);
    75       this.experimentsTabPage.Size = new System.Drawing.Size(721, 463);
    76       this.experimentsTabPage.TabIndex = 0;
    77       this.experimentsTabPage.Text = "Experiments";
    78       this.experimentsTabPage.UseVisualStyleBackColor = true;
    7953      //
    8054      // hiveExperimentListView
     
    8559      this.hiveExperimentListView.Caption = "HiveExperimentList View";
    8660      this.hiveExperimentListView.Content = null;
    87       this.hiveExperimentListView.Location = new System.Drawing.Point(6, 6);
     61      this.hiveExperimentListView.Location = new System.Drawing.Point(3, 3);
    8862      this.hiveExperimentListView.Name = "hiveExperimentListView";
    8963      this.hiveExperimentListView.ReadOnly = false;
    90       this.hiveExperimentListView.Size = new System.Drawing.Size(712, 437);
     64      this.hiveExperimentListView.Size = new System.Drawing.Size(729, 518);
    9165      this.hiveExperimentListView.TabIndex = 0;
    92       //
    93       // logTabPage
    94       //
    95       this.logTabPage.Location = new System.Drawing.Point(4, 22);
    96       this.logTabPage.Name = "logTabPage";
    97       this.logTabPage.Padding = new System.Windows.Forms.Padding(3);
    98       this.logTabPage.Size = new System.Drawing.Size(721, 463);
    99       this.logTabPage.TabIndex = 1;
    100       this.logTabPage.Text = "Log";
    101       this.logTabPage.UseVisualStyleBackColor = true;
    10266      //
    10367      // updateExperimentsButton
    10468      //
    105       this.updateExperimentsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    106       this.updateExperimentsButton.Location = new System.Drawing.Point(3, 498);
     69      this.updateExperimentsButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     70                  | System.Windows.Forms.AnchorStyles.Right)));
     71      this.updateExperimentsButton.Image = ((System.Drawing.Image)(resources.GetObject("updateExperimentsButton.Image")));
     72      this.updateExperimentsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     73      this.updateExperimentsButton.Location = new System.Drawing.Point(87, 28);
    10774      this.updateExperimentsButton.Name = "updateExperimentsButton";
    108       this.updateExperimentsButton.Size = new System.Drawing.Size(144, 23);
     75      this.updateExperimentsButton.Size = new System.Drawing.Size(175, 59);
    10976      this.updateExperimentsButton.TabIndex = 5;
    11077      this.updateExperimentsButton.Text = "Update Experiment List";
     
    11279      this.updateExperimentsButton.Click += new System.EventHandler(this.updateExperimentsButton_Click);
    11380      //
     81      // updateExperimentsPanel
     82      //
     83      this.updateExperimentsPanel.Controls.Add(this.updateExperimentsButton);
     84      this.updateExperimentsPanel.Location = new System.Drawing.Point(228, 0);
     85      this.updateExperimentsPanel.Name = "updateExperimentsPanel";
     86      this.updateExperimentsPanel.Size = new System.Drawing.Size(360, 103);
     87      this.updateExperimentsPanel.TabIndex = 6;
     88      //
    11489      // HiveClientView
    11590      //
    11691      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    11792      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    118       this.Controls.Add(this.tabControl);
    119       this.Controls.Add(this.updateExperimentsButton);
     93      this.Controls.Add(this.updateExperimentsPanel);
     94      this.Controls.Add(this.hiveExperimentListView);
    12095      this.Name = "HiveClientView";
    12196      this.Size = new System.Drawing.Size(735, 524);
    122       this.tabControl.ResumeLayout(false);
    123       this.experimentsTabPage.ResumeLayout(false);
     97      this.updateExperimentsPanel.ResumeLayout(false);
    12498      this.ResumeLayout(false);
    12599
     
    127101    #endregion
    128102
    129     private System.Windows.Forms.TabControl tabControl;
    130     private System.Windows.Forms.TabPage experimentsTabPage;
    131     private System.Windows.Forms.TabPage logTabPage;
    132103    private System.Windows.Forms.Button updateExperimentsButton;
    133104    private HiveExperimentListView hiveExperimentListView;
     105    private System.Windows.Forms.Panel updateExperimentsPanel;
    134106
    135107
Note: See TracChangeset for help on using the changeset viewer.