C# Class BatchGuy.App.BluRayTitleInfoExternalSubtitleForm

Inheritance: System.Windows.Forms.Form
Show file Open project: yaboy58/BatchGuy Class Usage Examples

Public Methods

Method Description
BluRayTitleInfoExternalSubtitleForm ( ) : System
SetBluRayTitleInfoExternalSubtitleForAdd ( BluRaySummaryInfo bluRaySummaryInfo ) : void
SetBluRayTitleInfoExternalSubtitleForEdit ( BluRayTitleSubtitle subtitle ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddExternalSubtitle ( ) : void
BluRayTitleInfoExternalSubtitleForm_Load ( object sender, EventArgs e ) : void
EditExternalSubtitle ( ) : void
GetNewSubtitleId ( ) : string
HandlesBtnOpenExternalSubtitleFilePathDialogClick ( ) : void
HandlesBtnSaveClick ( ) : void
HandlesCBExternalSubtitleLanguageSelectedIndexChanged ( ) : void
InitializeComponent ( ) : void

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

IsScreenValid ( ) : bool
LoadMKVMergeLangugeItemsDropDown ( ) : void
SetMKVMergeLanguageDropDownValue ( ) : void
btnOpenExternalSubtitleFilePathDialog_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
cbExternalSubtitleLanguage_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

BluRayTitleInfoExternalSubtitleForm() public method

public BluRayTitleInfoExternalSubtitleForm ( ) : 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

SetBluRayTitleInfoExternalSubtitleForAdd() public method

public SetBluRayTitleInfoExternalSubtitleForAdd ( BluRaySummaryInfo bluRaySummaryInfo ) : void
bluRaySummaryInfo BatchGuy.App.Parser.Models.BluRaySummaryInfo
return void

SetBluRayTitleInfoExternalSubtitleForEdit() public method

public SetBluRayTitleInfoExternalSubtitleForEdit ( BluRayTitleSubtitle subtitle ) : void
subtitle BatchGuy.App.Parser.Models.BluRayTitleSubtitle
return void