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/JobItemView.Designer.cs

    r4170 r4173  
    262262      this.snapshotGroupBox.TabStop = false;
    263263      this.snapshotGroupBox.Text = "Latest Snapshot";
     264      this.snapshotGroupBox.Visible = false;
    264265      //
    265266      // requestSnapshotButton
     
    433434      this.logTabPage.Name = "logTabPage";
    434435      this.logTabPage.Padding = new System.Windows.Forms.Padding(3);
    435       this.logTabPage.Size = new System.Drawing.Size(545, 453);
     436      this.logTabPage.Size = new System.Drawing.Size(619, 492);
    436437      this.logTabPage.TabIndex = 1;
    437438      this.logTabPage.Text = "Log";
Note: See TracChangeset for help on using the changeset viewer.