C# Class ATMLCommonLibrary.controls.datum.DatumTypeControl

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Свойство 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

Свойство 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

Méthodes publiques

Méthode Description
DatumTypeControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public DatumTypeControl ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Property Details

_value protected_oe property

protected Value _value
Résultat Value

chkConfidence protected_oe property

protected System.Windows.Forms.CheckBox chkConfidence
Résultat System.Windows.Forms.CheckBox

chkResolution protected_oe property

protected System.Windows.Forms.CheckBox chkResolution
Résultat System.Windows.Forms.CheckBox

cmbDatumType protected_oe property

protected System.Windows.Forms.ComboBox cmbDatumType
Résultat System.Windows.Forms.ComboBox

edtNonStandardUnit protected_oe property

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtNonStandardUnit
Résultat ATMLCommonLibrary.controls.awb.AWBTextBox

errorLimitControl protected_oe property

protected limit.LimitControl errorLimitControl
Résultat limit.LimitControl

helpLabel1 protected_oe property

protected HelpLabel helpLabel1
Résultat HelpLabel

label1 protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel label1
Résultat ATMLCommonLibrary.controls.HelpLabel

label2 protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel label2
Résultat ATMLCommonLibrary.controls.HelpLabel

label3 protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel label3
Résultat ATMLCommonLibrary.controls.HelpLabel

lblValue protected_oe property

protected HelpLabel lblValue
Résultat HelpLabel

limitControl1 protected_oe property

protected limit.LimitControl limitControl1
Résultat limit.LimitControl

rangeLimitControl protected_oe property

protected limit.LimitControl rangeLimitControl
Résultat limit.LimitControl

tabControl1 protected_oe property

protected System.Windows.Forms.TabControl tabControl1
Résultat System.Windows.Forms.TabControl

tabErrorLimits protected_oe property

protected System.Windows.Forms.TabPage tabErrorLimits
Résultat System.Windows.Forms.TabPage

tabRange protected_oe property

protected System.Windows.Forms.TabPage tabRange
Résultat System.Windows.Forms.TabPage