C# Класс ATMLCommonLibrary.controls.bus.VXIControl

Наследование: BusControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Свойство Тип Описание
InitializeComponent void

Открытые методы

Метод Описание
VXIControl ( ) : System

Защищенные методы

Метод Описание
ControlsToData ( ) : void
DataToControls ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

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

Описание методов

ControlsToData() защищенный Метод

protected ControlsToData ( ) : void
Результат void

DataToControls() защищенный Метод

protected DataToControls ( ) : void
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

VXIControl() публичный Метод

public VXIControl ( ) : System
Результат System

Описание свойств

cmbSlotSize защищенное свойство

protected ComboBox,System.Windows.Forms cmbSlotSize
Результат System.Windows.Forms.ComboBox

edtInteruptLines защищенное свойство

protected NumericUpDown,System.Windows.Forms edtInteruptLines
Результат System.Windows.Forms.NumericUpDown

edtSlotWeight защищенное свойство

protected NumericUpDown,System.Windows.Forms edtSlotWeight
Результат System.Windows.Forms.NumericUpDown

edtSlots защищенное свойство

protected NumericUpDown,System.Windows.Forms edtSlots
Результат System.Windows.Forms.NumericUpDown

errorProvider защищенное свойство

protected ErrorProvider errorProvider
Результат ErrorProvider

lblInterruptLines защищенное свойство

protected HelpLabel lblInterruptLines
Результат HelpLabel

lblSlotSize защищенное свойство

protected HelpLabel lblSlotSize
Результат HelpLabel

lblSlotWeight защищенное свойство

protected HelpLabel lblSlotWeight
Результат HelpLabel

lblSlots защищенное свойство

protected HelpLabel lblSlots
Результат HelpLabel

lblrequiredMemory защищенное свойство

protected HelpLabel lblrequiredMemory
Результат HelpLabel