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

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

보호된 프로퍼티들

프로퍼티 타입 설명
dateTimeValue System.Windows.Forms.DateTimePicker
edtImaginary awb.AWBTextBox
edtReal awb.AWBTextBox
edtValue awb.AWBTextBox
errorProvider System.Windows.Forms.ErrorProvider
rbFalse System.Windows.Forms.RadioButton
rbTrue System.Windows.Forms.RadioButton

Private Properties

프로퍼티 타입 설명
ControlsToData void
DataToControls void
DatumTextBox_Resize void
DatumTextBox_Validating void
GetEditStates int
InitializeComponent void
SetControlStates void
SetControlWidths void
SetEditStates void
SetLabelText void
dateTimeValue_ValueChanged void
edtImaginary_KeyUp void
edtReal_KeyUp void
edtValue_KeyUp void
rbFalse_CheckedChanged void
rbTrue_CheckedChanged void

공개 메소드들

메소드 설명
DatumTextBox ( ) : System

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
ControlsToData ( ) : void
DataToControls ( ) : void
DatumTextBox_Resize ( object sender, EventArgs e ) : void
DatumTextBox_Validating ( object sender, CancelEventArgs e ) : void
GetEditStates ( ) : int
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SetControlStates ( ) : void
SetControlWidths ( ) : void
SetEditStates ( int idx ) : void
SetLabelText ( String text ) : void
dateTimeValue_ValueChanged ( object sender, EventArgs e ) : void
edtImaginary_KeyUp ( object sender, KeyEventArgs e ) : void
edtReal_KeyUp ( object sender, KeyEventArgs e ) : void
edtValue_KeyUp ( object sender, KeyEventArgs e ) : void
rbFalse_CheckedChanged ( object sender, EventArgs e ) : void
rbTrue_CheckedChanged ( object sender, EventArgs e ) : void

메소드 상세

DatumTextBox() 공개 메소드

public DatumTextBox ( ) : 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

프로퍼티 상세

dateTimeValue 보호되어 있는 프로퍼티

protected System.Windows.Forms.DateTimePicker dateTimeValue
리턴 System.Windows.Forms.DateTimePicker

edtImaginary 보호되어 있는 프로퍼티

protected awb.AWBTextBox edtImaginary
리턴 awb.AWBTextBox

edtReal 보호되어 있는 프로퍼티

protected awb.AWBTextBox edtReal
리턴 awb.AWBTextBox

edtValue 보호되어 있는 프로퍼티

protected awb.AWBTextBox edtValue
리턴 awb.AWBTextBox

errorProvider 보호되어 있는 프로퍼티

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

rbFalse 보호되어 있는 프로퍼티

protected System.Windows.Forms.RadioButton rbFalse
리턴 System.Windows.Forms.RadioButton

rbTrue 보호되어 있는 프로퍼티

protected System.Windows.Forms.RadioButton rbTrue
리턴 System.Windows.Forms.RadioButton