OSDN Git Service

RAD-285: Added the ability to send Radegast client tag
[radegast/radegast.git] / Radegast / GUI / Dialogs / Settings.Designer.cs
1 // 
2 // Radegast Metaverse Client
3 // Copyright (c) 2009-2011, 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.txtReconnectTime = new System.Windows.Forms.TextBox();
65             this.label2 = new System.Windows.Forms.Label();
66             this.gbDisplayNames = new System.Windows.Forms.GroupBox();
67             this.rbDNOnlyDN = new System.Windows.Forms.RadioButton();
68             this.rbDNDandUsernme = new System.Windows.Forms.RadioButton();
69             this.rbDNSmart = new System.Windows.Forms.RadioButton();
70             this.rbDNOff = new System.Windows.Forms.RadioButton();
71             this.cbTaskBarHighLight = new System.Windows.Forms.CheckBox();
72             this.cbSyntaxHighlight = new System.Windows.Forms.CheckBox();
73             this.label1 = new System.Windows.Forms.Label();
74             this.cbFontSize = new System.Windows.Forms.ComboBox();
75             this.cbNoTyping = new System.Windows.Forms.CheckBox();
76             this.cbMinToTrey = new System.Windows.Forms.CheckBox();
77             this.cbMUEmotes = new System.Windows.Forms.CheckBox();
78             this.cbRLV = new System.Windows.Forms.CheckBox();
79             this.cbHideLoginGraphics = new System.Windows.Forms.CheckBox();
80             this.cbAutoReconnect = new System.Windows.Forms.CheckBox();
81             this.cbFriendsHighlight = new System.Windows.Forms.CheckBox();
82             this.cbFriendsNotifications = new System.Windows.Forms.CheckBox();
83             this.cbTrasactChat = new System.Windows.Forms.CheckBox();
84             this.cbTrasactDialog = new System.Windows.Forms.CheckBox();
85             this.cbIMTimeStamps = new System.Windows.Forms.CheckBox();
86             this.cbChatTimestamps = new System.Windows.Forms.CheckBox();
87             this.tbpAutoResponse = new System.Windows.Forms.TabPage();
88             this.txtAutoResponse = new System.Windows.Forms.TextBox();
89             this.gbAutoResponse = new System.Windows.Forms.GroupBox();
90             this.rbAutoAlways = new System.Windows.Forms.RadioButton();
91             this.rbAutoNonFriend = new System.Windows.Forms.RadioButton();
92             this.rbAutobusy = new System.Windows.Forms.RadioButton();
93             this.tbpGraphics = new System.Windows.Forms.TabPage();
94             this.cbRadegastClientTag = new System.Windows.Forms.CheckBox();
95             this.tcGraphics.SuspendLayout();
96             this.tbpGeneral.SuspendLayout();
97             this.gbDisplayNames.SuspendLayout();
98             this.tbpAutoResponse.SuspendLayout();
99             this.gbAutoResponse.SuspendLayout();
100             this.SuspendLayout();
101             // 
102             // tcGraphics
103             // 
104             this.tcGraphics.Controls.Add(this.tbpGeneral);
105             this.tcGraphics.Controls.Add(this.tbpAutoResponse);
106             this.tcGraphics.Controls.Add(this.tbpGraphics);
107             this.tcGraphics.Dock = System.Windows.Forms.DockStyle.Fill;
108             this.tcGraphics.Location = new System.Drawing.Point(0, 0);
109             this.tcGraphics.Multiline = true;
110             this.tcGraphics.Name = "tcGraphics";
111             this.tcGraphics.SelectedIndex = 0;
112             this.tcGraphics.Size = new System.Drawing.Size(496, 303);
113             this.tcGraphics.TabIndex = 0;
114             // 
115             // tbpGeneral
116             // 
117             this.tbpGeneral.Controls.Add(this.txtReconnectTime);
118             this.tbpGeneral.Controls.Add(this.label2);
119             this.tbpGeneral.Controls.Add(this.gbDisplayNames);
120             this.tbpGeneral.Controls.Add(this.cbRadegastClientTag);
121             this.tbpGeneral.Controls.Add(this.cbTaskBarHighLight);
122             this.tbpGeneral.Controls.Add(this.cbSyntaxHighlight);
123             this.tbpGeneral.Controls.Add(this.label1);
124             this.tbpGeneral.Controls.Add(this.cbFontSize);
125             this.tbpGeneral.Controls.Add(this.cbNoTyping);
126             this.tbpGeneral.Controls.Add(this.cbMinToTrey);
127             this.tbpGeneral.Controls.Add(this.cbMUEmotes);
128             this.tbpGeneral.Controls.Add(this.cbRLV);
129             this.tbpGeneral.Controls.Add(this.cbHideLoginGraphics);
130             this.tbpGeneral.Controls.Add(this.cbAutoReconnect);
131             this.tbpGeneral.Controls.Add(this.cbFriendsHighlight);
132             this.tbpGeneral.Controls.Add(this.cbFriendsNotifications);
133             this.tbpGeneral.Controls.Add(this.cbTrasactChat);
134             this.tbpGeneral.Controls.Add(this.cbTrasactDialog);
135             this.tbpGeneral.Controls.Add(this.cbIMTimeStamps);
136             this.tbpGeneral.Controls.Add(this.cbChatTimestamps);
137             this.tbpGeneral.Location = new System.Drawing.Point(4, 22);
138             this.tbpGeneral.Name = "tbpGeneral";
139             this.tbpGeneral.Padding = new System.Windows.Forms.Padding(3);
140             this.tbpGeneral.Size = new System.Drawing.Size(488, 277);
141             this.tbpGeneral.TabIndex = 1;
142             this.tbpGeneral.Text = "General";
143             this.tbpGeneral.UseVisualStyleBackColor = true;
144             // 
145             // txtReconnectTime
146             // 
147             this.txtReconnectTime.Location = new System.Drawing.Point(139, 165);
148             this.txtReconnectTime.Name = "txtReconnectTime";
149             this.txtReconnectTime.Size = new System.Drawing.Size(53, 20);
150             this.txtReconnectTime.TabIndex = 7;
151             this.txtReconnectTime.Text = "120";
152             this.txtReconnectTime.TextChanged += new System.EventHandler(this.txtReconnectTime_TextChanged);
153             // 
154             // label2
155             // 
156             this.label2.AutoSize = true;
157             this.label2.Location = new System.Drawing.Point(8, 167);
158             this.label2.Name = "label2";
159             this.label2.Size = new System.Drawing.Size(125, 13);
160             this.label2.TabIndex = 16;
161             this.label2.Text = "Autoreconnect time (sec)";
162             // 
163             // gbDisplayNames
164             // 
165             this.gbDisplayNames.Controls.Add(this.rbDNOnlyDN);
166             this.gbDisplayNames.Controls.Add(this.rbDNDandUsernme);
167             this.gbDisplayNames.Controls.Add(this.rbDNSmart);
168             this.gbDisplayNames.Controls.Add(this.rbDNOff);
169             this.gbDisplayNames.Location = new System.Drawing.Point(270, 75);
170             this.gbDisplayNames.Name = "gbDisplayNames";
171             this.gbDisplayNames.Size = new System.Drawing.Size(200, 109);
172             this.gbDisplayNames.TabIndex = 15;
173             this.gbDisplayNames.TabStop = false;
174             this.gbDisplayNames.Text = "Display names";
175             // 
176             // rbDNOnlyDN
177             // 
178             this.rbDNOnlyDN.AutoSize = true;
179             this.rbDNOnlyDN.Location = new System.Drawing.Point(6, 88);
180             this.rbDNOnlyDN.Name = "rbDNOnlyDN";
181             this.rbDNOnlyDN.Size = new System.Drawing.Size(110, 17);
182             this.rbDNOnlyDN.TabIndex = 3;
183             this.rbDNOnlyDN.TabStop = true;
184             this.rbDNOnlyDN.Text = "Only display name";
185             this.rbDNOnlyDN.UseVisualStyleBackColor = true;
186             this.rbDNOnlyDN.CheckedChanged += new System.EventHandler(this.rbDNOnlyDN_CheckedChanged);
187             // 
188             // rbDNDandUsernme
189             // 
190             this.rbDNDandUsernme.AutoSize = true;
191             this.rbDNDandUsernme.Location = new System.Drawing.Point(6, 65);
192             this.rbDNDandUsernme.Name = "rbDNDandUsernme";
193             this.rbDNDandUsernme.Size = new System.Drawing.Size(143, 17);
194             this.rbDNDandUsernme.TabIndex = 2;
195             this.rbDNDandUsernme.TabStop = true;
196             this.rbDNDandUsernme.Text = "Display name (username)";
197             this.rbDNDandUsernme.UseVisualStyleBackColor = true;
198             this.rbDNDandUsernme.CheckedChanged += new System.EventHandler(this.rbDNDandUsernme_CheckedChanged);
199             // 
200             // rbDNSmart
201             // 
202             this.rbDNSmart.AutoSize = true;
203             this.rbDNSmart.Location = new System.Drawing.Point(6, 42);
204             this.rbDNSmart.Name = "rbDNSmart";
205             this.rbDNSmart.Size = new System.Drawing.Size(52, 17);
206             this.rbDNSmart.TabIndex = 1;
207             this.rbDNSmart.TabStop = true;
208             this.rbDNSmart.Text = "Smart";
209             this.rbDNSmart.UseVisualStyleBackColor = true;
210             this.rbDNSmart.CheckedChanged += new System.EventHandler(this.rbDNSmart_CheckedChanged);
211             // 
212             // rbDNOff
213             // 
214             this.rbDNOff.AutoSize = true;
215             this.rbDNOff.Location = new System.Drawing.Point(6, 19);
216             this.rbDNOff.Name = "rbDNOff";
217             this.rbDNOff.Size = new System.Drawing.Size(39, 17);
218             this.rbDNOff.TabIndex = 0;
219             this.rbDNOff.TabStop = true;
220             this.rbDNOff.Text = "Off";
221             this.rbDNOff.UseVisualStyleBackColor = true;
222             this.rbDNOff.CheckedChanged += new System.EventHandler(this.rbDNOff_CheckedChanged);
223             // 
224             // cbTaskBarHighLight
225             // 
226             this.cbTaskBarHighLight.AutoSize = true;
227             this.cbTaskBarHighLight.Location = new System.Drawing.Point(270, 212);
228             this.cbTaskBarHighLight.Name = "cbTaskBarHighLight";
229             this.cbTaskBarHighLight.Size = new System.Drawing.Size(155, 17);
230             this.cbTaskBarHighLight.TabIndex = 17;
231             this.cbTaskBarHighLight.Text = "Highlight in taskbar on chat";
232             this.cbTaskBarHighLight.UseVisualStyleBackColor = true;
233             // 
234             // cbSyntaxHighlight
235             // 
236             this.cbSyntaxHighlight.AutoSize = true;
237             this.cbSyntaxHighlight.Location = new System.Drawing.Point(270, 52);
238             this.cbSyntaxHighlight.Name = "cbSyntaxHighlight";
239             this.cbSyntaxHighlight.Size = new System.Drawing.Size(134, 17);
240             this.cbSyntaxHighlight.TabIndex = 14;
241             this.cbSyntaxHighlight.Text = "LSL syntax highlighting";
242             this.cbSyntaxHighlight.UseVisualStyleBackColor = true;
243             // 
244             // label1
245             // 
246             this.label1.AutoSize = true;
247             this.label1.Location = new System.Drawing.Point(267, 190);
248             this.label1.Name = "label1";
249             this.label1.Size = new System.Drawing.Size(73, 13);
250             this.label1.TabIndex = 10;
251             this.label1.Text = "Chat text size:";
252             // 
253             // cbFontSize
254             // 
255             this.cbFontSize.FormatString = "N2";
256             this.cbFontSize.FormattingEnabled = true;
257             this.cbFontSize.Items.AddRange(new object[] {
258             "8.25",
259             "9",
260             "10",
261             "12",
262             "14",
263             "16",
264             "20"});
265             this.cbFontSize.Location = new System.Drawing.Point(346, 187);
266             this.cbFontSize.Name = "cbFontSize";
267             this.cbFontSize.Size = new System.Drawing.Size(54, 21);
268             this.cbFontSize.TabIndex = 16;
269             this.cbFontSize.Text = "8.25";
270             this.cbFontSize.SelectedIndexChanged += new System.EventHandler(this.cbFontSize_SelectedIndexChanged);
271             this.cbFontSize.Leave += new System.EventHandler(this.cbFontSize_Leave);
272             this.cbFontSize.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cbFontSize_KeyDown);
273             // 
274             // cbNoTyping
275             // 
276             this.cbNoTyping.AutoSize = true;
277             this.cbNoTyping.Location = new System.Drawing.Point(270, 29);
278             this.cbNoTyping.Name = "cbNoTyping";
279             this.cbNoTyping.Size = new System.Drawing.Size(150, 17);
280             this.cbNoTyping.TabIndex = 13;
281             this.cbNoTyping.Text = "Don\'t use typing animation";
282             this.cbNoTyping.UseVisualStyleBackColor = true;
283             this.cbNoTyping.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
284             // 
285             // cbMinToTrey
286             // 
287             this.cbMinToTrey.AutoSize = true;
288             this.cbMinToTrey.Location = new System.Drawing.Point(270, 6);
289             this.cbMinToTrey.Name = "cbMinToTrey";
290             this.cbMinToTrey.Size = new System.Drawing.Size(133, 17);
291             this.cbMinToTrey.TabIndex = 12;
292             this.cbMinToTrey.Text = "Minimize to system tray";
293             this.cbMinToTrey.UseVisualStyleBackColor = true;
294             this.cbMinToTrey.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
295             // 
296             // cbMUEmotes
297             // 
298             this.cbMUEmotes.AutoSize = true;
299             this.cbMUEmotes.Location = new System.Drawing.Point(8, 235);
300             this.cbMUEmotes.Name = "cbMUEmotes";
301             this.cbMUEmotes.Size = new System.Drawing.Size(108, 17);
302             this.cbMUEmotes.TabIndex = 10;
303             this.cbMUEmotes.Text = "MU* style emotes";
304             this.cbMUEmotes.UseVisualStyleBackColor = true;
305             this.cbMUEmotes.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
306             // 
307             // cbRLV
308             // 
309             this.cbRLV.AutoSize = true;
310             this.cbRLV.Location = new System.Drawing.Point(8, 212);
311             this.cbRLV.Name = "cbRLV";
312             this.cbRLV.Size = new System.Drawing.Size(85, 17);
313             this.cbRLV.TabIndex = 9;
314             this.cbRLV.Text = "RLV support";
315             this.cbRLV.UseVisualStyleBackColor = true;
316             this.cbRLV.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
317             // 
318             // cbHideLoginGraphics
319             // 
320             this.cbHideLoginGraphics.AutoSize = true;
321             this.cbHideLoginGraphics.Location = new System.Drawing.Point(8, 189);
322             this.cbHideLoginGraphics.Name = "cbHideLoginGraphics";
323             this.cbHideLoginGraphics.Size = new System.Drawing.Size(141, 17);
324             this.cbHideLoginGraphics.TabIndex = 8;
325             this.cbHideLoginGraphics.Text = "Hide login slpash screen";
326             this.cbHideLoginGraphics.UseVisualStyleBackColor = true;
327             this.cbHideLoginGraphics.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
328             // 
329             // cbAutoReconnect
330             // 
331             this.cbAutoReconnect.AutoSize = true;
332             this.cbAutoReconnect.Location = new System.Drawing.Point(8, 144);
333             this.cbAutoReconnect.Name = "cbAutoReconnect";
334             this.cbAutoReconnect.Size = new System.Drawing.Size(169, 17);
335             this.cbAutoReconnect.TabIndex = 6;
336             this.cbAutoReconnect.Text = "Auto reconnect on disconnect";
337             this.cbAutoReconnect.UseVisualStyleBackColor = true;
338             this.cbAutoReconnect.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
339             // 
340             // cbFriendsHighlight
341             // 
342             this.cbFriendsHighlight.AutoSize = true;
343             this.cbFriendsHighlight.Location = new System.Drawing.Point(8, 121);
344             this.cbFriendsHighlight.Name = "cbFriendsHighlight";
345             this.cbFriendsHighlight.Size = new System.Drawing.Size(248, 17);
346             this.cbFriendsHighlight.TabIndex = 5;
347             this.cbFriendsHighlight.Text = "Highlight chat tab on friends online notifications";
348             this.cbFriendsHighlight.UseVisualStyleBackColor = true;
349             this.cbFriendsHighlight.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
350             // 
351             // cbFriendsNotifications
352             // 
353             this.cbFriendsNotifications.AutoSize = true;
354             this.cbFriendsNotifications.Location = new System.Drawing.Point(8, 98);
355             this.cbFriendsNotifications.Name = "cbFriendsNotifications";
356             this.cbFriendsNotifications.Size = new System.Drawing.Size(184, 17);
357             this.cbFriendsNotifications.TabIndex = 4;
358             this.cbFriendsNotifications.Text = "Display friends online notifications";
359             this.cbFriendsNotifications.UseVisualStyleBackColor = true;
360             this.cbFriendsNotifications.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
361             // 
362             // cbTrasactChat
363             // 
364             this.cbTrasactChat.AutoSize = true;
365             this.cbTrasactChat.Location = new System.Drawing.Point(8, 75);
366             this.cbTrasactChat.Name = "cbTrasactChat";
367             this.cbTrasactChat.Size = new System.Drawing.Size(170, 17);
368             this.cbTrasactChat.TabIndex = 3;
369             this.cbTrasactChat.Text = "Display L$ transactions in chat";
370             this.cbTrasactChat.UseVisualStyleBackColor = true;
371             this.cbTrasactChat.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);
372             // 
373             // cbTrasactDialog
374             // 
375             this.cbTrasactDialog.AutoSize = true;
376             this.cbTrasactDialog.Location = new System.Drawing.Point(8, 52);
377             this.cbTrasactDialog.Name = "cbTrasactDialog";
378             this.cbTrasactDialog.Size = new System.Drawing.Size(176, 17);
379             this.cbTrasactDialog.TabIndex = 2;
380             this.cbTrasactDialog.Text = "Display dialog on L$ transaction";
381             this.cbTrasactDialog.UseVisualStyleBackColor = true;
382             this.cbTrasactDialog.CheckedChanged += new System.EventHandler(this.cbTrasactDialog_CheckedChanged);
383             // 
384             // cbIMTimeStamps
385             // 
386             this.cbIMTimeStamps.AutoSize = true;
387             this.cbIMTimeStamps.Location = new System.Drawing.Point(8, 29);
388             this.cbIMTimeStamps.Name = "cbIMTimeStamps";
389             this.cbIMTimeStamps.Size = new System.Drawing.Size(137, 17);
390             this.cbIMTimeStamps.TabIndex = 1;
391             this.cbIMTimeStamps.Text = "Show timestamps in  IM";
392             this.cbIMTimeStamps.UseVisualStyleBackColor = true;
393             // 
394             // cbChatTimestamps
395             // 
396             this.cbChatTimestamps.AutoSize = true;
397             this.cbChatTimestamps.Location = new System.Drawing.Point(8, 6);
398             this.cbChatTimestamps.Name = "cbChatTimestamps";
399             this.cbChatTimestamps.Size = new System.Drawing.Size(143, 17);
400             this.cbChatTimestamps.TabIndex = 0;
401             this.cbChatTimestamps.Text = "Show timestamps in chat";
402             this.cbChatTimestamps.UseVisualStyleBackColor = true;
403             // 
404             // tbpAutoResponse
405             // 
406             this.tbpAutoResponse.Controls.Add(this.txtAutoResponse);
407             this.tbpAutoResponse.Controls.Add(this.gbAutoResponse);
408             this.tbpAutoResponse.Location = new System.Drawing.Point(4, 22);
409             this.tbpAutoResponse.Name = "tbpAutoResponse";
410             this.tbpAutoResponse.Padding = new System.Windows.Forms.Padding(3);
411             this.tbpAutoResponse.Size = new System.Drawing.Size(488, 277);
412             this.tbpAutoResponse.TabIndex = 2;
413             this.tbpAutoResponse.Text = "Auto Response";
414             this.tbpAutoResponse.UseVisualStyleBackColor = true;
415             // 
416             // txtAutoResponse
417             // 
418             this.txtAutoResponse.AccessibleName = "Auto response text";
419             this.txtAutoResponse.Location = new System.Drawing.Point(8, 63);
420             this.txtAutoResponse.Multiline = true;
421             this.txtAutoResponse.Name = "txtAutoResponse";
422             this.txtAutoResponse.Size = new System.Drawing.Size(282, 87);
423             this.txtAutoResponse.TabIndex = 1;
424             // 
425             // gbAutoResponse
426             // 
427             this.gbAutoResponse.Controls.Add(this.rbAutoAlways);
428             this.gbAutoResponse.Controls.Add(this.rbAutoNonFriend);
429             this.gbAutoResponse.Controls.Add(this.rbAutobusy);
430             this.gbAutoResponse.Location = new System.Drawing.Point(3, 6);
431             this.gbAutoResponse.Name = "gbAutoResponse";
432             this.gbAutoResponse.Size = new System.Drawing.Size(287, 51);
433             this.gbAutoResponse.TabIndex = 0;
434             this.gbAutoResponse.TabStop = false;
435             this.gbAutoResponse.Text = "Send auto response when:";
436             // 
437             // rbAutoAlways
438             // 
439             this.rbAutoAlways.AutoSize = true;
440             this.rbAutoAlways.Location = new System.Drawing.Point(216, 19);
441             this.rbAutoAlways.Name = "rbAutoAlways";
442             this.rbAutoAlways.Size = new System.Drawing.Size(58, 17);
443             this.rbAutoAlways.TabIndex = 2;
444             this.rbAutoAlways.Text = "Always";
445             this.rbAutoAlways.UseVisualStyleBackColor = true;
446             this.rbAutoAlways.CheckedChanged += new System.EventHandler(this.rbAutoAlways_CheckedChanged);
447             // 
448             // rbAutoNonFriend
449             // 
450             this.rbAutoNonFriend.AutoSize = true;
451             this.rbAutoNonFriend.Location = new System.Drawing.Point(100, 19);
452             this.rbAutoNonFriend.Name = "rbAutoNonFriend";
453             this.rbAutoNonFriend.Size = new System.Drawing.Size(110, 17);
454             this.rbAutoNonFriend.TabIndex = 1;
455             this.rbAutoNonFriend.Text = "IM from non-friend";
456             this.rbAutoNonFriend.UseVisualStyleBackColor = true;
457             this.rbAutoNonFriend.CheckedChanged += new System.EventHandler(this.rbAutoNonFriend_CheckedChanged);
458             // 
459             // rbAutobusy
460             // 
461             this.rbAutobusy.AutoSize = true;
462             this.rbAutobusy.Checked = true;
463             this.rbAutobusy.Location = new System.Drawing.Point(6, 19);
464             this.rbAutobusy.Name = "rbAutobusy";
465             this.rbAutobusy.Size = new System.Drawing.Size(88, 17);
466             this.rbAutobusy.TabIndex = 0;
467             this.rbAutobusy.TabStop = true;
468             this.rbAutobusy.Text = "In busy mode";
469             this.rbAutobusy.UseVisualStyleBackColor = true;
470             this.rbAutobusy.CheckedChanged += new System.EventHandler(this.rbAutobusy_CheckedChanged);
471             // 
472             // tbpGraphics
473             // 
474             this.tbpGraphics.Location = new System.Drawing.Point(4, 22);
475             this.tbpGraphics.Name = "tbpGraphics";
476             this.tbpGraphics.Padding = new System.Windows.Forms.Padding(3);
477             this.tbpGraphics.Size = new System.Drawing.Size(488, 277);
478             this.tbpGraphics.TabIndex = 3;
479             this.tbpGraphics.Text = "Graphics Settings";
480             this.tbpGraphics.UseVisualStyleBackColor = true;
481             // 
482             // cbRadegastClientTag
483             // 
484             this.cbRadegastClientTag.AutoSize = true;
485             this.cbRadegastClientTag.Location = new System.Drawing.Point(270, 235);
486             this.cbRadegastClientTag.Name = "cbRadegastClientTag";
487             this.cbRadegastClientTag.Size = new System.Drawing.Size(146, 17);
488             this.cbRadegastClientTag.TabIndex = 18;
489             this.cbRadegastClientTag.Text = "Send Radegast client tag";
490             this.cbRadegastClientTag.UseVisualStyleBackColor = true;
491             // 
492             // frmSettings
493             // 
494             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
495             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
496             this.ClientSize = new System.Drawing.Size(496, 303);
497             this.Controls.Add(this.tcGraphics);
498             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
499             this.Name = "frmSettings";
500             this.Text = "Settings - Radegast";
501             this.tcGraphics.ResumeLayout(false);
502             this.tbpGeneral.ResumeLayout(false);
503             this.tbpGeneral.PerformLayout();
504             this.gbDisplayNames.ResumeLayout(false);
505             this.gbDisplayNames.PerformLayout();
506             this.tbpAutoResponse.ResumeLayout(false);
507             this.tbpAutoResponse.PerformLayout();
508             this.gbAutoResponse.ResumeLayout(false);
509             this.gbAutoResponse.PerformLayout();
510             this.ResumeLayout(false);
511
512         }
513
514         #endregion
515
516         public System.Windows.Forms.Label label1;
517         public System.Windows.Forms.ComboBox cbFontSize;
518         public System.Windows.Forms.TabControl tcGraphics;
519         public System.Windows.Forms.TabPage tbpGeneral;
520         public System.Windows.Forms.CheckBox cbIMTimeStamps;
521         public System.Windows.Forms.CheckBox cbChatTimestamps;
522         public System.Windows.Forms.CheckBox cbTrasactChat;
523         public System.Windows.Forms.CheckBox cbTrasactDialog;
524         public System.Windows.Forms.CheckBox cbFriendsNotifications;
525         public System.Windows.Forms.CheckBox cbAutoReconnect;
526         public System.Windows.Forms.CheckBox cbHideLoginGraphics;
527         public System.Windows.Forms.CheckBox cbRLV;
528         public System.Windows.Forms.CheckBox cbMUEmotes;
529         public System.Windows.Forms.CheckBox cbFriendsHighlight;
530         public System.Windows.Forms.CheckBox cbMinToTrey;
531         public System.Windows.Forms.CheckBox cbNoTyping;
532         public System.Windows.Forms.TextBox txtReconnectTime;
533         public System.Windows.Forms.Label label2;
534         public System.Windows.Forms.TabPage tbpAutoResponse;
535         public System.Windows.Forms.GroupBox gbAutoResponse;
536         public System.Windows.Forms.TextBox txtAutoResponse;
537         public System.Windows.Forms.RadioButton rbAutoAlways;
538         public System.Windows.Forms.RadioButton rbAutoNonFriend;
539         public System.Windows.Forms.RadioButton rbAutobusy;
540         public System.Windows.Forms.CheckBox cbSyntaxHighlight;
541         public System.Windows.Forms.GroupBox gbDisplayNames;
542         public System.Windows.Forms.RadioButton rbDNOnlyDN;
543         public System.Windows.Forms.RadioButton rbDNDandUsernme;
544         public System.Windows.Forms.RadioButton rbDNSmart;
545         public System.Windows.Forms.RadioButton rbDNOff;
546         public System.Windows.Forms.CheckBox cbTaskBarHighLight;
547         public System.Windows.Forms.TabPage tbpGraphics;
548         public System.Windows.Forms.CheckBox cbRadegastClientTag;
549
550
551     }
552 }