C# Class TpTrayUtility.TPEMain

Show file Open project: TargetProcess/Tp.TrayUtility

Public Properties

Property Type Description
_bugHotKey HotKey
_dashboardHotKey HotKey

Public Methods

Method Description
AddBug ( ) : void
CaptureToLib ( ) : void
ResetScreens ( ) : void
SetEnableNotifyIcon ( bool isEnable ) : void
StartNewMessageBlinking ( ) : void
StopNewMessageBlinking ( ) : void
SwitchToEditor ( ) : void
TPEMain ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnActivated ( EventArgs e ) : void
OnDeactivate ( EventArgs e ) : void
OnEnabledChanged ( EventArgs e ) : void
OnMouseDoubleClick ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

Private Methods

Method Description
AddBugCommon ( ) : void
AddBugPressed ( object sender, EventArgs e ) : void
AdditionalInitForAddBug ( ) : void
Form1_KeyPress ( object sender, KeyPressEventArgs e ) : void
Form1_Load ( object sender, EventArgs e ) : void
Form1_MouseDown ( object sender, MouseEventArgs e ) : void
Form1_MouseMove ( object sender, MouseEventArgs e ) : void
Form1_MouseUp ( object sender, MouseEventArgs e ) : void
Form1_Resize ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

MainMenu_ExitClick ( object sender, EventArgs e ) : void
PreparePictrue ( ) : Bitmap
iconBlinkTimer_Tick ( object sender, EventArgs e ) : void
notifyIcon1_MouseClick ( object sender, MouseEventArgs e ) : void
notifyIcon1_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
notifyIcon1_MouseMove ( object sender, MouseEventArgs e ) : void
toDo_Click ( object sender, EventArgs e ) : void
toolStripMenuAbout_Click ( object sender, EventArgs e ) : void
toolStripMenuItem2_Click ( object sender, EventArgs e ) : void
toolStripMenuItemAddBug_Click ( object sender, EventArgs e ) : void
toolStripMenuItemSetting_Click ( object sender, EventArgs e ) : void
toolStripTextBox1_Click ( object sender, EventArgs e ) : void
toolStripTextBox2_Click ( object sender, EventArgs e ) : void

Method Details

AddBug() public method

public AddBug ( ) : void
return void

CaptureToLib() public method

public CaptureToLib ( ) : 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

OnActivated() protected method

protected OnActivated ( EventArgs e ) : void
e System.EventArgs
return void

OnDeactivate() protected method

protected OnDeactivate ( EventArgs e ) : void
e System.EventArgs
return void

OnEnabledChanged() protected method

protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnMouseDoubleClick() protected method

protected OnMouseDoubleClick ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void

ResetScreens() public method

public ResetScreens ( ) : void
return void

SetEnableNotifyIcon() public method

public SetEnableNotifyIcon ( bool isEnable ) : void
isEnable bool
return void

StartNewMessageBlinking() public method

public StartNewMessageBlinking ( ) : void
return void

StopNewMessageBlinking() public method

public StopNewMessageBlinking ( ) : void
return void

SwitchToEditor() public method

public SwitchToEditor ( ) : void
return void

TPEMain() public method

public TPEMain ( ) : System
return System

Property Details

_bugHotKey public static property

public static HotKey,TpTrayUtility _bugHotKey
return HotKey

_dashboardHotKey public static property

public static HotKey,TpTrayUtility _dashboardHotKey
return HotKey