OSDN Git Service

-Add RLV @FindFolder command support
[radegast/radegast.git] / Radegast / GUI / Dialogs / Settings.Designer.cs
index ae6844c..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
@@ -68,6 +68,8 @@ namespace Radegast
             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();
@@ -78,6 +80,7 @@ namespace Radegast
             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();
@@ -105,6 +108,12 @@ namespace Radegast
             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();
@@ -121,6 +130,8 @@ namespace Radegast
             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();
@@ -131,9 +142,11 @@ namespace Radegast
             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
@@ -147,7 +160,7 @@ namespace Radegast
             this.tcGraphics.Multiline = true;
             this.tcGraphics.Name = "tcGraphics";
             this.tcGraphics.SelectedIndex = 0;
-            this.tcGraphics.Size = new System.Drawing.Size(530, 403);
+            this.tcGraphics.Size = new System.Drawing.Size(530, 453);
             this.tcGraphics.TabIndex = 0;
             // 
             // tbpGeneral
@@ -159,7 +172,7 @@ namespace Radegast
             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, 377);
+            this.tbpGeneral.Size = new System.Drawing.Size(522, 427);
             this.tbpGeneral.TabIndex = 1;
             this.tbpGeneral.Text = "General";
             this.tbpGeneral.UseVisualStyleBackColor = true;
@@ -231,6 +244,8 @@ namespace Radegast
             // 
             // 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);
@@ -241,15 +256,36 @@ namespace Radegast
             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, 260);
+            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;
@@ -355,6 +391,17 @@ namespace Radegast
             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;
@@ -438,7 +485,7 @@ namespace Radegast
             this.cbIMTimeStamps.AutoSize = true;
             this.cbIMTimeStamps.Location = new System.Drawing.Point(8, 35);
             this.cbIMTimeStamps.Name = "cbIMTimeStamps";
-            this.cbIMTimeStamps.Size = new System.Drawing.Size(137, 17);
+            this.cbIMTimeStamps.Size = new System.Drawing.Size(134, 17);
             this.cbIMTimeStamps.TabIndex = 1;
             this.cbIMTimeStamps.Text = "Show timestamps in IM";
             this.cbIMTimeStamps.UseVisualStyleBackColor = true;
@@ -501,7 +548,7 @@ namespace Radegast
             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(270, 272);
+            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;
@@ -558,13 +605,14 @@ namespace Radegast
             // 
             // 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, 377);
+            this.tbpAutoResponse.Size = new System.Drawing.Size(522, 427);
             this.tbpAutoResponse.TabIndex = 2;
             this.tbpAutoResponse.Text = "Auto Response";
             this.tbpAutoResponse.UseVisualStyleBackColor = true;
@@ -653,22 +701,87 @@ namespace Radegast
             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, 377);
+            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, 377);
+            this.tbpBot.Size = new System.Drawing.Size(522, 427);
             this.tbpBot.TabIndex = 4;
-            this.tbpBot.Text = "Bot";
+            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);
@@ -690,7 +803,7 @@ namespace Radegast
             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 = 1;
+            this.pseudoHomeSet.TabIndex = 9;
             this.pseudoHomeSet.Text = "Set";
             this.pseudoHomeSet.UseVisualStyleBackColor = true;
             this.pseudoHomeSet.Click += new System.EventHandler(this.pseudoHomeSet_Click);
@@ -710,7 +823,7 @@ namespace Radegast
             0});
             this.pseudoHomeTolerance.Name = "pseudoHomeTolerance";
             this.pseudoHomeTolerance.Size = new System.Drawing.Size(40, 20);
