C# Класс ATML1671Allocator.forms.ATMLAllocatorToolWindow

Наследование: WeifenLuo.WinFormsUI.Docking.DockContent, IATMLDockableWindow
Показать файл Открыть проект

Открытые методы

Метод Описание
ATMLAllocatorToolWindow ( DockPanel dockPanel ) : System
CloseProject ( ) : void
InitWindows ( DockPane navigatorPane, DockPane outputPane ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Приватные методы

Метод Описание
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

Описание методов

ATMLAllocatorToolWindow() публичный Метод

public ATMLAllocatorToolWindow ( DockPanel dockPanel ) : System
dockPanel WeifenLuo.WinFormsUI.Docking.DockPanel
Результат System

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

InitWindows() публичный Метод

public InitWindows ( DockPane navigatorPane, DockPane outputPane ) : void
navigatorPane WeifenLuo.WinFormsUI.Docking.DockPane
outputPane WeifenLuo.WinFormsUI.Docking.DockPane
Результат void

ProcessCmdKey() защищенный Метод

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
Результат bool