C# Class BatchGuy.App.CreateAviSynthFilesForm

Show file Open project: yaboy58/BatchGuy Class Usage Examples

Public Properties

Property Type Description
_log ILog

Public Methods

Method Description
CreateAviSynthFilesForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDialogInitialDirectoryChanged ( object sender, DialogInitialDirectoryChangedEventArgs e ) : void

Private Methods

Method Description
CreateAVSFilesForm_Load ( object sender, EventArgs e ) : void
CreateAviSynthFilesForm_DragDrop ( object sender, DragEventArgs e ) : void
CreateAviSynthFilesForm_DragEnter ( object sender, DragEventArgs e ) : void
GetAVSBatchSettings ( ) : AviSynthBatchSettings
GetAVSScript ( ) : AviSynthTemplateScript
HandleBtnOpenDialogClick ( ) : void
HandlesCreateAviSynthFilesFormDragDrop ( DragEventArgs e ) : void
HandlesCreateAviSynthFilesFormDragEnter ( DragEventArgs e ) : void
HandlesLoadToolStripMenuItemClick ( string settingsFile ) : void
HandlesMenuItemCreateFFMSIndexBatchFileClick ( ) : void
HandlesbtnFFMSIndexOpenDialogClick ( ) : void
HandlescbVideoFilterSelectedIndexChanged ( ) : void
HandlessaveToolStripMenuItemClick ( ) : void
InitializeComponent ( ) : void

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

IsBatchGuyEac3toSettingsFile ( string file ) : bool
IsScreenValid ( ) : bool
IsScreenValidForFFMSIndex ( ) : bool
LoadEAC3ToSettingsControls ( ) : void
LoadFFMSIndexSettingsControls ( ) : void
LoadMKVSettingsControls ( ) : void
LoadScreen ( ) : void
Process ( ) : void
SetAviSynthTemplateTextBox ( ) : void
SetFFMSIndexControlsEnabledStatus ( ) : void
SetFFMSIndexSettings ( ) : void
SetToolTips ( ) : void
WriteFFMSIndexBatchFile ( ) : void
bgwCreateAviSynthFiles_DoWork ( object sender, DoWorkEventArgs e ) : void
bgwCreateAviSynthFiles_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
bgwCreateFFMSIndexBatchFile_DoWork ( object sender, DoWorkEventArgs e ) : void
bgwCreateFFMSIndexBatchFile_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
btnFFMSIndexOpenDialog_Click ( object sender, EventArgs e ) : void
btnOpenDialog_Click ( object sender, EventArgs e ) : void
cbVideoFilter_SelectedIndexChanged ( object sender, EventArgs e ) : void
closeToolStripMenuItem_Click ( object sender, EventArgs e ) : void
createAviSynthavsFilesToolStripMenuItem_Click ( object sender, EventArgs e ) : void
createFfindexBatchFilesToolStripMenuItem_Click ( object sender, EventArgs e ) : void
loadToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

CreateAviSynthFilesForm() public method

public CreateAviSynthFilesForm ( ) : System
return System

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

OnDialogInitialDirectoryChanged() protected method

protected OnDialogInitialDirectoryChanged ( object sender, DialogInitialDirectoryChangedEventArgs e ) : void
sender object
e DialogInitialDirectoryChangedEventArgs
return void

Property Details

_log public static property

public static ILog _log
return ILog