C# Class Tibialyzer.AutoHotkeyTab

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

Public Methods

Method Description
ApplyLocalization ( ) : void
AutoHotkeyTab ( ) : System
InitializeSettings ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Client_DownloadDataCompleted ( object sender, DownloadDataCompletedEventArgs e ) : void
Client_DownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void
InitializeComponent ( ) : void

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

autoHotkeyGridSettings_TextChanged ( object sender, EventArgs e ) : void
closeSuspendedWindow_Click ( object sender, EventArgs e ) : void
downloadAutoHotkey_Click ( object sender, EventArgs e ) : void
shutdownAutoHotkey_Click ( object sender, EventArgs e ) : void
shutdownOnExit_CheckedChanged ( object sender, EventArgs e ) : void
startAutoHotkey_Click ( object sender, EventArgs e ) : void
startAutohotkeyScript_CheckedChanged ( object sender, EventArgs e ) : void
suspendedAnchor_SelectedIndexChanged ( object sender, EventArgs e ) : void
suspendedTest_Click ( object sender, EventArgs e ) : void
suspendedXOffset_TextChanged ( object sender, EventArgs e ) : void
suspendedYOffset_TextChanged ( object sender, EventArgs e ) : void

Method Details

ApplyLocalization() public method

public ApplyLocalization ( ) : void
return void

AutoHotkeyTab() public method

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