C# Class ATMLCommonLibrary.forms.PortSelectionForm

Inheritance: ATMLForm
Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
PortSelectionForm ( InstrumentDescription instrument ) : System

Protected Methods

Method Description
DataToControls ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

protected DataToControls ( ) : 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

PortSelectionForm() public method

public PortSelectionForm ( InstrumentDescription instrument ) : System
instrument ATMLModelLibrary.model.equipment.InstrumentDescription
return System