C# 클래스 ATMLCommonLibrary.forms.ATMLLibraryForm

상속: WeifenLuo.WinFormsUI.Docking.DockContent, IATMLDockableWindow, IAtmlActionable
파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ATMLLibraryForm_FormClosing void
ATMLLibraryForm_Load void
InitializeComponent void
btnFilter_Click void
btnRefresh_Click void
btnSelect_Click void
edtFilter_KeyDown void
edtFilter_KeyPress void
edtFilter_KeyUp void
mnuItemNew_Click void

공개 메소드들

메소드 설명
ATMLLibraryForm ( Type classType ) : System
CloseProject ( ) : void

보호된 메소드들

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

Clean up any resources being used.

OnAtmlObjectAction ( IAtmlObject obj, AtmlActionType actiontype, EventArgs args ) : IAtmlObject

비공개 메소드들

메소드 설명
ATMLLibraryForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
ATMLLibraryForm_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

btnFilter_Click ( object sender, EventArgs e ) : void
btnRefresh_Click ( object sender, EventArgs e ) : void
btnSelect_Click ( object sender, EventArgs e ) : void
edtFilter_KeyDown ( object sender, KeyEventArgs e ) : void
edtFilter_KeyPress ( object sender, KeyPressEventArgs e ) : void
edtFilter_KeyUp ( object sender, KeyEventArgs e ) : void
mnuItemNew_Click ( object sender, EventArgs e ) : void

메소드 상세

ATMLLibraryForm() 공개 메소드

public ATMLLibraryForm ( Type classType ) : System
classType System.Type
리턴 System

CloseProject() 공개 메소드

public CloseProject ( ) : void
리턴 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

OnAtmlObjectAction() 보호된 메소드

protected OnAtmlObjectAction ( IAtmlObject obj, AtmlActionType actiontype, EventArgs args ) : IAtmlObject
obj IAtmlObject
actiontype AtmlActionType
args System.EventArgs
리턴 IAtmlObject