C# 클래스 Hawkeye.UI.MainForm

The application form.
상속: System.Windows.Forms.Form, IDefaultLayoutProvider
파일 보기 프로젝트 열기: odalet/Hawkeye2 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InitializeComponent void
SetWindowSettings void
UpdateTitle void
aboutToolStripMenuItem_Click void
exitToolStripMenuItem_Click void

공개 메소드들

메소드 설명
GetDefaultBounds ( ) : Rectangle
MainForm ( ) : System

Initializes a new instance of the MainForm class.

SetTarget ( IntPtr hwnd ) : void

보호된 메소드들

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

Clean up any resources being used.

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

Handles this window messages

비공개 메소드들

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

메소드 상세

Dispose() 보호된 메소드

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

GetDefaultBounds() 공개 메소드

public GetDefaultBounds ( ) : Rectangle
리턴 System.Drawing.Rectangle

MainForm() 공개 메소드

Initializes a new instance of the MainForm class.
public MainForm ( ) : System
리턴 System

OnClosed() 보호된 메소드

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

SetTarget() 공개 메소드

public SetTarget ( IntPtr hwnd ) : void
hwnd System.IntPtr
리턴 void

WndProc() 보호된 메소드

Handles this window messages
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message The message.
리턴 void