C# Class ATMLCommonLibrary.forms.ATMLLibraryForm

Inheritance: WeifenLuo.WinFormsUI.Docking.DockContent, IATMLDockableWindow, IAtmlActionable
Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

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

Public Methods

Method Description
ATMLLibraryForm ( Type classType ) : System
CloseProject ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

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

Method Details

ATMLLibraryForm() public method

public ATMLLibraryForm ( Type classType ) : System
classType System.Type
return System

CloseProject() public method

public CloseProject ( ) : void
return void

Dispose() protected method

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

OnAtmlObjectAction() protected method

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