Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/16/11 20:35:40 (13 years ago)
Author:
ascheibe
Message:

#1233 Hive Experiment Manager is now called Hive Job Manager

Location:
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.ExperimentManager/3.3
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.ExperimentManager/3.3

    • Property svn:ignore
      •  

        old new  
        55obj
        66*.suo
         7HeuristicLabClientsHiveJobManagerPlugin.cs
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.ExperimentManager/3.3/Views/RefreshableHiveJobView.Designer.cs

    r6791 r6792  
    1 namespace HeuristicLab.Clients.Hive.ExperimentManager.Views {
    2   partial class RefreshableHiveExperimentView {
     1namespace HeuristicLab.Clients.Hive.JobManager.Views {
     2  partial class RefreshableHiveJobView {
    33    /// <summary>
    44    /// Required designer variable.
     
    2525    private void InitializeComponent() {
    2626      this.components = new System.ComponentModel.Container();
    27       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RefreshableHiveExperimentView));
     27      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RefreshableHiveJobView));
    2828      this.tabControl = new System.Windows.Forms.TabControl();
    2929      this.tasksTabPage = new System.Windows.Forms.TabPage();
     
    3131      this.permissionTabPage = new System.Windows.Forms.TabPage();
    3232      this.refreshPermissionsButton = new System.Windows.Forms.Button();
    33       this.hiveExperimentPermissionListView = new HeuristicLab.Clients.Hive.ExperimentManager.Views.HiveExperimentPermissionListView();
     33      this.hiveExperimentPermissionListView = new HeuristicLab.Clients.Hive.JobManager.Views.HiveJobPermissionListView();
    3434      this.runsTabPage = new System.Windows.Forms.TabPage();
    3535      this.stateTabPage = new System.Windows.Forms.TabPage();
     
    481481    private HeuristicLab.MainForm.WindowsForms.ViewHost stateLogViewHost;
    482482    private System.Windows.Forms.TabPage permissionTabPage;
    483     private HiveExperimentPermissionListView hiveExperimentPermissionListView;
     483    private HiveJobPermissionListView hiveExperimentPermissionListView;
    484484    private System.Windows.Forms.Button refreshPermissionsButton;
    485485    private System.Windows.Forms.TabPage runsTabPage;
Note: See TracChangeset for help on using the changeset viewer.