Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/11/11 21:54:39 (13 years ago)
Author:
ascheibe
Message:

#1233 some minor improvements in the Slave UI and Administrator UI

Location:
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Views/3.3/Properties
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Views/3.3/Properties/Settings.Designer.cs

    r6456 r6734  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:4.0.30319.225
     4//     Runtime Version:4.0.30319.235
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    5959            }
    6060        }
     61       
     62        [global::System.Configuration.UserScopedSettingAttribute()]
     63        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     64        [global::System.Configuration.DefaultSettingValueAttribute("HeuristicLab.Clients.Hive.SlaveCore.WindowsService")]
     65        public string ServiceName {
     66            get {
     67                return ((string)(this["ServiceName"]));
     68            }
     69            set {
     70                this["ServiceName"] = value;
     71            }
     72        }
    6173    }
    6274}
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Views/3.3/Properties/Settings.settings

    r6456 r6734  
    1212      <Value Profile="(Default)">SlaveCommunicationServiceEndpoint</Value>
    1313    </Setting>
     14    <Setting Name="ServiceName" Type="System.String" Scope="User">
     15      <Value Profile="(Default)">HeuristicLab.Clients.Hive.SlaveCore.WindowsService</Value>
     16    </Setting>
    1417  </Settings>
    1518</SettingsFile>
Note: See TracChangeset for help on using the changeset viewer.