C# 클래스 ATML1671Reader.forms.TestConfigurationForm

상속: WeifenLuo.WinFormsUI.Docking.DockContent, IATMLDockableWindow, ITestConfigurationChangeListener, IATMLReaderConsumer, IAtmlActionable
파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InitializeComponent void
reader_ProjectOpened void
testConfigurationControl1_Load void
testConfigurationControl1_ProjectUutChanged IAtmlObject
testConfigurationControl1_TestConfigurationSaved void

공개 메소드들

메소드 설명
CloseProject ( ) : void
LoadTestConfiguration ( Document document ) : void
LoadTestConfiguration ( FileInfo fi, byte content ) : void
LoadTestConfiguration ( TestConfiguration15 testConfiguration ) : void
OnTestConfigurationChange ( ) : void
RegisterATMLReader ( ATMLReader reader ) : void
TestConfigurationForm ( ) : System

보호된 메소드들

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

Clean up any resources being used.

OnAtmlObjectAction ( IAtmlObject obj, AtmlActionType actiontype, EventArgs args ) : IAtmlObject
OnTestConfigurationSaved ( TestConfiguration15 testconfiguration ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

reader_ProjectOpened ( string testProgramSetName ) : void
testConfigurationControl1_Load ( object sender, EventArgs e ) : void
testConfigurationControl1_ProjectUutChanged ( IAtmlObject uutDescription, AtmlActionType actionType, EventArgs args ) : IAtmlObject
testConfigurationControl1_TestConfigurationSaved ( TestConfiguration15 testConfiguration ) : void

메소드 상세

CloseProject() 공개 메소드

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

LoadTestConfiguration() 공개 메소드

public LoadTestConfiguration ( Document document ) : void
document Document
리턴 void

LoadTestConfiguration() 공개 메소드

public LoadTestConfiguration ( FileInfo fi, byte content ) : void
fi System.IO.FileInfo
content byte
리턴 void

LoadTestConfiguration() 공개 메소드

public LoadTestConfiguration ( TestConfiguration15 testConfiguration ) : void
testConfiguration ATMLModelLibrary.model.common.TestConfiguration15
리턴 void

OnAtmlObjectAction() 보호된 메소드

protected OnAtmlObjectAction ( IAtmlObject obj, AtmlActionType actiontype, EventArgs args ) : IAtmlObject
obj IAtmlObject
actiontype AtmlActionType
args System.EventArgs
리턴 IAtmlObject

OnTestConfigurationChange() 공개 메소드

public OnTestConfigurationChange ( ) : void
리턴 void

OnTestConfigurationSaved() 보호된 메소드

protected OnTestConfigurationSaved ( TestConfiguration15 testconfiguration ) : void
testconfiguration ATMLModelLibrary.model.common.TestConfiguration15
리턴 void

ProcessCmdKey() 보호된 메소드

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
리턴 bool

RegisterATMLReader() 공개 메소드

public RegisterATMLReader ( ATMLReader reader ) : void
reader ATML1671Reader.reader.ATMLReader
리턴 void

TestConfigurationForm() 공개 메소드

public TestConfigurationForm ( ) : System
리턴 System