C# Class RemoteMessages.PreferencesForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: romsahel/RemoteMessages Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 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

PreferencesForm() public méthode

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
Résultat Microsoft.Win32

getAutoIPActivated() public méthode

public getAutoIPActivated ( ) : bool
Résultat bool

getAutoScroll() public méthode

public getAutoScroll ( ) : bool
Résultat bool

getBackgrounderOptions() public méthode

public getBackgrounderOptions ( ) : bool[]
Résultat bool[]

getDeviceName() public méthode

public getDeviceName ( ) : string
Résultat string

getGhostModeActivated() public méthode

public getGhostModeActivated ( ) : bool
Résultat bool

getHotkey() public méthode

public getHotkey ( ) : string
Résultat string

getNotifMoreOptions() public méthode

public getNotifMoreOptions ( ) : int[]
Résultat int[]

getNotifOptions() public méthode

public getNotifOptions ( ) : bool[]
Résultat bool[]

getOnStartupActivated() public méthode

public getOnStartupActivated ( ) : bool
Résultat bool

getPassword() public méthode

public getPassword ( ) : string
Résultat string

getPort() public méthode

public getPort ( ) : string
Résultat string

getReplacementActivated() public méthode

public getReplacementActivated ( ) : bool
Résultat bool

getReplacementDelay() public méthode

public getReplacementDelay ( ) : int
Résultat int

getSoundActivated() public méthode

public getSoundActivated ( ) : bool
Résultat bool

getSoundIndex() public méthode

public getSoundIndex ( ) : int
Résultat int

getSoundVolume() public méthode

public getSoundVolume ( ) : int
Résultat int

getTimeFormat() public méthode

public getTimeFormat ( ) : Format
Résultat Format

getUnfocusActivated() public méthode

public getUnfocusActivated ( ) : bool
Résultat bool

getUnfocusDelay() public méthode

public getUnfocusDelay ( ) : int
Résultat int