C# 클래스 ResourceLib.Method.GuiConfig

Description of UIConfig.
파일 보기 프로젝트 열기: magicdict/MongoCola

공개 프로퍼티들

프로퍼티 타입 설명
ActionColor System.Drawing.Color
FailColor System.Drawing.Color
IsMono bool
IsUseDefaultLanguage bool
MacFontFamilyName string
SuccessColor System.Drawing.Color
WarningColor System.Drawing.Color
mStringResource StringResource

공개 메소드들

메소드 설명
GetMonoFont ( Font orgFont ) : Font

ChangeFont

GetText ( string tag ) : string

获得文字

GetText ( string defaultText, string tag ) : string

获得文字

MonoCompactControl ( Control controls ) : void

Mono

Translateform ( Control controls ) : void

控件多语言化

Translateform ( Form frm ) : void

自动化多语言

Translateform ( ToolStripItemCollection controls ) : void

控件多语言化

메소드 상세

GetMonoFont() 공개 정적인 메소드

ChangeFont
public static GetMonoFont ( Font orgFont ) : Font
orgFont System.Drawing.Font Org font.
리턴 System.Drawing.Font

GetText() 공개 정적인 메소드

获得文字
public static GetText ( string tag ) : string
tag string
리턴 string

GetText() 공개 정적인 메소드

获得文字
public static GetText ( string defaultText, string tag ) : string
defaultText string
tag string
리턴 string

MonoCompactControl() 공개 정적인 메소드

Mono
public static MonoCompactControl ( Control controls ) : void
controls System.Windows.Forms.Control
리턴 void

Translateform() 공개 정적인 메소드

控件多语言化
public static Translateform ( Control controls ) : void
controls System.Windows.Forms.Control
리턴 void

Translateform() 공개 정적인 메소드

自动化多语言
public static Translateform ( Form frm ) : void
frm System.Windows.Forms.Form
리턴 void

Translateform() 공개 정적인 메소드

控件多语言化
public static Translateform ( ToolStripItemCollection controls ) : void
controls System.Windows.Forms.ToolStripItemCollection
리턴 void

프로퍼티 상세

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

动作提示色
public static Color,System.Drawing ActionColor
리턴 System.Drawing.Color

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

失败提示色
public static Color,System.Drawing FailColor
리턴 System.Drawing.Color

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

是否为Mono
public static bool IsMono
리턴 bool

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

是否使用默认语言
public static bool IsUseDefaultLanguage
리턴 bool

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

Mac默认中文字体 中/日
public static string MacFontFamilyName
리턴 string

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

成功提示色
public static Color,System.Drawing SuccessColor
리턴 System.Drawing.Color

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

警告提示色
public static Color,System.Drawing WarningColor
리턴 System.Drawing.Color

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

字符串
public static StringResource,ResourceLib.Method mStringResource
리턴 StringResource