C# Class ATMLCommonLibrary.forms.PortSelectionForm

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

Private Properties

Свойство Type Description
FillPhysicalPortList void
FillResourcePortList void
InitPhysicalPortList void
InitResourcePortList void
InitializeComponent void
ResourcePortSelectionForm_Resize void
SetListItemCheckState void
SetListItemCheckState void
btnOk_Click void
panel1_Paint void

Méthodes publiques

Méthode Description
PortSelectionForm ( InstrumentDescription instrument ) : System

Méthodes protégées

Méthode Description
DataToControls ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
FillPhysicalPortList ( ) : void
FillResourcePortList ( ) : void
InitPhysicalPortList ( ) : void
InitResourcePortList ( ) : void
InitializeComponent ( ) : void

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

ResourcePortSelectionForm_Resize ( object sender, EventArgs e ) : void
SetListItemCheckState ( Port port, System.Windows.Forms.ListViewItem lvi ) : void
SetListItemCheckState ( Resource resource, Port port, System.Windows.Forms.ListViewItem lvi ) : void
btnOk_Click ( object sender, EventArgs e ) : void
panel1_Paint ( object sender, PaintEventArgs e ) : void

Method Details

DataToControls() protected méthode

protected DataToControls ( ) : void
Résultat void

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

PortSelectionForm() public méthode

public PortSelectionForm ( InstrumentDescription instrument ) : System
instrument ATMLModelLibrary.model.equipment.InstrumentDescription
Résultat System