OSDN Git Service

-Add RLV @FindFolder command support
[radegast/radegast.git] / Radegast / GUI / Dialogs / Settings.Designer.cs
index dc6bb0c..d8a3e0c 100644 (file)
@@ -1,6 +1,6 @@
 // 
 // Radegast Metaverse Client
-// Copyright (c) 2009-2012, Radegast Development Team
+// Copyright (c) 2009-2014, Radegast Development Team
 // All rights reserved.
 // 
 // Redistribution and use in source and binary forms, with or without
@@ -58,536 +58,970 @@ namespace Radegast
         /// </summary>
         private void InitializeComponent()
         {
-            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSettings));\r
-            this.tcGraphics = new System.Windows.Forms.TabControl();\r
-            this.tbpGeneral = new System.Windows.Forms.TabPage();\r
-            this.cbRadegastLogToFile = new System.Windows.Forms.CheckBox();\r
-            this.Chat = new System.Windows.Forms.GroupBox();\r
-            this.cbDisableChatIMLog = new System.Windows.Forms.CheckBox();\r
-            this.cbChatTimestamps = new System.Windows.Forms.CheckBox();\r
-            this.cbIMTimeStamps = new System.Windows.Forms.CheckBox();\r
-            this.cbFriendsHighlight = new System.Windows.Forms.CheckBox();\r
-            this.cbMUEmotes = new System.Windows.Forms.CheckBox();\r
-            this.cbNoTyping = new System.Windows.Forms.CheckBox();\r
-            this.cbTaskBarHighLight = new System.Windows.Forms.CheckBox();\r
-            this.cbFontSize = new System.Windows.Forms.ComboBox();\r
-            this.label1 = new System.Windows.Forms.Label();\r
-            this.txtReconnectTime = new System.Windows.Forms.TextBox();\r
-            this.label2 = new System.Windows.Forms.Label();\r
-            this.gbDisplayNames = new System.Windows.Forms.GroupBox();\r
-            this.rbDNOnlyDN = new System.Windows.Forms.RadioButton();\r
-            this.rbDNDandUsernme = new System.Windows.Forms.RadioButton();\r
-            this.rbDNSmart = new System.Windows.Forms.RadioButton();\r
-            this.rbDNOff = new System.Windows.Forms.RadioButton();\r
-            this.cbRadegastClientTag = new System.Windows.Forms.CheckBox();\r
-            this.cbSyntaxHighlight = new System.Windows.Forms.CheckBox();\r
-            this.cbMinToTrey = new System.Windows.Forms.CheckBox();\r
-            this.cbRLV = new System.Windows.Forms.CheckBox();\r
-            this.cbHideLoginGraphics = new System.Windows.Forms.CheckBox();\r
-            this.cbAutoReconnect = new System.Windows.Forms.CheckBox();\r
-            this.cbFriendsNotifications = new System.Windows.Forms.CheckBox();\r
-            this.cbTrasactChat = new System.Windows.Forms.CheckBox();\r
-            this.cbTrasactDialog = new System.Windows.Forms.CheckBox();\r
-            this.tbpAutoResponse = new System.Windows.Forms.TabPage();\r
-            this.gnAutoInventory = new System.Windows.Forms.GroupBox();\r
-            this.cbOnInvOffer = new System.Windows.Forms.ComboBox();\r
-            this.txtAutoResponse = new System.Windows.Forms.TextBox();\r
-            this.gbAutoResponse = new System.Windows.Forms.GroupBox();\r
-            this.rbAutoAlways = new System.Windows.Forms.RadioButton();\r
-            this.rbAutoNonFriend = new System.Windows.Forms.RadioButton();\r
-            this.rbAutobusy = new System.Windows.Forms.RadioButton();\r
-            this.tbpGraphics = new System.Windows.Forms.TabPage();\r
-            this.cbDisableLookAt = new System.Windows.Forms.CheckBox();\r
-            this.tcGraphics.SuspendLayout();\r
-            this.tbpGeneral.SuspendLayout();\r
-            this.Chat.SuspendLayout();\r
-            this.gbDisplayNames.SuspendLayout();\r
-            this.tbpAutoResponse.SuspendLayout();\r
-            this.gnAutoInventory.SuspendLayout();\r
-            this.gbAutoResponse.SuspendLayout();\r
-            this.SuspendLayout();\r
-            // \r
-            // tcGraphics\r
-            // \r
-            this.tcGraphics.Controls.Add(this.tbpGeneral);\r
-            this.tcGraphics.Controls.Add(this.tbpAutoResponse);\r
-            this.tcGraphics.Controls.Add(this.tbpGraphics);\r
-            this.tcGraphics.Dock = System.Windows.Forms.DockStyle.Fill;\r
-            this.tcGraphics.Location = new System.Drawing.Point(0, 0);\r
-            this.tcGraphics.Multiline = true;\r
-            this.tcGraphics.Name = "tcGraphics";\r
-            this.tcGraphics.SelectedIndex = 0;\r
-            this.tcGraphics.Size = new System.Drawing.Size(496, 324);\r
-            this.tcGraphics.TabIndex = 0;\r
-            // \r
-            // tbpGeneral\r
-            // \r
-            this.tbpGeneral.Controls.Add(this.cbDisableLookAt);\r
-            this.tbpGeneral.Controls.Add(this.cbRadegastLogToFile);\r
-            this.tbpGeneral.Controls.Add(this.Chat);\r
-            this.tbpGeneral.Controls.Add(this.txtReconnectTime);\r
-            this.tbpGeneral.Controls.Add(this.label2);\r
-            this.tbpGeneral.Controls.Add(this.gbDisplayNames);\r
-            this.tbpGeneral.Controls.Add(this.cbRadegastClientTag);\r
-            this.tbpGeneral.Controls.Add(this.cbSyntaxHighlight);\r
-            this.tbpGeneral.Controls.Add(this.cbMinToTrey);\r
-            this.tbpGeneral.Controls.Add(this.cbRLV);\r
-            this.tbpGeneral.Controls.Add(this.cbHideLoginGraphics);\r
-            this.tbpGeneral.Controls.Add(this.cbAutoReconnect);\r
-            this.tbpGeneral.Controls.Add(this.cbFriendsNotifications);\r
-            this.tbpGeneral.Controls.Add(this.cbTrasactChat);\r
-            this.tbpGeneral.Controls.Add(this.cbTrasactDialog);\r
-            this.tbpGeneral.Location = new System.Drawing.Point(4, 22);\r
-            this.tbpGeneral.Name = "tbpGeneral";\r
-            this.tbpGeneral.Padding = new System.Windows.Forms.Padding(3);\r
-            this.tbpGeneral.Size = new System.Drawing.Size(488, 298);\r
-            this.tbpGeneral.TabIndex = 1;\r
-            this.tbpGeneral.Text = "General";\r
-            this.tbpGeneral.UseVisualStyleBackColor = true;\r
-            // \r
-            // cbRadegastLogToFile\r
-            // \r
-            this.cbRadegastLogToFile.AutoSize = true;\r
-            this.cbRadegastLogToFile.Location = new System.Drawing.Point(275, 220);\r
-            this.cbRadegastLogToFile.Name = "cbRadegastLogToFile";\r
-            this.cbRadegastLogToFile.Size = new System.Drawing.Size(72, 17);\r
-            this.cbRadegastLogToFile.TabIndex = 14;\r
-            this.cbRadegastLogToFile.Text = "Log to file";\r
-            this.cbRadegastLogToFile.UseVisualStyleBackColor = true;\r
-            this.cbRadegastLogToFile.CheckedChanged += new System.EventHandler(this.cbRadegastLogToFile_CheckedChanged);\r
-            // \r
-            // Chat\r
-            // \r
-            this.Chat.Controls.Add(this.cbDisableChatIMLog);\r
-            this.Chat.Controls.Add(this.cbChatTimestamps);\r
-            this.Chat.Controls.Add(this.cbIMTimeStamps);\r
-            this.Chat.Controls.Add(this.cbFriendsHighlight);\r
-            this.Chat.Controls.Add(this.cbMUEmotes);\r
-            this.Chat.Controls.Add(this.cbNoTyping);\r
-            this.Chat.Controls.Add(this.cbTaskBarHighLight);\r
-            this.Chat.Controls.Add(this.cbFontSize);\r
-            this.Chat.Controls.Add(this.label1);\r
-            this.Chat.Location = new System.Drawing.Point(8, 5);\r
-            this.Chat.Name = "Chat";\r
-            this.Chat.Size = new System.Drawing.Size(256, 181);\r
-            this.Chat.TabIndex = 0;\r
-            this.Chat.TabStop = false;\r
-            this.Chat.Text = "Chat";\r
-            // \r
-            // cbDisableChatIMLog\r
-            // \r
-            this.cbDisableChatIMLog.AutoSize = true;\r
-            this.cbDisableChatIMLog.Location = new System.Drawing.Point(8, 155);\r
-            this.cbDisableChatIMLog.Name = "cbDisableChatIMLog";\r
-            this.cbDisableChatIMLog.Size = new System.Drawing.Size(138, 17);\r
-            this.cbDisableChatIMLog.TabIndex = 8;\r
-            this.cbDisableChatIMLog.Text = "Disable chat and IM log";\r
-            this.cbDisableChatIMLog.UseVisualStyleBackColor = true;\r
-            // \r
-            // cbChatTimestamps\r
-            // \r
-            this.cbChatTimestamps.AutoSize = true;\r
-            this.cbChatTimestamps.Location = new System.Drawing.Point(8, 12);\r
-            this.cbChatTimestamps.Name = "cbChatTimestamps";\r
-            this.cbChatTimestamps.Size = new System.Drawing.Size(143, 17);\r
-            this.cbChatTimestamps.TabIndex = 0;\r
-            this.cbChatTimestamps.Text = "Show timestamps in chat";\r
-            this.cbChatTimestamps.UseVisualStyleBackColor = true;\r
-            // \r
-            // cbIMTimeStamps\r
-            // \r
-            this.cbIMTimeStamps.AutoSize = true;\r
-            this.cbIMTimeStamps.Location = new System.Drawing.Point(8, 35);\r
-            this.cbIMTimeStamps.Name = "cbIMTimeStamps";\r
-            this.cbIMTimeStamps.Size = new System.Drawing.Size(137, 17);\r
-            this.cbIMTimeStamps.TabIndex = 1;\r
-            this.cbIMTimeStamps.Text = "Show timestamps in  IM";\r
-            this.cbIMTimeStamps.UseVisualStyleBackColor = true;\r
-            // \r
-            // cbFriendsHighlight\r
-            // \r
-            this.cbFriendsHighlight.AutoSize = true;\r
-            this.cbFriendsHighlight.Location = new System.Drawing.Point(8, 75);\r
-            this.cbFriendsHighlight.Name = "cbFriendsHighlight";\r
-            this.cbFriendsHighlight.Size = new System.Drawing.Size(248, 17);\r
-            this.cbFriendsHighlight.TabIndex = 4;\r
-            this.cbFriendsHighlight.Text = "Highlight chat tab on friends online notifications";\r
-            this.cbFriendsHighlight.UseVisualStyleBackColor = true;\r
-            this.cbFriendsHighlight.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);\r
-            // \r
-            // cbMUEmotes\r
-            // \r
-            this.cbMUEmotes.AutoSize = true;\r
-            this.cbMUEmotes.Location = new System.Drawing.Point(8, 95);\r
-            this.cbMUEmotes.Name = "cbMUEmotes";\r
-            this.cbMUEmotes.Size = new System.Drawing.Size(108, 17);\r
-            this.cbMUEmotes.TabIndex = 5;\r
-            this.cbMUEmotes.Text = "MU* style emotes";\r
-            this.cbMUEmotes.UseVisualStyleBackColor = true;\r
-            this.cbMUEmotes.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);\r
-            // \r
-            // cbNoTyping\r
-            // \r
-            this.cbNoTyping.AutoSize = true;\r
-            this.cbNoTyping.Location = new System.Drawing.Point(8, 115);\r
-            this.cbNoTyping.Name = "cbNoTyping";\r
-            this.cbNoTyping.Size = new System.Drawing.Size(150, 17);\r
-            this.cbNoTyping.TabIndex = 6;\r
-            this.cbNoTyping.Text = "Don\'t use typing animation";\r
-            this.cbNoTyping.UseVisualStyleBackColor = true;\r
-            this.cbNoTyping.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);\r
-            // \r
-            // cbTaskBarHighLight\r
-            // \r
-            this.cbTaskBarHighLight.AutoSize = true;\r
-            this.cbTaskBarHighLight.Location = new System.Drawing.Point(8, 135);\r
-            this.cbTaskBarHighLight.Name = "cbTaskBarHighLight";\r
-            this.cbTaskBarHighLight.Size = new System.Drawing.Size(155, 17);\r
-            this.cbTaskBarHighLight.TabIndex = 7;\r
-            this.cbTaskBarHighLight.Text = "Highlight in taskbar on chat";\r
-            this.cbTaskBarHighLight.UseVisualStyleBackColor = true;\r
-            // \r
-            // cbFontSize\r
-            // \r
-            this.cbFontSize.FormatString = "N2";\r
-            this.cbFontSize.FormattingEnabled = true;\r
-            this.cbFontSize.Items.AddRange(new object[] {\r
-            "8.25",\r
-            "9",\r
-            "10",\r
-            "12",\r
-            "14",\r
-            "16",\r
-            "20"});\r
-            this.cbFontSize.Location = new System.Drawing.Point(97, 51);\r
-            this.cbFontSize.Name = "cbFontSize";\r
-            this.cbFontSize.Size = new System.Drawing.Size(54, 21);\r
-            this.cbFontSize.TabIndex = 3;\r
-            this.cbFontSize.Text = "8.25";\r
-            this.cbFontSize.SelectedIndexChanged += new System.EventHandler(this.cbFontSize_SelectedIndexChanged);\r
-            this.cbFontSize.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cbFontSize_KeyDown);\r
-            this.cbFontSize.Leave += new System.EventHandler(this.cbFontSize_Leave);\r
-            // \r
-            // label1\r
-            // \r
-            this.label1.AutoSize = true;\r
-            this.label1.Location = new System.Drawing.Point(24, 54);\r
-            this.label1.Name = "label1";\r
-            this.label1.Size = new System.Drawing.Size(73, 13);\r
-            this.label1.TabIndex = 2;\r
-            this.label1.Text = "Chat text size:";\r
-            // \r
-            // txtReconnectTime\r
-            // \r
-            this.txtReconnectTime.Location = new System.Drawing.Point(420, 97);\r
-            this.txtReconnectTime.Name = "txtReconnectTime";\r
-            this.txtReconnectTime.Size = new System.Drawing.Size(53, 20);\r
-            this.txtReconnectTime.TabIndex = 8;\r
-            this.txtReconnectTime.Text = "120";\r
-            this.txtReconnectTime.TextChanged += new System.EventHandler(this.txtReconnectTime_TextChanged);\r
-            // \r
-            // label2\r
-            // \r
-            this.label2.AutoSize = true;\r
-            this.label2.Location = new System.Drawing.Point(291, 100);\r
-            this.label2.Name = "label2";\r
-            this.label2.Size = new System.Drawing.Size(128, 13);\r
-            this.label2.TabIndex = 7;\r
-            this.label2.Text = "Auto reconnect time (sec)";\r
-            // \r
-            // gbDisplayNames\r
-            // \r
-            this.gbDisplayNames.Controls.Add(this.rbDNOnlyDN);\r
-            this.gbDisplayNames.Controls.Add(this.rbDNDandUsernme);\r
-            this.gbDisplayNames.Controls.Add(this.rbDNSmart);\r
-            this.gbDisplayNames.Controls.Add(this.rbDNOff);\r
-            this.gbDisplayNames.Location = new System.Drawing.Point(8, 192);\r
-            this.gbDisplayNames.Name = "gbDisplayNames";\r
-            this.gbDisplayNames.Size = new System.Drawing.Size(256, 100);\r
-            this.gbDisplayNames.TabIndex = 1;\r
-            this.gbDisplayNames.TabStop = false;\r
-            this.gbDisplayNames.Text = "Display names";\r
-            // \r
-            // rbDNOnlyDN\r
-            // \r
-            this.rbDNOnlyDN.AutoSize = true;\r
-            this.rbDNOnlyDN.Location = new System.Drawing.Point(6, 75);\r
-            this.rbDNOnlyDN.Name = "rbDNOnlyDN";\r
-            this.rbDNOnlyDN.Size = new System.Drawing.Size(110, 17);\r
-            this.rbDNOnlyDN.TabIndex = 3;\r
-            this.rbDNOnlyDN.TabStop = true;\r
-            this.rbDNOnlyDN.Text = "Only display name";\r
-            this.rbDNOnlyDN.UseVisualStyleBackColor = true;\r
-            this.rbDNOnlyDN.CheckedChanged += new System.EventHandler(this.rbDNOnlyDN_CheckedChanged);\r
-            // \r
-            // rbDNDandUsernme\r
-            // \r
-            this.rbDNDandUsernme.AutoSize = true;\r
-            this.rbDNDandUsernme.Location = new System.Drawing.Point(6, 55);\r
-            this.rbDNDandUsernme.Name = "rbDNDandUsernme";\r
-            this.rbDNDandUsernme.Size = new System.Drawing.Size(143, 17);\r
-            this.rbDNDandUsernme.TabIndex = 2;\r
-            this.rbDNDandUsernme.TabStop = true;\r
-            this.rbDNDandUsernme.Text = "Display name (username)";\r
-            this.rbDNDandUsernme.UseVisualStyleBackColor = true;\r
-            this.rbDNDandUsernme.CheckedChanged += new System.EventHandler(this.rbDNDandUsernme_CheckedChanged);\r
-            // \r
-            // rbDNSmart\r
-            // \r
-            this.rbDNSmart.AutoSize = true;\r
-            this.rbDNSmart.Location = new System.Drawing.Point(6, 35);\r
-            this.rbDNSmart.Name = "rbDNSmart";\r
-            this.rbDNSmart.Size = new System.Drawing.Size(52, 17);\r
-            this.rbDNSmart.TabIndex = 1;\r
-            this.rbDNSmart.TabStop = true;\r
-            this.rbDNSmart.Text = "Smart";\r
-            this.rbDNSmart.UseVisualStyleBackColor = true;\r
-            this.rbDNSmart.CheckedChanged += new System.EventHandler(this.rbDNSmart_CheckedChanged);\r
-            // \r
-            // rbDNOff\r
-            // \r
-            this.rbDNOff.AutoSize = true;\r
-            this.rbDNOff.Location = new System.Drawing.Point(6, 15);\r
-            this.rbDNOff.Name = "rbDNOff";\r
-            this.rbDNOff.Size = new System.Drawing.Size(39, 17);\r
-            this.rbDNOff.TabIndex = 0;\r
-            this.rbDNOff.TabStop = true;\r
-            this.rbDNOff.Text = "Off";\r
-            this.rbDNOff.UseVisualStyleBackColor = true;\r
-            this.rbDNOff.CheckedChanged += new System.EventHandler(this.rbDNOff_CheckedChanged);\r
-            // \r
-            // cbRadegastClientTag\r
-            // \r
-            this.cbRadegastClientTag.AutoSize = true;\r
-            this.cbRadegastClientTag.Location = new System.Drawing.Point(275, 200);\r
-            this.cbRadegastClientTag.Name = "cbRadegastClientTag";\r
-            this.cbRadegastClientTag.Size = new System.Drawing.Size(146, 17);\r
-            this.cbRadegastClientTag.TabIndex = 13;\r
-            this.cbRadegastClientTag.Text = "Send Radegast client tag";\r
-            this.cbRadegastClientTag.UseVisualStyleBackColor = true;\r
-            // \r
-            // cbSyntaxHighlight\r
-            // \r
-            this.cbSyntaxHighlight.AutoSize = true;\r
-            this.cbSyntaxHighlight.Location = new System.Drawing.Point(275, 60);\r
-            this.cbSyntaxHighlight.Name = "cbSyntaxHighlight";\r
-            this.cbSyntaxHighlight.Size = new System.Drawing.Size(134, 17);\r
-            this.cbSyntaxHighlight.TabIndex = 5;\r
-            this.cbSyntaxHighlight.Text = "LSL syntax highlighting";\r
-            this.cbSyntaxHighlight.UseVisualStyleBackColor = true;\r
-            // \r
-            // cbMinToTrey\r
-            // \r
-            this.cbMinToTrey.AutoSize = true;\r
-            this.cbMinToTrey.Location = new System.Drawing.Point(275, 40);\r
-            this.cbMinToTrey.Name = "cbMinToTrey";\r
-            this.cbMinToTrey.Size = new System.Drawing.Size(133, 17);\r
-            this.cbMinToTrey.TabIndex = 4;\r
-            this.cbMinToTrey.Text = "Minimize to system tray";\r
-            this.cbMinToTrey.UseVisualStyleBackColor = true;\r
-            this.cbMinToTrey.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);\r
-            // \r
-            // cbRLV\r
-            // \r
-            this.cbRLV.AutoSize = true;\r
-            this.cbRLV.Location = new System.Drawing.Point(275, 180);\r
-            this.cbRLV.Name = "cbRLV";\r
-            this.cbRLV.Size = new System.Drawing.Size(85, 17);\r
-            this.cbRLV.TabIndex = 12;\r
-            this.cbRLV.Text = "RLV support";\r
-            this.cbRLV.UseVisualStyleBackColor = true;\r
-            this.cbRLV.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);\r
-            // \r
-            // cbHideLoginGraphics\r
-            // \r
-            this.cbHideLoginGraphics.AutoSize = true;\r
-            this.cbHideLoginGraphics.Location = new System.Drawing.Point(275, 20);\r
-            this.cbHideLoginGraphics.Name = "cbHideLoginGraphics";\r
-            this.cbHideLoginGraphics.Size = new System.Drawing.Size(141, 17);\r
-            this.cbHideLoginGraphics.TabIndex = 3;\r
-            this.cbHideLoginGraphics.Text = "Hide login slpash screen";\r
-            this.cbHideLoginGraphics.UseVisualStyleBackColor = true;\r
-            this.cbHideLoginGraphics.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);\r
-            // \r
-            // cbAutoReconnect\r
-            // \r
-            this.cbAutoReconnect.AutoSize = true;\r
-            this.cbAutoReconnect.Location = new System.Drawing.Point(275, 80);\r
-            this.cbAutoReconnect.Name = "cbAutoReconnect";\r
-            this.cbAutoReconnect.Size = new System.Drawing.Size(169, 17);\r
-            this.cbAutoReconnect.TabIndex = 6;\r
-            this.cbAutoReconnect.Text = "Auto reconnect on disconnect";\r
-            this.cbAutoReconnect.UseVisualStyleBackColor = true;\r
-            this.cbAutoReconnect.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);\r
-            // \r
-            // cbFriendsNotifications\r
-            // \r
-            this.cbFriendsNotifications.AutoSize = true;\r
-            this.cbFriendsNotifications.Location = new System.Drawing.Point(275, 160);\r
-            this.cbFriendsNotifications.Name = "cbFriendsNotifications";\r
-            this.cbFriendsNotifications.Size = new System.Drawing.Size(184, 17);\r
-            this.cbFriendsNotifications.TabIndex = 11;\r
-            this.cbFriendsNotifications.Text = "Display friends online notifications";\r
-            this.cbFriendsNotifications.UseVisualStyleBackColor = true;\r
-            this.cbFriendsNotifications.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);\r
-            // \r
-            // cbTrasactChat\r
-            // \r
-            this.cbTrasactChat.AutoSize = true;\r
-            this.cbTrasactChat.Location = new System.Drawing.Point(275, 140);\r
-            this.cbTrasactChat.Name = "cbTrasactChat";\r
-            this.cbTrasactChat.Size = new System.Drawing.Size(170, 17);\r
-            this.cbTrasactChat.TabIndex = 10;\r
-            this.cbTrasactChat.Text = "Display L$ transactions in chat";\r
-            this.cbTrasactChat.UseVisualStyleBackColor = true;\r
-            this.cbTrasactChat.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);\r
-            // \r
-            // cbTrasactDialog\r
-            // \r
-            this.cbTrasactDialog.AutoSize = true;\r
-            this.cbTrasactDialog.Location = new System.Drawing.Point(275, 120);\r
-            this.cbTrasactDialog.Name = "cbTrasactDialog";\r
-            this.cbTrasactDialog.Size = new System.Drawing.Size(176, 17);\r
-            this.cbTrasactDialog.TabIndex = 9;\r
-            this.cbTrasactDialog.Text = "Display dialog on L$ transaction";\r
-            this.cbTrasactDialog.UseVisualStyleBackColor = true;\r
-            this.cbTrasactDialog.CheckedChanged += new System.EventHandler(this.cbTrasactDialog_CheckedChanged);\r
-            // \r
-            // tbpAutoResponse\r
-            // \r
-            this.tbpAutoResponse.Controls.Add(this.gnAutoInventory);\r
-            this.tbpAutoResponse.Controls.Add(this.txtAutoResponse);\r
-            this.tbpAutoResponse.Controls.Add(this.gbAutoResponse);\r
-            this.tbpAutoResponse.Location = new System.Drawing.Point(4, 22);\r
-            this.tbpAutoResponse.Name = "tbpAutoResponse";\r
-            this.tbpAutoResponse.Padding = new System.Windows.Forms.Padding(3);\r
-            this.tbpAutoResponse.Size = new System.Drawing.Size(488, 298);\r
-            this.tbpAutoResponse.TabIndex = 2;\r
-            this.tbpAutoResponse.Text = "Auto Response";\r
-            this.tbpAutoResponse.UseVisualStyleBackColor = true;\r
-            // \r
-            // gnAutoInventory\r
-            // \r
-            this.gnAutoInventory.Controls.Add(this.cbOnInvOffer);\r
-            this.gnAutoInventory.Location = new System.Drawing.Point(9, 156);\r
-            this.gnAutoInventory.Name = "gnAutoInventory";\r
-            this.gnAutoInventory.Size = new System.Drawing.Size(281, 54);\r
-            this.gnAutoInventory.TabIndex = 2;\r
-            this.gnAutoInventory.TabStop = false;\r
-            this.gnAutoInventory.Text = "On inventory offers";\r
-            // \r
-            // cbOnInvOffer\r
-            // \r
-            this.cbOnInvOffer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
-            this.cbOnInvOffer.FormattingEnabled = true;\r
-            this.cbOnInvOffer.Items.AddRange(new object[] {\r
-            "Ask",\r
-            "Auto Accept",\r
-            "Auto Discard"});\r
-            this.cbOnInvOffer.Location = new System.Drawing.Point(6, 19);\r
-            this.cbOnInvOffer.Name = "cbOnInvOffer";\r
-            this.cbOnInvOffer.Size = new System.Drawing.Size(121, 21);\r
-            this.cbOnInvOffer.TabIndex = 0;\r
-            // \r
-            // txtAutoResponse\r
-            // \r
-            this.txtAutoResponse.AccessibleName = "Auto response text";\r
-            this.txtAutoResponse.Location = new System.Drawing.Point(8, 63);\r
-            this.txtAutoResponse.Multiline = true;\r
-            this.txtAutoResponse.Name = "txtAutoResponse";\r
-            this.txtAutoResponse.Size = new System.Drawing.Size(282, 87);\r
-            this.txtAutoResponse.TabIndex = 1;\r
-            // \r
-            // gbAutoResponse\r
-            // \r
-            this.gbAutoResponse.Controls.Add(this.rbAutoAlways);\r
-            this.gbAutoResponse.Controls.Add(this.rbAutoNonFriend);\r
-            this.gbAutoResponse.Controls.Add(this.rbAutobusy);\r
-            this.gbAutoResponse.Location = new System.Drawing.Point(3, 6);\r
-            this.gbAutoResponse.Name = "gbAutoResponse";\r
-            this.gbAutoResponse.Size = new System.Drawing.Size(287, 51);\r
-            this.gbAutoResponse.TabIndex = 0;\r
-            this.gbAutoResponse.TabStop = false;\r
-            this.gbAutoResponse.Text = "Send auto response when:";\r
-            // \r
-            // rbAutoAlways\r
-            // \r
-            this.rbAutoAlways.AutoSize = true;\r
-            this.rbAutoAlways.Location = new System.Drawing.Point(216, 19);\r
-            this.rbAutoAlways.Name = "rbAutoAlways";\r
-            this.rbAutoAlways.Size = new System.Drawing.Size(58, 17);\r
-            this.rbAutoAlways.TabIndex = 2;\r
-            this.rbAutoAlways.Text = "Always";\r
-            this.rbAutoAlways.UseVisualStyleBackColor = true;\r
-            this.rbAutoAlways.CheckedChanged += new System.EventHandler(this.rbAutoAlways_CheckedChanged);\r
-            // \r
-            // rbAutoNonFriend\r
-            // \r
-            this.rbAutoNonFriend.AutoSize = true;\r
-            this.rbAutoNonFriend.Location = new System.Drawing.Point(100, 19);\r
-            this.rbAutoNonFriend.Name = "rbAutoNonFriend";\r
-            this.rbAutoNonFriend.Size = new System.Drawing.Size(110, 17);\r
-            this.rbAutoNonFriend.TabIndex = 1;\r
-            this.rbAutoNonFriend.Text = "IM from non-friend";\r
-            this.rbAutoNonFriend.UseVisualStyleBackColor = true;\r
-            this.rbAutoNonFriend.CheckedChanged += new System.EventHandler(this.rbAutoNonFriend_CheckedChanged);\r
-            // \r
-            // rbAutobusy\r
-            // \r
-            this.rbAutobusy.AutoSize = true;\r
-            this.rbAutobusy.Checked = true;\r
-            this.rbAutobusy.Location = new System.Drawing.Point(6, 19);\r
-            this.rbAutobusy.Name = "rbAutobusy";\r
-            this.rbAutobusy.Size = new System.Drawing.Size(88, 17);\r
-            this.rbAutobusy.TabIndex = 0;\r
-            this.rbAutobusy.TabStop = true;\r
-            this.rbAutobusy.Text = "In busy mode";\r
-            this.rbAutobusy.UseVisualStyleBackColor = true;\r
-            this.rbAutobusy.CheckedChanged += new System.EventHandler(this.rbAutobusy_CheckedChanged);\r
-            // \r
-            // tbpGraphics\r
-            // \r
-            this.tbpGraphics.Location = new System.Drawing.Point(4, 22);\r
-            this.tbpGraphics.Name = "tbpGraphics";\r
-            this.tbpGraphics.Padding = new System.Windows.Forms.Padding(3);\r
-            this.tbpGraphics.Size = new System.Drawing.Size(488, 298);\r
-            this.tbpGraphics.TabIndex = 3;\r
-            this.tbpGraphics.Text = "Graphics Settings";\r
-            this.tbpGraphics.UseVisualStyleBackColor = true;\r
-            // \r
-            // cbDisableLookAt\r
-            // \r
-            this.cbDisableLookAt.AutoSize = true;\r
-            this.cbDisableLookAt.Location = new System.Drawing.Point(275, 243);\r
-            this.cbDisableLookAt.Name = "cbDisableLookAt";\r
-            this.cbDisableLookAt.Size = new System.Drawing.Size(140, 17);\r
-            this.cbDisableLookAt.TabIndex = 15;\r
-            this.cbDisableLookAt.Text = "Disable Look At beacon";\r
-            this.cbDisableLookAt.UseVisualStyleBackColor = true;\r
-            // \r
-            // frmSettings\r
-            // \r
-            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
-            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
-            this.ClientSize = new System.Drawing.Size(496, 324);\r
-            this.Controls.Add(this.tcGraphics);\r
-            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
-            this.Name = "frmSettings";\r
-            this.Text = "Settings - Radegast";\r
-            this.tcGraphics.ResumeLayout(false);\r
-            this.tbpGeneral.ResumeLayout(false);\r
-            this.tbpGeneral.PerformLayout();\r
-            this.Chat.ResumeLayout(false);\r
-            this.Chat.PerformLayout();\r
-            this.gbDisplayNames.ResumeLayout(false);\r
-            this.gbDisplayNames.PerformLayout();\r
-            this.tbpAutoResponse.ResumeLayout(false);\r
-            this.tbpAutoResponse.PerformLayout();\r
-            this.gnAutoInventory.ResumeLayout(false);\r
-            this.gbAutoResponse.ResumeLayout(false);\r
-            this.gbAutoResponse.PerformLayout();\r
-            this.ResumeLayout(false);\r
-\r
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSettings));
+            this.tcGraphics = new System.Windows.Forms.TabControl();
+            this.tbpGeneral = new System.Windows.Forms.TabPage();
+            this.cbHighLight = new System.Windows.Forms.GroupBox();
+            this.cbHighlightGroupIM = new System.Windows.Forms.CheckBox();
+            this.cbHighlightIM = new System.Windows.Forms.CheckBox();
+            this.cbHighlightChat = new System.Windows.Forms.CheckBox();
+            this.cbFriendsHighlight = new System.Windows.Forms.CheckBox();
+            this.cbTaskBarHighLight = new System.Windows.Forms.CheckBox();
+            this.cbMisc = new System.Windows.Forms.GroupBox();
+            this.cbShowScriptErrors = new System.Windows.Forms.CheckBox();
+            this.cbDisableHTTPInventory = new System.Windows.Forms.CheckBox();
+            this.cbHideLoginGraphics = new System.Windows.Forms.CheckBox();
+            this.cbDisableLookAt = new System.Windows.Forms.CheckBox();
+            this.cbTrasactDialog = new System.Windows.Forms.CheckBox();
+            this.cbRadegastLogToFile = new System.Windows.Forms.CheckBox();
+            this.cbTrasactChat = new System.Windows.Forms.CheckBox();
+            this.cbFriendsNotifications = new System.Windows.Forms.CheckBox();
+            this.txtReconnectTime = new System.Windows.Forms.TextBox();
+            this.cbAutoReconnect = new System.Windows.Forms.CheckBox();
+            this.label2 = new System.Windows.Forms.Label();
+            this.cbRLV = new System.Windows.Forms.CheckBox();
+            this.cbRLVDebug = new System.Windows.Forms.CheckBox();
+            this.cbMinToTrey = new System.Windows.Forms.CheckBox();
+            this.cbRadegastClientTag = new System.Windows.Forms.CheckBox();
+            this.cbSyntaxHighlight = new System.Windows.Forms.CheckBox();
+            this.Chat = new System.Windows.Forms.GroupBox();
+            this.cbNameLinks = new System.Windows.Forms.CheckBox();
+            this.cbDisableChatIMLog = new System.Windows.Forms.CheckBox();
+            this.cbChatTimestamps = new System.Windows.Forms.CheckBox();
+            this.cbIMTimeStamps = new System.Windows.Forms.CheckBox();
+            this.cbMUEmotes = new System.Windows.Forms.CheckBox();
+            this.cbNoTyping = new System.Windows.Forms.CheckBox();
+            this.cbFontSize = new System.Windows.Forms.ComboBox();
+            this.label1 = new System.Windows.Forms.Label();
+            this.gbDisplayNames = new System.Windows.Forms.GroupBox();
+            this.rbDNOnlyDN = new System.Windows.Forms.RadioButton();
+            this.rbDNDandUsernme = new System.Windows.Forms.RadioButton();
+            this.rbDNSmart = new System.Windows.Forms.RadioButton();
+            this.rbDNOff = new System.Windows.Forms.RadioButton();
+            this.tbpAutoResponse = new System.Windows.Forms.TabPage();
+            this.gnAutoInventory = new System.Windows.Forms.GroupBox();
+            this.cbOnInvOffer = new System.Windows.Forms.ComboBox();
+            this.txtAutoResponse = new System.Windows.Forms.TextBox();
+            this.gbAutoResponse = new System.Windows.Forms.GroupBox();
+            this.rbAutoAlways = new System.Windows.Forms.RadioButton();
+            this.rbAutoNonFriend = new System.Windows.Forms.RadioButton();
+            this.rbAutobusy = new System.Windows.Forms.RadioButton();
+            this.tbpGraphics = new System.Windows.Forms.TabPage();
+            this.tbpBot = new System.Windows.Forms.TabPage();
+            this.gbLSLHelper = new System.Windows.Forms.GroupBox();
+            this.llLSLHelperInstructios = new System.Windows.Forms.LinkLabel();
+            this.cbLSLHelperEnabled = new System.Windows.Forms.CheckBox();
+            this.lblLSLUUID = new System.Windows.Forms.Label();
+            this.tbLSLAllowedOwner = new System.Windows.Forms.TextBox();
+            this.label3 = new System.Windows.Forms.Label();
+            this.pseudoHome = new System.Windows.Forms.GroupBox();
+            this.pseudoHomeSet = new System.Windows.Forms.Button();
+            this.pseudoHomeTolerance = new System.Windows.Forms.NumericUpDown();
+            this.pseudoHomeTP = new System.Windows.Forms.Button();
+            this.pseudoHomeLocation = new System.Windows.Forms.TextBox();
+            this.pseudoHomeClear = new System.Windows.Forms.Button();
+            this.pseudoHomeToleranceLabel = new System.Windows.Forms.Label();
+            this.pseudoHomeEnabled = new System.Windows.Forms.CheckBox();
+            this.autoSit = new System.Windows.Forms.GroupBox();
+            this.autoSitEnabled = new System.Windows.Forms.CheckBox();
+            this.autoSitSit = new System.Windows.Forms.Button();
+            this.autoSitClear = new System.Windows.Forms.Button();
+            this.autoSitUUIDLabel = new System.Windows.Forms.Label();
+            this.autoSitUUID = new System.Windows.Forms.TextBox();
+            this.autoSitName = new System.Windows.Forms.TextBox();
+            this.autoSitNameLabel = new System.Windows.Forms.Label();
+            this.gnAutoScriptPermission = new System.Windows.Forms.GroupBox();
+            this.cbAutoScriptPermission = new System.Windows.Forms.ComboBox();
+            this.tcGraphics.SuspendLayout();
+            this.tbpGeneral.SuspendLayout();
+            this.cbHighLight.SuspendLayout();
+            this.cbMisc.SuspendLayout();
+            this.Chat.SuspendLayout();
+            this.gbDisplayNames.SuspendLayout();
+            this.tbpAutoResponse.SuspendLayout();
+            this.gnAutoInventory.SuspendLayout();
+            this.gbAutoResponse.SuspendLayout();
+            this.tbpBot.SuspendLayout();
+            this.gbLSLHelper.SuspendLayout();
+            this.pseudoHome.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.pseudoHomeTolerance)).BeginInit();
+            this.autoSit.SuspendLayout();
+            this.gnAutoScriptPermission.SuspendLayout();
+            this.SuspendLayout();
+            // 
+            // tcGraphics
+            // 
+            this.tcGraphics.Controls.Add(this.tbpGeneral);
+            this.tcGraphics.Controls.Add(this.tbpAutoResponse);
+            this.tcGraphics.Controls.Add(this.tbpGraphics);
+            this.tcGraphics.Controls.Add(this.tbpBot);
+            this.tcGraphics.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.tcGraphics.Location = new System.Drawing.Point(0, 0);
+            this.tcGraphics.Multiline = true;
+            this.tcGraphics.Name = "tcGraphics";
+            this.tcGraphics.SelectedIndex = 0;
+            this.tcGraphics.Size = new System.Drawing.Size(530, 453);
+            this.tcGraphics.TabIndex = 0;
+            // 
+            // tbpGeneral
+            // 
+            this.tbpGeneral.Controls.Add(this.cbHighLight);
+            this.tbpGeneral.Controls.Add(this.cbMisc);
+            this.tbpGeneral.Controls.Add(this.Chat);
+            this.tbpGeneral.Controls.Add(this.gbDisplayNames);
+            this.tbpGeneral.Location = new System.Drawing.Point(4, 22);
+            this.tbpGeneral.Name = "tbpGeneral";
+            this.tbpGeneral.Padding = new System.Windows.Forms.Padding(3);
+            this.tbpGeneral.Size = new System.Drawing.Size(522, 427);
+            this.tbpGeneral.TabIndex = 1;
+            this.tbpGeneral.Text = "General";
+            this.tbpGeneral.UseVisualStyleBackColor = true;
+            // 
+            // cbHighLight
+            // 
+            this.cbHighLight.Controls.Add(this.cbHighlightGroupIM);
+            this.cbHighLight.Controls.Add(this.cbHighlightIM);
+            this.cbHighLight.Controls.Add(this.cbHighlightChat);
+            this.cbHighLight.Controls.Add(this.cbFriendsHighlight);
+            this.cbHighLight.Controls.Add(this.cbTaskBarHighLight);
+            this.cbHighLight.Location = new System.Drawing.Point(8, 180);
+            this.cbHighLight.Name = "cbHighLight";
+            this.cbHighLight.Size = new System.Drawing.Size(256, 136);
+            this.cbHighLight.TabIndex = 1;
+            this.cbHighLight.TabStop = false;
+            this.cbHighLight.Text = "Highlight when tab changes";
+            // 
+            // cbHighlightGroupIM
+            // 
+            this.cbHighlightGroupIM.AutoSize = true;
+            this.cbHighlightGroupIM.Location = new System.Drawing.Point(27, 111);
+            this.cbHighlightGroupIM.Name = "cbHighlightGroupIM";
+            this.cbHighlightGroupIM.Size = new System.Drawing.Size(136, 17);
+            this.cbHighlightGroupIM.TabIndex = 5;
+            this.cbHighlightGroupIM.Text = "Group Instant Message";
+            this.cbHighlightGroupIM.UseVisualStyleBackColor = true;
+            // 
+            // cbHighlightIM
+            // 
+            this.cbHighlightIM.AutoSize = true;
+            this.cbHighlightIM.Location = new System.Drawing.Point(27, 88);
+            this.cbHighlightIM.Name = "cbHighlightIM";
+            this.cbHighlightIM.Size = new System.Drawing.Size(104, 17);
+            this.cbHighlightIM.TabIndex = 4;
+            this.cbHighlightIM.Text = "Instant Message";
+            this.cbHighlightIM.UseVisualStyleBackColor = true;
+            // 
+            // cbHighlightChat
+            // 
+            this.cbHighlightChat.AutoSize = true;
+            this.cbHighlightChat.Location = new System.Drawing.Point(27, 42);
+            this.cbHighlightChat.Name = "cbHighlightChat";
+            this.cbHighlightChat.Size = new System.Drawing.Size(48, 17);
+            this.cbHighlightChat.TabIndex = 2;
+            this.cbHighlightChat.Text = "Chat";
+            this.cbHighlightChat.UseVisualStyleBackColor = true;
+            // 
+            // cbFriendsHighlight
+            // 
+            this.cbFriendsHighlight.AutoSize = true;
+            this.cbFriendsHighlight.Location = new System.Drawing.Point(27, 65);
+            this.cbFriendsHighlight.Name = "cbFriendsHighlight";
+            this.cbFriendsHighlight.Size = new System.Drawing.Size(150, 17);
+            this.cbFriendsHighlight.TabIndex = 3;
+            this.cbFriendsHighlight.Text = "Friends online notifications";
+            this.cbFriendsHighlight.UseVisualStyleBackColor = true;
+            this.cbFriendsHighlight.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
+            // 
+            // cbTaskBarHighLight
+            // 
+            this.cbTaskBarHighLight.AutoSize = true;
+            this.cbTaskBarHighLight.Location = new System.Drawing.Point(6, 19);
+            this.cbTaskBarHighLight.Name = "cbTaskBarHighLight";
+            this.cbTaskBarHighLight.Size = new System.Drawing.Size(115, 17);
+            this.cbTaskBarHighLight.TabIndex = 1;
+            this.cbTaskBarHighLight.Text = "Enable highlighting";
+            this.cbTaskBarHighLight.UseVisualStyleBackColor = true;
+            // 
+            // cbMisc
+            // 
+            this.cbMisc.Controls.Add(this.cbShowScriptErrors);
+            this.cbMisc.Controls.Add(this.cbDisableHTTPInventory);
+            this.cbMisc.Controls.Add(this.cbHideLoginGraphics);
+            this.cbMisc.Controls.Add(this.cbDisableLookAt);
+            this.cbMisc.Controls.Add(this.cbTrasactDialog);
+            this.cbMisc.Controls.Add(this.cbRadegastLogToFile);
+            this.cbMisc.Controls.Add(this.cbTrasactChat);
+            this.cbMisc.Controls.Add(this.cbFriendsNotifications);
+            this.cbMisc.Controls.Add(this.txtReconnectTime);
+            this.cbMisc.Controls.Add(this.cbAutoReconnect);
+            this.cbMisc.Controls.Add(this.label2);
+            this.cbMisc.Controls.Add(this.cbRLV);
+            this.cbMisc.Controls.Add(this.cbRLVDebug);
+            this.cbMisc.Controls.Add(this.cbMinToTrey);
+            this.cbMisc.Controls.Add(this.cbRadegastClientTag);
+            this.cbMisc.Controls.Add(this.cbSyntaxHighlight);
+            this.cbMisc.Location = new System.Drawing.Point(270, 6);
+            this.cbMisc.Name = "cbMisc";
+            this.cbMisc.Size = new System.Drawing.Size(236, 330);
+            this.cbMisc.TabIndex = 2;
+            this.cbMisc.TabStop = false;
+            // 
+            // cbShowScriptErrors
+            // 
+            this.cbShowScriptErrors.AutoSize = true;
+            this.cbShowScriptErrors.Location = new System.Drawing.Point(6, 280);
+            this.cbShowScriptErrors.Name = "cbShowScriptErrors";
+            this.cbShowScriptErrors.Size = new System.Drawing.Size(110, 17);
+            this.cbShowScriptErrors.TabIndex = 17;
+            this.cbShowScriptErrors.Text = "Show Script Erros";
+            this.cbShowScriptErrors.UseVisualStyleBackColor = true;
+            // 
+            // cbDisableHTTPInventory
+            // 
+            this.cbDisableHTTPInventory.AutoSize = true;
+            this.cbDisableHTTPInventory.Location = new System.Drawing.Point(6, 257);
+            this.cbDisableHTTPInventory.Name = "cbDisableHTTPInventory";
+            this.cbDisableHTTPInventory.Size = new System.Drawing.Size(140, 17);
+            this.cbDisableHTTPInventory.TabIndex = 16;
+            this.cbDisableHTTPInventory.Text = "Disable HTTP Inventory";
+            this.cbDisableHTTPInventory.UseVisualStyleBackColor = true;
+            // 
+            // cbHideLoginGraphics
+            // 
+            this.cbHideLoginGraphics.AutoSize = true;
+            this.cbHideLoginGraphics.Location = new System.Drawing.Point(6, 11);
+            this.cbHideLoginGraphics.Name = "cbHideLoginGraphics";
+            this.cbHideLoginGraphics.Size = new System.Drawing.Size(141, 17);
+            this.cbHideLoginGraphics.TabIndex = 3;
+            this.cbHideLoginGraphics.Text = "Hide login splash screen";
+            this.cbHideLoginGraphics.UseVisualStyleBackColor = true;
+            this.cbHideLoginGraphics.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
+            // 
+            // cbDisableLookAt
+            // 
+            this.cbDisableLookAt.AutoSize = true;
+            this.cbDisableLookAt.Location = new System.Drawing.Point(6, 234);
+            this.cbDisableLookAt.Name = "cbDisableLookAt";
+            this.cbDisableLookAt.Size = new System.Drawing.Size(140, 17);
+            this.cbDisableLookAt.TabIndex = 15;
+            this.cbDisableLookAt.Text = "Disable Look At beacon";
+            this.cbDisableLookAt.UseVisualStyleBackColor = true;
+            // 
+            // cbTrasactDialog
+            // 
+            this.cbTrasactDialog.AutoSize = true;
+            this.cbTrasactDialog.Location = new System.Drawing.Point(6, 111);
+            this.cbTrasactDialog.Name = "cbTrasactDialog";
+            this.cbTrasactDialog.Size = new System.Drawing.Size(176, 17);
+            this.cbTrasactDialog.TabIndex = 9;
+            this.cbTrasactDialog.Text = "Display dialog on L$ transaction";
+            this.cbTrasactDialog.UseVisualStyleBackColor = true;
+            this.cbTrasactDialog.CheckedChanged += new System.EventHandler(this.cbTrasactDialog_CheckedChanged);
+            // 
+            // cbRadegastLogToFile
+            // 
+            this.cbRadegastLogToFile.AutoSize = true;
+            this.cbRadegastLogToFile.Location = new System.Drawing.Point(6, 211);
+            this.cbRadegastLogToFile.Name = "cbRadegastLogToFile";
+            this.cbRadegastLogToFile.Size = new System.Drawing.Size(72, 17);
+            this.cbRadegastLogToFile.TabIndex = 14;
+            this.cbRadegastLogToFile.Text = "Log to file";
+            this.cbRadegastLogToFile.UseVisualStyleBackColor = true;
+            this.cbRadegastLogToFile.CheckedChanged += new System.EventHandler(this.cbRadegastLogToFile_CheckedChanged);
+            // 
+            // cbTrasactChat
+            // 
+            this.cbTrasactChat.AutoSize = true;
+            this.cbTrasactChat.Location = new System.Drawing.Point(6, 131);
+            this.cbTrasactChat.Name = "cbTrasactChat";
+            this.cbTrasactChat.Size = new System.Drawing.Size(170, 17);
+            this.cbTrasactChat.TabIndex = 10;
+            this.cbTrasactChat.Text = "Display L$ transactions in chat";
+            this.cbTrasactChat.UseVisualStyleBackColor = true;
+            this.cbTrasactChat.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
+            // 
+            // cbFriendsNotifications
+            // 
+            this.cbFriendsNotifications.AutoSize = true;
+            this.cbFriendsNotifications.Location = new System.Drawing.Point(6, 151);
+            this.cbFriendsNotifications.Name = "cbFriendsNotifications";
+            this.cbFriendsNotifications.Size = new System.Drawing.Size(184, 17);
+            this.cbFriendsNotifications.TabIndex = 11;
+            this.cbFriendsNotifications.Text = "Display friends online notifications";
+            this.cbFriendsNotifications.UseVisualStyleBackColor = true;
+            this.cbFriendsNotifications.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
+            // 
+            // txtReconnectTime
+            // 
+            this.txtReconnectTime.Location = new System.Drawing.Point(151, 96);
+            this.txtReconnectTime.Name = "txtReconnectTime";
+            this.txtReconnectTime.Size = new System.Drawing.Size(53, 20);
+            this.txtReconnectTime.TabIndex = 8;
+            this.txtReconnectTime.Text = "120";
+            this.txtReconnectTime.TextChanged += new System.EventHandler(this.txtReconnectTime_TextChanged);
+            // 
+            // cbAutoReconnect
+            // 
+            this.cbAutoReconnect.AutoSize = true;
+            this.cbAutoReconnect.Location = new System.Drawing.Point(6, 71);
+            this.cbAutoReconnect.Name = "cbAutoReconnect";
+            this.cbAutoReconnect.Size = new System.Drawing.Size(169, 17);
+            this.cbAutoReconnect.TabIndex = 6;
+            this.cbAutoReconnect.Text = "Auto reconnect on disconnect";
+            this.cbAutoReconnect.UseVisualStyleBackColor = true;
+            this.cbAutoReconnect.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
+            // 
+            // label2
+            // 
+            this.label2.AutoSize = true;
+            this.label2.Location = new System.Drawing.Point(22, 91);
+            this.label2.Name = "label2";
+            this.label2.Size = new System.Drawing.Size(128, 13);
+            this.label2.TabIndex = 7;
+            this.label2.Text = "Auto reconnect time (sec)";
+            // 
+            // cbRLV
+            // 
+            this.cbRLV.AutoSize = true;
+            this.cbRLV.Location = new System.Drawing.Point(6, 171);
+            this.cbRLV.Name = "cbRLV";
+            this.cbRLV.Size = new System.Drawing.Size(85, 17);
+            this.cbRLV.TabIndex = 12;
+            this.cbRLV.Text = "RLV support";
+            this.cbRLV.UseVisualStyleBackColor = true;
+            this.cbRLV.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
+            // 
+            // cbRLVDebug
+            //
+            this.cbRLVDebug.AutoSize = true;
+            this.cbRLVDebug.Location = new System.Drawing.Point(6, 300);
+            this.cbRLVDebug.Name = "cbRLVDebug";
+            this.cbRLVDebug.Size = new System.Drawing.Size(130, 17);
+            this.cbRLVDebug.TabIndex = 12;
+            this.cbRLVDebug.Text = "Output RLV commands";
+            this.cbRLVDebug.UseVisualStyleBackColor = true;
+            this.cbRLVDebug.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
+            //
+            // cbMinToTrey
+            // 
+            this.cbMinToTrey.AutoSize = true;
+            this.cbMinToTrey.Location = new System.Drawing.Point(6, 31);
+            this.cbMinToTrey.Name = "cbMinToTrey";
+            this.cbMinToTrey.Size = new System.Drawing.Size(133, 17);
+            this.cbMinToTrey.TabIndex = 4;
+            this.cbMinToTrey.Text = "Minimize to system tray";
+            this.cbMinToTrey.UseVisualStyleBackColor = true;
+            this.cbMinToTrey.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
+            // 
+            // cbRadegastClientTag
+            // 
+            this.cbRadegastClientTag.AutoSize = true;
+            this.cbRadegastClientTag.Location = new System.Drawing.Point(6, 191);
+            this.cbRadegastClientTag.Name = "cbRadegastClientTag";
+            this.cbRadegastClientTag.Size = new System.Drawing.Size(146, 17);
+            this.cbRadegastClientTag.TabIndex = 13;
+            this.cbRadegastClientTag.Text = "Send Radegast client tag";
+            this.cbRadegastClientTag.UseVisualStyleBackColor = true;
+            // 
+            // cbSyntaxHighlight
+            // 
+            this.cbSyntaxHighlight.AutoSize = true;
+            this.cbSyntaxHighlight.Location = new System.Drawing.Point(6, 51);
+            this.cbSyntaxHighlight.Name = "cbSyntaxHighlight";
+            this.cbSyntaxHighlight.Size = new System.Drawing.Size(134, 17);
+            this.cbSyntaxHighlight.TabIndex = 5;
+            this.cbSyntaxHighlight.Text = "LSL syntax highlighting";
+            this.cbSyntaxHighlight.UseVisualStyleBackColor = true;
+            // 
+            // Chat
+            // 
+            this.Chat.Controls.Add(this.cbNameLinks);
+            this.Chat.Controls.Add(this.cbDisableChatIMLog);
+            this.Chat.Controls.Add(this.cbChatTimestamps);
+            this.Chat.Controls.Add(this.cbIMTimeStamps);
+            this.Chat.Controls.Add(this.cbMUEmotes);
+            this.Chat.Controls.Add(this.cbNoTyping);
+            this.Chat.Controls.Add(this.cbFontSize);
+            this.Chat.Controls.Add(this.label1);
+            this.Chat.Location = new System.Drawing.Point(8, 5);
+            this.Chat.Name = "Chat";
+            this.Chat.Size = new System.Drawing.Size(256, 169);
+            this.Chat.TabIndex = 0;
+            this.Chat.TabStop = false;
+            this.Chat.Text = "Chat";
+            // 
+            // cbNameLinks
+            // 
+            this.cbNameLinks.AutoSize = true;
+            this.cbNameLinks.Location = new System.Drawing.Point(8, 144);
+            this.cbNameLinks.Name = "cbNameLinks";
+            this.cbNameLinks.Size = new System.Drawing.Size(110, 17);
+            this.cbNameLinks.TabIndex = 9;
+            this.cbNameLinks.Text = "Avatar name links";
+            this.cbNameLinks.UseVisualStyleBackColor = true;
+            // 
+            // cbDisableChatIMLog
+            // 
+            this.cbDisableChatIMLog.AutoSize = true;
+            this.cbDisableChatIMLog.Location = new System.Drawing.Point(8, 121);
+            this.cbDisableChatIMLog.Name = "cbDisableChatIMLog";
+            this.cbDisableChatIMLog.Size = new System.Drawing.Size(138, 17);
+            this.cbDisableChatIMLog.TabIndex = 8;
+            this.cbDisableChatIMLog.Text = "Disable chat and IM log";
+            this.cbDisableChatIMLog.UseVisualStyleBackColor = true;
+            // 
+            // cbChatTimestamps
+            // 
+            this.cbChatTimestamps.AutoSize = true;
+            this.cbChatTimestamps.Location = new System.Drawing.Point(8, 12);
+            this.cbChatTimestamps.Name = "cbChatTimestamps";
+            this.cbChatTimestamps.Size = new System.Drawing.Size(143, 17);
+            this.cbChatTimestamps.TabIndex = 0;
+            this.cbChatTimestamps.Text = "Show timestamps in chat";
+            this.cbChatTimestamps.UseVisualStyleBackColor = true;
+            // 
+            // cbIMTimeStamps
+            // 
+            this.cbIMTimeStamps.AutoSize = true;
+            this.cbIMTimeStamps.Location = new System.Drawing.Point(8, 35);
+            this.cbIMTimeStamps.Name = "cbIMTimeStamps";
+            this.cbIMTimeStamps.Size = new System.Drawing.Size(134, 17);
+            this.cbIMTimeStamps.TabIndex = 1;
+            this.cbIMTimeStamps.Text = "Show timestamps in IM";
+            this.cbIMTimeStamps.UseVisualStyleBackColor = true;
+            // 
+            // cbMUEmotes
+            // 
+            this.cbMUEmotes.AutoSize = true;
+            this.cbMUEmotes.Location = new System.Drawing.Point(8, 78);
+            this.cbMUEmotes.Name = "cbMUEmotes";
+            this.cbMUEmotes.Size = new System.Drawing.Size(108, 17);
+            this.cbMUEmotes.TabIndex = 5;
+            this.cbMUEmotes.Text = "MU* style emotes";
+            this.cbMUEmotes.UseVisualStyleBackColor = true;
+            this.cbMUEmotes.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
+            // 
+            // cbNoTyping
+            // 
+            this.cbNoTyping.AutoSize = true;
+            this.cbNoTyping.Location = new System.Drawing.Point(8, 98);
+            this.cbNoTyping.Name = "cbNoTyping";
+            this.cbNoTyping.Size = new System.Drawing.Size(150, 17);
+            this.cbNoTyping.TabIndex = 6;
+            this.cbNoTyping.Text = "Don\'t use typing animation";
+            this.cbNoTyping.UseVisualStyleBackColor = true;
+            this.cbNoTyping.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
+            // 
+            // cbFontSize
+            // 
+            this.cbFontSize.FormatString = "N2";
+            this.cbFontSize.FormattingEnabled = true;
+            this.cbFontSize.Items.AddRange(new object[] {
+            "8.25",
+            "9",
+            "10",
+            "12",
+            "14",
+            "16",
+            "20"});
+            this.cbFontSize.Location = new System.Drawing.Point(97, 51);
+            this.cbFontSize.Name = "cbFontSize";
+            this.cbFontSize.Size = new System.Drawing.Size(54, 21);
+            this.cbFontSize.TabIndex = 3;
+            this.cbFontSize.Text = "8.25";
+            this.cbFontSize.SelectedIndexChanged += new System.EventHandler(this.cbFontSize_SelectedIndexChanged);
+            this.cbFontSize.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cbFontSize_KeyDown);
+            this.cbFontSize.Leave += new System.EventHandler(this.cbFontSize_Leave);
+            // 
+            // label1
+            // 
+            this.label1.AutoSize = true;
+            this.label1.Location = new System.Drawing.Point(24, 54);
+            this.label1.Name = "label1";
+            this.label1.Size = new System.Drawing.Size(73, 13);
+            this.label1.TabIndex = 2;
+            this.label1.Text = "Chat text size:";
+            // 
+            // gbDisplayNames
+            // 
+            this.gbDisplayNames.Controls.Add(this.rbDNOnlyDN);
+            this.gbDisplayNames.Controls.Add(this.rbDNDandUsernme);
+            this.gbDisplayNames.Controls.Add(this.rbDNSmart);
+            this.gbDisplayNames.Controls.Add(this.rbDNOff);
+            this.gbDisplayNames.Location = new System.Drawing.Point(8, 319);
+            this.gbDisplayNames.Name = "gbDisplayNames";
+            this.gbDisplayNames.Size = new System.Drawing.Size(256, 100);
+            this.gbDisplayNames.TabIndex = 3;
+            this.gbDisplayNames.TabStop = false;
+            this.gbDisplayNames.Text = "Display names";
+            // 
+            // rbDNOnlyDN
+            // 
+            this.rbDNOnlyDN.AutoSize = true;
+            this.rbDNOnlyDN.Location = new System.Drawing.Point(6, 75);
+            this.rbDNOnlyDN.Name = "rbDNOnlyDN";
+            this.rbDNOnlyDN.Size = new System.Drawing.Size(110, 17);
+            this.rbDNOnlyDN.TabIndex = 3;
+            this.rbDNOnlyDN.TabStop = true;
+            this.rbDNOnlyDN.Text = "Only display name";
+            this.rbDNOnlyDN.UseVisualStyleBackColor = true;
+            this.rbDNOnlyDN.CheckedChanged += new System.EventHandler(this.rbDNOnlyDN_CheckedChanged);
+            // 
+            // rbDNDandUsernme
+            // 
+            this.rbDNDandUsernme.AutoSize = true;
+            this.rbDNDandUsernme.Location = new System.Drawing.Point(6, 55);
+            this.rbDNDandUsernme.Name = "rbDNDandUsernme";
+            this.rbDNDandUsernme.Size = new System.Drawing.Size(143, 17);
+            this.rbDNDandUsernme.TabIndex = 2;
+            this.rbDNDandUsernme.TabStop = true;
+            this.rbDNDandUsernme.Text = "Display name (username)";
+            this.rbDNDandUsernme.UseVisualStyleBackColor = true;
+            this.rbDNDandUsernme.CheckedChanged += new System.EventHandler(this.rbDNDandUsernme_CheckedChanged);
+            // 
+            // rbDNSmart
+            // 
+            this.rbDNSmart.AutoSize = true;
+            this.rbDNSmart.Location = new System.Drawing.Point(6, 35);
+            this.rbDNSmart.Name = "rbDNSmart";
+            this.rbDNSmart.Size = new System.Drawing.Size(52, 17);
+            this.rbDNSmart.TabIndex = 1;
+            this.rbDNSmart.TabStop = true;
+            this.rbDNSmart.Text = "Smart";
+            this.rbDNSmart.UseVisualStyleBackColor = true;
+            this.rbDNSmart.CheckedChanged += new System.EventHandler(this.rbDNSmart_CheckedChanged);
+            // 
+            // rbDNOff
+            // 
+            this.rbDNOff.AutoSize = true;
+            this.rbDNOff.Location = new System.Drawing.Point(6, 15);
+            this.rbDNOff.Name = "rbDNOff";
+            this.rbDNOff.Size = new System.Drawing.Size(39, 17);
+            this.rbDNOff.TabIndex = 0;
+            this.rbDNOff.TabStop = true;
+            this.rbDNOff.Text = "Off";
+            this.rbDNOff.UseVisualStyleBackColor = true;
+            this.rbDNOff.CheckedChanged += new System.EventHandler(this.rbDNOff_CheckedChanged);
+            // 
+            // tbpAutoResponse
+            // 
+            this.tbpAutoResponse.Controls.Add(this.gnAutoScriptPermission);
+            this.tbpAutoResponse.Controls.Add(this.gnAutoInventory);
+            this.tbpAutoResponse.Controls.Add(this.txtAutoResponse);
+            this.tbpAutoResponse.Controls.Add(this.gbAutoResponse);
+            this.tbpAutoResponse.Location = new System.Drawing.Point(4, 22);
+            this.tbpAutoResponse.Name = "tbpAutoResponse";
+            this.tbpAutoResponse.Padding = new System.Windows.Forms.Padding(3);
+            this.tbpAutoResponse.Size = new System.Drawing.Size(522, 427);
+            this.tbpAutoResponse.TabIndex = 2;
+            this.tbpAutoResponse.Text = "Auto Response";
+            this.tbpAutoResponse.UseVisualStyleBackColor = true;
+            // 
+            // gnAutoInventory
+            // 
+            this.gnAutoInventory.Controls.Add(this.cbOnInvOffer);
+            this.gnAutoInventory.Location = new System.Drawing.Point(9, 156);
+            this.gnAutoInventory.Name = "gnAutoInventory";
+            this.gnAutoInventory.Size = new System.Drawing.Size(281, 54);
+            this.gnAutoInventory.TabIndex = 2;
+            this.gnAutoInventory.TabStop = false;
+            this.gnAutoInventory.Text = "On inventory offers";
+            // 
+            // cbOnInvOffer
+            // 
+            this.cbOnInvOffer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+            this.cbOnInvOffer.FormattingEnabled = true;
+            this.cbOnInvOffer.Items.AddRange(new object[] {
+            "Ask",
+            "Auto Accept",
+            "Auto Discard"});
+            this.cbOnInvOffer.Location = new System.Drawing.Point(6, 19);
+            this.cbOnInvOffer.Name = "cbOnInvOffer";
+            this.cbOnInvOffer.Size = new System.Drawing.Size(121, 21);
+            this.cbOnInvOffer.TabIndex = 0;
+            // 
+            // txtAutoResponse
+            // 
+            this.txtAutoResponse.AccessibleName = "Auto response text";
+            this.txtAutoResponse.Location = new System.Drawing.Point(8, 63);
+            this.txtAutoResponse.Multiline = true;
+            this.txtAutoResponse.Name = "txtAutoResponse";
+            this.txtAutoResponse.Size = new System.Drawing.Size(282, 87);
+            this.txtAutoResponse.TabIndex = 1;
+            // 
+            // gbAutoResponse
+            // 
+            this.gbAutoResponse.Controls.Add(this.rbAutoAlways);
+            this.gbAutoResponse.Controls.Add(this.rbAutoNonFriend);
+            this.gbAutoResponse.Controls.Add(this.rbAutobusy);
+            this.gbAutoResponse.Location = new System.Drawing.Point(3, 6);
+            this.gbAutoResponse.Name = "gbAutoResponse";
+            this.gbAutoResponse.Size = new System.Drawing.Size(287, 51);
+            this.gbAutoResponse.TabIndex = 0;
+            this.gbAutoResponse.TabStop = false;
+            this.gbAutoResponse.Text = "Send auto response when:";
+            // 
+            // rbAutoAlways
+            // 
+            this.rbAutoAlways.AutoSize = true;
+            this.rbAutoAlways.Location = new System.Drawing.Point(216, 19);
+            this.rbAutoAlways.Name = "rbAutoAlways";
+            this.rbAutoAlways.Size = new System.Drawing.Size(58, 17);
+            this.rbAutoAlways.TabIndex = 2;
+            this.rbAutoAlways.Text = "Always";
+            this.rbAutoAlways.UseVisualStyleBackColor = true;
+            this.rbAutoAlways.CheckedChanged += new System.EventHandler(this.rbAutoAlways_CheckedChanged);
+            // 
+            // rbAutoNonFriend
+            // 
+            this.rbAutoNonFriend.AutoSize = true;
+            this.rbAutoNonFriend.Location = new System.Drawing.Point(100, 19);
+            this.rbAutoNonFriend.Name = "rbAutoNonFriend";
+            this.rbAutoNonFriend.Size = new System.Drawing.Size(110, 17);
+            this.rbAutoNonFriend.TabIndex = 1;
+            this.rbAutoNonFriend.Text = "IM from non-friend";
+            this.rbAutoNonFriend.UseVisualStyleBackColor = true;
+            this.rbAutoNonFriend.CheckedChanged += new System.EventHandler(this.rbAutoNonFriend_CheckedChanged);
+            // 
+            // rbAutobusy
+            // 
+            this.rbAutobusy.AutoSize = true;
+            this.rbAutobusy.Checked = true;
+            this.rbAutobusy.Location = new System.Drawing.Point(6, 19);
+            this.rbAutobusy.Name = "rbAutobusy";
+            this.rbAutobusy.Size = new System.Drawing.Size(88, 17);
+            this.rbAutobusy.TabIndex = 0;
+            this.rbAutobusy.TabStop = true;
+            this.rbAutobusy.Text = "In busy mode";
+            this.rbAutobusy.UseVisualStyleBackColor = true;
+            this.rbAutobusy.CheckedChanged += new System.EventHandler(this.rbAutobusy_CheckedChanged);
+            // 
+            // tbpGraphics
+            // 
+            this.tbpGraphics.Location = new System.Drawing.Point(4, 22);
+            this.tbpGraphics.Name = "tbpGraphics";
+            this.tbpGraphics.Padding = new System.Windows.Forms.Padding(3);
+            this.tbpGraphics.Size = new System.Drawing.Size(522, 427);
+            this.tbpGraphics.TabIndex = 3;
+            this.tbpGraphics.Text = "Graphics Settings";
+            this.tbpGraphics.UseVisualStyleBackColor = true;
+            // 
+            // tbpBot
+            // 
+            this.tbpBot.Controls.Add(this.gbLSLHelper);
+            this.tbpBot.Controls.Add(this.pseudoHome);
+            this.tbpBot.Controls.Add(this.autoSit);
+            this.tbpBot.Location = new System.Drawing.Point(4, 22);
+            this.tbpBot.Name = "tbpBot";
+            this.tbpBot.Size = new System.Drawing.Size(522, 427);
+            this.tbpBot.TabIndex = 4;
+            this.tbpBot.Text = "Automation";
+            this.tbpBot.UseVisualStyleBackColor = true;
+            // 
+            // gbLSLHelper
+            // 
+            this.gbLSLHelper.Controls.Add(this.llLSLHelperInstructios);
+            this.gbLSLHelper.Controls.Add(this.cbLSLHelperEnabled);
+            this.gbLSLHelper.Controls.Add(this.lblLSLUUID);
+            this.gbLSLHelper.Controls.Add(this.tbLSLAllowedOwner);
+            this.gbLSLHelper.Controls.Add(this.label3);
+            this.gbLSLHelper.Location = new System.Drawing.Point(8, 218);
+            this.gbLSLHelper.Name = "gbLSLHelper";
+            this.gbLSLHelper.Size = new System.Drawing.Size(263, 83);
+            this.gbLSLHelper.TabIndex = 2;
+            this.gbLSLHelper.TabStop = false;
+            this.gbLSLHelper.Text = "LSL Helper";
+            // 
+            // llLSLHelperInstructios
+            // 
+            this.llLSLHelperInstructios.AutoSize = true;
+            this.llLSLHelperInstructios.Location = new System.Drawing.Point(196, 59);
+            this.llLSLHelperInstructios.Name = "llLSLHelperInstructios";
+            this.llLSLHelperInstructios.Size = new System.Drawing.Size(61, 13);
+            this.llLSLHelperInstructios.TabIndex = 4;
+            this.llLSLHelperInstructios.TabStop = true;
+            this.llLSLHelperInstructios.Text = "Instructions";
+            this.llLSLHelperInstructios.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llLSLHelperInstructios_LinkClicked);
+            // 
+            // cbLSLHelperEnabled
+            // 
+            this.cbLSLHelperEnabled.AutoSize = true;
+            this.cbLSLHelperEnabled.Location = new System.Drawing.Point(9, 58);
+            this.cbLSLHelperEnabled.Name = "cbLSLHelperEnabled";
+            this.cbLSLHelperEnabled.Size = new System.Drawing.Size(65, 17);
+            this.cbLSLHelperEnabled.TabIndex = 3;
+            this.cbLSLHelperEnabled.Text = "Enabled";
+            this.cbLSLHelperEnabled.UseVisualStyleBackColor = true;
+            this.cbLSLHelperEnabled.CheckedChanged += new System.EventHandler(this.cbLSLHelperEnabled_CheckedChanged);
+            // 
+            // lblLSLUUID
+            // 
+            this.lblLSLUUID.AutoSize = true;
+            this.lblLSLUUID.Location = new System.Drawing.Point(6, 35);
+            this.lblLSLUUID.Name = "lblLSLUUID";
+            this.lblLSLUUID.Size = new System.Drawing.Size(34, 13);
+            this.lblLSLUUID.TabIndex = 1;
+            this.lblLSLUUID.Text = "UUID";
+            this.lblLSLUUID.Click += new System.EventHandler(this.lblLSLUUID_Click);
+            // 
+            // tbLSLAllowedOwner
+            // 
+            this.tbLSLAllowedOwner.Location = new System.Drawing.Point(47, 32);
+            this.tbLSLAllowedOwner.MaxLength = 36;
+            this.tbLSLAllowedOwner.Name = "tbLSLAllowedOwner";
+            this.tbLSLAllowedOwner.Size = new System.Drawing.Size(210, 20);
+            this.tbLSLAllowedOwner.TabIndex = 2;
+            this.tbLSLAllowedOwner.Leave += new System.EventHandler(this.tbLSLAllowedOwner_Leave);
+            // 
+            // label3
+            // 
+            this.label3.AutoSize = true;
+            this.label3.Location = new System.Drawing.Point(6, 16);
+            this.label3.Name = "label3";
+            this.label3.Size = new System.Drawing.Size(108, 13);
+            this.label3.TabIndex = 0;
+            this.label3.Text = "Allowed object owner";
+            // 
+            // pseudoHome
+            // 
+            this.pseudoHome.Controls.Add(this.pseudoHomeSet);
+            this.pseudoHome.Controls.Add(this.pseudoHomeTolerance);
+            this.pseudoHome.Controls.Add(this.pseudoHomeTP);
+            this.pseudoHome.Controls.Add(this.pseudoHomeLocation);
+            this.pseudoHome.Controls.Add(this.pseudoHomeClear);
+            this.pseudoHome.Controls.Add(this.pseudoHomeToleranceLabel);
+            this.pseudoHome.Controls.Add(this.pseudoHomeEnabled);
+            this.pseudoHome.Location = new System.Drawing.Point(8, 104);
+            this.pseudoHome.Name = "pseudoHome";
+            this.pseudoHome.Size = new System.Drawing.Size(263, 108);
+            this.pseudoHome.TabIndex = 1;
+            this.pseudoHome.TabStop = false;
+            this.pseudoHome.Text = "Pseudo Home";
+            // 
+            // pseudoHomeSet
+            // 
+            this.pseudoHomeSet.Location = new System.Drawing.Point(94, 73);
+            this.pseudoHomeSet.Name = "pseudoHomeSet";
+            this.pseudoHomeSet.Size = new System.Drawing.Size(75, 23);
+            this.pseudoHomeSet.TabIndex = 9;
+            this.pseudoHomeSet.Text = "Set";
+            this.pseudoHomeSet.UseVisualStyleBackColor = true;
+            this.pseudoHomeSet.Click += new System.EventHandler(this.pseudoHomeSet_Click);
+            // 
+            // pseudoHomeTolerance
+            // 
+            this.pseudoHomeTolerance.Location = new System.Drawing.Point(87, 14);
+            this.pseudoHomeTolerance.Maximum = new decimal(new int[] {
+            256,
+            0,
+            0,
+            0});
+            this.pseudoHomeTolerance.Minimum = new decimal(new int[] {
+            1,
+            0,
+            0,
+            0});
+            this.pseudoHomeTolerance.Name = "pseudoHomeTolerance";
+            this.pseudoHomeTolerance.Size = new System.Drawing.Size(40, 20);
+            this.pseudoHomeTolerance.TabIndex = 6;
+            this.pseudoHomeTolerance.Value = new decimal(new int[] {
+            256,
+            0,
+            0,
+            0});
+            this.pseudoHomeTolerance.ValueChanged += new System.EventHandler(this.pseudoHomeTolerance_ValueChanged);
+            // 
+            // pseudoHomeTP
+            // 
+            this.pseudoHomeTP.Location = new System.Drawing.Point(6, 38);
+            this.pseudoHomeTP.Name = "pseudoHomeTP";
+            this.pseudoHomeTP.Size = new System.Drawing.Size(75, 23);
+            this.pseudoHomeTP.TabIndex = 6;
+            this.pseudoHomeTP.Text = "Teleport";
+            this.pseudoHomeTP.UseVisualStyleBackColor = true;
+            this.pseudoHomeTP.Click += new System.EventHandler(this.pseudoHomeTP_Click);
+            // 
+            // pseudoHomeLocation
+            // 
+            this.pseudoHomeLocation.Location = new System.Drawing.Point(87, 40);
+            this.pseudoHomeLocation.Name = "pseudoHomeLocation";
+            this.pseudoHomeLocation.ReadOnly = true;
+            this.pseudoHomeLocation.Size = new System.Drawing.Size(170, 20);
+            this.pseudoHomeLocation.TabIndex = 7;
+            // 
+            // pseudoHomeClear
+            // 
+            this.pseudoHomeClear.Location = new System.Drawing.Point(182, 73);
+            this.pseudoHomeClear.Name = "pseudoHomeClear";
+            this.pseudoHomeClear.Size = new System.Drawing.Size(75, 23);
+            this.pseudoHomeClear.TabIndex = 10;
+            this.pseudoHomeClear.Text = "Clear";
+            this.pseudoHomeClear.UseVisualStyleBackColor = true;
+            this.pseudoHomeClear.Click += new System.EventHandler(this.pseudoHomeClear_Click);
+            // 
+            // pseudoHomeToleranceLabel
+            // 
+            this.pseudoHomeToleranceLabel.AutoSize = true;
+            this.pseudoHomeToleranceLabel.Location = new System.Drawing.Point(6, 16);
+            this.pseudoHomeToleranceLabel.Name = "pseudoHomeToleranceLabel";
+            this.pseudoHomeToleranceLabel.Size = new System.Drawing.Size(55, 13);
+            this.pseudoHomeToleranceLabel.TabIndex = 6;
+            this.pseudoHomeToleranceLabel.Text = "Tolerance";
+            // 
+            // pseudoHomeEnabled
+            // 
+            this.pseudoHomeEnabled.AutoSize = true;
+            this.pseudoHomeEnabled.Location = new System.Drawing.Point(6, 77);
+            this.pseudoHomeEnabled.Name = "pseudoHomeEnabled";
+            this.pseudoHomeEnabled.Size = new System.Drawing.Size(65, 17);
+            this.pseudoHomeEnabled.TabIndex = 8;
+            this.pseudoHomeEnabled.Text = "Enabled";
+            this.pseudoHomeEnabled.UseVisualStyleBackColor = true;
+            this.pseudoHomeEnabled.CheckedChanged += new System.EventHandler(this.pseudoHomeEnabled_CheckedChanged);
+            // 
+            // autoSit
+            // 
+            this.autoSit.Controls.Add(this.autoSitEnabled);
+            this.autoSit.Controls.Add(this.autoSitSit);
+            this.autoSit.Controls.Add(this.autoSitClear);
+            this.autoSit.Controls.Add(this.autoSitUUIDLabel);
+            this.autoSit.Controls.Add(this.autoSitUUID);
+            this.autoSit.Controls.Add(this.autoSitName);
+            this.autoSit.Controls.Add(this.autoSitNameLabel);
+            this.autoSit.Location = new System.Drawing.Point(8, 3);
+            this.autoSit.Name = "autoSit";
+            this.autoSit.Size = new System.Drawing.Size(263, 95);
+            this.autoSit.TabIndex = 0;
+            this.autoSit.TabStop = false;
+            this.autoSit.Text = "Auto-Sit";
+            // 
+            // autoSitEnabled
+            // 
+            this.autoSitEnabled.AutoSize = true;
+            this.autoSitEnabled.Location = new System.Drawing.Point(9, 70);
+            this.autoSitEnabled.Name = "autoSitEnabled";
+            this.autoSitEnabled.Size = new System.Drawing.Size(65, 17);
+            this.autoSitEnabled.TabIndex = 2;
+            this.autoSitEnabled.Text = "Enabled";
+            this.autoSitEnabled.UseVisualStyleBackColor = true;
+            this.autoSitEnabled.CheckedChanged += new System.EventHandler(this.autoSitEnabled_CheckedChanged);
+            // 
+            // autoSitSit
+            // 
+            this.autoSitSit.Location = new System.Drawing.Point(94, 66);
+            this.autoSitSit.Name = "autoSitSit";
+            this.autoSitSit.Size = new System.Drawing.Size(75, 23);
+            this.autoSitSit.TabIndex = 3;
+            this.autoSitSit.Text = "Sit";
+            this.autoSitSit.UseVisualStyleBackColor = true;
+            this.autoSitSit.Click += new System.EventHandler(this.autoSitSit_Click);
+            // 
+            // autoSitClear
+            // 
+            this.autoSitClear.Location = new System.Drawing.Point(182, 66);
+            this.autoSitClear.Name = "autoSitClear";
+            this.autoSitClear.Size = new System.Drawing.Size(75, 23);
+            this.autoSitClear.TabIndex = 4;
+            this.autoSitClear.Text = "Clear";
+            this.autoSitClear.UseVisualStyleBackColor = true;
+            this.autoSitClear.Click += new System.EventHandler(this.autoSitClear_Click);
+            // 
+            // autoSitUUIDLabel
+            // 
+            this.autoSitUUIDLabel.AutoSize = true;
+            this.autoSitUUIDLabel.Location = new System.Drawing.Point(6, 43);
+            this.autoSitUUIDLabel.Name = "autoSitUUIDLabel";
+            this.autoSitUUIDLabel.Size = new System.Drawing.Size(34, 13);
+            this.autoSitUUIDLabel.TabIndex = 4;
+            this.autoSitUUIDLabel.Text = "UUID";
+            this.autoSitUUIDLabel.Click += new System.EventHandler(this.autoSitUUIDLabel_Click);
+            // 
+            // autoSitUUID
+            // 
+            this.autoSitUUID.Location = new System.Drawing.Point(47, 40);
+            this.autoSitUUID.MaxLength = 36;
+            this.autoSitUUID.Name = "autoSitUUID";
+            this.autoSitUUID.Size = new System.Drawing.Size(210, 20);
+            this.autoSitUUID.TabIndex = 1;
+            this.autoSitUUID.Leave += new System.EventHandler(this.autoSitUUID_Leave);
+            // 
+            // autoSitName
+            // 
+            this.autoSitName.Location = new System.Drawing.Point(47, 13);
+            this.autoSitName.Name = "autoSitName";
+            this.autoSitName.ReadOnly = true;
+            this.autoSitName.Size = new System.Drawing.Size(210, 20);
+            this.autoSitName.TabIndex = 0;
+            // 
+            // autoSitNameLabel
+            // 
+            this.autoSitNameLabel.AutoSize = true;
+            this.autoSitNameLabel.Location = new System.Drawing.Point(6, 16);
+            this.autoSitNameLabel.Name = "autoSitNameLabel";
+            this.autoSitNameLabel.Size = new System.Drawing.Size(35, 13);
+            this.autoSitNameLabel.TabIndex = 1;
+            this.autoSitNameLabel.Text = "Name";
+            this.autoSitNameLabel.Click += new System.EventHandler(this.autoSitNameLabel_Click);
+            // 
+            // gnAutoScriptPermission
+            // 
+            this.gnAutoScriptPermission.Controls.Add(this.cbAutoScriptPermission);
+            this.gnAutoScriptPermission.Location = new System.Drawing.Point(9, 216);
+            this.gnAutoScriptPermission.Name = "gnAutoScriptPermission";
+            this.gnAutoScriptPermission.Size = new System.Drawing.Size(281, 54);
+            this.gnAutoScriptPermission.TabIndex = 3;
+            this.gnAutoScriptPermission.TabStop = false;
+            this.gnAutoScriptPermission.Text = "On script permission questions";
+            // 
+            // cbAutoScriptPermission
+            // 
+            this.cbAutoScriptPermission.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+            this.cbAutoScriptPermission.FormattingEnabled = true;
+            this.cbAutoScriptPermission.Items.AddRange(new object[] {
+            "Ask",
+            "Auto Accept",
+            "Auto Decline"});
+            this.cbAutoScriptPermission.Location = new System.Drawing.Point(6, 19);
+            this.cbAutoScriptPermission.Name = "cbAutoScriptPermission";
+            this.cbAutoScriptPermission.Size = new System.Drawing.Size(121, 21);
+            this.cbAutoScriptPermission.TabIndex = 0;
+            this.cbAutoScriptPermission.SelectedIndexChanged += new System.EventHandler(this.cbAutoScriptPermission_SelectedIndexChanged);
+            // 
+            // frmSettings
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.ClientSize = new System.Drawing.Size(530, 453);
+            this.Controls.Add(this.tcGraphics);
+            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+            this.Name = "frmSettings";
+            this.Text = "Settings - Radegast";
+            this.tcGraphics.ResumeLayout(false);
+            this.tbpGeneral.ResumeLayout(false);
+            this.cbHighLight.ResumeLayout(false);
+            this.cbHighLight.PerformLayout();
+            this.cbMisc.ResumeLayout(false);
+            this.cbMisc.PerformLayout();
+            this.Chat.ResumeLayout(false);
+            this.Chat.PerformLayout();
+            this.gbDisplayNames.ResumeLayout(false);
+            this.gbDisplayNames.PerformLayout();
+            this.tbpAutoResponse.ResumeLayout(false);
+            this.tbpAutoResponse.PerformLayout();
+            this.gnAutoInventory.ResumeLayout(false);
+            this.gbAutoResponse.ResumeLayout(false);
+            this.gbAutoResponse.PerformLayout();
+            this.tbpBot.ResumeLayout(false);
+            this.gbLSLHelper.ResumeLayout(false);
+            this.gbLSLHelper.PerformLayout();
+            this.pseudoHome.ResumeLayout(false);
+            this.pseudoHome.PerformLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.pseudoHomeTolerance)).EndInit();
+            this.autoSit.ResumeLayout(false);
+            this.autoSit.PerformLayout();
+            this.gnAutoScriptPermission.ResumeLayout(false);
+            this.ResumeLayout(false);
+
         }
 
         #endregion
