C# Class Tibialyzer.StyleManager

Show file Open project: Mytherin/Tibialyzer Class Usage Examples

Public Properties

Property Type Description
AutoHotkeyCommandColor Color
AutoHotkeyCommentColor Color
AutoHotkeyKeywordColor Color
AutoHotkeyModifierColor Color
AutoHotkeyOperatorBackColor Color
AutoHotkeyOperatorColor Color
AutoHotkeySpecialTokenColor Color
BlendTransparencyKey Color
BorderColor Color
ClickableLinkColor Color
CloseButtonHoverColor Color
CloseButtonNormalColor Color
CreatureBossColor Color
CreatureHealthColor Color
DatabaseDiscardColor Color
DatabaseNoConvertColor Color
DatabaseNoDiscardColor Color
ElementDeathColor Color
ElementEarthColor Color
ElementEnergyColor Color
ElementFireColor Color
ElementHolyColor Color
ElementIceColor Color
ElementPhysColor Color
ExperienceColor Color
FontList List
HealthCritical Color
HealthDamaged Color
HealthDanger Color
HealthFull Color
HealthHealthy Color
ItemGoldColor Color
MainFormButtonColor Color
MainFormButtonForeColor Color
MainFormDangerColor Color
MainFormErrorColor Color
MainFormHoverColor Color
MainFormHoverForeColor Color
MainFormLabelFont System.Drawing.Font
MainFormLabelFontBig System.Drawing.Font
MainFormLabelFontSmall System.Drawing.Font
MainFormSafeColor Color
MainFormSmallDangerColor Color
ManaColor Color
MinimizeButtonHoverColor Color
MinimizeButtonNormalColor Color
NotificationBackgroundColor Color
NotificationHeaderBackgroundColor Color
NotificationHeaderColor Color
NotificationTextColor Color
PathFinderPathColor Color
SummaryExperienceColor Color
TaskTrackerForeColor Color
TaskTrackerForeColorCompleted Color
TextFont System.Drawing.Font
TransparencyKey Color
WasteColor Color

Public Methods

Method Description
ControlMouseEnter ( object sender, EventArgs e ) : void
ControlMouseLeave ( object sender, EventArgs e ) : void
ElementExists ( string element ) : bool
GetElementColor ( string element ) : Color
GetElementImage ( string element ) : Image
GetHealthColor ( double percentage ) : Color
GetImage ( string name ) : Image
GoldToText ( double gold ) : string
GoldToText ( long gold ) : string
InitializeElement ( Control c ) : void
InitializeStyle ( ) : void
StyleElement ( Control c ) : void

Private Methods

Method Description
LoadImage ( string file, string name ) : void

Method Details

ControlMouseEnter() public static method

public static ControlMouseEnter ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ControlMouseLeave() public static method

public static ControlMouseLeave ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ElementExists() public static method

public static ElementExists ( string element ) : bool
element string
return bool

GetElementColor() public static method

public static GetElementColor ( string element ) : Color
element string
return Color

GetElementImage() public static method

public static GetElementImage ( string element ) : Image
element string
return Image

GetHealthColor() public static method

public static GetHealthColor ( double percentage ) : Color
percentage double
return Color

GetImage() public static method

public static GetImage ( string name ) : Image
name string
return Image

GoldToText() public static method

public static GoldToText ( double gold ) : string
gold double
return string

GoldToText() public static method

public static GoldToText ( long gold ) : string
gold long
return string

InitializeElement() public static method

public static InitializeElement ( Control c ) : void
c System.Windows.Forms.Control
return void

InitializeStyle() public static method

public static InitializeStyle ( ) : void
return void

StyleElement() public static method

public static StyleElement ( Control c ) : void
c System.Windows.Forms.Control
return void

Property Details

AutoHotkeyCommandColor public static property

public static Color AutoHotkeyCommandColor
return Color

AutoHotkeyCommentColor public static property

public static Color AutoHotkeyCommentColor
return Color

AutoHotkeyKeywordColor public static property

public static Color AutoHotkeyKeywordColor
return Color

AutoHotkeyModifierColor public static property

public static Color AutoHotkeyModifierColor
return Color

AutoHotkeyOperatorBackColor public static property

public static Color AutoHotkeyOperatorBackColor
return Color

