C# Class ATMLCommonLibrary.controls.bus.VXIControl

Inheritance: BusControl
Show file Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Property Type Description
cmbSlotSize System.Windows.Forms.ComboBox
edtInteruptLines System.Windows.Forms.NumericUpDown
edtSlotWeight System.Windows.Forms.NumericUpDown
edtSlots System.Windows.Forms.NumericUpDown
errorProvider ErrorProvider
lblInterruptLines HelpLabel
lblSlotSize HelpLabel
lblSlotWeight HelpLabel
lblSlots HelpLabel
lblrequiredMemory HelpLabel

Private Properties

Property Type Description
InitializeComponent void

Public Methods

Method Description
VXIControl ( ) : 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

VXIControl() public method

public VXIControl ( ) : System
return System

Property Details

cmbSlotSize protected property

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

edtInteruptLines protected property

protected NumericUpDown,System.Windows.Forms edtInteruptLines
return System.Windows.Forms.NumericUpDown

edtSlotWeight protected property

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

edtSlots protected property

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

errorProvider protected property

protected ErrorProvider errorProvider
return ErrorProvider

lblInterruptLines protected property

protected HelpLabel lblInterruptLines
return HelpLabel

lblSlotSize protected property

protected HelpLabel lblSlotSize
return HelpLabel

lblSlotWeight protected property

protected HelpLabel lblSlotWeight
return HelpLabel

lblSlots protected property

protected HelpLabel lblSlots
return HelpLabel

lblrequiredMemory protected property

protected HelpLabel lblrequiredMemory
return HelpLabel