C# Class ATML1671Reader.forms.TestConfigurationForm

Inheritance: WeifenLuo.WinFormsUI.Docking.DockContent, IATMLDockableWindow, ITestConfigurationChangeListener, IATMLReaderConsumer, IAtmlActionable
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Свойство Type Description
InitializeComponent void
reader_ProjectOpened void
testConfigurationControl1_Load void
testConfigurationControl1_ProjectUutChanged IAtmlObject
testConfigurationControl1_TestConfigurationSaved void

Méthodes publiques

Méthode Description
CloseProject ( ) : void
LoadTestConfiguration ( Document document ) : void
LoadTestConfiguration ( FileInfo fi, byte content ) : void
LoadTestConfiguration ( TestConfiguration15 testConfiguration ) : void
OnTestConfigurationChange ( ) : void
RegisterATMLReader ( ATMLReader reader ) : void
TestConfigurationForm ( ) : System

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

CloseProject() public méthode

public CloseProject ( ) : void
Résultat void

Dispose() protected méthode

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

LoadTestConfiguration() public méthode

public LoadTestConfiguration ( Document document ) : void
document Document
Résultat void

LoadTestConfiguration() public méthode

public LoadTestConfiguration ( FileInfo fi, byte content ) : void
fi System.IO.FileInfo
content byte
Résultat void

LoadTestConfiguration() public méthode

public LoadTestConfiguration ( TestConfiguration15 testConfiguration ) : void
testConfiguration ATMLModelLibrary.model.common.TestConfiguration15
Résultat void

OnAtmlObjectAction() protected méthode

protected OnAtmlObjectAction ( IAtmlObject obj, AtmlActionType actiontype, EventArgs args ) : IAtmlObject
obj IAtmlObject
actiontype AtmlActionType
args System.EventArgs
Résultat IAtmlObject

OnTestConfigurationChange() public méthode

public OnTestConfigurationChange ( ) : void
Résultat void

OnTestConfigurationSaved() protected méthode

protected OnTestConfigurationSaved ( TestConfiguration15 testconfiguration ) : void
testconfiguration ATMLModelLibrary.model.common.TestConfiguration15
Résultat void

ProcessCmdKey() protected méthode

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
Résultat bool

RegisterATMLReader() public méthode

public RegisterATMLReader ( ATMLReader reader ) : void
reader ATML1671Reader.reader.ATMLReader
Résultat void

TestConfigurationForm() public méthode

public TestConfigurationForm ( ) : System
Résultat System