C# Class TeamXBMC.Translator.LanguageInfoForm

Summary description for LangInfoForm.
Inheritance: System.Windows.Forms.Form
Mostra file Open project: elupus/xbmc Class Usage Examples

Public Methods

Method Description
LanguageInfoForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

LangInfoForm_Load ( object sender, System e ) : void

Fills the values of a langinfo file into the tabpages

buttonAdd_Click ( object sender, System e ) : void

Remove a region to the listView

buttonCharsetSystemDefault_Click ( object sender, System e ) : void

Sets the Windows default codepage for gui and subtitles

buttonDvdDefault_Click ( object sender, System e ) : void

Sets the Windows default ISO-639:1988 language code for dvd language

buttonOK_Click ( object sender, System e ) : void
buttonProperties_Click ( object sender, System e ) : void

Shows a form to edit the selected region

buttonRemove_Click ( object sender, System e ) : void

Remove a region from the listView

listViewRegions_AfterLabelEdit ( object sender, System.Windows.Forms.LabelEditEventArgs e ) : void

Changes the name of a region

listViewRegions_DoubleClick ( object sender, System e ) : void

Shows a form to edit the selected region

Method Details

Dispose() protected method

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

LanguageInfoForm() public method

public LanguageInfoForm ( ) : System
return System