C# 클래스 DesktopHelper.UI.NavigationForm

파일 보기 프로젝트 열기: JimmyFung/DesktopHelper 1 사용 예제들

공개 메소드들

메소드 설명
NavigationForm ( ) : System
ShowForm ( AnchorStyles StopAanhor, int x, int y ) : void

显示窗体

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
AppTimerEvent ( ) : void
BtnSearch_Click ( object sender, EventArgs e ) : void
BtnSearch_MouseEnter ( object sender, EventArgs e ) : void
BtnSearch_MouseLeave ( object sender, EventArgs e ) : void
BtnSet_Click ( object sender, EventArgs e ) : void
BtnSet_MouseEnter ( object sender, EventArgs e ) : void
BtnSet_MouseLeave ( object sender, EventArgs e ) : void
GetFixedWebsiteData ( ) : void
GetTabpageLabels ( TabPage tabpage ) : Label[]
InitConfigWebsite ( ) : void
InitFixedWebsitePanel ( ) : void
InitSearch ( ) : void
InitSearchAndConfigWebsite ( ) : void
InitTabLabels ( DataRow dr, TabPage tabpage ) : void
InitializeComponent ( ) : void

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

MouseDetection ( ) : void
MouseTick ( object sender, EventArgs e ) : void
NavigationForm_FormClosed ( object sender, FormClosedEventArgs e ) : void
NavigationForm_Load ( object sender, EventArgs e ) : void
ShowWindow ( IntPtr hwnd, int dwTime, int dwFlags ) : bool
TimerTick ( object sender, EventArgs e ) : void
URLKeywordConvert ( string keyword ) : string
UpdateWebsiteData ( ) : void
Website_Click ( object sender, EventArgs e ) : void
Website_MouseHover ( object sender, EventArgs e ) : void
Website_MouseLeave ( object sender, EventArgs e ) : void
txtSearch_KeyPress ( object sender, KeyPressEventArgs e ) : 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

NavigationForm() 공개 메소드

public NavigationForm ( ) : System
리턴 System

ShowForm() 공개 메소드

显示窗体
public ShowForm ( AnchorStyles StopAanhor, int x, int y ) : void
StopAanhor AnchorStyles
x int
y int
리턴 void