C# Class ATML1671Allocator.forms.ATMLAllocatorToolWindow

Inheritance: WeifenLuo.WinFormsUI.Docking.DockContent, IATMLDockableWindow
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Méthodes publiques

Méthode Description
ATMLAllocatorToolWindow ( DockPanel dockPanel ) : System
CloseProject ( ) : void
InitWindows ( DockPane navigatorPane, DockPane outputPane ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Méthode Description
ATMLAllocatorToolWindow_Activated ( object sender, System e ) : void
ATMLAllocatorToolWindow_Deactivate ( object sender, System e ) : void
InitializeComponent ( ) : void

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

allocatorFrameControl_Load ( object sender, EventArgs e ) : void
requiredSignals_SignalRequirementSelected ( SignalRequirementsSignalRequirement signalRequirement, EventArgs args ) : void

Method Details

ATMLAllocatorToolWindow() public méthode

public ATMLAllocatorToolWindow ( DockPanel dockPanel ) : System
dockPanel WeifenLuo.WinFormsUI.Docking.DockPanel
Résultat System

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

InitWindows() public méthode

public InitWindows ( DockPane navigatorPane, DockPane outputPane ) : void
navigatorPane WeifenLuo.WinFormsUI.Docking.DockPane
outputPane WeifenLuo.WinFormsUI.Docking.DockPane
Résultat void

ProcessCmdKey() protected méthode

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