159 lines
5.7 KiB
C#
159 lines
5.7 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace WinFormsApp1.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.14.0.0")]
|
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
|
|
|
public static Settings Default {
|
|
get {
|
|
return defaultInstance;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string RecordingsFolder {
|
|
get {
|
|
return ((string)(this["RecordingsFolder"]));
|
|
}
|
|
set {
|
|
this["RecordingsFolder"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string FinishedFolder {
|
|
get {
|
|
return ((string)(this["FinishedFolder"]));
|
|
}
|
|
set {
|
|
this["FinishedFolder"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string KeepFolder {
|
|
get {
|
|
return ((string)(this["KeepFolder"]));
|
|
}
|
|
set {
|
|
this["KeepFolder"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string database {
|
|
get {
|
|
return ((string)(this["database"]));
|
|
}
|
|
set {
|
|
this["database"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("2")]
|
|
public int selectedSpeed {
|
|
get {
|
|
return ((int)(this["selectedSpeed"]));
|
|
}
|
|
set {
|
|
this["selectedSpeed"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("192")]
|
|
public int thumbnailWidth {
|
|
get {
|
|
return ((int)(this["thumbnailWidth"]));
|
|
}
|
|
set {
|
|
this["thumbnailWidth"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string archiveFolder {
|
|
get {
|
|
return ((string)(this["archiveFolder"]));
|
|
}
|
|
set {
|
|
this["archiveFolder"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string streamlinkPath {
|
|
get {
|
|
return ((string)(this["streamlinkPath"]));
|
|
}
|
|
set {
|
|
this["streamlinkPath"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string recorderExe {
|
|
get {
|
|
return ((string)(this["recorderExe"]));
|
|
}
|
|
set {
|
|
this["recorderExe"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string chaturbateSessionToken {
|
|
get {
|
|
return ((string)(this["chaturbateSessionToken"]));
|
|
}
|
|
set {
|
|
this["chaturbateSessionToken"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string chaturbateSessionID {
|
|
get {
|
|
return ((string)(this["chaturbateSessionID"]));
|
|
}
|
|
set {
|
|
this["chaturbateSessionID"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|