C# Class EXIF_Tools.Altitude_UC

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: Dronolab/drono-exiftools

Public Methods

Method Description
Altitude_UC ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Nettoyage des ressources utilisées.

Private Methods

Method Description
BrowseButtonClicked ( object sender, EventArgs e ) : void

Decides what type of window to open when browse button is clicked choose between folder search and file search window in case of a file search, only .jpg files are accepted.

CheckItemExists ( ) : void

Checks if the item exist or not and change the color of the text-bar depending on the case. Also check if file is jpg

InitializeComponent ( ) : void

Méthode requise pour la prise en charge du concepteur - ne modifiez pas le contenu de cette méthode avec l'éditeur de code.

PrintLogsLine_Event ( string message ) : void
ProceedClicked ( object sender, EventArgs e ) : void

Callback for when Proceed button is clicked

browseItemTextChanged ( object sender, EventArgs e ) : void

Callback for when user type/past/select item (file or folder

dropdownIndexChanged ( object sender, EventArgs e ) : void

Callback for when the user switch between file or folder mode

Method Details

Altitude_UC() public method

public Altitude_UC ( ) : System
return System

Dispose() protected method

Nettoyage des ressources utilisées.
protected Dispose ( bool disposing ) : void
disposing bool true si les ressources managées doivent être supprimées ; sinon, false.
return void