C# Class ATMLCommonLibrary.controls.datum.DatumTypeControl

Show file Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

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

Private Properties

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

Public Methods

Method Description
DatumTypeControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

DatumTypeControl() public method

public DatumTypeControl ( ) : System
return System

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

Property Details

_value protected property

protected Value _value
return Value

chkConfidence protected property

protected System.Windows.Forms.CheckBox chkConfidence
return System.Windows.Forms.CheckBox

chkResolution protected property

protected System.Windows.Forms.CheckBox chkResolution
return System.Windows.Forms.CheckBox

cmbDatumType protected property

protected System.Windows.Forms.ComboBox cmbDatumType
return System.Windows.Forms.ComboBox

edtNonStandardUnit protected property

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtNonStandardUnit
return ATMLCommonLibrary.controls.awb.AWBTextBox

errorLimitControl protected property

protected limit.LimitControl errorLimitControl
return limit.LimitControl

helpLabel1 protected property

protected HelpLabel helpLabel1
return HelpLabel

label1 protected property

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

label2 protected property

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

label3 protected property

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

lblValue protected property

protected HelpLabel lblValue
return HelpLabel

limitControl1 protected property

protected limit.LimitControl limitControl1
return limit.LimitControl

rangeLimitControl protected property

protected limit.LimitControl rangeLimitControl
return limit.LimitControl

tabControl1 protected property

protected System.Windows.Forms.TabControl tabControl1
return System.Windows.Forms.TabControl

tabErrorLimits protected property

protected System.Windows.Forms.TabPage tabErrorLimits
return System.Windows.Forms.TabPage

tabRange protected property

protected System.Windows.Forms.TabPage tabRange
return System.Windows.Forms.TabPage