C# Class SirenOfShame.UserPanel

Inheritance: SirenOfShame.Lib.UserControlBase
Afficher le fichier Open project: AutomatedArchitecture/SirenOfShame Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

RefreshAvatar() public méthode

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

RefreshStats() public méthode

public RefreshStats ( SirenOfShame.Lib.Settings.PersonSetting person ) : void
person SirenOfShame.Lib.Settings.PersonSetting
Résultat void

UserPanel() public méthode

public UserPanel ( ) : System
Résultat System

UserPanel() public méthode

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