C# 클래스 Tibialyzer.StyleManager

파일 보기 프로젝트 열기: Mytherin/Tibialyzer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
LoadImage ( string file, string name ) : void

메소드 상세

ControlMouseEnter() 공개 정적인 메소드

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

ControlMouseLeave() 공개 정적인 메소드

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

ElementExists() 공개 정적인 메소드

public static ElementExists ( string element ) : bool
element string
리턴 bool

GetElementColor() 공개 정적인 메소드

public static GetElementColor ( string element ) : Color
element string
리턴 Color

GetElementImage() 공개 정적인 메소드

public static GetElementImage ( string element ) : Image
element string
리턴 Image

GetHealthColor() 공개 정적인 메소드

public static GetHealthColor ( double percentage ) : Color
percentage double
리턴 Color

GetImage() 공개 정적인 메소드

public static GetImage ( string name ) : Image
name string
리턴 Image

GoldToText() 공개 정적인 메소드

public static GoldToText ( double gold ) : string
gold double
리턴 string

GoldToText() 공개 정적인 메소드

public static GoldToText ( long gold ) : string
gold long
리턴 string

InitializeElement() 공개 정적인 메소드

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

InitializeStyle() 공개 정적인 메소드

public static InitializeStyle ( ) : void
리턴 void

StyleElement() 공개 정적인 메소드

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

프로퍼티 상세

AutoHotkeyCommandColor 공개적으로 정적으로 프로퍼티

public static Color AutoHotkeyCommandColor
리턴 Color

AutoHotkeyCommentColor 공개적으로 정적으로 프로퍼티

public static Color AutoHotkeyCommentColor
리턴 Color

AutoHotkeyKeywordColor 공개적으로 정적으로 프로퍼티

public static Color AutoHotkeyKeywordColor
리턴 Color

AutoHotkeyModifierColor 공개적으로 정적으로 프로퍼티

public static Color AutoHotkeyModifierColor
리턴 Color

AutoHotkeyOperatorBackColor 공개적으로 정적으로 프로퍼티

public static Color AutoHotkeyOperatorBackColor
리턴 Color

AutoHotkeyOperatorColor 공개적으로 정적으로 프로퍼티

public static Color AutoHotkeyOperatorColor
리턴 Color

AutoHotkeySpecialTokenColor 공개적으로 정적으로 프로퍼티

public static Color AutoHotkeySpecialTokenColor
리턴 Color

BlendTransparencyKey 공개적으로 정적으로 프로퍼티

public static Color BlendTransparencyKey
리턴 Color

BorderColor 공개적으로 정적으로 프로퍼티

public static Color BorderColor
리턴 Color

ClickableLinkColor 공개적으로 정적으로 프로퍼티

public static Color ClickableLinkColor
리턴 Color

CloseButtonHoverColor 공개적으로 정적으로 프로퍼티

public static Color CloseButtonHoverColor
리턴 Color

CloseButtonNormalColor 공개적으로 정적으로 프로퍼티

public static Color CloseButtonNormalColor
리턴 Color

CreatureBossColor 공개적으로 정적으로 프로퍼티

public static Color CreatureBossColor
리턴 Color

CreatureHealthColor 공개적으로 정적으로 프로퍼티

public static Color CreatureHealthColor
리턴 Color

DatabaseDiscardColor 공개적으로 정적으로 프로퍼티

public static Color DatabaseDiscardColor
리턴 Color

DatabaseNoConvertColor 공개적으로 정적으로 프로퍼티

public static Color DatabaseNoConvertColor
리턴 Color

DatabaseNoDiscardColor 공개적으로 정적으로 프로퍼티

public static Color DatabaseNoDiscardColor
리턴 Color

ElementDeathColor 공개적으로 정적으로 프로퍼티

public static Color ElementDeathColor
리턴 Color

ElementEarthColor 공개적으로 정적으로 프로퍼티

public static Color ElementEarthColor
리턴 Color

ElementEnergyColor 공개적으로 정적으로 프로퍼티

public static Color ElementEnergyColor
리턴 Color

ElementFireColor 공개적으로 정적으로 프로퍼티

public static Color ElementFireColor
리턴 Color

ElementHolyColor 공개적으로 정적으로 프로퍼티

public static Color ElementHolyColor
리턴 Color

ElementIceColor 공개적으로 정적으로 프로퍼티

