C# Class PKStudio.Tools.uVisionGenerator.Wizard.uVisionProjectGeneratorWizard

Inheritance: System.Windows.Forms.Form
Show file Open project: AlexandrSurkov/PKStudio Class Usage Examples

Public Methods

Method Description
SetSolution ( SolutionWrapper Sol ) : void

Sets MFProject for generation

uVisionProjectGeneratorWizard ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddControlToPanel ( Control control ) : void
Backbtn_Click ( object sender, System e ) : void
CallAfterShow ( BasePage page ) : void
CallBeforeShow ( BasePage page ) : void
CancelBtn_Click ( object sender, System e ) : void
ClearPanel ( ) : void
InitializeComponent ( ) : void

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

NextBtn_Click ( object sender, System e ) : void
NextPage ( ) : void
PrevPage ( ) : void
SetButtonEnable ( Button b, bool value ) : void
SetButtonText ( Button b, string value ) : void
SetLabelText ( Label b, string value ) : void
cp_BuildStartEvent ( object sender, EventArgs e ) : void
cp_BuildStopEvent ( object sender, EventArgs e ) : void
cp_ConvertationStartEvent ( object sender, EventArgs e ) : void
cp_ConvertationStopEvent ( object sender, ConvertationStopEventArgs e ) : void
uVisionProjectGeneratorWizard_FormClosing ( object sender, FormClosingEventArgs 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

SetSolution() public method

Sets MFProject for generation
public SetSolution ( SolutionWrapper Sol ) : void
Sol SolutionWrapper
return void

uVisionProjectGeneratorWizard() public method

public uVisionProjectGeneratorWizard ( ) : System
return System