C# Class Rsdn.Janus.MainForm

Inheritance: JanusBaseForm
ファイルを表示 Open project: rsdn/janus Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
MainForm ( [ serviceProvider ) : System

Protected Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

MainForm() public method

public MainForm ( [ serviceProvider ) : System
serviceProvider [
return System

OnClosed() protected method

protected OnClosed ( EventArgs ea ) : void
ea System.EventArgs
return void

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnLoad() protected method

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

OnLocationChanged() protected method

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

WndProc() protected method

protected WndProc ( Message &msg ) : void
msg Message
return void