C# Class PKStudio.Dialogs.SelectComponentDialog

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: AlexandrSurkov/PKStudio

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

SelectComponentDialog() public method

public SelectComponentDialog ( ComponentTypeWrapper componentType ) : System.Collections.Generic
componentType ComponentTypeWrapper
return System.Collections.Generic

SelectComponentDialog() public method

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
return System.Collections.Generic

UpdateDialog() public method

public UpdateDialog ( ) : void
return void