C# Class CodeImp.Gluon.MainForm

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: DieterKoblenz/LCARS Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &m ) : void

Private Methods

Method 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 method

public DisableScreensaver ( ) : void
return void

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

EnableScreensaver() public method

public EnableScreensaver ( ) : void
return void

MainForm() public method

public MainForm ( ) : System
return System

SetupColors() public method

public SetupColors ( ColorPalette c ) : void
c ColorPalette
return void

ShowLogLine() public method

public ShowLogLine ( string text ) : void
text string
return void

ShowTaggedPanel() public method

public ShowTaggedPanel ( string tag ) : void
tag string
return void

UserActivity() public method

public UserActivity ( ) : void
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m Message
return void