X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Radegast%2FGUI%2FDialogs%2FSettings.Designer.cs;h=1650447a8543ad14b307e586574c4840b1a63418;hb=1638baf750c47db25098f033b797999e215ba496;hp=d44c12dfbab032e5bbab214fbe2e868e2cf75101;hpb=411c720ccb179946f995855200036096df2b4352;p=radegast%2Fradegast.git diff --git a/Radegast/GUI/Dialogs/Settings.Designer.cs b/Radegast/GUI/Dialogs/Settings.Designer.cs index d44c12d..1650447 100644 --- a/Radegast/GUI/Dialogs/Settings.Designer.cs +++ b/Radegast/GUI/Dialogs/Settings.Designer.cs @@ -83,6 +83,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(); @@ -247,9 +248,9 @@ namespace Radegast // cbMisc // this.cbMisc.Controls.Add(this.txtResolveURITime); - this.cbMisc.Controls.Add(this.label4); this.cbMisc.Controls.Add(this.cbResolveURIs); this.cbMisc.Controls.Add(this.cbShowScriptErrors); + this.cbMisc.Controls.Add(this.label4); this.cbMisc.Controls.Add(this.cbDisableHTTPInventory); this.cbMisc.Controls.Add(this.cbHideLoginGraphics); this.cbMisc.Controls.Add(this.cbDisableLookAt); @@ -261,18 +262,19 @@ 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, 345); + this.cbMisc.Size = new System.Drawing.Size(236, 371); this.cbMisc.TabIndex = 2; this.cbMisc.TabStop = false; // // txtResolveURITime // - this.txtResolveURITime.Location = new System.Drawing.Point(138, 318); + this.txtResolveURITime.Location = new System.Drawing.Point(118, 338); this.txtResolveURITime.Name = "txtResolveURITime"; this.txtResolveURITime.Size = new System.Drawing.Size(53, 20); this.txtResolveURITime.TabIndex = 20; @@ -282,7 +284,7 @@ namespace Radegast // label4 // this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(23, 321); + this.label4.Location = new System.Drawing.Point(3, 341); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(109, 13); this.label4.TabIndex = 19; @@ -291,7 +293,7 @@ namespace Radegast // cbResolveURIs // this.cbResolveURIs.AutoSize = true; - this.cbResolveURIs.Location = new System.Drawing.Point(6, 304); + this.cbResolveURIs.Location = new System.Drawing.Point(6, 322); this.cbResolveURIs.Name = "cbResolveURIs"; this.cbResolveURIs.Size = new System.Drawing.Size(92, 17); this.cbResolveURIs.TabIndex = 18; @@ -424,6 +426,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(136, 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; @@ -1060,6 +1073,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;