C# Class SirenOfShame.UserPanel

Inheritance: SirenOfShame.Lib.UserControlBase
ファイルを表示 Open project: AutomatedArchitecture/SirenOfShame Class Usage Examples

Public Methods

Method Description
RefreshAvatar ( SirenOfShame.Lib.Settings.PersonSetting personSetting, ImageList imageList ) : void
RefreshStats ( SirenOfShame.Lib.Settings.PersonSetting person ) : void
UserPanel ( ) : System
UserPanel ( SirenOfShame.Lib.Settings.PersonSetting person, ImageList avatarImageList ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnFontChanged ( object sender, EventArgs e ) : void
ResetFontSize ( float fontSizeMultiplier, Label label, float baseSize ) : void
StoreInitialFontSizes ( ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

RefreshAvatar() public method

public RefreshAvatar ( SirenOfShame.Lib.Settings.PersonSetting personSetting, ImageList imageList ) : void
personSetting SirenOfShame.Lib.Settings.PersonSetting
imageList System.Windows.Forms.ImageList
return void

RefreshStats() public method

public RefreshStats ( SirenOfShame.Lib.Settings.PersonSetting person ) : void
person SirenOfShame.Lib.Settings.PersonSetting
return void

UserPanel() public method

public UserPanel ( ) : System
return System

UserPanel() public method

public UserPanel ( SirenOfShame.Lib.Settings.PersonSetting person, ImageList avatarImageList ) : System
person SirenOfShame.Lib.Settings.PersonSetting
avatarImageList System.Windows.Forms.ImageList
return System