summaryrefslogtreecommitdiff
path: root/spedytor/Properties/OptionSettings.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'spedytor/Properties/OptionSettings.Designer.cs')
-rw-r--r--spedytor/Properties/OptionSettings.Designer.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/spedytor/Properties/OptionSettings.Designer.cs b/spedytor/Properties/OptionSettings.Designer.cs
index 2c7f273..4c5a946 100644
--- a/spedytor/Properties/OptionSettings.Designer.cs
+++ b/spedytor/Properties/OptionSettings.Designer.cs
@@ -45,5 +45,17 @@ namespace spedytor.Properties {
this["SEND_FLAG"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("5")]
+ public decimal RUN_INTERVAL {
+ get {
+ return ((decimal)(this["RUN_INTERVAL"]));
+ }
+ set {
+ this["RUN_INTERVAL"] = value;
+ }
+ }
}
}