C# Класс ATMLCommonLibrary.controls.limit.SimpleLimitControl

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

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

Свойство Тип Описание
btnLimit System.Windows.Forms.Button
cmbLimitComparitor System.Windows.Forms.ComboBox
cmbLimitType System.Windows.Forms.ComboBox
datumPanel System.Windows.Forms.Panel
edtDatumType datum.DatumTextBox
errorProvider System.Windows.Forms.ErrorProvider
lblComparitor HelpLabel
lblStandardUnit HelpLabel
lblText System.Windows.Forms.Label
lblType HelpLabel
lblValue HelpLabel
standardUnitControl StandardUnitControl
textPanel System.Windows.Forms.Panel

Private Properties

Свойство Тип Описание
ControlsToData void
DataToControls void
InitLimit void
InitializeComponent void
SetComparitorDataSource void
SimpleLimitControl_Load void
btnLimit1_Click void
cmbLimit1Comparitor_SelectedIndexChanged void
cmbLimit1Type_SelectedIndexChanged void
edtLimit1Value_Validating void
edtLimitValue_KeyUp void
lblText_Click void
standardUnitControl_OnChange void

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

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

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

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

Clean up any resources being used.

OnExpectedLimitChanged ( LimitExpected expectedlimit ) : void
OnSelectExpectedLimit ( LimitExpected expectedlimit ) : void

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

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

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

SetComparitorDataSource ( ) : void
SimpleLimitControl_Load ( object sender, EventArgs e ) : void
btnLimit1_Click ( object sender, EventArgs e ) : void
cmbLimit1Comparitor_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmbLimit1Type_SelectedIndexChanged ( object sender, EventArgs e ) : void
edtLimit1Value_Validating ( object sender, CancelEventArgs e ) : void
edtLimitValue_KeyUp ( object sender, KeyEventArgs e ) : void
lblText_Click ( object sender, EventArgs e ) : void
standardUnitControl_OnChange ( string stdUnit ) : 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

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

protected OnExpectedLimitChanged ( LimitExpected expectedlimit ) : void
expectedlimit ATMLModelLibrary.model.common.LimitExpected
Результат void

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

protected OnSelectExpectedLimit ( LimitExpected expectedlimit ) : void
expectedlimit ATMLModelLibrary.model.common.LimitExpected
Результат void

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

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

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

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

protected System.Windows.Forms.Button btnLimit
Результат System.Windows.Forms.Button

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

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

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

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

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

protected System.Windows.Forms.Panel datumPanel
Результат System.Windows.Forms.Panel

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

protected datum.DatumTextBox edtDatumType
Результат datum.DatumTextBox

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

protected System.Windows.Forms.ErrorProvider errorProvider
Результат System.Windows.Forms.ErrorProvider

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

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

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

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

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

protected System.Windows.Forms.Label lblText
Результат System.Windows.Forms.Label

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

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

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

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

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

protected StandardUnitControl standardUnitControl
Результат StandardUnitControl

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

protected System.Windows.Forms.Panel textPanel
Результат System.Windows.Forms.Panel