C# 클래스 PKStudio.Tools.uVisionGenerator.Wizard.uVisionProjectGeneratorWizard

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: AlexandrSurkov/PKStudio 1 사용 예제들

공개 메소드들

메소드 설명
SetSolution ( SolutionWrapper Sol ) : void

Sets MFProject for generation

uVisionProjectGeneratorWizard ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

SetSolution() 공개 메소드

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

uVisionProjectGeneratorWizard() 공개 메소드

public uVisionProjectGeneratorWizard ( ) : System
리턴 System