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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_limit ATMLModelLibrary.model.common.Limit
btnSubmit System.Windows.Forms.Button
cmbLimitType System.Windows.Forms.ComboBox
cmbOperator System.Windows.Forms.ComboBox
edtLimitDescription awb.AWBTextBox
edtLimitName awb.AWBTextBox
edtQuickEntry System.Windows.Forms.TextBox
label1 ATMLCommonLibrary.controls.HelpLabel
label2 ATMLCommonLibrary.controls.HelpLabel
label3 ATMLCommonLibrary.controls.HelpLabel
label4 ATMLCommonLibrary.controls.HelpLabel
label5 ATMLCommonLibrary.controls.HelpLabel
panel1 System.Windows.Forms.Panel

Private Properties

프로퍼티 타입 설명
InitLimitTypeCombo void
InitializeComponent void
SetControlStates void
btnSubmit_Click void
cmbLimitType_SelectedIndexChanged void
edtQuickEntry_KeyDown void
edtQuickEntry_KeyUp void

공개 메소드들

메소드 설명
LimitControl ( ) : System

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitLimitTypeCombo ( ) : void
InitializeComponent ( ) : void

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

SetControlStates ( ) : void
btnSubmit_Click ( object sender, EventArgs e ) : void
cmbLimitType_SelectedIndexChanged ( object sender, EventArgs e ) : void
edtQuickEntry_KeyDown ( object sender, KeyEventArgs e ) : void
edtQuickEntry_KeyUp ( object sender, KeyEventArgs e ) : void

메소드 상세

ControlsToData() 보호된 메소드

protected ControlsToData ( ) : void
리턴 void

DataToControls() 보호된 메소드

protected DataToControls ( ) : void
리턴 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

LimitControl() 공개 메소드

public LimitControl ( ) : System
리턴 System

프로퍼티 상세

_limit 보호되어 있는 프로퍼티

protected Limit,ATMLModelLibrary.model.common _limit
리턴 ATMLModelLibrary.model.common.Limit

btnSubmit 보호되어 있는 프로퍼티

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

cmbLimitType 보호되어 있는 프로퍼티

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

cmbOperator 보호되어 있는 프로퍼티

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

edtLimitDescription 보호되어 있는 프로퍼티

protected awb.AWBTextBox edtLimitDescription
리턴 awb.AWBTextBox

edtLimitName 보호되어 있는 프로퍼티

protected awb.AWBTextBox edtLimitName
리턴 awb.AWBTextBox

edtQuickEntry 보호되어 있는 프로퍼티

protected System.Windows.Forms.TextBox edtQuickEntry
리턴 System.Windows.Forms.TextBox

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

label4 보호되어 있는 프로퍼티

protected ATMLCommonLibrary.controls.HelpLabel label4
리턴 ATMLCommonLibrary.controls.HelpLabel

label5 보호되어 있는 프로퍼티

protected ATMLCommonLibrary.controls.HelpLabel label5
리턴 ATMLCommonLibrary.controls.HelpLabel

panel1 보호되어 있는 프로퍼티

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