C# 클래스 ATMLCommonLibrary.forms.InstrumentForm

상속: ATMLForm, IAtmlActionable
파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BuildAtml String
GetName string
InitializeComponent void
InstrumentForm_FormClosing void
InstrumentForm_UndoChanges void
InstrumentForm_ValidateSchema void
InstrumentForm_Validating void
ValidateToSchema void
btnOk_Validating void
btnValidate_Click void
btnViewATML_Click void

공개 메소드들

메소드 설명
InstrumentForm ( ) : System

보호된 메소드들

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

Clean up any resources being used.

OnAtmlObjectAction ( IAtmlObject obj, AtmlActionType actiontype ) : IAtmlObject
OnResizeBegin ( EventArgs e ) : void
OnResizeEnd ( EventArgs e ) : void
OnSaved ( ) : void
btnOk_Clicka ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
BuildAtml ( ) : String
GetName ( InstrumentDescription instrument ) : string
InitializeComponent ( ) : void

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

InstrumentForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
InstrumentForm_UndoChanges ( object sender, EventArgs e ) : void
InstrumentForm_ValidateSchema ( object sender, EventArgs e ) : void
InstrumentForm_Validating ( object sender, CancelEventArgs e ) : void
ValidateToSchema ( ) : void
btnOk_Validating ( object sender, CancelEventArgs e ) : void
btnValidate_Click ( object sender, EventArgs e ) : void
btnViewATML_Click ( object sender, EventArgs e ) : 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

InstrumentForm() 공개 메소드

public InstrumentForm ( ) : System
리턴 System

OnAtmlObjectAction() 보호된 메소드

protected OnAtmlObjectAction ( IAtmlObject obj, AtmlActionType actiontype ) : IAtmlObject
obj IAtmlObject
actiontype AtmlActionType
리턴 IAtmlObject

OnResizeBegin() 보호된 메소드

protected OnResizeBegin ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnResizeEnd() 보호된 메소드

protected OnResizeEnd ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnSaved() 보호된 메소드

protected OnSaved ( ) : void
리턴 void

btnOk_Clicka() 보호된 메소드

protected btnOk_Clicka ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void