C# Класс RemoteMessages.PreferencesForm

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

PreferencesForm() публичный Метод

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
Результат Microsoft.Win32

getAutoIPActivated() публичный Метод

public getAutoIPActivated ( ) : bool
Результат bool

getAutoScroll() публичный Метод

public getAutoScroll ( ) : bool
Результат bool

getBackgrounderOptions() публичный Метод

public getBackgrounderOptions ( ) : bool[]
Результат bool[]

getDeviceName() публичный Метод

public getDeviceName ( ) : string
Результат string

getGhostModeActivated() публичный Метод

public getGhostModeActivated ( ) : bool
Результат bool

getHotkey() публичный Метод

public getHotkey ( ) : string
Результат string

getNotifMoreOptions() публичный Метод

public getNotifMoreOptions ( ) : int[]
Результат int[]

getNotifOptions() публичный Метод

public getNotifOptions ( ) : bool[]
Результат bool[]

getOnStartupActivated() публичный Метод

public getOnStartupActivated ( ) : bool
Результат bool

getPassword() публичный Метод

public getPassword ( ) : string
Результат string

getPort() публичный Метод

public getPort ( ) : string
Результат string

getReplacementActivated() публичный Метод

public getReplacementActivated ( ) : bool
Результат bool

getReplacementDelay() публичный Метод

public getReplacementDelay ( ) : int
Результат int

getSoundActivated() публичный Метод

public getSoundActivated ( ) : bool
Результат bool

getSoundIndex() публичный Метод

public getSoundIndex ( ) : int
Результат int

getSoundVolume() публичный Метод

public getSoundVolume ( ) : int
Результат int

getTimeFormat() публичный Метод

public getTimeFormat ( ) : Format
Результат Format

getUnfocusActivated() публичный Метод

public getUnfocusActivated ( ) : bool
Результат bool

getUnfocusDelay() публичный Метод

public getUnfocusDelay ( ) : int
Результат int