C# Класс Tibialyzer.DatabaseTab

Показать файл Открыть проект

Открытые методы

Метод Описание
ApplyLocalization ( ) : void
CreateLegendLabel ( Color color, string text, int x, int y ) : void
DatabaseTab ( ) : System
InitializeSettings ( ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

ApplyLocalization() публичный Метод

public ApplyLocalization ( ) : void
Результат void

CreateLegendLabel() публичный Метод

public CreateLegendLabel ( Color color, string text, int x, int y ) : void
color Color
text string
x int
y int
Результат void

DatabaseTab() публичный Метод

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

InitializeSettings() публичный Метод

public InitializeSettings ( ) : void
Результат void