C# 클래스 BatchGuy.App.CreateAviSynthFilesForm

파일 보기 프로젝트 열기: yaboy58/BatchGuy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_log ILog

공개 메소드들

메소드 설명
CreateAviSynthFilesForm ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDialogInitialDirectoryChanged ( object sender, DialogInitialDirectoryChangedEventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

CreateAviSynthFilesForm() 공개 메소드

public CreateAviSynthFilesForm ( ) : System
리턴 System

Dispose() 보호된 메소드

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

OnDialogInitialDirectoryChanged() 보호된 메소드

protected OnDialogInitialDirectoryChanged ( object sender, DialogInitialDirectoryChangedEventArgs e ) : void
sender object
e DialogInitialDirectoryChangedEventArgs
리턴 void

프로퍼티 상세

_log 공개적으로 정적으로 프로퍼티

public static ILog _log
리턴 ILog