C# Class AAFReport.frmRepMgr

Summary description for frmRepMgr.
Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: nevali/aaf

Public Methods

Method Description
frmRepMgr ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BuildCurrentAAFFileSpec ( ) : String
BuildCurrentAAFHTMLReportFileSpec ( ) : String
BuildCurrentAAFSummaryTextReportFileSpec ( ) : String
GetDriveText ( char chAny ) : String
InitializeComponent ( ) : void

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

IsViewableDirectory ( System di ) : bool
Main ( ) : void
NavButtonsUpdate ( ) : void
PathHasReportTools ( String strPath ) : bool
RefreshAndUpdate ( ) : void
SaltoIsInstalled ( ) : bool
StrMinus ( String op1, String op2 ) : String
ViewAAFFile ( String strFile ) : void
ViewButtonUpdate ( ) : void
ViewHTMLFile ( String strFile ) : void
ViewTXTFile ( String strFile ) : void
btnBackUp_Click ( object sender, System e ) : void
btnHelp_Click ( object sender, System e ) : void
btnOpen_Click ( object sender, System e ) : void
btnReport_Click ( object sender, System e ) : void
btnReport_Update ( ) : void
btnView_Click ( object sender, System e ) : void
tbxDrive_KeyPress ( object sender, System e ) : void
tbxDrive_SyncToCurrentAAFPath ( ) : void
tmrReportBuilder_Tick ( object sender, System e ) : void
trvAAFFileInfo_AfterSelect ( object sender, System e ) : void
trvAAFFileInfo_Update ( ) : void
trvAAFFolder_DoubleClick ( object sender, System e ) : void
trvAAFFolder_Open ( ) : void
trvAAFFolder_Update ( ) : void
trvBrowseAAF_AfterSelect ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

frmRepMgr() public method

public frmRepMgr ( ) : System
return System