C# Class RemoteMessages.PreferencesForm

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: romsahel/RemoteMessages Class Usage Examples

Public Methods

Method Description
PreferencesForm ( bool bBackgrounds, bool bNotifs, int iB, int iF, bool bA, bool bR, bool bU, int iR, int iU, string sName, string sUrl, bool bGhost, string sGhost, string hotkey, bool soundEnabled, int soundVolume, int soundIndex, bool autoscroll, Format time_format, string version ) : Microsoft.Win32
getAutoIPActivated ( ) : bool
getAutoScroll ( ) : bool
getBackgrounderOptions ( ) : bool[]
getDeviceName ( ) : string
getGhostModeActivated ( ) : bool
getHotkey ( ) : string
getNotifMoreOptions ( ) : int[]
getNotifOptions ( ) : bool[]
getOnStartupActivated ( ) : bool
getPassword ( ) : string
getPort ( ) : string
getReplacementActivated ( ) : bool
getReplacementDelay ( ) : int
getSoundActivated ( ) : bool
getSoundIndex ( ) : int
getSoundVolume ( ) : int
getTimeFormat ( ) : Format
getUnfocusActivated ( ) : bool
getUnfocusDelay ( ) : int

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ChangeTab ( int i ) : void
Form2_KeyDown ( object sender, KeyEventArgs e ) : void
InitializeComponent ( ) : void

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

PreferencesForm_HelpButtonClicked ( object sender, System e ) : void
activateAutoIP_CheckedChanged ( object sender, EventArgs e ) : void
activateGhostMode_CheckedChanged ( object sender, EventArgs e ) : void
activateReplacement_CheckedChanged ( object sender, EventArgs e ) : void
activateUnfocus_CheckedChanged ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
cancel_Click ( object sender, EventArgs e ) : void
checkSound_CheckedChanged ( object sender, EventArgs e ) : void
navigation_Click ( object sender, EventArgs e ) : void
ok_Click ( object sender, EventArgs e ) : void
showBalloon_CheckedChanged ( object sender, EventArgs e ) : void
showFlash_CheckedChanged ( object sender, EventArgs e ) : void
tips_Click ( object sender, EventArgs e ) : void

Method Details

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

PreferencesForm() public method

public PreferencesForm ( bool bBackgrounds, bool bNotifs, int iB, int iF, bool bA, bool bR, bool bU, int iR, int iU, string sName, string sUrl, bool bGhost, string sGhost, string hotkey, bool soundEnabled, int soundVolume, int soundIndex, bool autoscroll, Format time_format, string version ) : Microsoft.Win32
bBackgrounds bool
bNotifs bool
iB int
iF int
bA bool
bR bool
bU bool
iR int
iU int
sName string
sUrl string
bGhost bool
sGhost string
hotkey string
soundEnabled bool
soundVolume int
soundIndex int
autoscroll bool
time_format Format
version string
return Microsoft.Win32

getAutoIPActivated() public method

public getAutoIPActivated ( ) : bool
return bool

getAutoScroll() public method

public getAutoScroll ( ) : bool
return bool

getBackgrounderOptions() public method

public getBackgrounderOptions ( ) : bool[]
return bool[]

getDeviceName() public method

public getDeviceName ( ) : string
return string

getGhostModeActivated() public method

public getGhostModeActivated ( ) : bool
return bool

getHotkey() public method

public getHotkey ( ) : string
return string

getNotifMoreOptions() public method

public getNotifMoreOptions ( ) : int[]
return int[]

getNotifOptions() public method

public getNotifOptions ( ) : bool[]
return bool[]

getOnStartupActivated() public method

public getOnStartupActivated ( ) : bool
return bool

getPassword() public method

public getPassword ( ) : string
return string

getPort() public method

public getPort ( ) : string
return string

getReplacementActivated() public method

public getReplacementActivated ( ) : bool
return bool

getReplacementDelay() public method

public getReplacementDelay ( ) : int
return int

getSoundActivated() public method

public getSoundActivated ( ) : bool
return bool

getSoundIndex() public method

public getSoundIndex ( ) : int
return int

getSoundVolume() public method

public getSoundVolume ( ) : int
return int

getTimeFormat() public method

public getTimeFormat ( ) : Format
return Format

getUnfocusActivated() public method

public getUnfocusActivated ( ) : bool
return bool

getUnfocusDelay() public method

public getUnfocusDelay ( ) : int
return int