C# Class Tibialyzer.SystemTab

Inheritance: System.Windows.Forms.Form, TabInterface
Show file Open project: Mytherin/Tibialyzer

Public Properties

Property Type Description
customCommands List

Public Methods

Method Description
ApplyLocalization ( ) : void
GetCustomCommands ( ) : IEnumerable
InitializeSettings ( ) : void
SystemTab ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public ApplyLocalization ( ) : void
return void

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

GetCustomCommands() public method

public GetCustomCommands ( ) : IEnumerable
return IEnumerable

InitializeSettings() public method

public InitializeSettings ( ) : void
return void

SystemTab() public method

public SystemTab ( ) : System
return System

Property Details

customCommands public property

public List customCommands
return List