Method | Description | |
---|---|---|
GetFont ( string strFontName ) : StarWarsFont | ||
GetPallette ( string strPalletteName ) : Pallette | ||
SetGhostFont ( string strFontName ) : void | ||
SetNewPallette ( Pallette thePallette ) : void | ||
SetNewPallette ( string strPalletteName ) : void | ||
SetupMainForm ( System theBackgroundPath, |
||
UISettings ( ) : System | ||
UISettings ( string strSkinName ) : System |
public GetFont ( string strFontName ) : StarWarsFont | ||
strFontName | string | |
return | StarWarsFont |
public GetPallette ( string strPalletteName ) : Pallette | ||
strPalletteName | string | |
return | Pallette |
public SetGhostFont ( string strFontName ) : void | ||
strFontName | string | |
return | void |
public SetNewPallette ( Pallette thePallette ) : void | ||
thePallette | Pallette | |
return | void |
public SetNewPallette ( string strPalletteName ) : void | ||
strPalletteName | string | |
return | void |
public SetupMainForm ( System theBackgroundPath, |
||
theBackgroundPath | System | |
grdTitle | ||
grdWindowButtons | ||
grdStatusArea | ||
brdServerControls | System.Windows.Controls.Border | |
strCurrentPallette | string | |
formScale | ||
brdMessageBox | System.Windows.Controls.Border | |
return | List |
public UISettings ( string strSkinName ) : System | ||
strSkinName | string | |
return | System |