C# Class BatchGuy.App.CreateAviSynthFilesForm

Afficher le fichier Open project: yaboy58/BatchGuy Class Usage Examples

Méthodes publiques

Свойство Type Description
_log ILog

Méthodes publiques

Méthode Description
CreateAviSynthFilesForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDialogInitialDirectoryChanged ( object sender, DialogInitialDirectoryChangedEventArgs e ) : void

Private Methods

Méthode 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 méthode

public CreateAviSynthFilesForm ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnDialogInitialDirectoryChanged() protected méthode

protected OnDialogInitialDirectoryChanged ( object sender, DialogInitialDirectoryChangedEventArgs e ) : void
sender object
e DialogInitialDirectoryChangedEventArgs
Résultat void

Property Details

_log public_oe static_oe property

public static ILog _log
Résultat ILog