C# 클래스 PKStudio.Dialogs.ManageProjectWizard.WizardBase

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: AlexandrSurkov/PKStudio

보호된 프로퍼티들

프로퍼티 타입 설명
mPageList List

공개 메소드들

메소드 설명
WizardBase ( ) : System

보호된 메소드들

메소드 설명
AddControlToPanel ( Control control ) : void
CallAfterShow ( BasePage page ) : void
CallBeforeShow ( BasePage page ) : void
ClearPanel ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

Finish ( ) : void
Initialize ( ) : void
SetBackButtonEnable ( bool value ) : void
SetButtonText ( Button b, string value ) : void
SetLabelText ( Label b, string value ) : void
SetNextButtonEnable ( bool value ) : void
SetNextButtonFinish ( bool value ) : void

비공개 메소드들

메소드 설명
Backbtn_Click ( object sender, EventArgs e ) : void
CancelBtn_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

NextBtn_Click ( object sender, EventArgs e ) : void
NextPage ( ) : void
PrevPage ( ) : void

메소드 상세

AddControlToPanel() 보호된 메소드

protected AddControlToPanel ( Control control ) : void
control System.Windows.Forms.Control
리턴 void

CallAfterShow() 보호된 메소드

protected CallAfterShow ( BasePage page ) : void
page PKStudio.Dialogs.ManageProjectWizard.Pages.BasePage
리턴 void

CallBeforeShow() 보호된 메소드

protected CallBeforeShow ( BasePage page ) : void
page PKStudio.Dialogs.ManageProjectWizard.Pages.BasePage
리턴 void

ClearPanel() 보호된 메소드

protected ClearPanel ( ) : void
리턴 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

Finish() 보호된 메소드

protected Finish ( ) : void
리턴 void

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

SetBackButtonEnable() 보호된 메소드

protected SetBackButtonEnable ( bool value ) : void
value bool
리턴 void

SetButtonText() 보호된 메소드

protected SetButtonText ( Button b, string value ) : void
b System.Windows.Forms.Button
value string
리턴 void

SetLabelText() 보호된 메소드

protected SetLabelText ( Label b, string value ) : void
b System.Windows.Forms.Label
value string
리턴 void

SetNextButtonEnable() 보호된 메소드

protected SetNextButtonEnable ( bool value ) : void
value bool
리턴 void

SetNextButtonFinish() 보호된 메소드

protected SetNextButtonFinish ( bool value ) : void
value bool
리턴 void

WizardBase() 공개 메소드

public WizardBase ( ) : System
리턴 System

프로퍼티 상세

mPageList 보호되어 있는 프로퍼티

protected List mPageList
리턴 List