C# Class CodeImp.Gluon.MainForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: DieterKoblenz/LCARS Class Usage Examples

Méthodes publiques

Méthode Description
DisableScreensaver ( ) : void
EnableScreensaver ( ) : void
MainForm ( ) : System
SetupColors ( ColorPalette c ) : void
ShowLogLine ( string text ) : void
ShowTaggedPanel ( string tag ) : void
UserActivity ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &m ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

MainForm_KeyDown ( object sender, KeyEventArgs e ) : void
activitychecker_Tick ( object sender, EventArgs e ) : void
infoflasher_Tick ( object sender, EventArgs e ) : void
screensaver_Tick ( object sender, EventArgs e ) : void
warningflasher_Tick ( object sender, EventArgs e ) : void

Method Details

DisableScreensaver() public méthode

public DisableScreensaver ( ) : void
Résultat void

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

EnableScreensaver() public méthode

public EnableScreensaver ( ) : void
Résultat void

MainForm() public méthode

public MainForm ( ) : System
Résultat System

SetupColors() public méthode

public SetupColors ( ColorPalette c ) : void
c ColorPalette
Résultat void

ShowLogLine() public méthode

public ShowLogLine ( string text ) : void
text string
Résultat void

ShowTaggedPanel() public méthode

public ShowTaggedPanel ( string tag ) : void
tag string
Résultat void

UserActivity() public méthode

public UserActivity ( ) : void
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m Message
Résultat void