C# 클래스 Rsdn.Janus.MainForm

상속: JanusBaseForm
파일 보기 프로젝트 열기: rsdn/janus 1 사용 예제들

Private Properties

프로퍼티 타입 설명
About void
ConfigureUI void
CustomInitializeComponent void
ExitApp void
GetCaption string
InitializeComponent void
OnStyleChanged void
Options void
SelectNextFeature void
SelectPreviousFeature void
Subscribe void
Sync void
UpdateStyle void
UserPrefs void

공개 메소드들

메소드 설명
MainForm ( [ serviceProvider ) : System

보호된 메소드들

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

Clean up any resources being used.

OnClosed ( EventArgs ea ) : void
OnClosing ( CancelEventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnLocationChanged ( EventArgs e ) : void
WndProc ( Message &msg ) : void

비공개 메소드들

메소드 설명
About ( ) : void
ConfigureUI ( ) : void
CustomInitializeComponent ( ) : void
ExitApp ( ) : void
GetCaption ( ) : string
InitializeComponent ( ) : void

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

OnStyleChanged ( object s, StyleChangeEventArgs e ) : void
Options ( ) : void
SelectNextFeature ( ) : void
SelectPreviousFeature ( ) : void
Subscribe ( ) : void
Sync ( ) : void
UpdateStyle ( ) : void
UserPrefs ( ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

MainForm() 공개 메소드

public MainForm ( [ serviceProvider ) : System
serviceProvider [
리턴 System

OnClosed() 보호된 메소드

protected OnClosed ( EventArgs ea ) : void
ea System.EventArgs
리턴 void

OnClosing() 보호된 메소드

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

OnLoad() 보호된 메소드

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

OnLocationChanged() 보호된 메소드

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

WndProc() 보호된 메소드

protected WndProc ( Message &msg ) : void
msg Message
리턴 void