OSDN Git Service

+ Corrected Spelling Error
[radegast/radegast.git] / Radegast / GUI / Dialogs / Settings.Designer.cs
1 // 
2 // Radegast Metaverse Client
3 // Copyright (c) 2009-2012, 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.cbHideLoginGraphics = new System.Windows.Forms.CheckBox();
72             this.cbDisableLookAt = new System.Windows.Forms.CheckBox();
73             this.cbTrasactDialog = new System.Windows.Forms.CheckBox();
74             this.cbRadegastLogToFile = new System.Windows.Forms.CheckBox();
75             this.cbTrasactChat = new System.Windows.Forms.CheckBox();
76             this.cbFriendsNotifications = new System.Windows.Forms.CheckBox();
77             this.txtReconnectTime = new System.Windows.Forms.TextBox();
78             this.cbAutoReconnect = new System.Windows.Forms.CheckBox();
79             this.label2 = new System.Windows.Forms.Label();
80             this.cbRLV = new System.Windows.Forms.CheckBox();
81             this.cbMinToTrey = new System.Windows.Forms.CheckBox();
82             this.cbRadegastClientTag = new System.Windows.Forms.CheckBox();
83             this.cbSyntaxHighlight = new System.Windows.Forms.CheckBox();
84             this.Chat = new System.Windows.Forms.GroupBox();
85             this.cbNameLinks = new System.Windows.Forms.CheckBox();
86             this.cbDisableChatIMLog = new System.Windows.Forms.CheckBox();
87             this.cbChatTimestamps = new System.Windows.Forms.CheckBox();
88             this.cbIMTimeStamps = new System.Windows.Forms.CheckBox();
89             this.cbMUEmotes = new System.Windows.Forms.CheckBox();
90             this.cbNoTyping = new System.Windows.Forms.CheckBox();
91             this.cbFontSize = new System.Windows.Forms.ComboBox();
92             this.label1 = new System.Windows.Forms.Label();
93             this.gbDisplayNames = new System.Windows.Forms.GroupBox();
94             this.rbDNOnlyDN = new System.Windows.Forms.RadioButton();
95             this.rbDNDandUsernme = new System.Windows.Forms.RadioButton();
96             this.rbDNSmart = new System.Windows.Forms.RadioButton();
97             this.rbDNOff = new System.Windows.Forms.RadioButton();
98             this.tbpAutoResponse = new System.Windows.Forms.TabPage();
99             this.gnAutoInventory = new System.Windows.Forms.GroupBox();
100             this.cbOnInvOffer = new System.Windows.Forms.ComboBox();
101             this.txtAutoResponse = new System.Windows.Forms.TextBox();
102             this.gbAutoResponse = new System.Windows.Forms.GroupBox();
103             this.rbAutoAlways = new System.Windows.Forms.RadioButton();
104             this.rbAutoNonFriend = new System.Windows.Forms.RadioButton();
105             this.rbAutobusy = new System.Windows.Forms.RadioButton();
106             this.tbpGraphics = new System.Windows.Forms.TabPage();
107             this.tbpBot = new System.Windows.Forms.TabPage();
108             this.pseudoHome = new System.Windows.Forms.GroupBox();
109             this.pseudoHomeSet = new System.Windows.Forms.Button();
110             this.pseudoHomeTolerance = new System.Windows.Forms.NumericUpDown();
111             this.pseudoHomeTP = new System.Windows.Forms.Button();
112             this.pseudoHomeLocation = new System.Windows.Forms.TextBox();
113             this.pseudoHomeClear = new System.Windows.Forms.Button();
114             this.pseudoHomeToleranceLabel = new System.Windows.Forms.Label();
115             this.pseudoHomeEnabled = new System.Windows.Forms.CheckBox();
116             this.autoSit = new System.Windows.Forms.GroupBox();
117             this.autoSitEnabled = new System.Windows.Forms.CheckBox();
118             this.autoSitSit = new System.Windows.Forms.Button();
119             this.autoSitClear = new System.Windows.Forms.Button();
120             this.autoSitUUIDLabel = new System.Windows.Forms.Label();
121             this.autoSitUUID = new System.Windows.Forms.TextBox();
122             this.autoSitName = new System.Windows.Forms.TextBox();
123             this.autoSitNameLabel = new System.Windows.Forms.Label();
124             this.tcGraphics.SuspendLayout();
125             this.tbpGeneral.SuspendLayout();
126             this.cbHighLight.SuspendLayout();
127             this.cbMisc.SuspendLayout();
128             this.Chat.SuspendLayout();
129             this.gbDisplayNames.SuspendLayout();
130             this.tbpAutoResponse.SuspendLayout();
131             this.gnAutoInventory.SuspendLayout();
132             this.gbAutoResponse.SuspendLayout();
133             this.tbpBot.SuspendLayout();
134             this.pseudoHome.SuspendLayout();
135             ((System.ComponentModel.ISupportInitialize)(this.pseudoHomeTolerance)).BeginInit();
136             this.autoSit.SuspendLayout();
137             this.SuspendLayout();
138             // 
139             // tcGraphics
140             // 
141             this.tcGraphics.Controls.Add(this.tbpGeneral);
142             this.tcGraphics.Controls.Add(this.tbpAutoResponse);
143             this.tcGraphics.Controls.Add(this.tbpGraphics);
144             this.tcGraphics.Controls.Add(this.tbpBot);
145             this.tcGraphics.Dock = System.Windows.Forms.DockStyle.Fill;
146             this.tcGraphics.Location = new System.Drawing.Point(0, 0);
147             this.tcGraphics.Multiline = true;
148             this.tcGraphics.Name = "tcGraphics";
149             this.tcGraphics.SelectedIndex = 0;
150             this.tcGraphics.Size = new System.Drawing.Size(530, 403);
151             this.tcGraphics.TabIndex = 0;
152             // 
153             // tbpGeneral
154             // 
155             this.tbpGeneral.Controls.Add(this.cbHighLight);
156             this.tbpGeneral.Controls.Add(this.cbMisc);
157             this.tbpGeneral.Controls.Add(this.Chat);
158             this.tbpGeneral.Controls.Add(this.gbDisplayNames);
159             this.tbpGeneral.Location = new System.Drawing.Point(4, 22);
160             this.tbpGeneral.Name = "tbpGeneral";
161             this.tbpGeneral.Padding = new System.Windows.Forms.Padding(3);
162             this.tbpGeneral.Size = new System.Drawing.Size(522, 377);
163             this.tbpGeneral.TabIndex = 1;
164             this.tbpGeneral.Text = "General";
165             this.tbpGeneral.UseVisualStyleBackColor = true;
166             // 
167             // cbHighLight
168             // 
169             this.cbHighLight.Controls.Add(this.cbHighlightGroupIM);
170             this.cbHighLight.Controls.Add(this.cbHighlightIM);
171             this.cbHighLight.Controls.Add(this.cbHighlightChat);
172             this.cbHighLight.Controls.Add(this.cbFriendsHighlight);
173             this.cbHighLight.Controls.Add(this.cbTaskBarHighLight);
174             this.cbHighLight.Location = new System.Drawing.Point(8, 180);
175             this.cbHighLight.Name = "cbHighLight";
176             this.cbHighLight.Size = new System.Drawing.Size(256, 136);
177             this.cbHighLight.TabIndex = 1;
178             this.cbHighLight.TabStop = false;
179             this.cbHighLight.Text = "Highlight when tab changes";
180             // 
181             // cbHighlightGroupIM
182             // 
183             this.cbHighlightGroupIM.AutoSize = true;
184             this.cbHighlightGroupIM.Location = new System.Drawing.Point(27, 111);
185             this.cbHighlightGroupIM.Name = "cbHighlightGroupIM";
186             this.cbHighlightGroupIM.Size = new System.Drawing.Size(136, 17);
187             this.cbHighlightGroupIM.TabIndex = 5;
188             this.cbHighlightGroupIM.Text = "Group Instant Message";
189             this.cbHighlightGroupIM.UseVisualStyleBackColor = true;
190             // 
191             // cbHighlightIM
192             // 
193             this.cbHighlightIM.AutoSize = true;
194             this.cbHighlightIM.Location = new System.Drawing.Point(27, 88);
195             this.cbHighlightIM.Name = "cbHighlightIM";
196             this.cbHighlightIM.Size = new System.Drawing.Size(104, 17);
197             this.cbHighlightIM.TabIndex = 4;
198             this.cbHighlightIM.Text = "Instant Message";
199             this.cbHighlightIM.UseVisualStyleBackColor = true;
200             // 
201             // cbHighlightChat
202             // 
203             this.cbHighlightChat.AutoSize = true;
204             this.cbHighlightChat.Location = new System.Drawing.Point(27, 42);
205             this.cbHighlightChat.Name = "cbHighlightChat";
206             this.cbHighlightChat.Size = new System.Drawing.Size(48, 17);
207             this.cbHighlightChat.TabIndex = 2;
208             this.cbHighlightChat.Text = "Chat";
209             this.cbHighlightChat.UseVisualStyleBackColor = true;
210             // 
211             // cbFriendsHighlight
212             // 
213             this.cbFriendsHighlight.AutoSize = true;
214             this.cbFriendsHighlight.Location = new System.Drawing.Point(27, 65);
215             this.cbFriendsHighlight.Name = "cbFriendsHighlight";
216             this.cbFriendsHighlight.Size = new System.Drawing.Size(150, 17);
217             this.cbFriendsHighlight.TabIndex = 3;
218             this.cbFriendsHighlight.Text = "Friends online notifications";
219             this.cbFriendsHighlight.UseVisualStyleBackColor = true;
220             this.cbFriendsHighlight.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
221             // 
222             // cbTaskBarHighLight
223             // 
224             this.cbTaskBarHighLight.AutoSize = true;
225             this.cbTaskBarHighLight.Location = new System.Drawing.Point(6, 19);
226             this.cbTaskBarHighLight.Name = "cbTaskBarHighLight";
227             this.cbTaskBarHighLight.Size = new System.Drawing.Size(115, 17);
228             this.cbTaskBarHighLight.TabIndex = 1;
229             this.cbTaskBarHighLight.Text = "Enable highlighting";
230             this.cbTaskBarHighLight.UseVisualStyleBackColor = true;
231             // 
232             // cbMisc
233             // 
234             this.cbMisc.Controls.Add(this.cbHideLoginGraphics);
235             this.cbMisc.Controls.Add(this.cbDisableLookAt);
236             this.cbMisc.Controls.Add(this.cbTrasactDialog);
237             this.cbMisc.Controls.Add(this.cbRadegastLogToFile);
238             this.cbMisc.Controls.Add(this.cbTrasactChat);
239             this.cbMisc.Controls.Add(this.cbFriendsNotifications);
240             this.cbMisc.Controls.Add(this.txtReconnectTime);
241             this.cbMisc.Controls.Add(this.cbAutoReconnect);
242             this.cbMisc.Controls.Add(this.label2);
243             this.cbMisc.Controls.Add(this.cbRLV);
244             this.cbMisc.Controls.Add(this.cbMinToTrey);
245             this.cbMisc.Controls.Add(this.cbRadegastClientTag);
246             this.cbMisc.Controls.Add(this.cbSyntaxHighlight);
247             this.cbMisc.Location = new System.Drawing.Point(270, 6);
248             this.cbMisc.Name = "cbMisc";
249             this.cbMisc.Size = new System.Drawing.Size(236, 260);
250             this.cbMisc.TabIndex = 2;
251             this.cbMisc.TabStop = false;
252             // 
253             // cbHideLoginGraphics
254             // 
255             this.cbHideLoginGraphics.AutoSize = true;
256             this.cbHideLoginGraphics.Location = new System.Drawing.Point(6, 11);
257             this.cbHideLoginGraphics.Name = "cbHideLoginGraphics";
258             this.cbHideLoginGraphics.Size = new System.Drawing.Size(141, 17);
259             this.cbHideLoginGraphics.TabIndex = 3;
260             this.cbHideLoginGraphics.Text = "Hide login splash screen";
261             this.cbHideLoginGraphics.UseVisualStyleBackColor = true;
262             this.cbHideLoginGraphics.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
263             // 
264             // cbDisableLookAt
265             // 
266             this.cbDisableLookAt.AutoSize = true;
267             this.cbDisableLookAt.Location = new System.Drawing.Point(6, 234);
268             this.cbDisableLookAt.Name = "cbDisableLookAt";
269             this.cbDisableLookAt.Size = new System.Drawing.Size(140, 17);
270             this.cbDisableLookAt.TabIndex = 15;
271             this.cbDisableLookAt.Text = "Disable Look At beacon";
272             this.cbDisableLookAt.UseVisualStyleBackColor = true;
273             // 
274             // cbTrasactDialog
275             // 
276             this.cbTrasactDialog.AutoSize = true;
277             this.cbTrasactDialog.Location = new System.Drawing.Point(6, 111);
278             this.cbTrasactDialog.Name = "cbTrasactDialog";
279             this.cbTrasactDialog.Size = new System.Drawing.Size(176, 17);
280             this.cbTrasactDialog.TabIndex = 9;
281             this.cbTrasactDialog.Text = "Display dialog on L$ transaction";
282             this.cbTrasactDialog.UseVisualStyleBackColor = true;
283             this.cbTrasactDialog.CheckedChanged += new System.EventHandler(this.cbTrasactDialog_CheckedChanged);
284             // 
285             // cbRadegastLogToFile
286             // 
287             this.cbRadegastLogToFile.AutoSize = true;
288             this.cbRadegastLogToFile.Location = new System.Drawing.Point(6, 211);
289             this.cbRadegastLogToFile.Name = "cbRadegastLogToFile";
290             this.cbRadegastLogToFile.Size = new System.Drawing.Size(72, 17);
291             this.cbRadegastLogToFile.TabIndex = 14;
292             this.cbRadegastLogToFile.Text = "Log to file";
293             this.cbRadegastLogToFile.UseVisualStyleBackColor = true;
294             this.cbRadegastLogToFile.CheckedChanged += new System.EventHandler(this.cbRadegastLogToFile_CheckedChanged);
295             // 
296             // cbTrasactChat
297             // 
298             this.cbTrasactChat.AutoSize = true;
299             this.cbTrasactChat.Location = new System.Drawing.Point(6, 131);
300             this.cbTrasactChat.Name = "cbTrasactChat";
301             this.cbTrasactChat.Size = new System.Drawing.Size(170, 17);
302             this.cbTrasactChat.TabIndex = 10;
303             this.cbTrasactChat.Text = "Display L$ transactions in chat";
304             this.cbTrasactChat.UseVisualStyleBackColor = true;
305             this.cbTrasactChat.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
306             // 
307             // cbFriendsNotifications
308             // 
309             this.cbFriendsNotifications.AutoSize = true;
310             this.cbFriendsNotifications.Location = new System.Drawing.Point(6, 151);
311             this.cbFriendsNotifications.Name = "cbFriendsNotifications";
312             this.cbFriendsNotifications.Size = new System.Drawing.Size(184, 17);
313             this.cbFriendsNotifications.TabIndex = 11;
314             this.cbFriendsNotifications.Text = "Display friends online notifications";
315             this.cbFriendsNotifications.UseVisualStyleBackColor = true;
316             this.cbFriendsNotifications.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
317             // 
318             // txtReconnectTime
319             // 
320             this.txtReconnectTime.Location = new System.Drawing.Point(151, 96);
321             this.txtReconnectTime.Name = "txtReconnectTime";
322             this.txtReconnectTime.Size = new System.Drawing.Size(53, 20);
323             this.txtReconnectTime.TabIndex = 8;
324             this.txtReconnectTime.Text = "120";
325             this.txtReconnectTime.TextChanged += new System.EventHandler(this.txtReconnectTime_TextChanged);
326             // 
327             // cbAutoReconnect
328             // 
329             this.cbAutoReconnect.AutoSize = true;
330             this.cbAutoReconnect.Location = new System.Drawing.Point(6, 71);
331             this.cbAutoReconnect.Name = "cbAutoReconnect";
332             this.cbAutoReconnect.Size = new System.Drawing.Size(169, 17);
333             this.cbAutoReconnect.TabIndex = 6;
334             this.cbAutoReconnect.Text = "Auto reconnect on disconnect";
335             this.cbAutoReconnect.UseVisualStyleBackColor = true;
336             this.cbAutoReconnect.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
337             // 
338             // label2
339             // 
340             this.label2.AutoSize = true;
341             this.label2.Location = new System.Drawing.Point(22, 91);
342             this.label2.Name = "label2";
343             this.label2.Size = new System.Drawing.Size(128, 13);
344             this.label2.TabIndex = 7;
345             this.label2.Text = "Auto reconnect time (sec)";
346             // 
347             // cbRLV
348             // 
349             this.cbRLV.AutoSize = true;
350             this.cbRLV.Location = new System.Drawing.Point(6, 171);
351             this.cbRLV.Name = "cbRLV";
352             this.cbRLV.Size = new System.Drawing.Size(85, 17);
353             this.cbRLV.TabIndex = 12;
354             this.cbRLV.Text = "RLV support";
355             this.cbRLV.UseVisualStyleBackColor = true;
356             this.cbRLV.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
357             // 
358             // cbMinToTrey
359             // 
360             this.cbMinToTrey.AutoSize = true;
361             this.cbMinToTrey.Location = new System.Drawing.Point(6, 31);
362             this.cbMinToTrey.Name = "cbMinToTrey";
363             this.cbMinToTrey.Size = new System.Drawing.Size(133, 17);
364             this.cbMinToTrey.TabIndex = 4;
365             this.cbMinToTrey.Text = "Minimize to system tray";
366             this.cbMinToTrey.UseVisualStyleBackColor = true;
367             this.cbMinToTrey.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
368             // 
369             // cbRadegastClientTag
370             // 
371             this.cbRadegastClientTag.AutoSize = true;
372             this.cbRadegastClientTag.Location = new System.Drawing.Point(6, 191);
373             this.cbRadegastClientTag.Name = "cbRadegastClientTag";
374             this.cbRadegastClientTag.Size = new System.Drawing.Size(146, 17);
375             this.cbRadegastClientTag.TabIndex = 13;
376             this.cbRadegastClientTag.Text = "Send Radegast client tag";
377             this.cbRadegastClientTag.UseVisualStyleBackColor = true;
378             // 
379             // cbSyntaxHighlight
380             // 
381             this.cbSyntaxHighlight.AutoSize = true;
382             this.cbSyntaxHighlight.Location = new System.Drawing.Point(6, 51);
383             this.cbSyntaxHighlight.Name = "cbSyntaxHighlight";
384             this.cbSyntaxHighlight.Size = new System.Drawing.Size(134, 17);
385             this.cbSyntaxHighlight.TabIndex = 5;
386             this.cbSyntaxHighlight.Text = "LSL syntax highlighting";
387             this.cbSyntaxHighlight.UseVisualStyleBackColor = true;
388             // 
389             // Chat
390             // 
391             this.Chat.Controls.Add(this.cbNameLinks);
392             this.Chat.Controls.Add(this.cbDisableChatIMLog);
393             this.Chat.Controls.Add(this.cbChatTimestamps);
394             this.Chat.Controls.Add(this.cbIMTimeStamps);
395             this.Chat.Controls.Add(this.cbMUEmotes);
396             this.Chat.Controls.Add(this.cbNoTyping);
397             this.Chat.Controls.Add(this.cbFontSize);
398             this.Chat.Controls.Add(this.label1);
399             this.Chat.Location = new System.Drawing.Point(8, 5);
400             this.Chat.Name = "Chat";
401             this.Chat.Size = new System.Drawing.Size(256, 169);
402             this.Chat.TabIndex = 0;
403             this.Chat.TabStop = false;
404             this.Chat.Text = "Chat";
405             // 
406             // cbNameLinks
407             // 
408             this.cbNameLinks.AutoSize = true;
409             this.cbNameLinks.Location = new System.Drawing.Point(8, 144);
410             this.cbNameLinks.Name = "cbNameLinks";
411             this.cbNameLinks.Size = new System.Drawing.Size(110, 17);
412             this.cbNameLinks.TabIndex = 9;
413             this.cbNameLinks.Text = "Avatar name links";
414             this.cbNameLinks.UseVisualStyleBackColor = true;
415             // 
416             // cbDisableChatIMLog
417             // 
418             this.cbDisableChatIMLog.AutoSize = true;
419             this.cbDisableChatIMLog.Location = new System.Drawing.Point(8, 121);
420             this.cbDisableChatIMLog.Name = "cbDisableChatIMLog";
421             this.cbDisableChatIMLog.Size = new System.Drawing.Size(138, 17);
422             this.cbDisableChatIMLog.TabIndex = 8;
423             this.cbDisableChatIMLog.Text = "Disable chat and IM log";
424             this.cbDisableChatIMLog.UseVisualStyleBackColor = true;
425             // 
426             // cbChatTimestamps
427             // 
428             this.cbChatTimestamps.AutoSize = true;
429             this.cbChatTimestamps.Location = new System.Drawing.Point(8, 12);
430             this.cbChatTimestamps.Name = "cbChatTimestamps";
431             this.cbChatTimestamps.Size = new System.Drawing.Size(143, 17);
432             this.cbChatTimestamps.TabIndex = 0;
433             this.cbChatTimestamps.Text = "Show timestamps in chat";
434             this.cbChatTimestamps.UseVisualStyleBackColor = true;
435             // 
436             // cbIMTimeStamps
437             // 
438             this.cbIMTimeStamps.AutoSize = true;
439             this.cbIMTimeStamps.Location = new System.Drawing.Point(8, 35);
440             this.cbIMTimeStamps.Name = "cbIMTimeStamps";
441             this.cbIMTimeStamps.Size = new System.Drawing.Size(137, 17);
442             this.cbIMTimeStamps.TabIndex = 1;
443             this.cbIMTimeStamps.Text = "Show timestamps in IM";
444             this.cbIMTimeStamps.UseVisualStyleBackColor = true;
445             // 
446             // cbMUEmotes
447             // 
448             this.cbMUEmotes.AutoSize = true;
449             this.cbMUEmotes.Location = new System.Drawing.Point(8, 78);
450             this.cbMUEmotes.Name = "cbMUEmotes";
451             this.cbMUEmotes.Size = new System.Drawing.Size(108, 17);
452             this.cbMUEmotes.TabIndex = 5;
453             this.cbMUEmotes.Text = "MU* style emotes";
454             this.cbMUEmotes.UseVisualStyleBackColor = true;
455             this.cbMUEmotes.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
456             // 
457             // cbNoTyping
458             // 
459             this.cbNoTyping.AutoSize = true;
460             this.cbNoTyping.Location = new System.Drawing.Point(8, 98);
461             this.cbNoTyping.Name = "cbNoTyping";
462             this.cbNoTyping.Size = new System.Drawing.Size(150, 17);
463             this.cbNoTyping.TabIndex = 6;
464             this.cbNoTyping.Text = "Don\'t use typing animation";
465             this.cbNoTyping.UseVisualStyleBackColor = true;
466             this.cbNoTyping.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
467             // 
468             // cbFontSize
469             // 
470             this.cbFontSize.FormatString = "N2";
471             this.cbFontSize.FormattingEnabled = true;
472             this.cbFontSize.Items.AddRange(new object[] {
473             "8.25",
474             "9",
475             "10",
476             "12",
477             "14",
478             "16",
479             "20"});
480             this.cbFontSize.Location = new System.Drawing.Point(97, 51);
481             this.cbFontSize.Name = "cbFontSize";
482             this.cbFontSize.Size = new System.Drawing.Size(54, 21);
483             this.cbFontSize.TabIndex = 3;
484             this.cbFontSize.Text = "8.25";
485             this.cbFontSize.SelectedIndexChanged += new System.EventHandler(this.cbFontSize_SelectedIndexChanged);
486             this.cbFontSize.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cbFontSize_KeyDown);
487             this.cbFontSize.Leave += new System.EventHandler(this.cbFontSize_Leave);
488             // 
489             // label1
490             // 
491             this.label1.AutoSize = true;
492             this.label1.Location = new System.Drawing.Point(24, 54);
493             this.label1.Name = "label1";
494             this.label1.Size = new System.Drawing.Size(73, 13);
495             this.label1.TabIndex = 2;
496             this.label1.Text = "Chat text size:";
497             // 
498             // gbDisplayNames
499             // 
500             this.gbDisplayNames.Controls.Add(this.rbDNOnlyDN);
501             this.gbDisplayNames.Controls.Add(this.rbDNDandUsernme);
502             this.gbDisplayNames.Controls.Add(this.rbDNSmart);
503             this.gbDisplayNames.Controls.Add(this.rbDNOff);
504             this.gbDisplayNames.Location = new System.Drawing.Point(270, 272);
505             this.gbDisplayNames.Name = "gbDisplayNames";
506             this.gbDisplayNames.Size = new System.Drawing.Size(256, 100);
507             this.gbDisplayNames.TabIndex = 3;
508             this.gbDisplayNames.TabStop = false;
509             this.gbDisplayNames.Text = "Display names";
510             // 
511             // rbDNOnlyDN
512             // 
513             this.rbDNOnlyDN.AutoSize = true;
514             this.rbDNOnlyDN.Location = new System.Drawing.Point(6, 75);
515             this.rbDNOnlyDN.Name = "rbDNOnlyDN";
516             this.rbDNOnlyDN.Size = new System.Drawing.Size(110, 17);
517             this.rbDNOnlyDN.TabIndex = 3;
518             this.rbDNOnlyDN.TabStop = true;
519             this.rbDNOnlyDN.Text = "Only display name";
520             this.rbDNOnlyDN.UseVisualStyleBackColor = true;
521             this.rbDNOnlyDN.CheckedChanged += new System.EventHandler(this.rbDNOnlyDN_CheckedChanged);
522             // 
523             // rbDNDandUsernme
524             // 
525             this.rbDNDandUsernme.AutoSize = true;
526             this.rbDNDandUsernme.Location = new System.Drawing.Point(6, 55);
527             this.rbDNDandUsernme.Name = "rbDNDandUsernme";
528             this.rbDNDandUsernme.Size = new System.Drawing.Size(143, 17);
529             this.rbDNDandUsernme.TabIndex = 2;
530             this.rbDNDandUsernme.TabStop = true;
531             this.rbDNDandUsernme.Text = "Display name (username)";
532             this.rbDNDandUsernme.UseVisualStyleBackColor = true;
533             this.rbDNDandUsernme.CheckedChanged += new System.EventHandler(this.rbDNDandUsernme_CheckedChanged);
534             // 
535             // rbDNSmart
536             // 
537             this.rbDNSmart.AutoSize = true;
538             this.rbDNSmart.Location = new System.Drawing.Point(6, 35);
539             this.rbDNSmart.Name = "rbDNSmart";
540             this.rbDNSmart.Size = new System.Drawing.Size(52, 17);
541             this.rbDNSmart.TabIndex = 1;
542             this.rbDNSmart.TabStop = true;
543             this.rbDNSmart.Text = "Smart";
544             this.rbDNSmart.UseVisualStyleBackColor = true;
545             this.rbDNSmart.CheckedChanged += new System.EventHandler(this.rbDNSmart_CheckedChanged);
546             // 
547             // rbDNOff
548             // 
549             this.rbDNOff.AutoSize = true;
550             this.rbDNOff.Location = new System.Drawing.Point(6, 15);
551             this.rbDNOff.Name = "rbDNOff";
552             this.rbDNOff.Size = new System.Drawing.Size(39, 17);
553             this.rbDNOff.TabIndex = 0;
554             this.rbDNOff.TabStop = true;
555             this.rbDNOff.Text = "Off";
556             this.rbDNOff.UseVisualStyleBackColor = true;
557             this.rbDNOff.CheckedChanged += new System.EventHandler(this.rbDNOff_CheckedChanged);
558             // 
559             // tbpAutoResponse
560             // 
561             this.tbpAutoResponse.Controls.Add(this.gnAutoInventory);
562             this.tbpAutoResponse.Controls.Add(this.txtAutoResponse);
563             this.tbpAutoResponse.Controls.Add(this.gbAutoResponse);
564             this.tbpAutoResponse.Location = new System.Drawing.Point(4, 22);
565             this.tbpAutoResponse.Name = "tbpAutoResponse";
566             this.tbpAutoResponse.Padding = new System.Windows.Forms.Padding(3);
567             this.tbpAutoResponse.Size = new System.Drawing.Size(522, 377);
568             this.tbpAutoResponse.TabIndex = 2;
569             this.tbpAutoResponse.Text = "Auto Response";
570             this.tbpAutoResponse.UseVisualStyleBackColor = true;
571             // 
572             // gnAutoInventory
573             // 
574             this.gnAutoInventory.Controls.Add(this.cbOnInvOffer);
575             this.gnAutoInventory.Location = new System.Drawing.Point(9, 156);
576             this.gnAutoInventory.Name = "gnAutoInventory";
577             this.gnAutoInventory.Size = new System.Drawing.Size(281, 54);
578             this.gnAutoInventory.TabIndex = 2;
579             this.gnAutoInventory.TabStop = false;
580             this.gnAutoInventory.Text = "On inventory offers";
581             // 
582             // cbOnInvOffer
583             // 
584             this.cbOnInvOffer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
585             this.cbOnInvOffer.FormattingEnabled = true;
586             this.cbOnInvOffer.Items.AddRange(new object[] {
587             "Ask",
588             "Auto Accept",
589             "Auto Discard"});
590             this.cbOnInvOffer.Location = new System.Drawing.Point(6, 19);
591             this.cbOnInvOffer.Name = "cbOnInvOffer";
592             this.cbOnInvOffer.Size = new System.Drawing.Size(121, 21);
593             this.cbOnInvOffer.TabIndex = 0;
594             // 
595             // txtAutoResponse
596             // 
597             this.txtAutoResponse.AccessibleName = "Auto response text";
598             this.txtAutoResponse.Location = new System.Drawing.Point(8, 63);
599             this.txtAutoResponse.Multiline = true;
600             this.txtAutoResponse.Name = "txtAutoResponse";
601             this.txtAutoResponse.Size = new System.Drawing.Size(282, 87);
602             this.txtAutoResponse.TabIndex = 1;
603             // 
604             // gbAutoResponse
605             // 
606             this.gbAutoResponse.Controls.Add(this.rbAutoAlways);
607             this.gbAutoResponse.Controls.Add(this.rbAutoNonFriend);
608             this.gbAutoResponse.Controls.Add(this.rbAutobusy);
609             this.gbAutoResponse.Location = new System.Drawing.Point(3, 6);
610             this.gbAutoResponse.Name = "gbAutoResponse";
611             this.gbAutoResponse.Size = new System.Drawing.Size(287, 51);
612             this.gbAutoResponse.TabIndex = 0;
613             this.gbAutoResponse.TabStop = false;
614             this.gbAutoResponse.Text = "Send auto response when:";
615             // 
616             // rbAutoAlways
617             // 
618             this.rbAutoAlways.AutoSize = true;
619             this.rbAutoAlways.Location = new System.Drawing.Point(216, 19);
620             this.rbAutoAlways.Name = "rbAutoAlways";
621             this.rbAutoAlways.Size = new System.Drawing.Size(58, 17);
622             this.rbAutoAlways.TabIndex = 2;
623             this.rbAutoAlways.Text = "Always";
624             this.rbAutoAlways.UseVisualStyleBackColor = true;
625             this.rbAutoAlways.CheckedChanged += new System.EventHandler(this.rbAutoAlways_CheckedChanged);
626             // 
627             // rbAutoNonFriend
628             // 
629             this.rbAutoNonFriend.AutoSize = true;
630             this.rbAutoNonFriend.Location = new System.Drawing.Point(100, 19);
631             this.rbAutoNonFriend.Name = "rbAutoNonFriend";
632             this.rbAutoNonFriend.Size = new System.Drawing.Size(110, 17);
633             this.rbAutoNonFriend.TabIndex = 1;
634             this.rbAutoNonFriend.Text = "IM from non-friend";
635             this.rbAutoNonFriend.UseVisualStyleBackColor = true;
636             this.rbAutoNonFriend.CheckedChanged += new System.EventHandler(this.rbAutoNonFriend_CheckedChanged);
637             // 
638             // rbAutobusy
639             // 
640             this.rbAutobusy.AutoSize = true;
641             this.rbAutobusy.Checked = true;
642             this.rbAutobusy.Location = new System.Drawing.Point(6, 19);
643             this.rbAutobusy.Name = "rbAutobusy";
644             this.rbAutobusy.Size = new System.Drawing.Size(88, 17);
645             this.rbAutobusy.TabIndex = 0;
646             this.rbAutobusy.TabStop = true;
647             this.rbAutobusy.Text = "In busy mode";
648             this.rbAutobusy.UseVisualStyleBackColor = true;
649             this.rbAutobusy.CheckedChanged += new System.EventHandler(this.rbAutobusy_CheckedChanged);
650             // 
651             // tbpGraphics
652             // 
653             this.tbpGraphics.Location = new System.Drawing.Point(4, 22);
654             this.tbpGraphics.Name = "tbpGraphics";
655             this.tbpGraphics.Padding = new System.Windows.Forms.Padding(3);
656             this.tbpGraphics.Size = new System.Drawing.Size(522, 377);
657             this.tbpGraphics.TabIndex = 3;
658             this.tbpGraphics.Text = "Graphics Settings";
659             this.tbpGraphics.UseVisualStyleBackColor = true;
660             // 
661             // tbpBot
662             // 
663             this.tbpBot.Controls.Add(this.pseudoHome);
664             this.tbpBot.Controls.Add(this.autoSit);
665             this.tbpBot.Location = new System.Drawing.Point(4, 22);
666             this.tbpBot.Name = "tbpBot";
667             this.tbpBot.Size = new System.Drawing.Size(522, 377);
668             this.tbpBot.TabIndex = 4;
669             this.tbpBot.Text = "Bot";
670             this.tbpBot.UseVisualStyleBackColor = true;
671             // 
672             // pseudoHome
673             // 
674             this.pseudoHome.Controls.Add(this.pseudoHomeSet);
675             this.pseudoHome.Controls.Add(this.pseudoHomeTolerance);
676             this.pseudoHome.Controls.Add(this.pseudoHomeTP);
677             this.pseudoHome.Controls.Add(this.pseudoHomeLocation);
678             this.pseudoHome.Controls.Add(this.pseudoHomeClear);
679             this.pseudoHome.Controls.Add(this.pseudoHomeToleranceLabel);
680             this.pseudoHome.Controls.Add(this.pseudoHomeEnabled);
681             this.pseudoHome.Location = new System.Drawing.Point(8, 104);
682             this.pseudoHome.Name = "pseudoHome";
683             this.pseudoHome.Size = new System.Drawing.Size(263, 108);
684             this.pseudoHome.TabIndex = 1;
685             this.pseudoHome.TabStop = false;
686             this.pseudoHome.Text = "Pseudo Home";
687             // 
688             // pseudoHomeSet
689             // 
690             this.pseudoHomeSet.Location = new System.Drawing.Point(94, 73);
691             this.pseudoHomeSet.Name = "pseudoHomeSet";
692             this.pseudoHomeSet.Size = new System.Drawing.Size(75, 23);
693             this.pseudoHomeSet.TabIndex = 1;
694             this.pseudoHomeSet.Text = "Set";
695             this.pseudoHomeSet.UseVisualStyleBackColor = true;
696             this.pseudoHomeSet.Click += new System.EventHandler(this.pseudoHomeSet_Click);
697             // 
698             // pseudoHomeTolerance
699             // 
700             this.pseudoHomeTolerance.Location = new System.Drawing.Point(87, 14);
701             this.pseudoHomeTolerance.Maximum = new decimal(new int[] {
702             256,
703             0,
704             0,
705             0});
706             this.pseudoHomeTolerance.Minimum = new decimal(new int[] {
707             1,
708             0,
709             0,
710             0});
711             this.pseudoHomeTolerance.Name = "pseudoHomeTolerance";
712             this.pseudoHomeTolerance.Size = new System.Drawing.Size(40, 20);
713             this.pseudoHomeTolerance.TabIndex = 7;
714             this.pseudoHomeTolerance.Value = new decimal(new int[] {
715             256,
716             0,
717             0,
718             0});
719             this.pseudoHomeTolerance.ValueChanged += new System.EventHandler(this.pseudoHomeTolerance_ValueChanged);
720             // 
721             // pseudoHomeTP
722             // 
723             this.pseudoHomeTP.Location = new System.Drawing.Point(6, 38);
724             this.pseudoHomeTP.Name = "pseudoHomeTP";
725             this.pseudoHomeTP.Size = new System.Drawing.Size(75, 23);
726             this.pseudoHomeTP.TabIndex = 2;
727             this.pseudoHomeTP.Text = "Teleport";
728             this.pseudoHomeTP.UseVisualStyleBackColor = true;
729             this.pseudoHomeTP.Click += new System.EventHandler(this.pseudoHomeTP_Click);
730             // 
731             // pseudoHomeLocation
732             // 
733             this.pseudoHomeLocation.Location = new System.Drawing.Point(87, 40);
734             this.pseudoHomeLocation.Name = "pseudoHomeLocation";
735             this.pseudoHomeLocation.ReadOnly = true;
736             this.pseudoHomeLocation.Size = new System.Drawing.Size(170, 20);
737             this.pseudoHomeLocation.TabIndex = 5;
738             // 
739             // pseudoHomeClear
740             // 
741             this.pseudoHomeClear.Location = new System.Drawing.Point(182, 73);
742             this.pseudoHomeClear.Name = "pseudoHomeClear";
743             this.pseudoHomeClear.Size = new System.Drawing.Size(75, 23);
744             this.pseudoHomeClear.TabIndex = 0;
745             this.pseudoHomeClear.Text = "Clear";
746             this.pseudoHomeClear.UseVisualStyleBackColor = true;
747             // 
748             // pseudoHomeToleranceLabel
749             // 
750             this.pseudoHomeToleranceLabel.AutoSize = true;
751             this.pseudoHomeToleranceLabel.Location = new System.Drawing.Point(6, 16);
752             this.pseudoHomeToleranceLabel.Name = "pseudoHomeToleranceLabel";
753             this.pseudoHomeToleranceLabel.Size = new System.Drawing.Size(55, 13);
754             this.pseudoHomeToleranceLabel.TabIndex = 6;
755             this.pseudoHomeToleranceLabel.Text = "Tolerance";
756             // 
757             // pseudoHomeEnabled
758             // 
759             this.pseudoHomeEnabled.AutoSize = true;
760             this.pseudoHomeEnabled.Location = new System.Drawing.Point(6, 77);
761             this.pseudoHomeEnabled.Name = "pseudoHomeEnabled";
762             this.pseudoHomeEnabled.Size = new System.Drawing.Size(65, 17);
763             this.pseudoHomeEnabled.TabIndex = 3;
764             this.pseudoHomeEnabled.Text = "Enabled";
765             this.pseudoHomeEnabled.UseVisualStyleBackColor = true;
766             this.pseudoHomeEnabled.CheckedChanged += new System.EventHandler(this.pseudoHomeEnabled_CheckedChanged);
767             // 
768             // autoSit
769             // 
770             this.autoSit.Controls.Add(this.autoSitEnabled);
771             this.autoSit.Controls.Add(this.autoSitSit);
772             this.autoSit.Controls.Add(this.autoSitClear);
773             this.autoSit.Controls.Add(this.autoSitUUIDLabel);
774             this.autoSit.Controls.Add(this.autoSitUUID);
775             this.autoSit.Controls.Add(this.autoSitName);
776             this.autoSit.Controls.Add(this.autoSitNameLabel);
777             this.autoSit.Location = new System.Drawing.Point(8, 3);
778             this.autoSit.Name = "autoSit";
779             this.autoSit.Size = new System.Drawing.Size(263, 95);
780             this.autoSit.TabIndex = 0;
781             this.autoSit.TabStop = false;
782             this.autoSit.Text = "Auto-Sit";
783             // 
784             // autoSitEnabled
785             // 
786             this.autoSitEnabled.AutoSize = true;
787             this.autoSitEnabled.Location = new System.Drawing.Point(9, 70);
788             this.autoSitEnabled.Name = "autoSitEnabled";
789             this.autoSitEnabled.Size = new System.Drawing.Size(65, 17);
790             this.autoSitEnabled.TabIndex = 6;
791             this.autoSitEnabled.Text = "Enabled";
792             this.autoSitEnabled.UseVisualStyleBackColor = true;
793             this.autoSitEnabled.CheckedChanged += new System.EventHandler(this.autoSitEnabled_CheckedChanged);
794             // 
795             // autoSitSit
796             // 
797             this.autoSitSit.Location = new System.Drawing.Point(94, 66);
798             this.autoSitSit.Name = "autoSitSit";
799             this.autoSitSit.Size = new System.Drawing.Size(75, 23);
800             this.autoSitSit.TabIndex = 5;
801             this.autoSitSit.Text = "Sit";
802             this.autoSitSit.UseVisualStyleBackColor = true;
803             this.autoSitSit.Click += new System.EventHandler(this.autoSitSit_Click);
804             // 
805             // autoSitClear
806             // 
807             this.autoSitClear.Location = new System.Drawing.Point(182, 66);
808             this.autoSitClear.Name = "autoSitClear";
809             this.autoSitClear.Size = new System.Drawing.Size(75, 23);
810             this.autoSitClear.TabIndex = 0;
811             this.autoSitClear.Text = "Clear";
812             this.autoSitClear.UseVisualStyleBackColor = true;
813             this.autoSitClear.Click += new System.EventHandler(this.autoSitClear_Click);
814             // 
815             // autoSitUUIDLabel
816             // 
817             this.autoSitUUIDLabel.AutoSize = true;
818             this.autoSitUUIDLabel.Location = new System.Drawing.Point(6, 43);
819             this.autoSitUUIDLabel.Name = "autoSitUUIDLabel";
820             this.autoSitUUIDLabel.Size = new System.Drawing.Size(34, 13);
821             this.autoSitUUIDLabel.TabIndex = 4;
822             this.autoSitUUIDLabel.Text = "UUID";
823             this.autoSitUUIDLabel.Click += new System.EventHandler(this.autoSitUUIDLabel_Click);
824             // 
825             // autoSitUUID
826             // 
827             this.autoSitUUID.Location = new System.Drawing.Point(47, 40);
828             this.autoSitUUID.MaxLength = 36;
829             this.autoSitUUID.Name = "autoSitUUID";
830             this.autoSitUUID.ReadOnly = true;
831             this.autoSitUUID.Size = new System.Drawing.Size(210, 20);
832             this.autoSitUUID.TabIndex = 3;
833             // 
834             // autoSitName
835             // 
836             this.autoSitName.Location = new System.Drawing.Point(47, 13);
837             this.autoSitName.Name = "autoSitName";
838             this.autoSitName.ReadOnly = true;
839             this.autoSitName.Size = new System.Drawing.Size(210, 20);
840             this.autoSitName.TabIndex = 2;
841             // 
842             // autoSitNameLabel
843             // 
844             this.autoSitNameLabel.AutoSize = true;
845             this.autoSitNameLabel.Location = new System.Drawing.Point(6, 16);
846             this.autoSitNameLabel.Name = "autoSitNameLabel";
847             this.autoSitNameLabel.Size = new System.Drawing.Size(35, 13);
848             this.autoSitNameLabel.TabIndex = 1;
849             this.autoSitNameLabel.Text = "Name";
850             this.autoSitNameLabel.Click += new System.EventHandler(this.autoSitNameLabel_Click);
851             // 
852             // frmSettings
853             // 
854             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
855             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
856             this.ClientSize = new System.Drawing.Size(530, 403);
857             this.Controls.Add(this.tcGraphics);
858             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
859             this.Name = "frmSettings";
860             this.Text = "Settings - Radegast";
861             this.tcGraphics.ResumeLayout(false);
862             this.tbpGeneral.ResumeLayout(false);
863             this.cbHighLight.ResumeLayout(false);
864             this.cbHighLight.PerformLayout();
865             this.cbMisc.ResumeLayout(false);
866             this.cbMisc.PerformLayout();
867             this.Chat.ResumeLayout(false);
868             this.Chat.PerformLayout();
869             this.gbDisplayNames.ResumeLayout(false);
870             this.gbDisplayNames.PerformLayout();
871             this.tbpAutoResponse.ResumeLayout(false);
872             this.tbpAutoResponse.PerformLayout();
873             this.gnAutoInventory.ResumeLayout(false);
874             this.gbAutoResponse.ResumeLayout(false);
875             this.gbAutoResponse.PerformLayout();
876             this.tbpBot.ResumeLayout(false);
877             this.pseudoHome.ResumeLayout(false);
878             this.pseudoHome.PerformLayout();
879             ((System.ComponentModel.ISupportInitialize)(this.pseudoHomeTolerance)).EndInit();
880             this.autoSit.ResumeLayout(false);
881             this.autoSit.PerformLayout();
882             this.ResumeLayout(false);
883
884         }
885
886         #endregion
887
888         public System.Windows.Forms.Label label1;
889         public System.Windows.Forms.ComboBox cbFontSize;
890         public System.Windows.Forms.TabControl tcGraphics;
891         public System.Windows.Forms.TabPage tbpGeneral;
892         public System.Windows.Forms.CheckBox cbIMTimeStamps;
893         public System.Windows.Forms.CheckBox cbChatTimestamps;
894         public System.Windows.Forms.CheckBox cbTrasactChat;
895         public System.Windows.Forms.CheckBox cbTrasactDialog;
896         public System.Windows.Forms.CheckBox cbFriendsNotifications;
897         public System.Windows.Forms.CheckBox cbAutoReconnect;
898         public System.Windows.Forms.CheckBox cbHideLoginGraphics;
899         public System.Windows.Forms.CheckBox cbRLV;
900         public System.Windows.Forms.CheckBox cbMUEmotes;
901         public System.Windows.Forms.CheckBox cbFriendsHighlight;
902         public System.Windows.Forms.CheckBox cbMinToTrey;
903         public System.Windows.Forms.CheckBox cbNoTyping;
904         public System.Windows.Forms.TextBox txtReconnectTime;
905         public System.Windows.Forms.Label label2;
906         public System.Windows.Forms.TabPage tbpAutoResponse;
907         public System.Windows.Forms.GroupBox gbAutoResponse;
908         public System.Windows.Forms.TextBox txtAutoResponse;
909         public System.Windows.Forms.RadioButton rbAutoAlways;
910         public System.Windows.Forms.RadioButton rbAutoNonFriend;
911         public System.Windows.Forms.RadioButton rbAutobusy;
912         public System.Windows.Forms.CheckBox cbSyntaxHighlight;
913         public System.Windows.Forms.GroupBox gbDisplayNames;
914         public System.Windows.Forms.RadioButton rbDNOnlyDN;
915         public System.Windows.Forms.RadioButton rbDNDandUsernme;
916         public System.Windows.Forms.RadioButton rbDNSmart;
917         public System.Windows.Forms.RadioButton rbDNOff;
918         public System.Windows.Forms.CheckBox cbTaskBarHighLight;
919         public System.Windows.Forms.TabPage tbpGraphics;
920         public System.Windows.Forms.CheckBox cbRadegastClientTag;
921         public System.Windows.Forms.GroupBox gnAutoInventory;
922         public System.Windows.Forms.ComboBox cbOnInvOffer;
923         public System.Windows.Forms.CheckBox cbDisableChatIMLog;
924         public System.Windows.Forms.GroupBox Chat;
925         public System.Windows.Forms.CheckBox cbRadegastLogToFile;
926         public System.Windows.Forms.GroupBox cbMisc;
927         public System.Windows.Forms.CheckBox cbDisableLookAt;
928         public System.Windows.Forms.GroupBox cbHighLight;
929         public System.Windows.Forms.CheckBox cbHighlightGroupIM;
930         public System.Windows.Forms.CheckBox cbHighlightIM;
931         private System.Windows.Forms.CheckBox cbHighlightChat;
932         private System.Windows.Forms.TabPage tbpBot;
933         private System.Windows.Forms.GroupBox autoSit;
934         private System.Windows.Forms.Button autoSitClear;
935         private System.Windows.Forms.Button autoSitSit;
936         private System.Windows.Forms.Label autoSitUUIDLabel;
937         private System.Windows.Forms.TextBox autoSitUUID;
938         private System.Windows.Forms.TextBox autoSitName;
939         private System.Windows.Forms.Label autoSitNameLabel;
940         private System.Windows.Forms.CheckBox autoSitEnabled;
941         private System.Windows.Forms.GroupBox pseudoHome;
942         private System.Windows.Forms.TextBox pseudoHomeLocation;
943         private System.Windows.Forms.CheckBox pseudoHomeEnabled;
944         private System.Windows.Forms.Button pseudoHomeTP;
945         private System.Windows.Forms.Button pseudoHomeSet;
946         private System.Windows.Forms.Button pseudoHomeClear;
947         private System.Windows.Forms.NumericUpDown pseudoHomeTolerance;
948         private System.Windows.Forms.Label pseudoHomeToleranceLabel;
949         private System.Windows.Forms.CheckBox cbNameLinks;
950
951
952     }
953 }