C# Class PurplePen.CustomSymbolText

Inheritance: OkCancelDialog
显示文件 Open project: petergolde/PurplePen Class Usage Examples

Public Methods

Method Description
CustomSymbolText ( ) : System
SetCustomSymbolDictionaries ( Dictionary customSymbolText, bool>.Dictionary customSymbolKey ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OkButtonClicked ( ) : bool

Private Methods

Method Description
CurrentLanguage ( ) : SymbolLanguage
CustomSymbolText ( SymbolDB symbolDB, bool useAsLocalizeTool ) : System
CustomSymbolText_Load ( object sender, EventArgs e ) : void
FillLanguages ( ) : void
FillListBox ( ) : void
InitializeComponent ( ) : void

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

NameIsCustomized ( string id ) : bool
SetTextBox ( List texts ) : void
TextIsCustomized ( string id ) : bool
UpdateControlsFromId ( string id ) : void
UpdateDataFromControls ( string id ) : void
buttonChangeText_Click ( object sender, EventArgs e ) : void
buttonDefault_Click ( object sender, EventArgs e ) : void
comboBoxLanguage_SelectedIndexChanged ( object sender, EventArgs e ) : void
listBoxSymbols_DrawItem ( object sender, DrawItemEventArgs e ) : void
listBoxSymbols_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

CustomSymbolText() public method

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

OkButtonClicked() protected method

protected OkButtonClicked ( ) : bool
return bool

SetCustomSymbolDictionaries() public method

public SetCustomSymbolDictionaries ( Dictionary customSymbolText, bool>.Dictionary customSymbolKey ) : void
customSymbolText Dictionary
customSymbolKey bool>.Dictionary
return void