C# 클래스 Radegast.frmSettings

상속: Radegast.RadegastForm
파일 보기 프로젝트 열기: radegastdev/radegast

공개 프로퍼티들

프로퍼티 타입 설명
Chat System.Windows.Forms.GroupBox
autoSit System.Windows.Forms.GroupBox
autoSitClear System.Windows.Forms.Button
autoSitEnabled System.Windows.Forms.CheckBox
autoSitName System.Windows.Forms.TextBox
autoSitNameLabel System.Windows.Forms.Label
autoSitSit System.Windows.Forms.Button
autoSitUUID System.Windows.Forms.TextBox
autoSitUUIDLabel System.Windows.Forms.Label
cbAutoReconnect System.Windows.Forms.CheckBox
cbAutoScriptPermission System.Windows.Forms.ComboBox
cbChatTimestamps System.Windows.Forms.CheckBox
cbDisableChatIMLog System.Windows.Forms.CheckBox
cbDisableHTTPInventory System.Windows.Forms.CheckBox
cbDisableLookAt System.Windows.Forms.CheckBox
cbFriendsHighlight System.Windows.Forms.CheckBox
cbFriendsNotifications System.Windows.Forms.CheckBox
cbHideLoginGraphics System.Windows.Forms.CheckBox
cbHighLight System.Windows.Forms.GroupBox
cbHighlightChat System.Windows.Forms.CheckBox
cbHighlightGroupIM System.Windows.Forms.CheckBox
cbHighlightIM System.Windows.Forms.CheckBox
cbIMTimeStamps System.Windows.Forms.CheckBox
cbLSLHelperEnabled System.Windows.Forms.CheckBox
cbMUEmotes System.Windows.Forms.CheckBox
cbMinToTrey System.Windows.Forms.CheckBox
cbMisc System.Windows.Forms.GroupBox
cbNameLinks System.Windows.Forms.CheckBox
cbNoTyping System.Windows.Forms.CheckBox
cbOnInvOffer System.Windows.Forms.ComboBox
cbRLV System.Windows.Forms.CheckBox
cbRLVDebug System.Windows.Forms.CheckBox
cbRadegastClientTag System.Windows.Forms.CheckBox
cbRadegastLogToFile System.Windows.Forms.CheckBox
cbResolveURIs System.Windows.Forms.CheckBox
cbShowScriptErrors System.Windows.Forms.CheckBox
cbSyntaxHighlight System.Windows.Forms.CheckBox
cbTaskBarHighLight System.Windows.Forms.CheckBox
cbTrasactChat System.Windows.Forms.CheckBox
cbTrasactDialog System.Windows.Forms.CheckBox
gbAutoResponse System.Windows.Forms.GroupBox
gbDisplayNames System.Windows.Forms.GroupBox
gnAutoInventory System.Windows.Forms.GroupBox
gnAutoScriptPermission System.Windows.Forms.GroupBox
label2 System.Windows.Forms.Label
label4 System.Windows.Forms.Label
lblLSLUUID System.Windows.Forms.Label
pseudoHome System.Windows.Forms.GroupBox
pseudoHomeClear System.Windows.Forms.Button
pseudoHomeEnabled System.Windows.Forms.CheckBox
pseudoHomeLocation System.Windows.Forms.TextBox
pseudoHomeSet System.Windows.Forms.Button
pseudoHomeTP System.Windows.Forms.Button
pseudoHomeTolerance System.Windows.Forms.NumericUpDown
pseudoHomeToleranceLabel System.Windows.Forms.Label
rbAutoAlways System.Windows.Forms.RadioButton
rbAutoNonFriend System.Windows.Forms.RadioButton
rbAutobusy System.Windows.Forms.RadioButton
rbDNDandUsernme System.Windows.Forms.RadioButton
rbDNOff System.Windows.Forms.RadioButton
rbDNOnlyDN System.Windows.Forms.RadioButton
rbDNSmart System.Windows.Forms.RadioButton
tbLSLAllowedOwner System.Windows.Forms.TextBox
tbpAutoResponse System.Windows.Forms.TabPage
tbpBot System.Windows.Forms.TabPage
tbpGeneral System.Windows.Forms.TabPage
tbpGraphics System.Windows.Forms.TabPage
tcGraphics System.Windows.Forms.TabControl
txtAutoResponse System.Windows.Forms.TextBox
txtReconnectTime System.Windows.Forms.TextBox
txtResolveURITime System.Windows.Forms.TextBox

공개 메소드들

