OSDN Git Service

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