C# Class ATMLCommonLibrary.controls.bus.PXIControl

Inheritance: PCIControl
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Property Type Description
cmbSlotSize System.Windows.Forms.ComboBox
dynamicCurrentControl PXIBackplaneVoltagesControl
edtMemorySize System.Windows.Forms.NumericUpDown
edtSlotWeight System.Windows.Forms.NumericUpDown
edtSlots System.Windows.Forms.NumericUpDown
helpLabel3 HelpLabel
helpLabel4 HelpLabel
helpLabel5 HelpLabel
helpLabel6 HelpLabel
peakCurrentControl PXIBackplaneVoltagesControl
supportedClockServiceControl SupportedClockSourcesControl

Private Properties

Property Type Description
InitializeComponent void

Public Methods

Method Description
PXIControl ( ) : System

Protected Methods

Method Description
ControlsToData ( ) : void
DataToControls ( ) : void
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

ControlsToData() protected method

protected ControlsToData ( ) : void
return void

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

PXIControl() public method

public PXIControl ( ) : System
return System

Property Details

cmbSlotSize protected_oe property

protected System.Windows.Forms.ComboBox cmbSlotSize
return System.Windows.Forms.ComboBox

dynamicCurrentControl protected_oe property

protected PXIBackplaneVoltagesControl dynamicCurrentControl
return PXIBackplaneVoltagesControl

edtMemorySize protected_oe property

protected System.Windows.Forms.NumericUpDown edtMemorySize
return System.Windows.Forms.NumericUpDown

edtSlotWeight protected_oe property

protected System.Windows.Forms.NumericUpDown edtSlotWeight
return System.Windows.Forms.NumericUpDown

edtSlots protected_oe property

protected System.Windows.Forms.NumericUpDown edtSlots
return System.Windows.Forms.NumericUpDown

helpLabel3 protected_oe property

protected HelpLabel helpLabel3
return HelpLabel

helpLabel4 protected_oe property

protected HelpLabel helpLabel4
return HelpLabel

helpLabel5 protected_oe property

protected HelpLabel helpLabel5
return HelpLabel

helpLabel6 protected_oe property

protected HelpLabel helpLabel6
return HelpLabel

peakCurrentControl protected_oe property

protected PXIBackplaneVoltagesControl peakCurrentControl
return PXIBackplaneVoltagesControl

supportedClockServiceControl protected_oe property

protected SupportedClockSourcesControl,ATMLCommonLibrary.controls.bus supportedClockServiceControl
return SupportedClockSourcesControl