project-carbon/ProjectCarbon/Properties/Settings.Designer.cs

195 lines
7.5 KiB
C#
Raw Normal View History

2015-06-29 20:48:49 -05:00
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18034
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace ProjectCarbon.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.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.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool StartUpWindows {
get {
return ((bool)(this["StartUpWindows"]));
}
set {
this["StartUpWindows"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool StartUpMinimized {
get {
return ((bool)(this["StartUpMinimized"]));
}
set {
this["StartUpMinimized"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool StartUpCapture {
get {
return ((bool)(this["StartUpCapture"]));
}
set {
this["StartUpCapture"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public int ProtocolFilterType {
get {
return ((int)(this["ProtocolFilterType"]));
}
set {
this["ProtocolFilterType"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Window")]
public global::System.Drawing.Color PacketListBackgroundColor {
get {
return ((global::System.Drawing.Color)(this["PacketListBackgroundColor"]));
}
set {
this["PacketListBackgroundColor"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("WindowText")]
public global::System.Drawing.Color PacketListTextColor {
get {
return ((global::System.Drawing.Color)(this["PacketListTextColor"]));
}
set {
this["PacketListTextColor"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("WindowText")]
public global::System.Drawing.Color PacketDisplayFontColor {
get {
return ((global::System.Drawing.Color)(this["PacketDisplayFontColor"]));
}
set {
this["PacketDisplayFontColor"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Window")]
public global::System.Drawing.Color PacketDisplayBackgroundColor {
get {
return ((global::System.Drawing.Color)(this["PacketDisplayBackgroundColor"]));
}
set {
this["PacketDisplayBackgroundColor"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Courier New, 9.75pt, style=Bold")]
public global::System.Drawing.Font PacketDisplayFontFace {
get {
return ((global::System.Drawing.Font)(this["PacketDisplayFontFace"]));
}
set {
this["PacketDisplayFontFace"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool AutoScrollPacketList {
get {
return ((bool)(this["AutoScrollPacketList"]));
}
set {
this["AutoScrollPacketList"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool ToolbarVisible {
get {
return ((bool)(this["ToolbarVisible"]));
}
set {
this["ToolbarVisible"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool StatusBarVisible {
get {
return ((bool)(this["StatusBarVisible"]));
}
set {
this["StatusBarVisible"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool PacketListVisible {
get {
return ((bool)(this["PacketListVisible"]));
}
set {
this["PacketListVisible"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool PacketDisplayVisible {
get {
return ((bool)(this["PacketDisplayVisible"]));
}
set {
this["PacketDisplayVisible"] = value;
}
}
}
}