C# Class ATMLCommonLibrary.controls.limit.LimitControl

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

Protected Properties

Свойство Type Description
_limit ATMLModelLibrary.model.common.Limit
btnSubmit System.Windows.Forms.Button
cmbLimitType System.Windows.Forms.ComboBox
cmbOperator System.Windows.Forms.ComboBox
edtLimitDescription awb.AWBTextBox
edtLimitName awb.AWBTextBox
edtQuickEntry System.Windows.Forms.TextBox
label1 ATMLCommonLibrary.controls.HelpLabel
label2 ATMLCommonLibrary.controls.HelpLabel
label3 ATMLCommonLibrary.controls.HelpLabel
label4 ATMLCommonLibrary.controls.HelpLabel
label5 ATMLCommonLibrary.controls.HelpLabel
panel1 System.Windows.Forms.Panel

Private Properties

Свойство Type Description
InitLimitTypeCombo void
InitializeComponent void
SetControlStates void
btnSubmit_Click void
cmbLimitType_SelectedIndexChanged void
edtQuickEntry_KeyDown void
edtQuickEntry_KeyUp void

Méthodes publiques

Méthode Description
LimitControl ( ) : System

Méthodes protégées

Méthode Description
ControlsToData ( ) : void
DataToControls ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitLimitTypeCombo ( ) : void
InitializeComponent ( ) : void

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

SetControlStates ( ) : void
btnSubmit_Click ( object sender, EventArgs e ) : void
cmbLimitType_SelectedIndexChanged ( object sender, EventArgs e ) : void
edtQuickEntry_KeyDown ( object sender, KeyEventArgs e ) : void
edtQuickEntry_KeyUp ( object sender, KeyEventArgs e ) : void

Method Details

ControlsToData() protected méthode

protected ControlsToData ( ) : void
Résultat void

DataToControls() protected méthode

protected DataToControls ( ) : void
Résultat void

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

LimitControl() public méthode

public LimitControl ( ) : System
Résultat System

Property Details

_limit protected_oe property

protected Limit,ATMLModelLibrary.model.common _limit
Résultat ATMLModelLibrary.model.common.Limit

btnSubmit protected_oe property

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

cmbLimitType protected_oe property

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

cmbOperator protected_oe property

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

edtLimitDescription protected_oe property

protected awb.AWBTextBox edtLimitDescription
Résultat awb.AWBTextBox

edtLimitName protected_oe property

protected awb.AWBTextBox edtLimitName
Résultat awb.AWBTextBox

edtQuickEntry protected_oe property

protected System.Windows.Forms.TextBox edtQuickEntry
Résultat System.Windows.Forms.TextBox

label1 protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel label1
Résultat ATMLCommonLibrary.controls.HelpLabel

label2 protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel label2
Résultat ATMLCommonLibrary.controls.HelpLabel

label3 protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel label3
Résultat ATMLCommonLibrary.controls.HelpLabel

label4 protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel label4
Résultat ATMLCommonLibrary.controls.HelpLabel

label5 protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel label5
Résultat ATMLCommonLibrary.controls.HelpLabel

panel1 protected_oe property

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