C# Class ATMLCommonLibrary.forms.ATMLForm

Show file Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Property Type Description
btnCancel System.Windows.Forms.Button
btnOk System.Windows.Forms.Button
lblDenoteRequiredField System.Windows.Forms.Label
panel1 System.Windows.Forms.Panel

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

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

Property Details

btnCancel protected property

protected System.Windows.Forms.Button btnCancel
return System.Windows.Forms.Button

btnOk protected property

protected System.Windows.Forms.Button btnOk
return System.Windows.Forms.Button

lblDenoteRequiredField protected property

protected System.Windows.Forms.Label lblDenoteRequiredField
return System.Windows.Forms.Label

panel1 protected property

protected System.Windows.Forms.Panel panel1
return System.Windows.Forms.Panel