AutoHotkeyOperatorColor public static property

public static Color AutoHotkeyOperatorColor
return Color

AutoHotkeySpecialTokenColor public static property

public static Color AutoHotkeySpecialTokenColor
return Color

BlendTransparencyKey public static property

public static Color BlendTransparencyKey
return Color

BorderColor public static property

public static Color BorderColor
return Color

ClickableLinkColor public static property

public static Color ClickableLinkColor
return Color

CloseButtonHoverColor public static property

public static Color CloseButtonHoverColor
return Color

CloseButtonNormalColor public static property

public static Color CloseButtonNormalColor
return Color

CreatureBossColor public static property

public static Color CreatureBossColor
return Color

CreatureHealthColor public static property

public static Color CreatureHealthColor
return Color

DatabaseDiscardColor public static property

public static Color DatabaseDiscardColor
return Color

DatabaseNoConvertColor public static property

public static Color DatabaseNoConvertColor
return Color

DatabaseNoDiscardColor public static property

public static Color DatabaseNoDiscardColor
return Color

ElementDeathColor public static property

public static Color ElementDeathColor
return Color

ElementEarthColor public static property

public static Color ElementEarthColor
return Color

ElementEnergyColor public static property

public static Color ElementEnergyColor
return Color

ElementFireColor public static property

public static Color ElementFireColor
return Color

ElementHolyColor public static property

public static Color ElementHolyColor
return Color

ElementIceColor public static property

public static Color ElementIceColor
return Color

ElementPhysColor public static property

public static Color ElementPhysColor
return Color

ExperienceColor public static property

public static Color ExperienceColor
return Color

FontList public static property

public static List FontList
return List

HealthCritical public static property

public static Color HealthCritical
return Color

HealthDamaged public static property

public static Color HealthDamaged
return Color

HealthDanger public static property

public static Color HealthDanger
return Color

HealthFull public static property

public static Color HealthFull
return Color

HealthHealthy public static property

public static Color HealthHealthy
return Color

ItemGoldColor public static property

public static Color ItemGoldColor
return Color

MainFormButtonColor public static property

public static Color MainFormButtonColor
return Color

MainFormButtonForeColor public static property

public static Color MainFormButtonForeColor
return Color

MainFormDangerColor public static property

public static Color MainFormDangerColor
return Color

MainFormErrorColor public static property

public static Color MainFormErrorColor
return Color

MainFormHoverColor public static property

public static Color MainFormHoverColor
return Color

MainFormHoverForeColor public static property

public static Color MainFormHoverForeColor
return Color

MainFormLabelFont public static property

public static Font,System.Drawing MainFormLabelFont
return System.Drawing.Font

MainFormLabelFontBig public static property

public static Font,System.Drawing MainFormLabelFontBig
return System.Drawing.Font

MainFormLabelFontSmall public static property

public static Font,System.Drawing MainFormLabelFontSmall
return System.Drawing.Font

MainFormSafeColor public static property

public static Color MainFormSafeColor
return Color

MainFormSmallDangerColor public static property

public static Color MainFormSmallDangerColor
return Color

ManaColor public static property

public static Color ManaColor
return Color

MinimizeButtonHoverColor public static property

public static Color MinimizeButtonHoverColor
return Color

MinimizeButtonNormalColor public static property

public static Color MinimizeButtonNormalColor
return Color

NotificationBackgroundColor public static property

public static Color NotificationBackgroundColor
return Color

NotificationHeaderBackgroundColor public static property

public static Color NotificationHeaderBackgroundColor
return Color

NotificationHeaderColor public static property

public static Color NotificationHeaderColor
return Color

NotificationTextColor public static property

public static Color NotificationTextColor
return Color

PathFinderPathColor public static property

public static Color PathFinderPathColor
return Color

SummaryExperienceColor public static property

public static Color SummaryExperienceColor
return Color

TaskTrackerForeColor public static property

public static Color TaskTrackerForeColor
return Color

TaskTrackerForeColorCompleted public static property

public static Color TaskTrackerForeColorCompleted
return Color

TextFont public static property

public static Font,System.Drawing TextFont
return System.Drawing.Font

TransparencyKey public static property

public static Color TransparencyKey
return Color

WasteColor public static property

public static Color WasteColor
return Color