C# Class ZabbixTray.frmMain

Mostra file Open project: wriley/ZabbixTray Class Usage Examples

Public Methods

Method Description
Debug ( string m ) : void
frmMain ( ) : System
getPriorityKey ( string val ) : int
getPriorityValue ( int key ) : string
priorityToColor ( int p ) : Color
reset ( ) : void
saveSettings ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Connect ( ) : void
Disconnect ( ) : void
ExitApplication_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Restore_Click ( object sender, EventArgs e ) : void
aboutToolStripMenuItem_Click ( object sender, EventArgs e ) : void
btnCheckNow_Click ( object sender, EventArgs e ) : void
cmsSystemTrayIcon_DoubleClick ( object sender, EventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
frmMain_FormClosing ( object sender, FormClosingEventArgs e ) : void
frmMain_Load ( object sender, EventArgs e ) : void
frmMain_Resize ( object sender, EventArgs e ) : void
loadSettings ( ) : void
minimizeMe ( ) : void
myExit ( ) : void
notifyIcon1_BalloonTipClicked ( object sender, EventArgs e ) : void
notifyIcon1_DoubleClick ( object sender, EventArgs e ) : void
optionsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
restoreMe ( ) : void
setIcon ( int p ) : void
showBalloon ( ) : void
tsmiMinimize_Click ( object sender, EventArgs e ) : void
tsmiOptions_Click ( object sender, EventArgs e ) : void
updateAlerts ( ) : void
updateInfo ( UpdateInfoMessage info ) : void

Method Details

Debug() public method

public Debug ( string m ) : void
m string
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

frmMain() public method

public frmMain ( ) : System
return System

getPriorityKey() public method

public getPriorityKey ( string val ) : int
val string
return int

getPriorityValue() public method

public getPriorityValue ( int key ) : string
key int
return string

priorityToColor() public method

public priorityToColor ( int p ) : Color
p int
return Color

reset() public method

public reset ( ) : void
return void

saveSettings() public method

public saveSettings ( ) : void
return void