C# Class Hawkeye.UI.MainForm

The application form.
Inheritance: System.Windows.Forms.Form, IDefaultLayoutProvider
Afficher le fichier Open project: odalet/Hawkeye2 Class Usage Examples

Private Properties

Свойство Type Description
InitializeComponent void
SetWindowSettings void
UpdateTitle void
aboutToolStripMenuItem_Click void
exitToolStripMenuItem_Click void

Méthodes publiques

Méthode Description
GetDefaultBounds ( ) : Rectangle
MainForm ( ) : System

Initializes a new instance of the MainForm class.

SetTarget ( IntPtr hwnd ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosed ( EventArgs e ) : void
WndProc ( Message &m ) : void

Handles this window messages

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

SetWindowSettings ( MainFormSettings settings ) : void
UpdateTitle ( string controlName = "" ) : void
aboutToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Handles the Click event of the aboutToolStripMenuItem control.

exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Handles the Click event of the exitToolStripMenuItem control.

Method Details

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

GetDefaultBounds() public méthode

public GetDefaultBounds ( ) : Rectangle
Résultat System.Drawing.Rectangle

MainForm() public méthode

Initializes a new instance of the MainForm class.
public MainForm ( ) : System
Résultat System

OnClosed() protected méthode

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

SetTarget() public méthode

public SetTarget ( IntPtr hwnd ) : void
hwnd System.IntPtr
Résultat void

WndProc() protected méthode

Handles this window messages
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message The message.
Résultat void