Property | Type | Description | |
---|---|---|---|
_value | Value | ||
chkConfidence | System.Windows.Forms.CheckBox | ||
chkResolution | System.Windows.Forms.CheckBox | ||
cmbDatumType | System.Windows.Forms.ComboBox | ||
edtNonStandardUnit | ATMLCommonLibrary.controls.awb.AWBTextBox | ||
errorLimitControl | limit.LimitControl | ||
helpLabel1 | HelpLabel | ||
label1 | ATMLCommonLibrary.controls.HelpLabel | ||
label2 | ATMLCommonLibrary.controls.HelpLabel | ||
label3 | ATMLCommonLibrary.controls.HelpLabel | ||
lblValue | HelpLabel | ||
limitControl1 | limit.LimitControl | ||
rangeLimitControl | limit.LimitControl | ||
tabControl1 | System.Windows.Forms.TabControl | ||
tabErrorLimits | System.Windows.Forms.TabPage | ||
tabRange | System.Windows.Forms.TabPage |
Property | Type | Description | |
---|---|---|---|
ControlsToData | void | ||
DataToControls | void | ||
DatumTypeControl_Validating | void | ||
InitializeComponent | void | ||
SetControlStates | void | ||
SetEditStates | void | ||
chkConfidence_CheckedChanged | void | ||
chkResolution_CheckedChanged | void | ||
comboBox1_SelectedIndexChanged | void | ||
edtNonStandardUnit_KeyUp | void | ||
standardUnitControl_OnChange | void |
Method | Description | |
---|---|---|
DatumTypeControl ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ControlsToData ( ) : void | ||
DataToControls ( ) : void | ||
DatumTypeControl_Validating ( object sender, CancelEventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SetControlStates ( ) : void | ||
SetEditStates ( ) : void | ||
chkConfidence_CheckedChanged ( object sender, EventArgs e ) : void | ||
chkResolution_CheckedChanged ( object sender, EventArgs e ) : void | ||
comboBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
edtNonStandardUnit_KeyUp ( object sender, KeyEventArgs e ) : void | ||
standardUnitControl_OnChange ( string stdUnit ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected System.Windows.Forms.CheckBox chkConfidence | ||
return | System.Windows.Forms.CheckBox |
protected System.Windows.Forms.CheckBox chkResolution | ||
return | System.Windows.Forms.CheckBox |
protected System.Windows.Forms.ComboBox cmbDatumType | ||
return | System.Windows.Forms.ComboBox |
protected ATMLCommonLibrary.controls.awb.AWBTextBox edtNonStandardUnit | ||
return | ATMLCommonLibrary.controls.awb.AWBTextBox |
protected limit.LimitControl errorLimitControl | ||
return | limit.LimitControl |
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 limit.LimitControl limitControl1 | ||
return | limit.LimitControl |
protected limit.LimitControl rangeLimitControl | ||
return | limit.LimitControl |
protected System.Windows.Forms.TabControl tabControl1 | ||
return | System.Windows.Forms.TabControl |
protected System.Windows.Forms.TabPage tabErrorLimits | ||
return | System.Windows.Forms.TabPage |