Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/11/10 14:45:25 (14 years ago)
Author:
swagner
Message:

Implemented reviewers' comments (#893)

  • enhanced optimizer settings to customize appearance
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimizer/3.3/Properties/Settings.Designer.cs

    r3292 r3768  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.4927
     4//     Runtime Version:2.0.50727.4200
    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("True")]
     65        public bool ShowMaximized {
     66            get {
     67                return ((bool)(this["ShowMaximized"]));
     68            }
     69            set {
     70                this["ShowMaximized"] = value;
     71            }
     72        }
     73       
     74        [global::System.Configuration.UserScopedSettingAttribute()]
     75        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     76        [global::System.Configuration.DefaultSettingValueAttribute("True")]
     77        public bool CollapseClipboard {
     78            get {
     79                return ((bool)(this["CollapseClipboard"]));
     80            }
     81            set {
     82                this["CollapseClipboard"] = value;
     83            }
     84        }
     85       
     86        [global::System.Configuration.UserScopedSettingAttribute()]
     87        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     88        [global::System.Configuration.DefaultSettingValueAttribute("False")]
     89        public bool CollapseOperatorsSidebar {
     90            get {
     91                return ((bool)(this["CollapseOperatorsSidebar"]));
     92            }
     93            set {
     94                this["CollapseOperatorsSidebar"] = value;
     95            }
     96        }
    6197    }
    6298}
Note: See TracChangeset for help on using the changeset viewer.