Property | Type | Description | |
---|---|---|---|
_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 |
Property | Type | Description | |
---|---|---|---|
InitLimitTypeCombo | void | ||
InitializeComponent | void | ||
SetControlStates | void | ||
btnSubmit_Click | void | ||
cmbLimitType_SelectedIndexChanged | void | ||
edtQuickEntry_KeyDown | void | ||
edtQuickEntry_KeyUp | void |
Method | Description | |
---|---|---|
LimitControl ( ) : System |
Method | Description | |
---|---|---|
ControlsToData ( ) : void | ||
DataToControls ( ) : void | ||
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
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, |
||
cmbLimitType_SelectedIndexChanged ( object sender, |
||
edtQuickEntry_KeyDown ( object sender, |
||
edtQuickEntry_KeyUp ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected Limit,ATMLModelLibrary.model.common _limit | ||
return |
protected System.Windows.Forms.Button btnSubmit | ||
return | System.Windows.Forms.Button |
protected System.Windows.Forms.ComboBox cmbLimitType | ||
return | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.ComboBox cmbOperator | ||
return | System.Windows.Forms.ComboBox |
protected awb.AWBTextBox edtLimitDescription | ||
return | awb.AWBTextBox |
protected System.Windows.Forms.TextBox edtQuickEntry | ||
return | System.Windows.Forms.TextBox |
protected ATMLCommonLibrary.controls.HelpLabel label1 | ||
return | ATMLCommonLibrary.controls.HelpLabel |
protected ATMLCommonLibrary.controls.HelpLabel label2 | ||
return | ATMLCommonLibrary.controls.HelpLabel |
protected ATMLCommonLibrary.controls.HelpLabel label3 | ||
return | ATMLCommonLibrary.controls.HelpLabel |
protected ATMLCommonLibrary.controls.HelpLabel label4 | ||
return | ATMLCommonLibrary.controls.HelpLabel |
protected ATMLCommonLibrary.controls.HelpLabel label5 | ||
return | ATMLCommonLibrary.controls.HelpLabel |