Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/06/10 15:31:15 (14 years ago)
Author:
cneumuel
Message:
  • reorganized HiveExperiment code
  • disabled snapshot-functionality... this needs more refactoring serverside
  • added short documentation which explains how to use hive
  • some minor changes
File:
1 edited

Legend:

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

    r4144 r4173  
    5454      this.hiveStatusTabPage = new System.Windows.Forms.TabPage();
    5555      this.jobListView = new HeuristicLab.Hive.Experiment.Views.JobItemListView();
     56      this.runsTabPage = new System.Windows.Forms.TabPage();
     57      this.runCollectionView = new HeuristicLab.Optimization.Views.RunCollectionView();
    5658      this.logTabPage = new System.Windows.Forms.TabPage();
    5759      this.logView = new HeuristicLab.Core.Views.LogView();
     
    6870      this.disconnectButton = new System.Windows.Forms.Button();
    6971      this.reconnectButton = new System.Windows.Forms.Button();
    70       this.runsTabPage = new System.Windows.Forms.TabPage();
    71       this.runCollectionView = new HeuristicLab.Optimization.Views.RunCollectionView();
    7272      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    7373      this.tabControl.SuspendLayout();
    7474      this.experimentTabPage.SuspendLayout();
    7575      this.hiveStatusTabPage.SuspendLayout();
     76      this.runsTabPage.SuspendLayout();
    7677      this.logTabPage.SuspendLayout();
    77       this.runsTabPage.SuspendLayout();
    7878      this.SuspendLayout();
    7979      //
     
    187187      this.jobListView.TabIndex = 0;
    188188      //
     189      // runsTabPage
     190      //
     191      this.runsTabPage.Controls.Add(this.runCollectionView);
     192      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
     193      this.runsTabPage.Name = "runsTabPage";
     194      this.runsTabPage.Size = new System.Drawing.Size(727, 369);
     195      this.runsTabPage.TabIndex = 4;
     196      this.runsTabPage.Text = "Runs";
     197      this.runsTabPage.UseVisualStyleBackColor = true;
     198      //
     199      // runCollectionView
     200      //
     201      this.runCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     202                  | System.Windows.Forms.AnchorStyles.Left)
     203                  | System.Windows.Forms.AnchorStyles.Right)));
     204      this.runCollectionView.Caption = "RunCollection View";
     205      this.runCollectionView.Content = null;
     206      this.runCollectionView.Location = new System.Drawing.Point(0, 3);
     207      this.runCollectionView.Name = "runCollectionView";
     208      this.runCollectionView.ReadOnly = false;
     209      this.runCollectionView.Size = new System.Drawing.Size(727, 366);
     210      this.runCollectionView.TabIndex = 0;
     211      //
    189212      // logTabPage
    190213      //
     
    322345      this.disconnectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    323346      this.disconnectButton.Enabled = false;
    324       this.disconnectButton.Image = ((System.Drawing.Image)(resources.GetObject("disconnectButton.Image")));
    325       this.disconnectButton.Location = new System.Drawing.Point(120, 500);
     347      this.disconnectButton.Location = new System.Drawing.Point(131, 500);
    326348      this.disconnectButton.Name = "disconnectButton";
    327       this.disconnectButton.Size = new System.Drawing.Size(24, 24);
     349      this.disconnectButton.Size = new System.Drawing.Size(120, 24);
    328350      this.disconnectButton.TabIndex = 15;
     351      this.disconnectButton.Text = "Disconnect from Hive";
    329352      this.toolTip.SetToolTip(this.disconnectButton, "Disconnect from Hive (Jobs will be continue to be calculated)");
    330353      this.disconnectButton.UseVisualStyleBackColor = true;
     
    335358      this.reconnectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    336359      this.reconnectButton.Enabled = false;
    337       this.reconnectButton.Image = ((System.Drawing.Image)(resources.GetObject("reconnectButton.Image")));
    338       this.reconnectButton.Location = new System.Drawing.Point(150, 500);
     360      this.reconnectButton.Location = new System.Drawing.Point(257, 500);
    339361      this.reconnectButton.Name = "reconnectButton";
    340       this.reconnectButton.Size = new System.Drawing.Size(24, 24);
     362      this.reconnectButton.Size = new System.Drawing.Size(77, 24);
    341363      this.reconnectButton.TabIndex = 16;
     364      this.reconnectButton.Text = "Reconnect";
    342365      this.toolTip.SetToolTip(this.reconnectButton, "Reconnect to Hive");
    343366      this.reconnectButton.UseVisualStyleBackColor = true;
    344367      this.reconnectButton.Click += new System.EventHandler(this.reconnectButton_Click);
    345368      //
    346       // runsTabPage
    347       //
    348       this.runsTabPage.Controls.Add(this.runCollectionView);
    349       this.runsTabPage.Location = new System.Drawing.Point(4, 22);
    350       this.runsTabPage.Name = "runsTabPage";
    351       this.runsTabPage.Size = new System.Drawing.Size(727, 369);
    352       this.runsTabPage.TabIndex = 4;
    353       this.runsTabPage.Text = "Runs";
    354       this.runsTabPage.UseVisualStyleBackColor = true;
    355       //
    356       // runCollectionView
    357       //
    358       this.runCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    359                   | System.Windows.Forms.AnchorStyles.Left)
    360                   | System.Windows.Forms.AnchorStyles.Right)));
    361       this.runCollectionView.Caption = "RunCollection View";
    362       this.runCollectionView.Content = null;
    363       this.runCollectionView.Location = new System.Drawing.Point(0, 3);
    364       this.runCollectionView.Name = "runCollectionView";
    365       this.runCollectionView.ReadOnly = false;
    366       this.runCollectionView.Size = new System.Drawing.Size(727, 366);
    367       this.runCollectionView.TabIndex = 0;
    368       //
    369369      // HiveExperimentView
    370370      //
    371371      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    372372      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    373       this.Controls.Add(this.reconnectButton);
    374       this.Controls.Add(this.disconnectButton);
    375373      this.Controls.Add(this.resourceIdsTextBox);
    376374      this.Controls.Add(this.serverUrlTextBox);
    377375      this.Controls.Add(this.resourceIdsLabel);
    378376      this.Controls.Add(this.tabControl);
     377      this.Controls.Add(this.disconnectButton);
    379378      this.Controls.Add(this.startButton);
    380379      this.Controls.Add(this.executionTimeTextBox);
     
    384383      this.Controls.Add(this.stopButton);
    385384      this.Controls.Add(this.resetButton);
     385      this.Controls.Add(this.reconnectButton);
    386386      this.Name = "HiveExperimentView";
    387387      this.Size = new System.Drawing.Size(735, 524);
     388      this.Controls.SetChildIndex(this.reconnectButton, 0);
    388389      this.Controls.SetChildIndex(this.resetButton, 0);
    389390      this.Controls.SetChildIndex(this.stopButton, 0);
     
    393394      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
    394395      this.Controls.SetChildIndex(this.startButton, 0);
     396      this.Controls.SetChildIndex(this.disconnectButton, 0);
    395397      this.Controls.SetChildIndex(this.tabControl, 0);
    396398      this.Controls.SetChildIndex(this.resourceIdsLabel, 0);
    397399      this.Controls.SetChildIndex(this.serverUrlTextBox, 0);
    398400      this.Controls.SetChildIndex(this.resourceIdsTextBox, 0);
    399       this.Controls.SetChildIndex(this.disconnectButton, 0);
    400       this.Controls.SetChildIndex(this.reconnectButton, 0);
    401401      this.Controls.SetChildIndex(this.nameLabel, 0);
    402402      this.Controls.SetChildIndex(this.descriptionLabel, 0);
     
    407407      this.experimentTabPage.ResumeLayout(false);
    408408      this.hiveStatusTabPage.ResumeLayout(false);
     409      this.runsTabPage.ResumeLayout(false);
    409410      this.logTabPage.ResumeLayout(false);
    410       this.runsTabPage.ResumeLayout(false);
    411411      this.ResumeLayout(false);
    412412      this.PerformLayout();
Note: See TracChangeset for help on using the changeset viewer.