C# Class ATMLCommonLibrary.controls.limit.LimitControl

Inheritance: ATMLControl
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Property 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

Property Type Description
InitLimitTypeCombo void
InitializeComponent void
SetControlStates void
btnSubmit_Click void
cmbLimitType_SelectedIndexChanged void
edtQuickEntry_KeyDown void
edtQuickEntry_KeyUp void

Public Methods

Method Description
LimitControl ( ) : System

Protected Methods

Method Description
ControlsToData ( ) : void
DataToControls ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 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

LimitControl() public method

public LimitControl ( ) : System
return System

Property Details

_limit protected_oe property

protected Limit,ATMLModelLibrary.model.common _limit
return ATMLModelLibrary.model.common.Limit

btnSubmit protected_oe property

protected System.Windows.Forms.Button btnSubmit
return System.Windows.Forms.Button

cmbLimitType protected_oe property

protected System.Windows.Forms.ComboBox cmbLimitType
return System.Windows.Forms.ComboBox

cmbOperator protected_oe property

protected System.Windows.Forms.ComboBox cmbOperator
return System.Windows.Forms.ComboBox

edtLimitDescription protected_oe property

protected awb.AWBTextBox edtLimitDescription
return awb.AWBTextBox

edtLimitName protected_oe property

protected awb.AWBTextBox edtLimitName
return awb.AWBTextBox

edtQuickEntry protected_oe property

protected System.Windows.Forms.TextBox edtQuickEntry
return System.Windows.Forms.TextBox

label1 protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel label1
return ATMLCommonLibrary.controls.HelpLabel

label2 protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel label2
return ATMLCommonLibrary.controls.HelpLabel

label3 protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel label3
return ATMLCommonLibrary.controls.HelpLabel

label4 protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel label4
return ATMLCommonLibrary.controls.HelpLabel

label5 protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel label5
return ATMLCommonLibrary.controls.HelpLabel

panel1 protected_oe property

protected System.Windows.Forms.Panel panel1
return System.Windows.Forms.Panel