C# 클래스 TpTrayUtility.TPEMain

파일 보기 프로젝트 열기: TargetProcess/Tp.TrayUtility

공개 프로퍼티들

프로퍼티 타입 설명
_bugHotKey HotKey
_dashboardHotKey HotKey

공개 메소드들

메소드 설명
AddBug ( ) : void
CaptureToLib ( ) : void
ResetScreens ( ) : void
SetEnableNotifyIcon ( bool isEnable ) : void
StartNewMessageBlinking ( ) : void
StopNewMessageBlinking ( ) : void
SwitchToEditor ( ) : void
TPEMain ( ) : System

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AddBug() 공개 메소드

public AddBug ( ) : void
리턴 void

CaptureToLib() 공개 메소드

public CaptureToLib ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

OnActivated() 보호된 메소드

protected OnActivated ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnDeactivate() 보호된 메소드

protected OnDeactivate ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnEnabledChanged() 보호된 메소드

protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseDoubleClick() 보호된 메소드

protected OnMouseDoubleClick ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

ResetScreens() 공개 메소드

public ResetScreens ( ) : void
리턴 void

SetEnableNotifyIcon() 공개 메소드

public SetEnableNotifyIcon ( bool isEnable ) : void
isEnable bool
리턴 void

StartNewMessageBlinking() 공개 메소드

public StartNewMessageBlinking ( ) : void
리턴 void

StopNewMessageBlinking() 공개 메소드

public StopNewMessageBlinking ( ) : void
리턴 void

SwitchToEditor() 공개 메소드

public SwitchToEditor ( ) : void
리턴 void

TPEMain() 공개 메소드

public TPEMain ( ) : System
리턴 System

프로퍼티 상세

_bugHotKey 공개적으로 정적으로 프로퍼티

public static HotKey,TpTrayUtility _bugHotKey
리턴 HotKey

_dashboardHotKey 공개적으로 정적으로 프로퍼티

public static HotKey,TpTrayUtility _dashboardHotKey
리턴 HotKey