Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/31/11 19:27:45 (13 years ago)
Author:
ascheibe
Message:

#1233 some renaming to be more consistent with OKB

Location:
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Administration/3.4
Files:
2 edited

Legend:

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

    • Property svn:ignore
      •  

        old new  
        1 bin
        2 obj
        31HeuristicLab.Clients.Hive.Administration-3.4.csproj.user
        42HeuristicLab.Clients.Hive.Administration-3.4.csproj.vs10x
        53HeuristicLabClientsHiveAdministrationPlugin.cs
         4HeuristicLabClientsHiveAdministratorPlugin.cs
         5bin
         6obj
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Administration/3.4/Views/ResourcesView.Designer.cs

    r6437 r6688  
    2020#endregion
    2121
    22 using HeuristicLab.Clients.Hive.Administration.Views.Common;
    23 namespace HeuristicLab.Clients.Hive.Administration.Views {
     22using HeuristicLab.Clients.Hive.Administrator.Views.Common;
     23namespace HeuristicLab.Clients.Hive.Administrator.Views {
    2424  partial class ResourcesView {
    2525    /// <summary>
     
    5050      this.imageListSlaveGroups = new System.Windows.Forms.ImageList(this.components);
    5151      this.splitSlaves = new System.Windows.Forms.SplitContainer();
    52       this.updateSlaveGroup = new HeuristicLab.Clients.Hive.Administration.Views.Common.UpdateControl();
     52      this.updateSlaveGroup = new HeuristicLab.Clients.Hive.Administrator.Views.Common.UpdateControl();
    5353      this.btnSave = new System.Windows.Forms.Button();
    5454      this.btnRemoveGroup = new System.Windows.Forms.Button();
     
    5757      this.tabSlaveGroup = new System.Windows.Forms.TabControl();
    5858      this.tabDetails = new System.Windows.Forms.TabPage();
    59       this.slaveView = new HeuristicLab.Clients.Hive.Administration.Views.SlaveView();
     59      this.slaveView = new HeuristicLab.Clients.Hive.Administrator.Views.SlaveView();
    6060      this.tabSchedule = new System.Windows.Forms.TabPage();
    61       this.updateScheduleControl = new HeuristicLab.Clients.Hive.Administration.Views.Common.UpdateControl();
    62       this.scheduleView = new HeuristicLab.Clients.Hive.Administration.Views.ScheduleView();
     61      this.updateScheduleControl = new HeuristicLab.Clients.Hive.Administrator.Views.Common.UpdateControl();
     62      this.scheduleView = new HeuristicLab.Clients.Hive.Administrator.Views.ScheduleView();
    6363      ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).BeginInit();
    6464      this.splitSlaves.Panel1.SuspendLayout();
Note: See TracChangeset for help on using the changeset viewer.