C# Класс PKStudio.Dialogs.SelectComponentDialog

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

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

Метод Описание
SelectComponentDialog ( ComponentTypeWrapper componentType ) : System.Collections.Generic
SelectComponentDialog ( bool Library, bool Feature, bool MFAssembly, bool MFSolution, bool Processor, bool OperatingSystem, bool BuildTool, bool ISA, bool BuildParameter, bool LibraryCategory ) : System.Collections.Generic
UpdateDialog ( ) : void

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

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

Clean up any resources being used.

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

Метод Описание
CancelBtn_Click ( object sender, System e ) : void
InitializeComponent ( ) : void

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

OkBtn_Click ( object sender, System e ) : void
SelectComponent ( ) : void
ShowDescription ( ComponentTypeWrapper type ) : void
ShowFeatures ( ) : void
ShowISAs ( ) : void
ShowLibraries ( ) : void
ShowLibraryCategories ( ) : void
TypeCb_SelectedIndexChanged ( object sender, System e ) : void
treeView1_AfterSelect ( object sender, TreeViewEventArgs e ) : void
treeView1_MouseDoubleClick ( object sender, MouseEventArgs 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

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

public SelectComponentDialog ( ComponentTypeWrapper componentType ) : System.Collections.Generic
componentType ComponentTypeWrapper
Результат System.Collections.Generic

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

public SelectComponentDialog ( bool Library, bool Feature, bool MFAssembly, bool MFSolution, bool Processor, bool OperatingSystem, bool BuildTool, bool ISA, bool BuildParameter, bool LibraryCategory ) : System.Collections.Generic
Library bool
Feature bool
MFAssembly bool
MFSolution bool
Processor bool
OperatingSystem bool
BuildTool bool
ISA bool
BuildParameter bool
LibraryCategory bool
Результат System.Collections.Generic

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

public UpdateDialog ( ) : void
Результат void