메소드 설명
InitSettigs ( OpenMetaverse.Settings s, bool mono ) : void
frmSettings ( Radegast.RadegastInstance instance ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
GetPreviewFontSettings ( ) : Settings.FontSetting
InitColorSettings ( ) : void
InitializeComponent ( ) : void

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

LSLHelperPrefsSave ( ) : void
LSLHelperPrefsUpdate ( ) : void
ReloadFontSettings ( ) : void
ResetFontSettings ( ) : void
SaveCurrentFontSetting ( ) : void
SelectedIndexChanged ( object sender, EventArgs e ) : void
UpdateEnabled ( ) : void
UpdatePreview ( ) : void
UpdateSelection ( OpenMetaverse.Settings selected ) : void
autoSitClear_Click ( object sender, EventArgs e ) : void
autoSitEnabled_CheckedChanged ( object sender, EventArgs e ) : void
autoSitNameLabel_Click ( object sender, EventArgs e ) : void
autoSitPrefsUpdate ( ) : void
autoSitSit_Click ( object sender, EventArgs e ) : void
autoSitUUIDLabel_Click ( object sender, EventArgs e ) : void
autoSitUUID_Leave ( object sender, EventArgs e ) : void
btnResetFontSettings_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
cbAutoReconnect_CheckedChanged ( object sender, EventArgs e ) : void
cbAutoScriptPermission_SelectedIndexChanged ( object sender, EventArgs e ) : void
cbChatTimestamps_CheckedChanged ( object sender, EventArgs e ) : void
cbConfirmExit_CheckedChanged ( object sender, EventArgs e ) : void
cbFriendsNotifications_CheckedChanged ( object sender, EventArgs e ) : void
cbHideLoginGraphics_CheckedChanged ( object sender, EventArgs e ) : void
cbIMTimeStamps_CheckedChanged ( object sender, EventArgs e ) : void
cbLSLHelperEnabled_CheckedChanged ( object sender, EventArgs e ) : void
cbRadegastLogToFile_CheckedChanged ( object sender, EventArgs e ) : void
cbResolveURIs_CheckedChanged ( object sender, EventArgs e ) : void
cbThemeCompatibilityMode_CheckedChanged ( object sender, EventArgs e ) : void
cbTrasactChat_CheckedChanged ( object sender, EventArgs e ) : void
cbTrasactDialog_CheckedChanged ( object sender, EventArgs e ) : void
cbxBold_CheckStateChanged ( object sender, EventArgs e ) : void
cbxFont_DrawItem ( object sender, DrawItemEventArgs e ) : void
cbxForeground_DrawItem ( object sender, DrawItemEventArgs e ) : void
cbxItalic_CheckStateChanged ( object sender, EventArgs e ) : void
lblLSLUUID_Click ( object sender, EventArgs e ) : void
lbxColorItems_MouseDown ( object sender, MouseEventArgs e ) : void
lbxColorItems_MouseMove ( object sender, MouseEventArgs e ) : void
lbxColorItems_SelectedIndexChanged ( object sender, EventArgs e ) : void
llLSLHelperInstructios_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
pseudoHomeClear_Click ( object sender, EventArgs e ) : void
pseudoHomeEnabled_CheckedChanged ( object sender, EventArgs e ) : void
pseudoHomeLabel_Click ( object sender, EventArgs e ) : void
pseudoHomePrefsUpdated ( ) : void
pseudoHomeSet_Click ( object sender, EventArgs e ) : void
pseudoHomeTP_Click ( object sender, EventArgs e ) : void
pseudoHomeTolerance_ValueChanged ( object sender, EventArgs e ) : void
rbAutoAlways_CheckedChanged ( object sender, EventArgs e ) : void
rbAutoNonFriend_CheckedChanged ( object sender, EventArgs e ) : void
rbAutobusy_CheckedChanged ( object sender, EventArgs e ) : void
rbDNDandUsernme_CheckedChanged ( object sender, EventArgs e ) : void
rbDNOff_CheckedChanged ( object sender, EventArgs e ) : void
rbDNOnlyDN_CheckedChanged ( object sender, EventArgs e ) : void
rbDNSmart_CheckedChanged ( object sender, EventArgs e ) : void
tbLSLAllowedOwner_Leave ( object sender, EventArgs e ) : void
txtReconnectTime_TextChanged ( object sender, EventArgs e ) : void
txtResolveURITime_TextChanged ( 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

InitSettigs() 공개 정적인 메소드

public static InitSettigs ( OpenMetaverse.Settings s, bool mono ) : void
s OpenMetaverse.Settings
mono bool
리턴 void

frmSettings() 공개 메소드

public frmSettings ( Radegast.RadegastInstance instance ) : System
instance Radegast.RadegastInstance
리턴 System

프로퍼티 상세

Chat 공개적으로 프로퍼티

public System.Windows.Forms.GroupBox Chat
리턴 System.Windows.Forms.GroupBox

autoSit 공개적으로 프로퍼티

public System.Windows.Forms.GroupBox autoSit
리턴 System.Windows.Forms.GroupBox

autoSitClear 공개적으로 프로퍼티

public System.Windows.Forms.Button autoSitClear
리턴 System.Windows.Forms.Button

autoSitEnabled 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox autoSitEnabled
리턴 System.Windows.Forms.CheckBox

autoSitName 공개적으로 프로퍼티

public System.Windows.Forms.TextBox autoSitName
리턴 System.Windows.Forms.TextBox

autoSitNameLabel 공개적으로 프로퍼티

public System.Windows.Forms.Label autoSitNameLabel
리턴 System.Windows.Forms.Label

autoSitSit 공개적으로 프로퍼티

public System.Windows.Forms.Button autoSitSit
리턴 System.Windows.Forms.Button

autoSitUUID 공개적으로 프로퍼티

public System.Windows.Forms.TextBox autoSitUUID
리턴 System.Windows.Forms.TextBox

autoSitUUIDLabel 공개적으로 프로퍼티

public System.Windows.Forms.Label autoSitUUIDLabel
리턴 System.Windows.Forms.Label

cbAutoReconnect 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbAutoReconnect
리턴 System.Windows.Forms.CheckBox

cbAutoScriptPermission 공개적으로 프로퍼티

public System.Windows.Forms.ComboBox cbAutoScriptPermission
리턴 System.Windows.Forms.ComboBox

cbChatTimestamps 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbChatTimestamps
리턴 System.Windows.Forms.CheckBox

cbDisableChatIMLog 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbDisableChatIMLog
리턴 System.Windows.Forms.CheckBox

cbDisableHTTPInventory 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbDisableHTTPInventory
리턴 System.Windows.Forms.CheckBox

cbDisableLookAt 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbDisableLookAt
리턴 System.Windows.Forms.CheckBox

cbFriendsHighlight 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbFriendsHighlight
리턴 System.Windows.Forms.CheckBox

cbFriendsNotifications 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbFriendsNotifications
리턴 System.Windows.Forms.CheckBox

cbHideLoginGraphics 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbHideLoginGraphics
리턴 System.Windows.Forms.CheckBox

cbHighLight 공개적으로 프로퍼티

public System.Windows.Forms.GroupBox cbHighLight
리턴 System.Windows.Forms.GroupBox

cbHighlightChat 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbHighlightChat
리턴 System.Windows.Forms.CheckBox

cbHighlightGroupIM 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbHighlightGroupIM
리턴 System.Windows.Forms.CheckBox

cbHighlightIM 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbHighlightIM
리턴 System.Windows.Forms.CheckBox

cbIMTimeStamps 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbIMTimeStamps
리턴 System.Windows.Forms.CheckBox

cbLSLHelperEnabled 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbLSLHelperEnabled
리턴 System.Windows.Forms.CheckBox

cbMUEmotes 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbMUEmotes
리턴 System.Windows.Forms.CheckBox

cbMinToTrey 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbMinToTrey
리턴 System.Windows.Forms.CheckBox

cbMisc 공개적으로 프로퍼티

public System.Windows.Forms.GroupBox cbMisc
리턴 System.Windows.Forms.GroupBox

cbNameLinks 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbNameLinks
리턴 System.Windows.Forms.CheckBox

cbNoTyping 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbNoTyping
리턴 System.Windows.Forms.CheckBox

cbOnInvOffer 공개적으로 프로퍼티

public System.Windows.Forms.ComboBox cbOnInvOffer
리턴 System.Windows.Forms.ComboBox

cbRLV 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbRLV
리턴 System.Windows.Forms.CheckBox

cbRLVDebug 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbRLVDebug
리턴 System.Windows.Forms.CheckBox

cbRadegastClientTag 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbRadegastClientTag
리턴 System.Windows.Forms.CheckBox

cbRadegastLogToFile 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbRadegastLogToFile
리턴 System.Windows.Forms.CheckBox

cbResolveURIs 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbResolveURIs
리턴 System.Windows.Forms.CheckBox

cbShowScriptErrors 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbShowScriptErrors
리턴 System.Windows.Forms.CheckBox

cbSyntaxHighlight 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbSyntaxHighlight
리턴 System.Windows.Forms.CheckBox

cbTaskBarHighLight 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbTaskBarHighLight
리턴 System.Windows.Forms.CheckBox

cbTrasactChat 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbTrasactChat
리턴 System.Windows.Forms.CheckBox

cbTrasactDialog 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox cbTrasactDialog
리턴 System.Windows.Forms.CheckBox

gbAutoResponse 공개적으로 프로퍼티

public System.Windows.Forms.GroupBox gbAutoResponse
리턴 System.Windows.Forms.GroupBox

gbDisplayNames 공개적으로 프로퍼티

public System.Windows.Forms.GroupBox gbDisplayNames
리턴 System.Windows.Forms.GroupBox

gnAutoInventory 공개적으로 프로퍼티

public System.Windows.Forms.GroupBox gnAutoInventory
리턴 System.Windows.Forms.GroupBox

gnAutoScriptPermission 공개적으로 프로퍼티

public System.Windows.Forms.GroupBox gnAutoScriptPermission
리턴 System.Windows.Forms.GroupBox

label2 공개적으로 프로퍼티

public System.Windows.Forms.Label label2
리턴 System.Windows.Forms.Label

label4 공개적으로 프로퍼티

public System.Windows.Forms.Label label4
리턴 System.Windows.Forms.Label

lblLSLUUID 공개적으로 프로퍼티

public System.Windows.Forms.Label lblLSLUUID
리턴 System.Windows.Forms.Label

pseudoHome 공개적으로 프로퍼티

public System.Windows.Forms.GroupBox pseudoHome
리턴 System.Windows.Forms.GroupBox

pseudoHomeClear 공개적으로 프로퍼티

public System.Windows.Forms.Button pseudoHomeClear
리턴 System.Windows.Forms.Button

pseudoHomeEnabled 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox pseudoHomeEnabled
리턴 System.Windows.Forms.CheckBox

pseudoHomeLocation 공개적으로 프로퍼티

public System.Windows.Forms.TextBox pseudoHomeLocation
리턴 System.Windows.Forms.TextBox

pseudoHomeSet 공개적으로 프로퍼티

public System.Windows.Forms.Button pseudoHomeSet
리턴 System.Windows.Forms.Button

pseudoHomeTP 공개적으로 프로퍼티

public System.Windows.Forms.Button pseudoHomeTP
리턴 System.Windows.Forms.Button

pseudoHomeTolerance 공개적으로 프로퍼티

public System.Windows.Forms.NumericUpDown pseudoHomeTolerance
리턴 System.Windows.Forms.NumericUpDown

pseudoHomeToleranceLabel 공개적으로 프로퍼티

public System.Windows.Forms.Label pseudoHomeToleranceLabel
리턴 System.Windows.Forms.Label

rbAutoAlways 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton rbAutoAlways
리턴 System.Windows.Forms.RadioButton

rbAutoNonFriend 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton rbAutoNonFriend
리턴 System.Windows.Forms.RadioButton

rbAutobusy 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton rbAutobusy
리턴 System.Windows.Forms.RadioButton

rbDNDandUsernme 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton rbDNDandUsernme
리턴 System.Windows.Forms.RadioButton

rbDNOff 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton rbDNOff
리턴 System.Windows.Forms.RadioButton

rbDNOnlyDN 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton rbDNOnlyDN
리턴 System.Windows.Forms.RadioButton

rbDNSmart 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton rbDNSmart
리턴 System.Windows.Forms.RadioButton

tbLSLAllowedOwner 공개적으로 프로퍼티

public System.Windows.Forms.TextBox tbLSLAllowedOwner
리턴 System.Windows.Forms.TextBox

tbpAutoResponse 공개적으로 프로퍼티

public System.Windows.Forms.TabPage tbpAutoResponse
리턴 System.Windows.Forms.TabPage

tbpBot 공개적으로 프로퍼티

public System.Windows.Forms.TabPage tbpBot
리턴 System.Windows.Forms.TabPage

tbpGeneral 공개적으로 프로퍼티

public System.Windows.Forms.TabPage tbpGeneral
리턴 System.Windows.Forms.TabPage

tbpGraphics 공개적으로 프로퍼티

public System.Windows.Forms.TabPage tbpGraphics
리턴 System.Windows.Forms.TabPage

tcGraphics 공개적으로 프로퍼티

public System.Windows.Forms.TabControl tcGraphics
리턴 System.Windows.Forms.TabControl

txtAutoResponse 공개적으로 프로퍼티

public System.Windows.Forms.TextBox txtAutoResponse
리턴 System.Windows.Forms.TextBox

txtReconnectTime 공개적으로 프로퍼티

public System.Windows.Forms.TextBox txtReconnectTime
리턴 System.Windows.Forms.TextBox

txtResolveURITime 공개적으로 프로퍼티

public System.Windows.Forms.TextBox txtResolveURITime
리턴 System.Windows.Forms.TextBox