Widow

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 7  →  ?path2? @ 8
/trunk/Widow/Properties/Settings.Designer.cs
@@ -46,5 +46,29 @@
this["OnWindowCreate"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("1000")]
public string ApplyEveryTime {
get {
return ((string)(this["ApplyEveryTime"]));
}
set {
this["ApplyEveryTime"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool ApplyEveryTimeEnabled {
get {
return ((bool)(this["ApplyEveryTimeEnabled"]));
}
set {
this["ApplyEveryTimeEnabled"] = value;
}
}
}
}
/trunk/Widow/Properties/Settings.settings
@@ -10,5 +10,11 @@
<Setting Name="OnWindowCreate" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="ApplyEveryTime" Type="System.String" Scope="User">
<Value Profile="(Default)">1000</Value>
</Setting>
<Setting Name="ApplyEveryTimeEnabled" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
</Settings>
</SettingsFile>