C# Class ATMLCommonLibrary.controls.limit.SimpleLimitControl

Inheritance: ATMLControl
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Свойство Type Description
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

Свойство Type Description
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

Méthodes publiques

Méthode Description
SimpleLimitControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode Description
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

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnExpectedLimitChanged() protected méthode

protected OnExpectedLimitChanged ( LimitExpected expectedlimit ) : void
expectedlimit ATMLModelLibrary.model.common.LimitExpected
Résultat void

OnSelectExpectedLimit() protected méthode

protected OnSelectExpectedLimit ( LimitExpected expectedlimit ) : void
expectedlimit ATMLModelLibrary.model.common.LimitExpected
Résultat void

SimpleLimitControl() public méthode

public SimpleLimitControl ( ) : System
Résultat System

Property Details

btnLimit protected_oe property

protected System.Windows.Forms.Button btnLimit
Résultat System.Windows.Forms.Button

cmbLimitComparitor protected_oe property

protected System.Windows.Forms.ComboBox cmbLimitComparitor
Résultat System.Windows.Forms.ComboBox

cmbLimitType protected_oe property

protected System.Windows.Forms.ComboBox cmbLimitType
Résultat System.Windows.Forms.ComboBox

datumPanel protected_oe property

protected System.Windows.Forms.Panel datumPanel
Résultat System.Windows.Forms.Panel

edtDatumType protected_oe property

protected datum.DatumTextBox edtDatumType
Résultat datum.DatumTextBox

errorProvider protected_oe property

protected System.Windows.Forms.ErrorProvider errorProvider
Résultat System.Windows.Forms.ErrorProvider

lblComparitor protected_oe property

protected HelpLabel lblComparitor
Résultat HelpLabel

lblStandardUnit protected_oe property

protected HelpLabel lblStandardUnit
Résultat HelpLabel

lblText protected_oe property

protected System.Windows.Forms.Label lblText
Résultat System.Windows.Forms.Label

lblType protected_oe property

protected HelpLabel lblType
Résultat HelpLabel

lblValue protected_oe property

protected HelpLabel lblValue
Résultat HelpLabel

standardUnitControl protected_oe property

protected StandardUnitControl standardUnitControl
Résultat StandardUnitControl

textPanel protected_oe property

protected System.Windows.Forms.Panel textPanel
Résultat System.Windows.Forms.Panel