C# Class ATMLCommonLibrary.forms.ATMLForm

Datei anzeigen 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_oe property

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

btnOk protected_oe property

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

lblDenoteRequiredField protected_oe property

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

panel1 protected_oe property

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