Snap2HTML
Properties
AssemblyInfo.cs
Resources.Designer.cs
Resources.resx
Settings.Designer.cs
Settings.settings
app.manifest
CommandLine.cs
Models.cs
PortableSettingsProvider.cs
Program.cs
ReadMe.txt
Settings.cs
Snap2HTML.csproj
Utils.cs
app.config
frmMain.Designer.cs
frmMain.cs
frmMain.resx
frmMain_BackgroundWorker.cs
icon.ico
template.html
.gitignore
LICENSE
README.md
Snap2HTML.sln
150 lines
6.4 KiB
C#
150 lines
6.4 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 Snap2HTML.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.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.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public string txtRoot {
|
|
get {
|
|
return ((string)(this["txtRoot"]));
|
|
}
|
|
set {
|
|
this["txtRoot"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool chkHidden {
|
|
get {
|
|
return ((bool)(this["chkHidden"]));
|
|
}
|
|
set {
|
|
this["chkHidden"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool chkSystem {
|
|
get {
|
|
return ((bool)(this["chkSystem"]));
|
|
}
|
|
set {
|
|
this["chkSystem"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool chkLinkFiles {
|
|
get {
|
|
return ((bool)(this["chkLinkFiles"]));
|
|
}
|
|
set {
|
|
this["chkLinkFiles"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public string txtLinkRoot {
|
|
get {
|
|
return ((string)(this["txtLinkRoot"]));
|
|
}
|
|
set {
|
|
this["txtLinkRoot"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool chkOpenOutput {
|
|
get {
|
|
return ((bool)(this["chkOpenOutput"]));
|
|
}
|
|
set {
|
|
this["chkOpenOutput"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("-1")]
|
|
public int WindowLeft {
|
|
get {
|
|
return ((int)(this["WindowLeft"]));
|
|
}
|
|
set {
|
|
this["WindowLeft"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("-1")]
|
|
public int WindowTop {
|
|
get {
|
|
return ((int)(this["WindowTop"]));
|
|
}
|
|
set {
|
|
this["WindowTop"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string txtTitle {
|
|
get {
|
|
return ((string)(this["txtTitle"]));
|
|
}
|
|
set {
|
|
this["txtTitle"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|