C# 클래스 ATMLCommonLibrary.controls.datum.DatumTypeControl

파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench

보호된 프로퍼티들

프로퍼티 타입 설명
_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

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
DatumTypeControl ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

DatumTypeControl() 공개 메소드

public DatumTypeControl ( ) : System
리턴 System

Dispose() 보호된 메소드

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

프로퍼티 상세

_value 보호되어 있는 프로퍼티

protected Value _value
리턴 Value

chkConfidence 보호되어 있는 프로퍼티

protected System.Windows.Forms.CheckBox chkConfidence
리턴 System.Windows.Forms.CheckBox

chkResolution 보호되어 있는 프로퍼티

protected System.Windows.Forms.CheckBox chkResolution
리턴 System.Windows.Forms.CheckBox

cmbDatumType 보호되어 있는 프로퍼티

protected System.Windows.Forms.ComboBox cmbDatumType
리턴 System.Windows.Forms.ComboBox

edtNonStandardUnit 보호되어 있는 프로퍼티

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtNonStandardUnit
리턴 ATMLCommonLibrary.controls.awb.AWBTextBox

errorLimitControl 보호되어 있는 프로퍼티

protected limit.LimitControl errorLimitControl
리턴 limit.LimitControl

helpLabel1 보호되어 있는 프로퍼티

protected HelpLabel helpLabel1
리턴 HelpLabel

label1 보호되어 있는 프로퍼티

protected ATMLCommonLibrary.controls.HelpLabel label1
리턴 ATMLCommonLibrary.controls.HelpLabel

label2 보호되어 있는 프로퍼티

protected ATMLCommonLibrary.controls.HelpLabel label2
리턴 ATMLCommonLibrary.controls.HelpLabel

label3 보호되어 있는 프로퍼티

protected ATMLCommonLibrary.controls.HelpLabel label3
리턴 ATMLCommonLibrary.controls.HelpLabel

lblValue 보호되어 있는 프로퍼티

protected HelpLabel lblValue
리턴 HelpLabel

limitControl1 보호되어 있는 프로퍼티

protected limit.LimitControl limitControl1
리턴 limit.LimitControl

rangeLimitControl 보호되어 있는 프로퍼티

protected limit.LimitControl rangeLimitControl
리턴 limit.LimitControl

tabControl1 보호되어 있는 프로퍼티

protected System.Windows.Forms.TabControl tabControl1
리턴 System.Windows.Forms.TabControl

tabErrorLimits 보호되어 있는 프로퍼티

protected System.Windows.Forms.TabPage tabErrorLimits
리턴 System.Windows.Forms.TabPage

tabRange 보호되어 있는 프로퍼티

protected System.Windows.Forms.TabPage tabRange
리턴 System.Windows.Forms.TabPage