C# Class ATMLCommonLibrary.forms.InstrumentForm

Inheritance: ATMLForm, IAtmlActionable
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Свойство Type Description
BuildAtml String
GetName string
InitializeComponent void
InstrumentForm_FormClosing void
InstrumentForm_UndoChanges void
InstrumentForm_ValidateSchema void
InstrumentForm_Validating void
ValidateToSchema void
btnOk_Validating void
btnValidate_Click void
btnViewATML_Click void

Méthodes publiques

Méthode Description
InstrumentForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnAtmlObjectAction ( IAtmlObject obj, AtmlActionType actiontype ) : IAtmlObject
OnResizeBegin ( EventArgs e ) : void
OnResizeEnd ( EventArgs e ) : void
OnSaved ( ) : void
btnOk_Clicka ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
BuildAtml ( ) : String
GetName ( InstrumentDescription instrument ) : string
InitializeComponent ( ) : void

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

InstrumentForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
InstrumentForm_UndoChanges ( object sender, EventArgs e ) : void
InstrumentForm_ValidateSchema ( object sender, EventArgs e ) : void
InstrumentForm_Validating ( object sender, CancelEventArgs e ) : void
ValidateToSchema ( ) : void
btnOk_Validating ( object sender, CancelEventArgs e ) : void
btnValidate_Click ( object sender, EventArgs e ) : void
btnViewATML_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

InstrumentForm() public méthode

public InstrumentForm ( ) : System
Résultat System

OnAtmlObjectAction() protected méthode

protected OnAtmlObjectAction ( IAtmlObject obj, AtmlActionType actiontype ) : IAtmlObject
obj IAtmlObject
actiontype AtmlActionType
Résultat IAtmlObject

OnResizeBegin() protected méthode

protected OnResizeBegin ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnResizeEnd() protected méthode

protected OnResizeEnd ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSaved() protected méthode

protected OnSaved ( ) : void
Résultat void

btnOk_Clicka() protected méthode

protected btnOk_Clicka ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void