@@ -604,6 +1038,7 @@ namespace Radegast
         public System.Windows.Forms.CheckBox cbAutoReconnect;
         public System.Windows.Forms.CheckBox cbHideLoginGraphics;
         public System.Windows.Forms.CheckBox cbRLV;
+        public System.Windows.Forms.CheckBox cbRLVDebug;
         public System.Windows.Forms.CheckBox cbMUEmotes;
         public System.Windows.Forms.CheckBox cbFriendsHighlight;
         public System.Windows.Forms.CheckBox cbMinToTrey;
@@ -629,9 +1064,42 @@ namespace Radegast
         public System.Windows.Forms.ComboBox cbOnInvOffer;
         public System.Windows.Forms.CheckBox cbDisableChatIMLog;
         public System.Windows.Forms.GroupBox Chat;
-        public System.Windows.Forms.CheckBox cbRadegastLogToFile;\r
-        protected System.Windows.Forms.CheckBox cbDisableLookAt;
+        public System.Windows.Forms.CheckBox cbRadegastLogToFile;
+        public System.Windows.Forms.GroupBox cbMisc;
+        public System.Windows.Forms.CheckBox cbDisableLookAt;
+        public System.Windows.Forms.GroupBox cbHighLight;
+        public System.Windows.Forms.CheckBox cbHighlightGroupIM;
+        public System.Windows.Forms.CheckBox cbHighlightIM;
+        public System.Windows.Forms.CheckBox cbDisableHTTPInventory;
+        public System.Windows.Forms.CheckBox cbHighlightChat;
+        public System.Windows.Forms.TabPage tbpBot;
+        public System.Windows.Forms.GroupBox autoSit;
+        public System.Windows.Forms.Button autoSitClear;
+        public System.Windows.Forms.Button autoSitSit;
+        public System.Windows.Forms.Label autoSitUUIDLabel;
+        public System.Windows.Forms.TextBox autoSitUUID;
+        public System.Windows.Forms.TextBox autoSitName;
+        public System.Windows.Forms.Label autoSitNameLabel;
+        public System.Windows.Forms.CheckBox autoSitEnabled;
+        public System.Windows.Forms.GroupBox pseudoHome;
+        public System.Windows.Forms.TextBox pseudoHomeLocation;
+        public System.Windows.Forms.CheckBox pseudoHomeEnabled;
+        public System.Windows.Forms.Button pseudoHomeTP;
+        public System.Windows.Forms.Button pseudoHomeSet;
+        public System.Windows.Forms.Button pseudoHomeClear;
+        public System.Windows.Forms.NumericUpDown pseudoHomeTolerance;
+        public System.Windows.Forms.Label pseudoHomeToleranceLabel;
+        public System.Windows.Forms.CheckBox cbNameLinks;
+        private System.Windows.Forms.GroupBox gbLSLHelper;
+        private System.Windows.Forms.LinkLabel llLSLHelperInstructios;
+        public System.Windows.Forms.CheckBox cbLSLHelperEnabled;
+        public System.Windows.Forms.Label lblLSLUUID;
+        public System.Windows.Forms.TextBox tbLSLAllowedOwner;
+        private System.Windows.Forms.Label label3;
+        public System.Windows.Forms.CheckBox cbShowScriptErrors;
+        public System.Windows.Forms.GroupBox gnAutoScriptPermission;
+        public System.Windows.Forms.ComboBox cbAutoScriptPermission;
 
 
     }
-}
\ No newline at end of file
+}