init commit
This commit is contained in:
75
desktop_global/VideoReader/Properties/Settings.cs
Normal file
75
desktop_global/VideoReader/Properties/Settings.cs
Normal file
@@ -0,0 +1,75 @@
|
||||
using System.CodeDom.Compiler;
|
||||
using System.Configuration;
|
||||
using System.Diagnostics;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace VideoReader.Properties;
|
||||
|
||||
[GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")]
|
||||
[CompilerGenerated]
|
||||
public sealed class Settings : ApplicationSettingsBase
|
||||
{
|
||||
private static Settings defaultInstance = (Settings)(object)SettingsBase.Synchronized((SettingsBase)(object)new Settings());
|
||||
|
||||
public static Settings Default => defaultInstance;
|
||||
|
||||
[UserScopedSetting]
|
||||
[DebuggerNonUserCode]
|
||||
[DefaultSettingValue("5M")]
|
||||
public string BitRate
|
||||
{
|
||||
get
|
||||
{
|
||||
return (string)((SettingsBase)this)["BitRate"];
|
||||
}
|
||||
set
|
||||
{
|
||||
((SettingsBase)this)["BitRate"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
[UserScopedSetting]
|
||||
[DefaultSettingValue("71")]
|
||||
public byte Chenal
|
||||
{
|
||||
get
|
||||
{
|
||||
return (byte)((SettingsBase)this)["Chenal"];
|
||||
}
|
||||
set
|
||||
{
|
||||
((SettingsBase)this)["Chenal"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[UserScopedSetting]
|
||||
[DebuggerNonUserCode]
|
||||
[DefaultSettingValue("1")]
|
||||
public int Specification
|
||||
{
|
||||
get
|
||||
{
|
||||
return (int)((SettingsBase)this)["Specification"];
|
||||
}
|
||||
set
|
||||
{
|
||||
((SettingsBase)this)["Specification"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
[UserScopedSetting]
|
||||
[DefaultSettingValue("False")]
|
||||
public bool SaveVideo
|
||||
{
|
||||
get
|
||||
{
|
||||
return (bool)((SettingsBase)this)["SaveVideo"];
|
||||
}
|
||||
set
|
||||
{
|
||||
((SettingsBase)this)["SaveVideo"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user