-            this.pseudoHomeTolerance.TabIndex = 7;
+            this.pseudoHomeTolerance.TabIndex = 6;
             this.pseudoHomeTolerance.Value = new decimal(new int[] {
             256,
             0,
@@ -723,7 +836,7 @@ namespace Radegast
             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 = 2;
+            this.pseudoHomeTP.TabIndex = 6;
             this.pseudoHomeTP.Text = "Teleport";
             this.pseudoHomeTP.UseVisualStyleBackColor = true;
             this.pseudoHomeTP.Click += new System.EventHandler(this.pseudoHomeTP_Click);
@@ -734,16 +847,17 @@ namespace Radegast
             this.pseudoHomeLocation.Name = "pseudoHomeLocation";
             this.pseudoHomeLocation.ReadOnly = true;
             this.pseudoHomeLocation.Size = new System.Drawing.Size(170, 20);
-            this.pseudoHomeLocation.TabIndex = 5;
+            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 = 0;
+            this.pseudoHomeClear.TabIndex = 10;
             this.pseudoHomeClear.Text = "Clear";
             this.pseudoHomeClear.UseVisualStyleBackColor = true;
+            this.pseudoHomeClear.Click += new System.EventHandler(this.pseudoHomeClear_Click);
             // 
             // pseudoHomeToleranceLabel
             // 
@@ -760,7 +874,7 @@ namespace Radegast
             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 = 3;
+            this.pseudoHomeEnabled.TabIndex = 8;
             this.pseudoHomeEnabled.Text = "Enabled";
             this.pseudoHomeEnabled.UseVisualStyleBackColor = true;
             this.pseudoHomeEnabled.CheckedChanged += new System.EventHandler(this.pseudoHomeEnabled_CheckedChanged);
@@ -787,7 +901,7 @@ namespace Radegast
             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 = 6;
+            this.autoSitEnabled.TabIndex = 2;
             this.autoSitEnabled.Text = "Enabled";
             this.autoSitEnabled.UseVisualStyleBackColor = true;
             this.autoSitEnabled.CheckedChanged += new System.EventHandler(this.autoSitEnabled_CheckedChanged);
@@ -797,7 +911,7 @@ namespace Radegast
             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 = 5;
+            this.autoSitSit.TabIndex = 3;
             this.autoSitSit.Text = "Sit";
             this.autoSitSit.UseVisualStyleBackColor = true;
             this.autoSitSit.Click += new System.EventHandler(this.autoSitSit_Click);
@@ -807,7 +921,7 @@ namespace Radegast
             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 = 0;
+            this.autoSitClear.TabIndex = 4;
             this.autoSitClear.Text = "Clear";
             this.autoSitClear.UseVisualStyleBackColor = true;
             this.autoSitClear.Click += new System.EventHandler(this.autoSitClear_Click);
@@ -827,9 +941,9 @@ namespace Radegast
             this.autoSitUUID.Location = new System.Drawing.Point(47, 40);
             this.autoSitUUID.MaxLength = 36;
             this.autoSitUUID.Name = "autoSitUUID";
-            this.autoSitUUID.ReadOnly = true;
             this.autoSitUUID.Size = new System.Drawing.Size(210, 20);
-            this.autoSitUUID.TabIndex = 3;
+            this.autoSitUUID.TabIndex = 1;
+            this.autoSitUUID.Leave += new System.EventHandler(this.autoSitUUID_Leave);
             // 
             // autoSitName
             // 
@@ -837,7 +951,7 @@ namespace Radegast
             this.autoSitName.Name = "autoSitName";
             this.autoSitName.ReadOnly = true;
             this.autoSitName.Size = new System.Drawing.Size(210, 20);
-            this.autoSitName.TabIndex = 2;
+            this.autoSitName.TabIndex = 0;
             // 
             // autoSitNameLabel
             // 
@@ -849,11 +963,35 @@ namespace Radegast
             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, 403);
+            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";
@@ -874,11 +1012,14 @@ namespace Radegast
             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);
 
         }
@@ -897,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;
@@ -928,25 +1070,35 @@ namespace Radegast
         public System.Windows.Forms.GroupBox cbHighLight;
         public System.Windows.Forms.CheckBox cbHighlightGroupIM;
         public System.Windows.Forms.CheckBox cbHighlightIM;
-        private System.Windows.Forms.CheckBox cbHighlightChat;
-        private System.Windows.Forms.TabPage tbpBot;
-        private System.Windows.Forms.GroupBox autoSit;
-        private System.Windows.Forms.Button autoSitClear;
-        private System.Windows.Forms.Button autoSitSit;
-        private System.Windows.Forms.Label autoSitUUIDLabel;
-        private System.Windows.Forms.TextBox autoSitUUID;
-        private System.Windows.Forms.TextBox autoSitName;
-        private System.Windows.Forms.Label autoSitNameLabel;
-        private System.Windows.Forms.CheckBox autoSitEnabled;
-        private System.Windows.Forms.GroupBox pseudoHome;
-        private System.Windows.Forms.TextBox pseudoHomeLocation;
-        private System.Windows.Forms.CheckBox pseudoHomeEnabled;
-        private System.Windows.Forms.Button pseudoHomeTP;
-        private System.Windows.Forms.Button pseudoHomeSet;
-        private System.Windows.Forms.Button pseudoHomeClear;
-        private System.Windows.Forms.NumericUpDown pseudoHomeTolerance;
-        private System.Windows.Forms.Label pseudoHomeToleranceLabel;
-        private System.Windows.Forms.CheckBox cbNameLinks;
+        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;
 
 
     }