C# Class TpTrayUtility.TPEMain

Afficher le fichier Open project: TargetProcess/Tp.TrayUtility

Méthodes publiques

Свойство Type Description
_bugHotKey HotKey
_dashboardHotKey HotKey

Méthodes publiques

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

Méthodes protégées

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

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

public AddBug ( ) : void
Résultat void

CaptureToLib() public méthode

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

OnActivated() protected méthode

protected OnActivated ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnDeactivate() protected méthode

protected OnDeactivate ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnEnabledChanged() protected méthode

protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseDoubleClick() protected méthode

protected OnMouseDoubleClick ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

ResetScreens() public méthode

public ResetScreens ( ) : void
Résultat void

SetEnableNotifyIcon() public méthode

public SetEnableNotifyIcon ( bool isEnable ) : void
isEnable bool
Résultat void

StartNewMessageBlinking() public méthode

public StartNewMessageBlinking ( ) : void
Résultat void

StopNewMessageBlinking() public méthode

public StopNewMessageBlinking ( ) : void
Résultat void

SwitchToEditor() public méthode

public SwitchToEditor ( ) : void
Résultat void

TPEMain() public méthode

public TPEMain ( ) : System
Résultat System

Property Details

_bugHotKey public_oe static_oe property

public static HotKey,TpTrayUtility _bugHotKey
Résultat HotKey

_dashboardHotKey public_oe static_oe property

public static HotKey,TpTrayUtility _dashboardHotKey
Résultat HotKey