mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-03-09 21:40:16 +01:00
- hide VPID and APID columns for Panasonic (no data provided) - Samsung J lists could have a \0 character at the end of a unicode16 string, which caused "Copy to Excel" to truncate the text - Fixed new-version check to work with github (only supports TLS 1.2 and newer now, not SSL 3.0) - added pull-request with GB Sky reference channel list
471 lines
17 KiB
C#
471 lines
17 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 ChanSort.Ui.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.7.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("0")]
|
|
public int InputListRowHandle {
|
|
get {
|
|
return ((int)(this["InputListRowHandle"]));
|
|
}
|
|
set {
|
|
this["InputListRowHandle"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int OutputListRowHandle {
|
|
get {
|
|
return ((int)(this["OutputListRowHandle"]));
|
|
}
|
|
set {
|
|
this["OutputListRowHandle"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string OutputListLayout {
|
|
get {
|
|
return ((string)(this["OutputListLayout"]));
|
|
}
|
|
set {
|
|
this["OutputListLayout"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string InputFilterName {
|
|
get {
|
|
return ((string)(this["InputFilterName"]));
|
|
}
|
|
set {
|
|
this["InputFilterName"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string InputFilterOldSlot {
|
|
get {
|
|
return ((string)(this["InputFilterOldSlot"]));
|
|
}
|
|
set {
|
|
this["InputFilterOldSlot"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string InputFilterCrypt {
|
|
get {
|
|
return ((string)(this["InputFilterCrypt"]));
|
|
}
|
|
set {
|
|
this["InputFilterCrypt"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string InputFilterNewSlot {
|
|
get {
|
|
return ((string)(this["InputFilterNewSlot"]));
|
|
}
|
|
set {
|
|
this["InputFilterNewSlot"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string InputFilterChannel {
|
|
get {
|
|
return ((string)(this["InputFilterChannel"]));
|
|
}
|
|
set {
|
|
this["InputFilterChannel"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string InputFilterUid {
|
|
get {
|
|
return ((string)(this["InputFilterUid"]));
|
|
}
|
|
set {
|
|
this["InputFilterUid"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string OutputFilterName {
|
|
get {
|
|
return ((string)(this["OutputFilterName"]));
|
|
}
|
|
set {
|
|
this["OutputFilterName"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string Language {
|
|
get {
|
|
return ((string)(this["Language"]));
|
|
}
|
|
set {
|
|
this["Language"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string OutputFilterNewSlot {
|
|
get {
|
|
return ((string)(this["OutputFilterNewSlot"]));
|
|
}
|
|
set {
|
|
this["OutputFilterNewSlot"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string Encoding {
|
|
get {
|
|
return ((string)(this["Encoding"]));
|
|
}
|
|
set {
|
|
this["Encoding"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool HideLeftList {
|
|
get {
|
|
return ((bool)(this["HideLeftList"]));
|
|
}
|
|
set {
|
|
this["HideLeftList"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
|
|
public global::System.Drawing.Size WindowSize {
|
|
get {
|
|
return ((global::System.Drawing.Size)(this["WindowSize"]));
|
|
}
|
|
set {
|
|
this["WindowSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string InputGridLayoutAnalog {
|
|
get {
|
|
return ((string)(this["InputGridLayoutAnalog"]));
|
|
}
|
|
set {
|
|
this["InputGridLayoutAnalog"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string InputGridLayoutDvbCT {
|
|
get {
|
|
return ((string)(this["InputGridLayoutDvbCT"]));
|
|
}
|
|
set {
|
|
this["InputGridLayoutDvbCT"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string InputGridLayoutDvbS {
|
|
get {
|
|
return ((string)(this["InputGridLayoutDvbS"]));
|
|
}
|
|
set {
|
|
this["InputGridLayoutDvbS"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int LeftPanelWidth {
|
|
get {
|
|
return ((int)(this["LeftPanelWidth"]));
|
|
}
|
|
set {
|
|
this["LeftPanelWidth"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ShowWarningsAfterLoading {
|
|
get {
|
|
return ((bool)(this["ShowWarningsAfterLoading"]));
|
|
}
|
|
set {
|
|
this["ShowWarningsAfterLoading"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool EraseDuplicateChannels {
|
|
get {
|
|
return ((bool)(this["EraseDuplicateChannels"]));
|
|
}
|
|
set {
|
|
this["EraseDuplicateChannels"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool AutoLoadRefList {
|
|
get {
|
|
return ((bool)(this["AutoLoadRefList"]));
|
|
}
|
|
set {
|
|
this["AutoLoadRefList"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool AutoAppendUnsortedChannels {
|
|
get {
|
|
return ((bool)(this["AutoAppendUnsortedChannels"]));
|
|
}
|
|
set {
|
|
this["AutoAppendUnsortedChannels"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool CloseGaps {
|
|
get {
|
|
return ((bool)(this["CloseGaps"]));
|
|
}
|
|
set {
|
|
this["CloseGaps"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string MruFile0 {
|
|
get {
|
|
return ((string)(this["MruFile0"]));
|
|
}
|
|
set {
|
|
this["MruFile0"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string MruFile1 {
|
|
get {
|
|
return ((string)(this["MruFile1"]));
|
|
}
|
|
set {
|
|
this["MruFile1"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string MruFile2 {
|
|
get {
|
|
return ((string)(this["MruFile2"]));
|
|
}
|
|
set {
|
|
this["MruFile2"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string MruFile3 {
|
|
get {
|
|
return ((string)(this["MruFile3"]));
|
|
}
|
|
set {
|
|
this["MruFile3"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string MruFile4 {
|
|
get {
|
|
return ((string)(this["MruFile4"]));
|
|
}
|
|
set {
|
|
this["MruFile4"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string MruFile5 {
|
|
get {
|
|
return ((string)(this["MruFile5"]));
|
|
}
|
|
set {
|
|
this["MruFile5"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string MruFile6 {
|
|
get {
|
|
return ((string)(this["MruFile6"]));
|
|
}
|
|
set {
|
|
this["MruFile6"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string MruFile7 {
|
|
get {
|
|
return ((string)(this["MruFile7"]));
|
|
}
|
|
set {
|
|
this["MruFile7"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string MruFile8 {
|
|
get {
|
|
return ((string)(this["MruFile8"]));
|
|
}
|
|
set {
|
|
this["MruFile8"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string MruFile9 {
|
|
get {
|
|
return ((string)(this["MruFile9"]));
|
|
}
|
|
set {
|
|
this["MruFile9"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Tahoma")]
|
|
public string PrintFontName {
|
|
get {
|
|
return ((string)(this["PrintFontName"]));
|
|
}
|
|
set {
|
|
this["PrintFontName"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("12")]
|
|
public decimal PrintFontSize {
|
|
get {
|
|
return ((decimal)(this["PrintFontSize"]));
|
|
}
|
|
set {
|
|
this["PrintFontSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool PrintSortByName {
|
|
get {
|
|
return ((bool)(this["PrintSortByName"]));
|
|
}
|
|
set {
|
|
this["PrintSortByName"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|