C# Class Tibialyzer.DatabaseTab

Mostra file Open project: Mytherin/Tibialyzer

Public Methods

Method Description
ApplyLocalization ( ) : void
CreateLegendLabel ( Color color, string text, int x, int y ) : void
DatabaseTab ( ) : System
InitializeSettings ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CreateRatioDisplay ( List itemList, int baseX, int baseY, List discardControls, List convertControls ) : void
InitializeComponent ( ) : void

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

SetConvertValue ( object sender, EventArgs e ) : void
SetDiscardRatio ( object sender, EventArgs e ) : void
UpdateDisplay ( ) : void
defaultSettingsButton_Click ( object sender, EventArgs e ) : void
mageCreatureProductsButton_Click ( object sender, EventArgs e ) : void
mageNoCreatureProductsButton_Click ( object sender, EventArgs e ) : void
noGoldCoinButton_Click ( object sender, EventArgs e ) : void
valuablesOnly1KButton_Click ( object sender, EventArgs e ) : void
valuablesOnly5KButton_Click ( object sender, EventArgs e ) : void

Method Details

ApplyLocalization() public method

public ApplyLocalization ( ) : void
return void

CreateLegendLabel() public method

public CreateLegendLabel ( Color color, string text, int x, int y ) : void
color Color
text string
x int
y int
return void

DatabaseTab() public method

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

InitializeSettings() public method

public InitializeSettings ( ) : void
return void