OSDN Git Service

6c43e3fcb5ece9e7567d9789681aa8a2bf67855b
[radegast/radegast.git] / Radegast / GUI / Dialogs / Settings.Designer.cs
1 // 
2 // Radegast Metaverse Client
3 // Copyright (c) 2009-2014, Radegast Development Team
4 // All rights reserved.
5 // 
6 // Redistribution and use in source and binary forms, with or without
7 // modification, are permitted provided that the following conditions are met:
8 // 
9 //     * Redistributions of source code must retain the above copyright notice,
10 //       this list of conditions and the following disclaimer.
11 //     * Redistributions in binary form must reproduce the above copyright
12 //       notice, this list of conditions and the following disclaimer in the
13 //       documentation and/or other materials provided with the distribution.
14 //     * Neither the name of the application "Radegast", nor the names of its
15 //       contributors may be used to endorse or promote products derived from
16 //       this software without specific prior written permission.
17 // 
18 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19 // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21 // DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
22 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
25 // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
26 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 //
29 // $Id$
30 //
31 namespace Radegast
32 {
33     partial class frmSettings
34     {
35         /// <summary>
36         /// Required designer variable.
37         /// </summary>
38         private System.ComponentModel.IContainer components = null;
39
40         /// <summary>
41         /// Clean up any resources being used.
42         /// </summary>
43         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
44         protected override void Dispose(bool disposing)
45         {
46             if (disposing && (components != null))
47             {
48                 components.Dispose();
49             }
50             base.Dispose(disposing);
51         }
52
53         #region Windows Form Designer generated code
54
55         /// <summary>
56         /// Required method for Designer support - do not modify
57         /// the contents of this method with the code editor.
58         /// </summary>
59         private void InitializeComponent()
60         {
61             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSettings));
62             this.tcGraphics = new System.Windows.Forms.TabControl();
63             this.tbpGeneral = new System.Windows.Forms.TabPage();
64             this.cbHighLight = new System.Windows.Forms.GroupBox();
65             this.cbHighlightGroupIM = new System.Windows.Forms.CheckBox();
66             this.cbHighlightIM = new System.Windows.Forms.CheckBox();
67             this.cbHighlightChat = new System.Windows.Forms.CheckBox();
68             this.cbFriendsHighlight = new System.Windows.Forms.CheckBox();
69             this.cbTaskBarHighLight = new System.Windows.Forms.CheckBox();
70             this.cbMisc = new System.Windows.Forms.GroupBox();
71             this.cbShowScriptErrors = new System.Windows.Forms.CheckBox();
72             this.cbDisableHTTPInventory = new System.Windows.Forms.CheckBox();
73             this.cbHideLoginGraphics = new System.Windows.Forms.CheckBox();
74             this.cbDisableLookAt = new System.Windows.Forms.CheckBox();
75             this.cbTrasactDialog = new System.Windows.Forms.CheckBox();
76             this.cbRadegastLogToFile = new System.Windows.Forms.CheckBox();
77             this.cbTrasactChat = new System.Windows.Forms.CheckBox();
78             this.cbFriendsNotifications = new System.Windows.Forms.CheckBox();
79             this.txtReconnectTime = new System.Windows.Forms.TextBox();
80             this.cbAutoReconnect = new System.Windows.Forms.CheckBox();
81             this.label2 = new System.Windows.Forms.Label();
82             this.cbRLV = new System.Windows.Forms.CheckBox();
83             this.cbMinToTrey = new System.Windows.Forms.CheckBox();
84             this.cbRadegastClientTag = new System.Windows.Forms.CheckBox();
85             this.cbSyntaxHighlight = new System.Windows.Forms.CheckBox();
86             this.Chat = new System.Windows.Forms.GroupBox();
87             this.cbNameLinks = new System.Windows.Forms.CheckBox();
88             this.cbDisableChatIMLog = new System.Windows.Forms.CheckBox();
89             this.cbChatTimestamps = new System.Windows.Forms.CheckBox();
90             this.cbIMTimeStamps = new System.Windows.Forms.CheckBox();
91             this.cbMUEmotes = new System.Windows.Forms.CheckBox();
92             this.cbNoTyping = new System.Windows.Forms.CheckBox();
93             this.cbFontSize = new System.Windows.Forms.ComboBox();
94             this.label1 = new System.Windows.Forms.Label();
95             this.gbDisplayNames = new System.Windows.Forms.GroupBox();
96             this.rbDNOnlyDN = new System.Windows.Forms.RadioButton();
97             this.rbDNDandUsernme = new System.Windows.Forms.RadioButton();
98             this.rbDNSmart = new System.Windows.Forms.RadioButton();
99             this.rbDNOff = new System.Windows.Forms.RadioButton();
100             this.tbpAutoResponse = new System.Windows.Forms.TabPage();
101             this.gnAutoInventory = new System.Windows.Forms.GroupBox();
102             this.cbOnInvOffer = new System.Windows.Forms.ComboBox();
103             this.txtAutoResponse = new System.Windows.Forms.TextBox();
104             this.gbAutoResponse = new System.Windows.Forms.GroupBox();
105             this.rbAutoAlways = new System.Windows.Forms.RadioButton();
106             this.rbAutoNonFriend = new System.Windows.Forms.RadioButton();
107             this.rbAutobusy = new System.Windows.Forms.RadioButton();
108             this.tbpGraphics = new System.Windows.Forms.TabPage();
109             this.tbpBot = new System.Windows.Forms.TabPage();
110             this.gbLSLHelper = new System.Windows.Forms.GroupBox();
111             this.llLSLHelperInstructios = new System.Windows.Forms.LinkLabel();
112             this.cbLSLHelperEnabled = new System.Windows.Forms.CheckBox();
113             this.lblLSLUUID = new System.Windows.Forms.Label();
114             this.tbLSLAllowedOwner = new System.Windows.Forms.TextBox();
115             this.label3 = new System.Windows.Forms.Label();
116             this.pseudoHome = new System.Windows.Forms.GroupBox();
117             this.pseudoHomeSet = new System.Windows.Forms.Button();
118             this.pseudoHomeTolerance = new System.Windows.Forms.NumericUpDown();
119             this.pseudoHomeTP = new System.Windows.Forms.Button();
120             this.pseudoHomeLocation = new System.Windows.Forms.TextBox();
121             this.pseudoHomeClear = new System.Windows.Forms.Button();
122             this.pseudoHomeToleranceLabel = new System.Windows.Forms.Label();
123             this.pseudoHomeEnabled = new System.Windows.Forms.CheckBox();
124             this.autoSit = new System.Windows.Forms.GroupBox();
125             this.autoSitEnabled = new System.Windows.Forms.CheckBox();
126             this.autoSitSit = new System.Windows.Forms.Button();
127             this.autoSitClear = new System.Windows.Forms.Button();
128             this.autoSitUUIDLabel = new System.Windows.Forms.Label();
129             this.autoSitUUID = new System.Windows.Forms.TextBox();
130             this.autoSitName = new System.Windows.Forms.TextBox();
131             this.autoSitNameLabel = new System.Windows.Forms.Label();
132             this.gnAutoScriptPermission = new System.Windows.Forms.GroupBox();
133             this.cbAutoScriptPermission = new System.Windows.Forms.ComboBox();
134             this.tcGraphics.SuspendLayout();
135             this.tbpGeneral.SuspendLayout();
136             this.cbHighLight.SuspendLayout();
137             this.cbMisc.SuspendLayout();
138             this.Chat.SuspendLayout();
139             this.gbDisplayNames.SuspendLayout();
140             this.tbpAutoResponse.SuspendLayout();
141             this.gnAutoInventory.SuspendLayout();
142             this.gbAutoResponse.SuspendLayout();
143             this.tbpBot.SuspendLayout();
144             this.gbLSLHelper.SuspendLayout();
145             this.pseudoHome.SuspendLayout();
146             ((System.ComponentModel.ISupportInitialize)(this.pseudoHomeTolerance)).BeginInit();
147             this.autoSit.SuspendLayout();
148             this.gnAutoScriptPermission.SuspendLayout();
149             this.SuspendLayout();
150             // 
151             // tcGraphics
152             // 
153             this.tcGraphics.Controls.Add(this.tbpGeneral);
154             this.tcGraphics.Controls.Add(this.tbpAutoResponse);
155             this.tcGraphics.Controls.Add(this.tbpGraphics);
156             this.tcGraphics.Controls.Add(this.tbpBot);
157             this.tcGraphics.Dock = System.Windows.Forms.DockStyle.Fill;
158             this.tcGraphics.Location = new System.Drawing.Point(0, 0);
159             this.tcGraphics.Multiline = true;
160             this.tcGraphics.Name = "tcGraphics";
161             this.tcGraphics.SelectedIndex = 0;
162             this.tcGraphics.Size = new System.Drawing.Size(530, 453);
163             this.tcGraphics.TabIndex = 0;
164             // 
165             // tbpGeneral
166             // 
167             this.tbpGeneral.Controls.Add(this.cbHighLight);
168             this.tbpGeneral.Controls.Add(this.cbMisc);
169             this.tbpGeneral.Controls.Add(this.Chat);
170             this.tbpGeneral.Controls.Add(this.gbDisplayNames);
171             this.tbpGeneral.Location = new System.Drawing.Point(4, 22);
172             this.tbpGeneral.Name = "tbpGeneral";
173             this.tbpGeneral.Padding = new System.Windows.Forms.Padding(3);
174             this.tbpGeneral.Size = new System.Drawing.Size(522, 427);
175             this.tbpGeneral.TabIndex = 1;
176             this.tbpGeneral.Text = "General";
177             this.tbpGeneral.UseVisualStyleBackColor = true;
178             // 
179             // cbHighLight
180             // 
181             this.cbHighLight.Controls.Add(this.cbHighlightGroupIM);
182             this.cbHighLight.Controls.Add(this.cbHighlightIM);
183             this.cbHighLight.Controls.Add(this.cbHighlightChat);
184             this.cbHighLight.Controls.Add(this.cbFriendsHighlight);
185             this.cbHighLight.Controls.Add(this.cbTaskBarHighLight);
186             this.cbHighLight.Location = new System.Drawing.Point(8, 180);
187             this.cbHighLight.Name = "cbHighLight";
188             this.cbHighLight.Size = new System.Drawing.Size(256, 136);
189             this.cbHighLight.TabIndex = 1;
190             this.cbHighLight.TabStop = false;
191             this.cbHighLight.Text = "Highlight when tab changes";
192             // 
193             // cbHighlightGroupIM
194             // 
195             this.cbHighlightGroupIM.AutoSize = true;
196             this.cbHighlightGroupIM.Location = new System.Drawing.Point(27, 111);
197             this.cbHighlightGroupIM.Name = "cbHighlightGroupIM";
198             this.cbHighlightGroupIM.Size = new System.Drawing.Size(136, 17);
199             this.cbHighlightGroupIM.TabIndex = 5;
200             this.cbHighlightGroupIM.Text = "Group Instant Message";
201             this.cbHighlightGroupIM.UseVisualStyleBackColor = true;
202             // 
203             // cbHighlightIM
204             // 
205             this.cbHighlightIM.AutoSize = true;
206             this.cbHighlightIM.Location = new System.Drawing.Point(27, 88);
207             this.cbHighlightIM.Name = "cbHighlightIM";
208             this.cbHighlightIM.Size = new System.Drawing.Size(104, 17);
209             this.cbHighlightIM.TabIndex = 4;
210             this.cbHighlightIM.Text = "Instant Message";
211             this.cbHighlightIM.UseVisualStyleBackColor = true;
212             // 
213             // cbHighlightChat
214             // 
215             this.cbHighlightChat.AutoSize = true;
216             this.cbHighlightChat.Location = new System.Drawing.Point(27, 42);
217             this.cbHighlightChat.Name = "cbHighlightChat";
218             this.cbHighlightChat.Size = new System.Drawing.Size(48, 17);
219             this.cbHighlightChat.TabIndex = 2;
220             this.cbHighlightChat.Text = "Chat";
221             this.cbHighlightChat.UseVisualStyleBackColor = true;
222             // 
223             // cbFriendsHighlight
224             // 
225             this.cbFriendsHighlight.AutoSize = true;
226             this.cbFriendsHighlight.Location = new System.Drawing.Point(27, 65);
227             this.cbFriendsHighlight.Name = "cbFriendsHighlight";
228             this.cbFriendsHighlight.Size = new System.Drawing.Size(150, 17);
229             this.cbFriendsHighlight.TabIndex = 3;
230             this.cbFriendsHighlight.Text = "Friends online notifications";
231             this.cbFriendsHighlight.UseVisualStyleBackColor = true;
232             this.cbFriendsHighlight.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
233             // 
234             // cbTaskBarHighLight
235             // 
236             this.cbTaskBarHighLight.AutoSize = true;
237             this.cbTaskBarHighLight.Location = new System.Drawing.Point(6, 19);
238             this.cbTaskBarHighLight.Name = "cbTaskBarHighLight";
239             this.cbTaskBarHighLight.Size = new System.Drawing.Size(115, 17);
240             this.cbTaskBarHighLight.TabIndex = 1;
241             this.cbTaskBarHighLight.Text = "Enable highlighting";
242             this.cbTaskBarHighLight.UseVisualStyleBackColor = true;
243             // 
244             // cbMisc
245             // 
246             this.cbMisc.Controls.Add(this.cbShowScriptErrors);
247             this.cbMisc.Controls.Add(this.cbDisableHTTPInventory);
248             this.cbMisc.Controls.Add(this.cbHideLoginGraphics);
249             this.cbMisc.Controls.Add(this.cbDisableLookAt);
250             this.cbMisc.Controls.Add(this.cbTrasactDialog);
251             this.cbMisc.Controls.Add(this.cbRadegastLogToFile);
252             this.cbMisc.Controls.Add(this.cbTrasactChat);
253             this.cbMisc.Controls.Add(this.cbFriendsNotifications);
254             this.cbMisc.Controls.Add(this.txtReconnectTime);
255             this.cbMisc.Controls.Add(this.cbAutoReconnect);
256             this.cbMisc.Controls.Add(this.label2);
257             this.cbMisc.Controls.Add(this.cbRLV);
258             this.cbMisc.Controls.Add(this.cbMinToTrey);
259             this.cbMisc.Controls.Add(this.cbRadegastClientTag);
260             this.cbMisc.Controls.Add(this.cbSyntaxHighlight);
261             this.cbMisc.Location = new System.Drawing.Point(270, 6);
262             this.cbMisc.Name = "cbMisc";
263             this.cbMisc.Size = new System.Drawing.Size(236, 310);
264             this.cbMisc.TabIndex = 2;
265             this.cbMisc.TabStop = false;
266             // 
267             // cbShowScriptErrors
268             // 
269             this.cbShowScriptErrors.AutoSize = true;
270             this.cbShowScriptErrors.Location = new System.Drawing.Point(6, 280);
271             this.cbShowScriptErrors.Name = "cbShowScriptErrors";
272             this.cbShowScriptErrors.Size = new System.Drawing.Size(110, 17);
273             this.cbShowScriptErrors.TabIndex = 17;
274             this.cbShowScriptErrors.Text = "Show Script Erros";
275             this.cbShowScriptErrors.UseVisualStyleBackColor = true;
276             // 
277             // cbDisableHTTPInventory
278             // 
279             this.cbDisableHTTPInventory.AutoSize = true;
280             this.cbDisableHTTPInventory.Location = new System.Drawing.Point(6, 257);
281             this.cbDisableHTTPInventory.Name = "cbDisableHTTPInventory";
282             this.cbDisableHTTPInventory.Size = new System.Drawing.Size(140, 17);
283             this.cbDisableHTTPInventory.TabIndex = 16;
284             this.cbDisableHTTPInventory.Text = "Disable HTTP Inventory";
285             this.cbDisableHTTPInventory.UseVisualStyleBackColor = true;
286             // 
287             // cbHideLoginGraphics
288             // 
289             this.cbHideLoginGraphics.AutoSize = true;
290             this.cbHideLoginGraphics.Location = new System.Drawing.Point(6, 11);
291             this.cbHideLoginGraphics.Name = "cbHideLoginGraphics";
292             this.cbHideLoginGraphics.Size = new System.Drawing.Size(141, 17);
293             this.cbHideLoginGraphics.TabIndex = 3;
294             this.cbHideLoginGraphics.Text = "Hide login splash screen";
295             this.cbHideLoginGraphics.UseVisualStyleBackColor = true;
296             this.cbHideLoginGraphics.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
297             // 
298             // cbDisableLookAt
299             // 
300             this.cbDisableLookAt.AutoSize = true;
301             this.cbDisableLookAt.Location = new System.Drawing.Point(6, 234);
302             this.cbDisableLookAt.Name = "cbDisableLookAt";
303             this.cbDisableLookAt.Size = new System.Drawing.Size(140, 17);
304             this.cbDisableLookAt.TabIndex = 15;
305             this.cbDisableLookAt.Text = "Disable Look At beacon";
306             this.cbDisableLookAt.UseVisualStyleBackColor = true;
307             // 
308             // cbTrasactDialog
309             // 
310             this.cbTrasactDialog.AutoSize = true;
311             this.cbTrasactDialog.Location = new System.Drawing.Point(6, 111);
312             this.cbTrasactDialog.Name = "cbTrasactDialog";
313             this.cbTrasactDialog.Size = new System.Drawing.Size(176, 17);
314             this.cbTrasactDialog.TabIndex = 9;
315             this.cbTrasactDialog.Text = "Display dialog on L$ transaction";
316             this.cbTrasactDialog.UseVisualStyleBackColor = true;
317             this.cbTrasactDialog.CheckedChanged += new System.EventHandler(this.cbTrasactDialog_CheckedChanged);
318             // 
319             // cbRadegastLogToFile
320             // 
321             this.cbRadegastLogToFile.AutoSize = true;
322             this.cbRadegastLogToFile.Location = new System.Drawing.Point(6, 211);
323             this.cbRadegastLogToFile.Name = "cbRadegastLogToFile";
324             this.cbRadegastLogToFile.Size = new System.Drawing.Size(72, 17);
325             this.cbRadegastLogToFile.TabIndex = 14;
326             this.cbRadegastLogToFile.Text = "Log to file";
327             this.cbRadegastLogToFile.UseVisualStyleBackColor = true;
328             this.cbRadegastLogToFile.CheckedChanged += new System.EventHandler(this.cbRadegastLogToFile_CheckedChanged);
329             // 
330             // cbTrasactChat
331             // 
332             this.cbTrasactChat.AutoSize = true;
333             this.cbTrasactChat.Location = new System.Drawing.Point(6, 131);
334             this.cbTrasactChat.Name = "cbTrasactChat";
335             this.cbTrasactChat.Size = new System.Drawing.Size(170, 17);
336             this.cbTrasactChat.TabIndex = 10;
337             this.cbTrasactChat.Text = "Display L$ transactions in chat";
338             this.cbTrasactChat.UseVisualStyleBackColor = true;
339             this.cbTrasactChat.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
340             // 
341             // cbFriendsNotifications
342             // 
343             this.cbFriendsNotifications.AutoSize = true;
344             this.cbFriendsNotifications.Location = new System.Drawing.Point(6, 151);
345             this.cbFriendsNotifications.Name = "cbFriendsNotifications";
346             this.cbFriendsNotifications.Size = new System.Drawing.Size(184, 17);
347             this.cbFriendsNotifications.TabIndex = 11;
348             this.cbFriendsNotifications.Text = "Display friends online notifications";
349             this.cbFriendsNotifications.UseVisualStyleBackColor = true;
350             this.cbFriendsNotifications.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
351             // 
352             // txtReconnectTime
353             // 
354             this.txtReconnectTime.Location = new System.Drawing.Point(151, 96);
355             this.txtReconnectTime.Name = "txtReconnectTime";
356             this.txtReconnectTime.Size = new System.Drawing.Size(53, 20);
357             this.txtReconnectTime.TabIndex = 8;
358             this.txtReconnectTime.Text = "120";
359             this.txtReconnectTime.TextChanged += new System.EventHandler(this.txtReconnectTime_TextChanged);
360             // 
361             // cbAutoReconnect
362             // 
363             this.cbAutoReconnect.AutoSize = true;
364             this.cbAutoReconnect.Location = new System.Drawing.Point(6, 71);
365             this.cbAutoReconnect.Name = "cbAutoReconnect";
366             this.cbAutoReconnect.Size = new System.Drawing.Size(169, 17);
367             this.cbAutoReconnect.TabIndex = 6;
368             this.cbAutoReconnect.Text = "Auto reconnect on disconnect";
369             this.cbAutoReconnect.UseVisualStyleBackColor = true;
370             this.cbAutoReconnect.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
371             // 
372             // label2
373             // 
374             this.label2.AutoSize = true;
375             this.label2.Location = new System.Drawing.Point(22, 91);
376             this.label2.Name = "label2";
377             this.label2.Size = new System.Drawing.Size(128, 13);
378             this.label2.TabIndex = 7;
379             this.label2.Text = "Auto reconnect time (sec)";
380             // 
381             // cbRLV
382             // 
383             this.cbRLV.AutoSize = true;
384             this.cbRLV.Location = new System.Drawing.Point(6, 171);
385             this.cbRLV.Name = "cbRLV";
386             this.cbRLV.Size = new System.Drawing.Size(85, 17);
387             this.cbRLV.TabIndex = 12;
388             this.cbRLV.Text = "RLV support";
389             this.cbRLV.UseVisualStyleBackColor = true;
390             this.cbRLV.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
391             // 
392             // cbMinToTrey
393             // 
394             this.cbMinToTrey.AutoSize = true;
395             this.cbMinToTrey.Location = new System.Drawing.Point(6, 31);
396             this.cbMinToTrey.Name = "cbMinToTrey";
397             this.cbMinToTrey.Size = new System.Drawing.Size(133, 17);
398             this.cbMinToTrey.TabIndex = 4;
399             this.cbMinToTrey.Text = "Minimize to system tray";
400             this.cbMinToTrey.UseVisualStyleBackColor = true;
401             this.cbMinToTrey.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
402             // 
403             // cbRadegastClientTag
404             // 
405             this.cbRadegastClientTag.AutoSize = true;
406             this.cbRadegastClientTag.Location = new System.Drawing.Point(6, 191);
407             this.cbRadegastClientTag.Name = "cbRadegastClientTag";
408             this.cbRadegastClientTag.Size = new System.Drawing.Size(146, 17);
409             this.cbRadegastClientTag.TabIndex = 13;
410             this.cbRadegastClientTag.Text = "Send Radegast client tag";
411             this.cbRadegastClientTag.UseVisualStyleBackColor = true;
412             // 
413             // cbSyntaxHighlight
414             // 
415             this.cbSyntaxHighlight.AutoSize = true;
416             this.cbSyntaxHighlight.Location = new System.Drawing.Point(6, 51);
417             this.cbSyntaxHighlight.Name = "cbSyntaxHighlight";
418             this.cbSyntaxHighlight.Size = new System.Drawing.Size(134, 17);
419             this.cbSyntaxHighlight.TabIndex = 5;
420             this.cbSyntaxHighlight.Text = "LSL syntax highlighting";
421             this.cbSyntaxHighlight.UseVisualStyleBackColor = true;
422             // 
423             // Chat
424             // 
425             this.Chat.Controls.Add(this.cbNameLinks);
426             this.Chat.Controls.Add(this.cbDisableChatIMLog);
427             this.Chat.Controls.Add(this.cbChatTimestamps);
428             this.Chat.Controls.Add(this.cbIMTimeStamps);
429             this.Chat.Controls.Add(this.cbMUEmotes);
430             this.Chat.Controls.Add(this.cbNoTyping);
431             this.Chat.Controls.Add(this.cbFontSize);
432             this.Chat.Controls.Add(this.label1);
433             this.Chat.Location = new System.Drawing.Point(8, 5);
434             this.Chat.Name = "Chat";
435             this.Chat.Size = new System.Drawing.Size(256, 169);
436             this.Chat.TabIndex = 0;
437             this.Chat.TabStop = false;
438             this.Chat.Text = "Chat";
439             // 
440             // cbNameLinks
441             // 
442             this.cbNameLinks.AutoSize = true;
443             this.cbNameLinks.Location = new System.Drawing.Point(8, 144);
444             this.cbNameLinks.Name = "cbNameLinks";
445             this.cbNameLinks.Size = new System.Drawing.Size(110, 17);
446             this.cbNameLinks.TabIndex = 9;
447             this.cbNameLinks.Text = "Avatar name links";
448             this.cbNameLinks.UseVisualStyleBackColor = true;
449             // 
450             // cbDisableChatIMLog
451             // 
452             this.cbDisableChatIMLog.AutoSize = true;
453             this.cbDisableChatIMLog.Location = new System.Drawing.Point(8, 121);
454             this.cbDisableChatIMLog.Name = "cbDisableChatIMLog";
455             this.cbDisableChatIMLog.Size = new System.Drawing.Size(138, 17);
456             this.cbDisableChatIMLog.TabIndex = 8;
457             this.cbDisableChatIMLog.Text = "Disable chat and IM log";
458             this.cbDisableChatIMLog.UseVisualStyleBackColor = true;
459             // 
460             // cbChatTimestamps
461             // 
462             this.cbChatTimestamps.AutoSize = true;
463             this.cbChatTimestamps.Location = new System.Drawing.Point(8, 12);
464             this.cbChatTimestamps.Name = "cbChatTimestamps";
465             this.cbChatTimestamps.Size = new System.Drawing.Size(143, 17);
466             this.cbChatTimestamps.TabIndex = 0;
467             this.cbChatTimestamps.Text = "Show timestamps in chat";
468             this.cbChatTimestamps.UseVisualStyleBackColor = true;
469             // 
470             // cbIMTimeStamps
471             // 
472             this.cbIMTimeStamps.AutoSize = true;
473             this.cbIMTimeStamps.Location = new System.Drawing.Point(8, 35);
474             this.cbIMTimeStamps.Name = "cbIMTimeStamps";
475             this.cbIMTimeStamps.Size = new System.Drawing.Size(134, 17);
476             this.cbIMTimeStamps.TabIndex = 1;
477             this.cbIMTimeStamps.Text = "Show timestamps in IM";
478             this.cbIMTimeStamps.UseVisualStyleBackColor = true;
479             // 
480             // cbMUEmotes
481             // 
482             this.cbMUEmotes.AutoSize = true;
483             this.cbMUEmotes.Location = new System.Drawing.Point(8, 78);
484             this.cbMUEmotes.Name = "cbMUEmotes";
485             this.cbMUEmotes.Size = new System.Drawing.Size(108, 17);
486             this.cbMUEmotes.TabIndex = 5;
487             this.cbMUEmotes.Text = "MU* style emotes";
488             this.cbMUEmotes.UseVisualStyleBackColor = true;
489             this.cbMUEmotes.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
490             // 
491             // cbNoTyping
492             // 
493             this.cbNoTyping.AutoSize = true;
494             this.cbNoTyping.Location = new System.Drawing.Point(8, 98);
495             this.cbNoTyping.Name = "cbNoTyping";
496             this.cbNoTyping.Size = new System.Drawing.Size(150, 17);
497             this.cbNoTyping.TabIndex = 6;
498             this.cbNoTyping.Text = "Don\'t use typing animation";
499             this.cbNoTyping.UseVisualStyleBackColor = true;
500             this.cbNoTyping.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
501             // 
502             // cbFontSize
503             // 
504             this.cbFontSize.FormatString = "N2";
505             this.cbFontSize.FormattingEnabled = true;
506             this.cbFontSize.Items.AddRange(new object[] {
507             "8.25",
508             "9",
509             "10",
510             "12",
511             "14",
512             "16",
513             "20"});
514             this.cbFontSize.Location = new System.Drawing.Point(97, 51);
515             this.cbFontSize.Name = "cbFontSize";
516             this.cbFontSize.Size = new System.Drawing.Size(54, 21);
517             this.cbFontSize.TabIndex = 3;
518             this.cbFontSize.Text = "8.25";
519             this.cbFontSize.SelectedIndexChanged += new System.EventHandler(this.cbFontSize_SelectedIndexChanged);
520             this.cbFontSize.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cbFontSize_KeyDown);
521             this.cbFontSize.Leave += new System.EventHandler(this.cbFontSize_Leave);
522             // 
523             // label1
524             // 
525             this.label1.AutoSize = true;
526             this.label1.Location = new System.Drawing.Point(24, 54);
527             this.label1.Name = "label1";
528             this.label1.Size = new System.Drawing.Size(73, 13);
529             this.label1.TabIndex = 2;
530             this.label1.Text = "Chat text size:";
531             // 
532             // gbDisplayNames
533             // 
534             this.gbDisplayNames.Controls.Add(this.rbDNOnlyDN);
535             this.gbDisplayNames.Controls.Add(this.rbDNDandUsernme);
536             this.gbDisplayNames.Controls.Add(this.rbDNSmart);
537             this.gbDisplayNames.Controls.Add(this.rbDNOff);
538             this.gbDisplayNames.Location = new System.Drawing.Point(8, 319);
539             this.gbDisplayNames.Name = "gbDisplayNames";
540             this.gbDisplayNames.Size = new System.Drawing.Size(256, 100);
541             this.gbDisplayNames.TabIndex = 3;
542             this.gbDisplayNames.TabStop = false;
543             this.gbDisplayNames.Text = "Display names";
544             // 
545             // rbDNOnlyDN
546             // 
547             this.rbDNOnlyDN.AutoSize = true;
548             this.rbDNOnlyDN.Location = new System.Drawing.Point(6, 75);
549             this.rbDNOnlyDN.Name = "rbDNOnlyDN";
550             this.rbDNOnlyDN.Size = new System.Drawing.Size(110, 17);
551             this.rbDNOnlyDN.TabIndex = 3;
552             this.rbDNOnlyDN.TabStop = true;
553             this.rbDNOnlyDN.Text = "Only display name";
554             this.rbDNOnlyDN.UseVisualStyleBackColor = true;
555             this.rbDNOnlyDN.CheckedChanged += new System.EventHandler(this.rbDNOnlyDN_CheckedChanged);
556             // 
557             // rbDNDandUsernme
558             // 
559             this.rbDNDandUsernme.AutoSize = true;
560             this.rbDNDandUsernme.Location = new System.Drawing.Point(6, 55);
561             this.rbDNDandUsernme.Name = "rbDNDandUsernme";
562             this.rbDNDandUsernme.Size = new System.Drawing.Size(143, 17);
563             this.rbDNDandUsernme.TabIndex = 2;
564             this.rbDNDandUsernme.TabStop = true;
565             this.rbDNDandUsernme.Text = "Display name (username)";
566             this.rbDNDandUsernme.UseVisualStyleBackColor = true;
567             this.rbDNDandUsernme.CheckedChanged += new System.EventHandler(this.rbDNDandUsernme_CheckedChanged);
568             // 
569             // rbDNSmart
570             // 
571             this.rbDNSmart.AutoSize = true;
572             this.rbDNSmart.Location = new System.Drawing.Point(6, 35);
573             this.rbDNSmart.Name = "rbDNSmart";
574             this.rbDNSmart.Size = new System.Drawing.Size(52, 17);
575             this.rbDNSmart.TabIndex = 1;
576             this.rbDNSmart.TabStop = true;
577             this.rbDNSmart.Text = "Smart";
578             this.rbDNSmart.UseVisualStyleBackColor = true;
579             this.rbDNSmart.CheckedChanged += new System.EventHandler(this.rbDNSmart_CheckedChanged);
580             // 
581             // rbDNOff
582             // 
583             this.rbDNOff.AutoSize = true;
584             this.rbDNOff.Location = new System.Drawing.Point(6, 15);
585             this.rbDNOff.Name = "rbDNOff";
586             this.rbDNOff.Size = new System.Drawing.Size(39, 17);
587             this.rbDNOff.TabIndex = 0;
588             this.rbDNOff.TabStop = true;
589             this.rbDNOff.Text = "Off";
590             this.rbDNOff.UseVisualStyleBackColor = true;
591             this.rbDNOff.CheckedChanged += new System.EventHandler(this.rbDNOff_CheckedChanged);
592             // 
593             // tbpAutoResponse
594             // 
595             this.tbpAutoResponse.Controls.Add(this.gnAutoScriptPermission);
596             this.tbpAutoResponse.Controls.Add(this.gnAutoInventory);
597             this.tbpAutoResponse.Controls.Add(this.txtAutoResponse);
598             this.tbpAutoResponse.Controls.Add(this.gbAutoResponse);
599             this.tbpAutoResponse.Location = new System.Drawing.Point(4, 22);
600             this.tbpAutoResponse.Name = "tbpAutoResponse";
601             this.tbpAutoResponse.Padding = new System.Windows.Forms.Padding(3);
602             this.tbpAutoResponse.Size = new System.Drawing.Size(522, 427);
603             this.tbpAutoResponse.TabIndex = 2;
604             this.tbpAutoResponse.Text = "Auto Response";
605             this.tbpAutoResponse.UseVisualStyleBackColor = true;
606             // 
607             // gnAutoInventory
608             // 
609             this.gnAutoInventory.Controls.Add(this.cbOnInvOffer);
610             this.gnAutoInventory.Location = new System.Drawing.Point(9, 156);
611             this.gnAutoInventory.Name = "gnAutoInventory";
612             this.gnAutoInventory.Size = new System.Drawing.Size(281, 54);
613             this.gnAutoInventory.TabIndex = 2;
614             this.gnAutoInventory.TabStop = false;
615             this.gnAutoInventory.Text = "On inventory offers";
616             // 
617             // cbOnInvOffer
618             // 
619             this.cbOnInvOffer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
620             this.cbOnInvOffer.FormattingEnabled = true;
621             this.cbOnInvOffer.Items.AddRange(new object[] {
622             "Ask",
623             "Auto Accept",
624             "Auto Discard"});
625             this.cbOnInvOffer.Location = new System.Drawing.Point(6, 19);
626             this.cbOnInvOffer.Name = "cbOnInvOffer";
627             this.cbOnInvOffer.Size = new System.Drawing.Size(121, 21);
628             this.cbOnInvOffer.TabIndex = 0;
629             // 
630             // txtAutoResponse
631             // 
632             this.txtAutoResponse.AccessibleName = "Auto response text";
633             this.txtAutoResponse.Location = new System.Drawing.Point(8, 63);
634             this.txtAutoResponse.Multiline = true;
635             this.txtAutoResponse.Name = "txtAutoResponse";
636             this.txtAutoResponse.Size = new System.Drawing.Size(282, 87);
637             this.txtAutoResponse.TabIndex = 1;
638             // 
639             // gbAutoResponse
640             // 
641             this.gbAutoResponse.Controls.Add(this.rbAutoAlways);
642             this.gbAutoResponse.Controls.Add(this.rbAutoNonFriend);
643             this.gbAutoResponse.Controls.Add(this.rbAutobusy);
644             this.gbAutoResponse.Location = new System.Drawing.Point(3, 6);
645             this.gbAutoResponse.Name = "gbAutoResponse";
646             this.gbAutoResponse.Size = new System.Drawing.Size(287, 51);
647             this.gbAutoResponse.TabIndex = 0;
648             this.gbAutoResponse.TabStop = false;
649             this.gbAutoResponse.Text = "Send auto response when:";
650             // 
651             // rbAutoAlways
652             // 
653             this.rbAutoAlways.AutoSize = true;
654             this.rbAutoAlways.Location = new System.Drawing.Point(216, 19);
655             this.rbAutoAlways.Name = "rbAutoAlways";
656             this.rbAutoAlways.Size = new System.Drawing.Size(58, 17);
657             this.rbAutoAlways.TabIndex = 2;
658             this.rbAutoAlways.Text = "Always";
659             this.rbAutoAlways.UseVisualStyleBackColor = true;
660             this.rbAutoAlways.CheckedChanged += new System.EventHandler(this.rbAutoAlways_CheckedChanged);
661             // 
662             // rbAutoNonFriend
663             // 
664             this.rbAutoNonFriend.AutoSize = true;
665             this.rbAutoNonFriend.Location = new System.Drawing.Point(100, 19);
666             this.rbAutoNonFriend.Name = "rbAutoNonFriend";
667             this.rbAutoNonFriend.Size = new System.Drawing.Size(110, 17);
668             this.rbAutoNonFriend.TabIndex = 1;
669             this.rbAutoNonFriend.Text = "IM from non-friend";
670             this.rbAutoNonFriend.UseVisualStyleBackColor = true;
671             this.rbAutoNonFriend.CheckedChanged += new System.EventHandler(this.rbAutoNonFriend_CheckedChanged);
672             // 
673             // rbAutobusy
674             // 
675             this.rbAutobusy.AutoSize = true;
676             this.rbAutobusy.Checked = true;
677             this.rbAutobusy.Location = new System.Drawing.Point(6, 19);
678             this.rbAutobusy.Name = "rbAutobusy";
679             this.rbAutobusy.Size = new System.Drawing.Size(88, 17);
680             this.rbAutobusy.TabIndex = 0;
681             this.rbAutobusy.TabStop = true;
682             this.rbAutobusy.Text = "In busy mode";
683             this.rbAutobusy.UseVisualStyleBackColor = true;
684             this.rbAutobusy.CheckedChanged += new System.EventHandler(this.rbAutobusy_CheckedChanged);
685             // 
686             // tbpGraphics
687             // 
688             this.tbpGraphics.Location = new System.Drawing.Point(4, 22);
689             this.tbpGraphics.Name = "tbpGraphics";
690             this.tbpGraphics.Padding = new System.Windows.Forms.Padding(3);
691             this.tbpGraphics.Size = new System.Drawing.Size(522, 427);
692             this.tbpGraphics.TabIndex = 3;
693             this.tbpGraphics.Text = "Graphics Settings";
694             this.tbpGraphics.UseVisualStyleBackColor = true;
695             // 
696             // tbpBot
697             // 
698             this.tbpBot.Controls.Add(this.gbLSLHelper);
699             this.tbpBot.Controls.Add(this.pseudoHome);
700             this.tbpBot.Controls.Add(this.autoSit);
701             this.tbpBot.Location = new System.Drawing.Point(4, 22);
702             this.tbpBot.Name = "tbpBot";
703             this.tbpBot.Size = new System.Drawing.Size(522, 427);
704             this.tbpBot.TabIndex = 4;
705             this.tbpBot.Text = "Automation";
706             this.tbpBot.UseVisualStyleBackColor = true;
707             // 
708             // gbLSLHelper
709             // 
710             this.gbLSLHelper.Controls.Add(this.llLSLHelperInstructios);
711             this.gbLSLHelper.Controls.Add(this.cbLSLHelperEnabled);
712             this.gbLSLHelper.Controls.Add(this.lblLSLUUID);
713             this.gbLSLHelper.Controls.Add(this.tbLSLAllowedOwner);
714             this.gbLSLHelper.Controls.Add(this.label3);
715             this.gbLSLHelper.Location = new System.Drawing.Point(8, 218);
716             this.gbLSLHelper.Name = "gbLSLHelper";
717             this.gbLSLHelper.Size = new System.Drawing.Size(263, 83);
718             this.gbLSLHelper.TabIndex = 2;
719             this.gbLSLHelper.TabStop = false;
720             this.gbLSLHelper.Text = "LSL Helper";
721             // 
722             // llLSLHelperInstructios
723             // 
724             this.llLSLHelperInstructios.AutoSize = true;
725             this.llLSLHelperInstructios.Location = new System.Drawing.Point(196, 59);
726             this.llLSLHelperInstructios.Name = "llLSLHelperInstructios";
727             this.llLSLHelperInstructios.Size = new System.Drawing.Size(61, 13);
728             this.llLSLHelperInstructios.TabIndex = 4;
729             this.llLSLHelperInstructios.TabStop = true;
730             this.llLSLHelperInstructios.Text = "Instructions";
731             this.llLSLHelperInstructios.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llLSLHelperInstructios_LinkClicked);
732             // 
733             // cbLSLHelperEnabled
734             // 
735             this.cbLSLHelperEnabled.AutoSize = true;
736             this.cbLSLHelperEnabled.Location = new System.Drawing.Point(9, 58);
737             this.cbLSLHelperEnabled.Name = "cbLSLHelperEnabled";
738             this.cbLSLHelperEnabled.Size = new System.Drawing.Size(65, 17);
739             this.cbLSLHelperEnabled.TabIndex = 3;
740             this.cbLSLHelperEnabled.Text = "Enabled";
741             this.cbLSLHelperEnabled.UseVisualStyleBackColor = true;
742             this.cbLSLHelperEnabled.CheckedChanged += new System.EventHandler(this.cbLSLHelperEnabled_CheckedChanged);
743             // 
744             // lblLSLUUID
745             // 
746             this.lblLSLUUID.AutoSize = true;
747             this.lblLSLUUID.Location = new System.Drawing.Point(6, 35);
748             this.lblLSLUUID.Name = "lblLSLUUID";
749             this.lblLSLUUID.Size = new System.Drawing.Size(34, 13);
750             this.lblLSLUUID.TabIndex = 1;
751             this.lblLSLUUID.Text = "UUID";
752             this.lblLSLUUID.Click += new System.EventHandler(this.lblLSLUUID_Click);
753             // 
754             // tbLSLAllowedOwner
755             // 
756             this.tbLSLAllowedOwner.Location = new System.Drawing.Point(47, 32);
757             this.tbLSLAllowedOwner.MaxLength = 36;
758             this.tbLSLAllowedOwner.Name = "tbLSLAllowedOwner";
759             this.tbLSLAllowedOwner.Size = new System.Drawing.Size(210, 20);
760             this.tbLSLAllowedOwner.TabIndex = 2;
761             this.tbLSLAllowedOwner.Leave += new System.EventHandler(this.tbLSLAllowedOwner_Leave);
762             // 
763             // label3
764             // 
765             this.label3.AutoSize = true;
766             this.label3.Location = new System.Drawing.Point(6, 16);
767             this.label3.Name = "label3";
768             this.label3.Size = new System.Drawing.Size(108, 13);
769             this.label3.TabIndex = 0;
770             this.label3.Text = "Allowed object owner";
771             // 
772             // pseudoHome
773             // 
774             this.pseudoHome.Controls.Add(this.pseudoHomeSet);
775             this.pseudoHome.Controls.Add(this.pseudoHomeTolerance);
776             this.pseudoHome.Controls.Add(this.pseudoHomeTP);
777             this.pseudoHome.Controls.Add(this.pseudoHomeLocation);
778             this.pseudoHome.Controls.Add(this.pseudoHomeClear);
779             this.pseudoHome.Controls.Add(this.pseudoHomeToleranceLabel);
780             this.pseudoHome.Controls.Add(this.pseudoHomeEnabled);
781             this.pseudoHome.Location = new System.Drawing.Point(8, 104);
782             this.pseudoHome.Name = "pseudoHome";
783             this.pseudoHome.Size = new System.Drawing.Size(263, 108);
784             this.pseudoHome.TabIndex = 1;
785             this.pseudoHome.TabStop = false;
786             this.pseudoHome.Text = "Pseudo Home";
787             // 
788             // pseudoHomeSet
789             // 
790             this.pseudoHomeSet.Location = new System.Drawing.Point(94, 73);
791             this.pseudoHomeSet.Name = "pseudoHomeSet";
792             this.pseudoHomeSet.Size = new System.Drawing.Size(75, 23);
793             this.pseudoHomeSet.TabIndex = 9;
794             this.pseudoHomeSet.Text = "Set";
795             this.pseudoHomeSet.UseVisualStyleBackColor = true;
796             this.pseudoHomeSet.Click += new System.EventHandler(this.pseudoHomeSet_Click);
797             // 
798             // pseudoHomeTolerance
799             // 
800             this.pseudoHomeTolerance.Location = new System.Drawing.Point(87, 14);
801             this.pseudoHomeTolerance.Maximum = new decimal(new int[] {
802             256,
803             0,
804             0,
805             0});
806             this.pseudoHomeTolerance.Minimum = new decimal(new int[] {
807             1,
808             0,
809             0,
810             0});
811             this.pseudoHomeTolerance.Name = "pseudoHomeTolerance";
812             this.pseudoHomeTolerance.Size = new System.Drawing.Size(40, 20);
813             this.pseudoHomeTolerance.TabIndex = 6;
814             this.pseudoHomeTolerance.Value = new decimal(new int[] {
815             256,
816             0,
817             0,
818             0});
819             this.pseudoHomeTolerance.ValueChanged += new System.EventHandler(this.pseudoHomeTolerance_ValueChanged);
820             // 
821             // pseudoHomeTP
822             // 
823             this.pseudoHomeTP.Location = new System.Drawing.Point(6, 38);
824             this.pseudoHomeTP.Name = "pseudoHomeTP";
825             this.pseudoHomeTP.Size = new System.Drawing.Size(75, 23);
826             this.pseudoHomeTP.TabIndex = 6;
827             this.pseudoHomeTP.Text = "Teleport";
828             this.pseudoHomeTP.UseVisualStyleBackColor = true;
829             this.pseudoHomeTP.Click += new System.EventHandler(this.pseudoHomeTP_Click);
830             // 
831             // pseudoHomeLocation
832             // 
833             this.pseudoHomeLocation.Location = new System.Drawing.Point(87, 40);
834             this.pseudoHomeLocation.Name = "pseudoHomeLocation";
835             this.pseudoHomeLocation.ReadOnly = true;
836             this.pseudoHomeLocation.Size = new System.Drawing.Size(170, 20);
837             this.pseudoHomeLocation.TabIndex = 7;
838             // 
839             // pseudoHomeClear
840             // 
841             this.pseudoHomeClear.Location = new System.Drawing.Point(182, 73);
842             this.pseudoHomeClear.Name = "pseudoHomeClear";
843             this.pseudoHomeClear.Size = new System.Drawing.Size(75, 23);
844             this.pseudoHomeClear.TabIndex = 10;
845             this.pseudoHomeClear.Text = "Clear";
846             this.pseudoHomeClear.UseVisualStyleBackColor = true;
847             this.pseudoHomeClear.Click += new System.EventHandler(this.pseudoHomeClear_Click);
848             // 
849             // pseudoHomeToleranceLabel
850             // 
851             this.pseudoHomeToleranceLabel.AutoSize = true;
852             this.pseudoHomeToleranceLabel.Location = new System.Drawing.Point(6, 16);
853             this.pseudoHomeToleranceLabel.Name = "pseudoHomeToleranceLabel";
854             this.pseudoHomeToleranceLabel.Size = new System.Drawing.Size(55, 13);
855             this.pseudoHomeToleranceLabel.TabIndex = 6;
856             this.pseudoHomeToleranceLabel.Text = "Tolerance";
857             // 
858             // pseudoHomeEnabled
859             // 
860             this.pseudoHomeEnabled.AutoSize = true;
861             this.pseudoHomeEnabled.Location = new System.Drawing.Point(6, 77);
862             this.pseudoHomeEnabled.Name = "pseudoHomeEnabled";
863             this.pseudoHomeEnabled.Size = new System.Drawing.Size(65, 17);
864             this.pseudoHomeEnabled.TabIndex = 8;
865             this.pseudoHomeEnabled.Text = "Enabled";
866             this.pseudoHomeEnabled.UseVisualStyleBackColor = true;
867             this.pseudoHomeEnabled.CheckedChanged += new System.EventHandler(this.pseudoHomeEnabled_CheckedChanged);
868             // 
869             // autoSit
870             // 
871             this.autoSit.Controls.Add(this.autoSitEnabled);
872             this.autoSit.Controls.Add(this.autoSitSit);
873             this.autoSit.Controls.Add(this.autoSitClear);
874             this.autoSit.Controls.Add(this.autoSitUUIDLabel);
875             this.autoSit.Controls.Add(this.autoSitUUID);
876             this.autoSit.Controls.Add(this.autoSitName);
877             this.autoSit.Controls.Add(this.autoSitNameLabel);
878             this.autoSit.Location = new System.Drawing.Point(8, 3);
879             this.autoSit.Name = "autoSit";
880             this.autoSit.Size = new System.Drawing.Size(263, 95);
881             this.autoSit.TabIndex = 0;
882             this.autoSit.TabStop = false;
883             this.autoSit.Text = "Auto-Sit";
884             // 
885             // autoSitEnabled
886             // 
887             this.autoSitEnabled.AutoSize = true;
888             this.autoSitEnabled.Location = new System.Drawing.Point(9, 70);
889             this.autoSitEnabled.Name = "autoSitEnabled";
890             this.autoSitEnabled.Size = new System.Drawing.Size(65, 17);
891             this.autoSitEnabled.TabIndex = 2;
892             this.autoSitEnabled.Text = "Enabled";
893             this.autoSitEnabled.UseVisualStyleBackColor = true;
894             this.autoSitEnabled.CheckedChanged += new System.EventHandler(this.autoSitEnabled_CheckedChanged);
895             // 
896             // autoSitSit
897             // 
898             this.autoSitSit.Location = new System.Drawing.Point(94, 66);
899             this.autoSitSit.Name = "autoSitSit";
900             this.autoSitSit.Size = new System.Drawing.Size(75, 23);
901             this.autoSitSit.TabIndex = 3;
902             this.autoSitSit.Text = "Sit";
903             this.autoSitSit.UseVisualStyleBackColor = true;
904             this.autoSitSit.Click += new System.EventHandler(this.autoSitSit_Click);
905             // 
906             // autoSitClear
907             // 
908             this.autoSitClear.Location = new System.Drawing.Point(182, 66);
909             this.autoSitClear.Name = "autoSitClear";
910             this.autoSitClear.Size = new System.Drawing.Size(75, 23);
911             this.autoSitClear.TabIndex = 4;
912             this.autoSitClear.Text = "Clear";
913             this.autoSitClear.UseVisualStyleBackColor = true;
914             this.autoSitClear.Click += new System.EventHandler(this.autoSitClear_Click);
915             // 
916             // autoSitUUIDLabel
917             // 
918             this.autoSitUUIDLabel.AutoSize = true;
919             this.autoSitUUIDLabel.Location = new System.Drawing.Point(6, 43);
920             this.autoSitUUIDLabel.Name = "autoSitUUIDLabel";
921             this.autoSitUUIDLabel.Size = new System.Drawing.Size(34, 13);
922             this.autoSitUUIDLabel.TabIndex = 4;
923             this.autoSitUUIDLabel.Text = "UUID";
924             this.autoSitUUIDLabel.Click += new System.EventHandler(this.autoSitUUIDLabel_Click);
925             // 
926             // autoSitUUID
927             // 
928             this.autoSitUUID.Location = new System.Drawing.Point(47, 40);
929             this.autoSitUUID.MaxLength = 36;
930             this.autoSitUUID.Name = "autoSitUUID";
931             this.autoSitUUID.Size = new System.Drawing.Size(210, 20);
932             this.autoSitUUID.TabIndex = 1;
933             this.autoSitUUID.Leave += new System.EventHandler(this.autoSitUUID_Leave);
934             // 
935             // autoSitName
936             // 
937             this.autoSitName.Location = new System.Drawing.Point(47, 13);
938             this.autoSitName.Name = "autoSitName";
939             this.autoSitName.ReadOnly = true;
940             this.autoSitName.Size = new System.Drawing.Size(210, 20);
941             this.autoSitName.TabIndex = 0;
942             // 
943             // autoSitNameLabel
944             // 
945             this.autoSitNameLabel.AutoSize = true;
946             this.autoSitNameLabel.Location = new System.Drawing.Point(6, 16);
947             this.autoSitNameLabel.Name = "autoSitNameLabel";
948             this.autoSitNameLabel.Size = new System.Drawing.Size(35, 13);
949             this.autoSitNameLabel.TabIndex = 1;
950             this.autoSitNameLabel.Text = "Name";
951             this.autoSitNameLabel.Click += new System.EventHandler(this.autoSitNameLabel_Click);
952             // 
953             // gnAutoScriptPermission
954             // 
955             this.gnAutoScriptPermission.Controls.Add(this.cbAutoScriptPermission);
956             this.gnAutoScriptPermission.Location = new System.Drawing.Point(9, 216);
957             this.gnAutoScriptPermission.Name = "gnAutoScriptPermission";
958             this.gnAutoScriptPermission.Size = new System.Drawing.Size(281, 54);
959             this.gnAutoScriptPermission.TabIndex = 3;
960             this.gnAutoScriptPermission.TabStop = false;
961             this.gnAutoScriptPermission.Text = "On script permission questions";
962             // 
963             // cbAutoScriptPermission
964             // 
965             this.cbAutoScriptPermission.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
966             this.cbAutoScriptPermission.FormattingEnabled = true;
967             this.cbAutoScriptPermission.Items.AddRange(new object[] {
968             "Ask",
969             "Auto Accept",
970             "Auto Decline"});
971             this.cbAutoScriptPermission.Location = new System.Drawing.Point(6, 19);
972             this.cbAutoScriptPermission.Name = "cbAutoScriptPermission";
973             this.cbAutoScriptPermission.Size = new System.Drawing.Size(121, 21);
974             this.cbAutoScriptPermission.TabIndex = 0;
975             this.cbAutoScriptPermission.SelectedIndexChanged += new System.EventHandler(this.cbAutoScriptPermission_SelectedIndexChanged);
976             // 
977             // frmSettings
978             // 
979             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
980             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
981             this.ClientSize = new System.Drawing.Size(530, 453);
982             this.Controls.Add(this.tcGraphics);
983             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
984             this.Name = "frmSettings";
985             this.Text = "Settings - Radegast";
986             this.tcGraphics.ResumeLayout(false);
987             this.tbpGeneral.ResumeLayout(false);
988             this.cbHighLight.ResumeLayout(false);
989             this.cbHighLight.PerformLayout();
990             this.cbMisc.ResumeLayout(false);
991             this.cbMisc.PerformLayout();
992             this.Chat.ResumeLayout(false);
993             this.Chat.PerformLayout();
994             this.gbDisplayNames.ResumeLayout(false);
995             this.gbDisplayNames.PerformLayout();
996             this.tbpAutoResponse.ResumeLayout(false);
997             this.tbpAutoResponse.PerformLayout();
998             this.gnAutoInventory.ResumeLayout(false);
999             this.gbAutoResponse.ResumeLayout(false);
1000             this.gbAutoResponse.PerformLayout();
1001             this.tbpBot.ResumeLayout(false);
1002             this.gbLSLHelper.ResumeLayout(false);
1003             this.gbLSLHelper.PerformLayout();
1004             this.pseudoHome.ResumeLayout(false);
1005             this.pseudoHome.PerformLayout();
1006             ((System.ComponentModel.ISupportInitialize)(this.pseudoHomeTolerance)).EndInit();
1007             this.autoSit.ResumeLayout(false);
1008             this.autoSit.PerformLayout();
1009             this.gnAutoScriptPermission.ResumeLayout(false);
1010             this.ResumeLayout(false);
1011
1012         }
1013
1014         #endregion
1015
1016         public System.Windows.Forms.Label label1;
1017         public System.Windows.Forms.ComboBox cbFontSize;
1018         public System.Windows.Forms.TabControl tcGraphics;
1019         public System.Windows.Forms.TabPage tbpGeneral;
1020         public System.Windows.Forms.CheckBox cbIMTimeStamps;
1021         public System.Windows.Forms.CheckBox cbChatTimestamps;
1022         public System.Windows.Forms.CheckBox cbTrasactChat;
1023         public System.Windows.Forms.CheckBox cbTrasactDialog;
1024         public System.Windows.Forms.CheckBox cbFriendsNotifications;
1025         public System.Windows.Forms.CheckBox cbAutoReconnect;
1026         public System.Windows.Forms.CheckBox cbHideLoginGraphics;
1027         public System.Windows.Forms.CheckBox cbRLV;
1028         public System.Windows.Forms.CheckBox cbMUEmotes;
1029         public System.Windows.Forms.CheckBox cbFriendsHighlight;
1030         public System.Windows.Forms.CheckBox cbMinToTrey;
1031         public System.Windows.Forms.CheckBox cbNoTyping;
1032         public System.Windows.Forms.TextBox txtReconnectTime;
1033         public System.Windows.Forms.Label label2;
1034         public System.Windows.Forms.TabPage tbpAutoResponse;
1035         public System.Windows.Forms.GroupBox gbAutoResponse;
1036         public System.Windows.Forms.TextBox txtAutoResponse;
1037         public System.Windows.Forms.RadioButton rbAutoAlways;
1038         public System.Windows.Forms.RadioButton rbAutoNonFriend;
1039         public System.Windows.Forms.RadioButton rbAutobusy;
1040         public System.Windows.Forms.CheckBox cbSyntaxHighlight;
1041         public System.Windows.Forms.GroupBox gbDisplayNames;
1042         public System.Windows.Forms.RadioButton rbDNOnlyDN;
1043         public System.Windows.Forms.RadioButton rbDNDandUsernme;
1044         public System.Windows.Forms.RadioButton rbDNSmart;
1045         public System.Windows.Forms.RadioButton rbDNOff;
1046         public System.Windows.Forms.CheckBox cbTaskBarHighLight;
1047         public System.Windows.Forms.TabPage tbpGraphics;
1048         public System.Windows.Forms.CheckBox cbRadegastClientTag;
1049         public System.Windows.Forms.GroupBox gnAutoInventory;
1050         public System.Windows.Forms.ComboBox cbOnInvOffer;
1051         public System.Windows.Forms.CheckBox cbDisableChatIMLog;
1052         public System.Windows.Forms.GroupBox Chat;
1053         public System.Windows.Forms.CheckBox cbRadegastLogToFile;
1054         public System.Windows.Forms.GroupBox cbMisc;
1055         public System.Windows.Forms.CheckBox cbDisableLookAt;
1056         public System.Windows.Forms.GroupBox cbHighLight;
1057         public System.Windows.Forms.CheckBox cbHighlightGroupIM;
1058         public System.Windows.Forms.CheckBox cbHighlightIM;
1059         public System.Windows.Forms.CheckBox cbDisableHTTPInventory;
1060         public System.Windows.Forms.CheckBox cbHighlightChat;
1061         public System.Windows.Forms.TabPage tbpBot;
1062         public System.Windows.Forms.GroupBox autoSit;
1063         public System.Windows.Forms.Button autoSitClear;
1064         public System.Windows.Forms.Button autoSitSit;
1065         public System.Windows.Forms.Label autoSitUUIDLabel;
1066         public System.Windows.Forms.TextBox autoSitUUID;
1067         public System.Windows.Forms.TextBox autoSitName;
1068         public System.Windows.Forms.Label autoSitNameLabel;
1069         public System.Windows.Forms.CheckBox autoSitEnabled;
1070         public System.Windows.Forms.GroupBox pseudoHome;
1071         public System.Windows.Forms.TextBox pseudoHomeLocation;
1072         public System.Windows.Forms.CheckBox pseudoHomeEnabled;
1073         public System.Windows.Forms.Button pseudoHomeTP;
1074         public System.Windows.Forms.Button pseudoHomeSet;
1075         public System.Windows.Forms.Button pseudoHomeClear;
1076         public System.Windows.Forms.NumericUpDown pseudoHomeTolerance;
1077         public System.Windows.Forms.Label pseudoHomeToleranceLabel;
1078         public System.Windows.Forms.CheckBox cbNameLinks;
1079         private System.Windows.Forms.GroupBox gbLSLHelper;
1080         private System.Windows.Forms.LinkLabel llLSLHelperInstructios;
1081         public System.Windows.Forms.CheckBox cbLSLHelperEnabled;
1082         public System.Windows.Forms.Label lblLSLUUID;
1083         public System.Windows.Forms.TextBox tbLSLAllowedOwner;
1084         private System.Windows.Forms.Label label3;
1085         public System.Windows.Forms.CheckBox cbShowScriptErrors;
1086         public System.Windows.Forms.GroupBox gnAutoScriptPermission;
1087         public System.Windows.Forms.ComboBox cbAutoScriptPermission;
1088
1089
1090     }
1091 }