C# 클래스 RemoteMessages.PreferencesForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: romsahel/RemoteMessages 1 사용 예제들

공개 메소드들

메소드 설명
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