C# Class Tibialyzer.SystemTab

Inheritance: System.Windows.Forms.Form, TabInterface
Afficher le fichier Open project: Mytherin/Tibialyzer

Méthodes publiques

Свойство Type Description
customCommands List

Méthodes publiques

Méthode Description
ApplyLocalization ( ) : void
GetCustomCommands ( ) : IEnumerable
InitializeSettings ( ) : void
SystemTab ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CustomCommandList_AttemptDeleteItem ( object sender, EventArgs e ) : void
CustomCommandList_AttemptNewItem ( object sender, EventArgs e ) : void
CustomCommandList_ItemsChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

RefreshCustomCommandList ( ) : void
SaveCommands ( ) : void
automaticallyBackupSettingsCheckbox_CheckedChanged ( object sender, EventArgs e ) : void
createBackupButton_Click ( object sender, EventArgs e ) : void
customCommandBox_TextChanged ( object sender, EventArgs e ) : void
customCommandList_SelectedIndexChanged ( object sender, EventArgs e ) : void
customCommandParameterBox_TextChanged ( object sender, EventArgs e ) : void
enableWindowCapture_CheckedChanged ( object sender, EventArgs e ) : void
maxDamageDropDownList_SelectedIndexChanged ( object sender, EventArgs e ) : void
restoreBackupButton_Click ( object sender, EventArgs e ) : void
saveDamageImageButton_Click ( object sender, EventArgs e ) : void
saveLootImageButton_Click ( object sender, EventArgs e ) : void
saveSummaryImageButton_Click ( object sender, EventArgs e ) : void
selectUpgradeTibialyzerButton_Click ( object sender, EventArgs e ) : void
showPopupWindow_Click ( object sender, EventArgs e ) : void

Method Details

ApplyLocalization() public méthode

public ApplyLocalization ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

GetCustomCommands() public méthode

public GetCustomCommands ( ) : IEnumerable
Résultat IEnumerable

InitializeSettings() public méthode

public InitializeSettings ( ) : void
Résultat void

SystemTab() public méthode

public SystemTab ( ) : System
Résultat System

Property Details

customCommands public_oe property

public List customCommands
Résultat List