C# Class DroidExplorer.UI.SdkInstallDialog

ファイルを表示 Open project: camalot/droidexplorer

Private Properties

Property Type Description
FinializeSetup void
FoundSdkFile bool
InitializeComponent void
SetControlEnabled void
SetControlVisible void
SetError void
SetErrorPanelDockTop void
SetStepImagePosition void
Step2 void
Step3 void
Step4 void
UpdateErrorLabel void
UpdateProgressBarValue void
UpdateStatusLabel void
cancel_Click void
finish_Click void
next_Click void
perform_Click void

Public Methods

Method Description
SdkInstallDialog ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
FinializeSetup ( ) : void
FoundSdkFile ( string path, string filename ) : bool
InitializeComponent ( ) : void

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

SetControlEnabled ( Control ctrl, bool enabled ) : void
SetControlVisible ( Control ctrl, bool visible ) : void
SetError ( Exception ex ) : void
SetErrorPanelDockTop ( ) : void
SetStepImagePosition ( Control control ) : void
Step2 ( ) : void
Step3 ( ) : void
Step4 ( ) : void
UpdateErrorLabel ( string text ) : void
UpdateProgressBarValue ( int min, int max, int value ) : void
UpdateStatusLabel ( string text ) : void
cancel_Click ( object sender, EventArgs e ) : void
finish_Click ( object sender, EventArgs e ) : void
next_Click ( object sender, EventArgs e ) : void
perform_Click ( object sender, EventArgs 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

SdkInstallDialog() public method

public SdkInstallDialog ( ) : System
return System