Property | 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 |
Property | 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 |
Method | Description | |
---|---|---|
SimpleLimitControl ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnExpectedLimitChanged ( |
||
OnSelectExpectedLimit ( |
Method | 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, |
||
btnLimit1_Click ( object sender, |
||
cmbLimit1Comparitor_SelectedIndexChanged ( object sender, |
||
cmbLimit1Type_SelectedIndexChanged ( object sender, |
||
edtLimit1Value_Validating ( object sender, CancelEventArgs e ) : void | ||
edtLimitValue_KeyUp ( object sender, |
||
lblText_Click ( object sender, |
||
standardUnitControl_OnChange ( string stdUnit ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnExpectedLimitChanged ( |
||
expectedlimit | ||
return | void |
protected OnSelectExpectedLimit ( |
||
expectedlimit | ||
return | void |
protected System.Windows.Forms.Button btnLimit | ||
return | System.Windows.Forms.Button |
protected System.Windows.Forms.ComboBox cmbLimitComparitor | ||
return | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.ComboBox cmbLimitType | ||
return | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.Panel datumPanel | ||
return | System.Windows.Forms.Panel |
protected datum.DatumTextBox edtDatumType | ||
return | datum.DatumTextBox |
protected System.Windows.Forms.ErrorProvider errorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.Label lblText | ||
return | System.Windows.Forms.Label |
protected StandardUnitControl standardUnitControl | ||
return | StandardUnitControl |