C# 클래스 PKStudio.Tools.uVisionGenerator.Wizard.Pages.ConvertationPage

파일 보기 프로젝트 열기: AlexandrSurkov/PKStudio 1 사용 예제들

공개 메소드들

메소드 설명
AfterShow ( ) : void
BeforeCloseOnNext ( ) : void
BeforeShow ( ) : void
ConvertationPage ( SolutionWrapper sol, ConvertConfig config ) : System

보호된 메소드들

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

Clean up any resources being used.

OnBuildStart ( object sender, EventArgs e ) : void
OnBuildStop ( object sender, EventArgs e ) : void
OnConvertationStart ( object sender, EventArgs e ) : void
OnConvertationStop ( bool error ) : void

비공개 메소드들

메소드 설명
AddLogItem ( string text ) : ListViewItem
InitializeComponent ( ) : void

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

ProgressBarPerformStep ( ProgressBar pb ) : void
SetLabelText ( Label label, string text ) : void
SetLogItemImageIndex ( ListViewItem item, IMAGE_KEYS index ) : void
SetLogItemtext ( ListViewItem item, string text ) : void
SetProgressBarParams ( ProgressBar pb, int minimum, int maximum, int step ) : void
SetProgressBarValue ( ProgressBar pb, int value ) : void
generator_LogEvent ( GeneratingLogMessage mess ) : void

메소드 상세

AfterShow() 공개 메소드

public AfterShow ( ) : void
리턴 void

BeforeCloseOnNext() 공개 메소드

public BeforeCloseOnNext ( ) : void
리턴 void

BeforeShow() 공개 메소드

public BeforeShow ( ) : void
리턴 void

ConvertationPage() 공개 메소드

public ConvertationPage ( SolutionWrapper sol, ConvertConfig config ) : System
sol SolutionWrapper
config ConvertConfig
리턴 System

Dispose() 보호된 메소드

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

OnBuildStart() 보호된 메소드

protected OnBuildStart ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

OnBuildStop() 보호된 메소드

protected OnBuildStop ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

OnConvertationStart() 보호된 메소드

protected OnConvertationStart ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

OnConvertationStop() 보호된 메소드

protected OnConvertationStop ( bool error ) : void
error bool
리턴 void