public static Color ElementIceColor
리턴 Color

ElementPhysColor 공개적으로 정적으로 프로퍼티

public static Color ElementPhysColor
리턴 Color

ExperienceColor 공개적으로 정적으로 프로퍼티

public static Color ExperienceColor
리턴 Color

FontList 공개적으로 정적으로 프로퍼티

public static List FontList
리턴 List

HealthCritical 공개적으로 정적으로 프로퍼티

public static Color HealthCritical
리턴 Color

HealthDamaged 공개적으로 정적으로 프로퍼티

public static Color HealthDamaged
리턴 Color

HealthDanger 공개적으로 정적으로 프로퍼티

public static Color HealthDanger
리턴 Color

HealthFull 공개적으로 정적으로 프로퍼티

public static Color HealthFull
리턴 Color

HealthHealthy 공개적으로 정적으로 프로퍼티

public static Color HealthHealthy
리턴 Color

ItemGoldColor 공개적으로 정적으로 프로퍼티

public static Color ItemGoldColor
리턴 Color

MainFormButtonColor 공개적으로 정적으로 프로퍼티

public static Color MainFormButtonColor
리턴 Color

MainFormButtonForeColor 공개적으로 정적으로 프로퍼티

public static Color MainFormButtonForeColor
리턴 Color

MainFormDangerColor 공개적으로 정적으로 프로퍼티

public static Color MainFormDangerColor
리턴 Color

MainFormErrorColor 공개적으로 정적으로 프로퍼티

public static Color MainFormErrorColor
리턴 Color

MainFormHoverColor 공개적으로 정적으로 프로퍼티

public static Color MainFormHoverColor
리턴 Color

MainFormHoverForeColor 공개적으로 정적으로 프로퍼티

public static Color MainFormHoverForeColor
리턴 Color

MainFormLabelFont 공개적으로 정적으로 프로퍼티

public static Font,System.Drawing MainFormLabelFont
리턴 System.Drawing.Font

MainFormLabelFontBig 공개적으로 정적으로 프로퍼티

public static Font,System.Drawing MainFormLabelFontBig
리턴 System.Drawing.Font

MainFormLabelFontSmall 공개적으로 정적으로 프로퍼티

public static Font,System.Drawing MainFormLabelFontSmall
리턴 System.Drawing.Font

MainFormSafeColor 공개적으로 정적으로 프로퍼티

public static Color MainFormSafeColor
리턴 Color

MainFormSmallDangerColor 공개적으로 정적으로 프로퍼티

public static Color MainFormSmallDangerColor
리턴 Color

ManaColor 공개적으로 정적으로 프로퍼티

public static Color ManaColor
리턴 Color

MinimizeButtonHoverColor 공개적으로 정적으로 프로퍼티

public static Color MinimizeButtonHoverColor
리턴 Color

MinimizeButtonNormalColor 공개적으로 정적으로 프로퍼티

public static Color MinimizeButtonNormalColor
리턴 Color

NotificationBackgroundColor 공개적으로 정적으로 프로퍼티

public static Color NotificationBackgroundColor
리턴 Color

NotificationHeaderBackgroundColor 공개적으로 정적으로 프로퍼티

public static Color NotificationHeaderBackgroundColor
리턴 Color

NotificationHeaderColor 공개적으로 정적으로 프로퍼티

public static Color NotificationHeaderColor
리턴 Color

NotificationTextColor 공개적으로 정적으로 프로퍼티

public static Color NotificationTextColor
리턴 Color

PathFinderPathColor 공개적으로 정적으로 프로퍼티

public static Color PathFinderPathColor
리턴 Color

SummaryExperienceColor 공개적으로 정적으로 프로퍼티

public static Color SummaryExperienceColor
리턴 Color

TaskTrackerForeColor 공개적으로 정적으로 프로퍼티

public static Color TaskTrackerForeColor
리턴 Color

TaskTrackerForeColorCompleted 공개적으로 정적으로 프로퍼티

public static Color TaskTrackerForeColorCompleted
리턴 Color

TextFont 공개적으로 정적으로 프로퍼티

public static Font,System.Drawing TextFont
리턴 System.Drawing.Font

TransparencyKey 공개적으로 정적으로 프로퍼티

public static Color TransparencyKey
리턴 Color

WasteColor 공개적으로 정적으로 프로퍼티

public static Color WasteColor
리턴 Color