Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/29/11 00:31:42 (14 years ago)
Author:
cneumuel
Message:

#1233

  • corrected relative reference paths in csproj-files
  • fixed minor bugs
  • updated binaries
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/ExperimentManager/HiveExperimentView.Designer.cs

    r5779 r5852  
    8383      this.nameTextBox.Size = new System.Drawing.Size(727, 20);
    8484      //
    85       // descriptionTextBox
    86       //
    87       this.descriptionTextBox.Size = new System.Drawing.Size(727, 20);
    88       //
    8985      // tabControl
    9086      //
     
    374370      this.Size = new System.Drawing.Size(799, 628);
    375371      this.Controls.SetChildIndex(this.nameTextBox, 0);
    376       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    377372      this.Controls.SetChildIndex(this.reconnectButton, 0);
    378373      this.Controls.SetChildIndex(this.resetButton, 0);
     
    388383      this.Controls.SetChildIndex(this.tabControl, 0);
    389384      this.Controls.SetChildIndex(this.nameLabel, 0);
    390       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    391385      this.Controls.SetChildIndex(this.downloadExperimentPanel, 0);
    392386      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
Note: See TracChangeset for help on using the changeset viewer.