C# 클래스 ATMLCommonLibrary.controls.limit.SimpleLimitControl

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

보호된 프로퍼티들

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

Private Properties

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

공개 메소드들

메소드 설명
SimpleLimitControl ( ) : System

보호된 메소드들

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

Clean up any resources being used.

OnExpectedLimitChanged ( LimitExpected expectedlimit ) : void
OnSelectExpectedLimit ( LimitExpected expectedlimit ) : void

비공개 메소드들

메소드 설명
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, EventArgs e ) : void
btnLimit1_Click ( object sender, EventArgs e ) : void
cmbLimit1Comparitor_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmbLimit1Type_SelectedIndexChanged ( object sender, EventArgs e ) : void
edtLimit1Value_Validating ( object sender, CancelEventArgs e ) : void
edtLimitValue_KeyUp ( object sender, KeyEventArgs e ) : void
lblText_Click ( object sender, EventArgs e ) : void
standardUnitControl_OnChange ( string stdUnit ) : void

메소드 상세

Dispose() 보호된 메소드

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

OnExpectedLimitChanged() 보호된 메소드

protected OnExpectedLimitChanged ( LimitExpected expectedlimit ) : void
expectedlimit ATMLModelLibrary.model.common.LimitExpected
리턴 void

OnSelectExpectedLimit() 보호된 메소드

protected OnSelectExpectedLimit ( LimitExpected expectedlimit ) : void
expectedlimit ATMLModelLibrary.model.common.LimitExpected
리턴 void

SimpleLimitControl() 공개 메소드

public SimpleLimitControl ( ) : System
리턴 System

프로퍼티 상세

btnLimit 보호되어 있는 프로퍼티

protected System.Windows.Forms.Button btnLimit
리턴 System.Windows.Forms.Button

cmbLimitComparitor 보호되어 있는 프로퍼티

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

cmbLimitType 보호되어 있는 프로퍼티

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

datumPanel 보호되어 있는 프로퍼티

protected System.Windows.Forms.Panel datumPanel
리턴 System.Windows.Forms.Panel

edtDatumType 보호되어 있는 프로퍼티

protected datum.DatumTextBox edtDatumType
리턴 datum.DatumTextBox

errorProvider 보호되어 있는 프로퍼티

protected System.Windows.Forms.ErrorProvider errorProvider
리턴 System.Windows.Forms.ErrorProvider

lblComparitor 보호되어 있는 프로퍼티

protected HelpLabel lblComparitor
리턴 HelpLabel

lblStandardUnit 보호되어 있는 프로퍼티

protected HelpLabel lblStandardUnit
리턴 HelpLabel

lblText 보호되어 있는 프로퍼티

protected System.Windows.Forms.Label lblText
리턴 System.Windows.Forms.Label

lblType 보호되어 있는 프로퍼티

protected HelpLabel lblType
리턴 HelpLabel

lblValue 보호되어 있는 프로퍼티

protected HelpLabel lblValue
리턴 HelpLabel

standardUnitControl 보호되어 있는 프로퍼티

protected StandardUnitControl standardUnitControl
리턴 StandardUnitControl

textPanel 보호되어 있는 프로퍼티

protected System.Windows.Forms.Panel textPanel
리턴 System.Windows.Forms.Panel