C# Class PKStudio.Dialogs.ManageProjectWizard.WizardBase

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: AlexandrSurkov/PKStudio

Protected Properties

Property Type Description
mPageList List

Public Methods

Method Description
WizardBase ( ) : System

Protected Methods

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

Private Methods

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

Method Details

AddControlToPanel() protected method

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

CallAfterShow() protected method

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

CallBeforeShow() protected method

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

ClearPanel() protected method

protected ClearPanel ( ) : void
return void

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

Finish() protected method

protected Finish ( ) : void
return void

Initialize() protected method

protected Initialize ( ) : void
return void

SetBackButtonEnable() protected method

protected SetBackButtonEnable ( bool value ) : void
value bool
return void

SetButtonText() protected method

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

SetLabelText() protected method

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

SetNextButtonEnable() protected method

protected SetNextButtonEnable ( bool value ) : void
value bool
return void

SetNextButtonFinish() protected method

protected SetNextButtonFinish ( bool value ) : void
value bool
return void

WizardBase() public method

public WizardBase ( ) : System
return System

Property Details

mPageList protected_oe property

protected List mPageList
return List