OSDN Git Service

Added auto reconnect setting to settings panel RAD-58
[radegast/radegast.git] / Radegast / GUI / Dialogs / Settings.Designer.cs
1 // \r
2 // Radegast Metaverse Client\r
3 // Copyright (c) 2009, Radegast Development Team\r
4 // All rights reserved.\r
5 // \r
6 // Redistribution and use in source and binary forms, with or without\r
7 // modification, are permitted provided that the following conditions are met:\r
8 // \r
9 //     * Redistributions of source code must retain the above copyright notice,\r
10 //       this list of conditions and the following disclaimer.\r
11 //     * Redistributions in binary form must reproduce the above copyright\r
12 //       notice, this list of conditions and the following disclaimer in the\r
13 //       documentation and/or other materials provided with the distribution.\r
14 //     * Neither the name of the application "Radegast", nor the names of its\r
15 //       contributors may be used to endorse or promote products derived from\r
16 //       this software without specific prior written permission.\r
17 // \r
18 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"\r
19 // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\r
20 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\r
21 // DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\r
22 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
23 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\r
24 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\r
25 // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\r
26 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\r
27 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
28 //\r
29 // $Id$\r
30 //\r
31 namespace Radegast\r
32 {\r
33     partial class frmSettings\r
34     {\r
35         /// <summary>\r
36         /// Required designer variable.\r
37         /// </summary>\r
38         private System.ComponentModel.IContainer components = null;\r
39 \r
40         /// <summary>\r
41         /// Clean up any resources being used.\r
42         /// </summary>\r
43         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
44         protected override void Dispose(bool disposing)\r
45         {\r
46             if (disposing && (components != null))\r
47             {\r
48                 components.Dispose();\r
49             }\r
50             base.Dispose(disposing);\r
51         }\r
52 \r
53         #region Windows Form Designer generated code\r
54 \r
55         /// <summary>\r
56         /// Required method for Designer support - do not modify\r
57         /// the contents of this method with the code editor.\r
58         /// </summary>\r
59         private void InitializeComponent()\r
60         {\r
61             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSettings));\r
62             this.tabControl1 = new System.Windows.Forms.TabControl();\r
63             this.tbpGeneral = new System.Windows.Forms.TabPage();\r
64             this.cbFriendsNotifications = new System.Windows.Forms.CheckBox();\r
65             this.cbTrasactChat = new System.Windows.Forms.CheckBox();\r
66             this.cbTrasactDialog = new System.Windows.Forms.CheckBox();\r
67             this.cbIMTimeStamps = new System.Windows.Forms.CheckBox();\r
68             this.cbChatTimestamps = new System.Windows.Forms.CheckBox();\r
69             this.cbAutoReconnect = new System.Windows.Forms.CheckBox();\r
70             this.tabControl1.SuspendLayout();\r
71             this.tbpGeneral.SuspendLayout();\r
72             this.SuspendLayout();\r
73             // \r
74             // tabControl1\r
75             // \r
76             this.tabControl1.Controls.Add(this.tbpGeneral);\r
77             this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;\r
78             this.tabControl1.Location = new System.Drawing.Point(0, 0);\r
79             this.tabControl1.Multiline = true;\r
80             this.tabControl1.Name = "tabControl1";\r
81             this.tabControl1.SelectedIndex = 0;\r
82             this.tabControl1.Size = new System.Drawing.Size(464, 333);\r
83             this.tabControl1.TabIndex = 0;\r
84             // \r
85             // tbpGeneral\r
86             // \r
87             this.tbpGeneral.Controls.Add(this.cbAutoReconnect);\r
88             this.tbpGeneral.Controls.Add(this.cbFriendsNotifications);\r
89             this.tbpGeneral.Controls.Add(this.cbTrasactChat);\r
90             this.tbpGeneral.Controls.Add(this.cbTrasactDialog);\r
91             this.tbpGeneral.Controls.Add(this.cbIMTimeStamps);\r
92             this.tbpGeneral.Controls.Add(this.cbChatTimestamps);\r
93             this.tbpGeneral.Location = new System.Drawing.Point(4, 22);\r
94             this.tbpGeneral.Name = "tbpGeneral";\r
95             this.tbpGeneral.Padding = new System.Windows.Forms.Padding(3);\r
96             this.tbpGeneral.Size = new System.Drawing.Size(456, 307);\r
97             this.tbpGeneral.TabIndex = 1;\r
98             this.tbpGeneral.Text = "General";\r
99             this.tbpGeneral.UseVisualStyleBackColor = true;\r
100             // \r
101             // cbFriendsNotifications\r
102             // \r
103             this.cbFriendsNotifications.AutoSize = true;\r
104             this.cbFriendsNotifications.Location = new System.Drawing.Point(8, 98);\r
105             this.cbFriendsNotifications.Name = "cbFriendsNotifications";\r
106             this.cbFriendsNotifications.Size = new System.Drawing.Size(184, 17);\r
107             this.cbFriendsNotifications.TabIndex = 4;\r
108             this.cbFriendsNotifications.Text = "Display friends online notifications";\r
109             this.cbFriendsNotifications.UseVisualStyleBackColor = true;\r
110             this.cbFriendsNotifications.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);\r
111             // \r
112             // cbTrasactChat\r
113             // \r
114             this.cbTrasactChat.AutoSize = true;\r
115             this.cbTrasactChat.Location = new System.Drawing.Point(8, 75);\r
116             this.cbTrasactChat.Name = "cbTrasactChat";\r
117             this.cbTrasactChat.Size = new System.Drawing.Size(170, 17);\r
118             this.cbTrasactChat.TabIndex = 3;\r
119             this.cbTrasactChat.Text = "Display L$ transactions in chat";\r
120             this.cbTrasactChat.UseVisualStyleBackColor = true;\r
121             this.cbTrasactChat.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);\r
122             // \r
123             // cbTrasactDialog\r
124             // \r
125             this.cbTrasactDialog.AutoSize = true;\r
126             this.cbTrasactDialog.Location = new System.Drawing.Point(8, 52);\r
127             this.cbTrasactDialog.Name = "cbTrasactDialog";\r
128             this.cbTrasactDialog.Size = new System.Drawing.Size(176, 17);\r
129             this.cbTrasactDialog.TabIndex = 2;\r
130             this.cbTrasactDialog.Text = "Display dialog on L$ transaction";\r
131             this.cbTrasactDialog.UseVisualStyleBackColor = true;\r
132             this.cbTrasactDialog.CheckedChanged += new System.EventHandler(this.cbTrasactDialog_CheckedChanged);\r
133             // \r
134             // cbIMTimeStamps\r
135             // \r
136             this.cbIMTimeStamps.AutoSize = true;\r
137             this.cbIMTimeStamps.Location = new System.Drawing.Point(8, 29);\r
138             this.cbIMTimeStamps.Name = "cbIMTimeStamps";\r
139             this.cbIMTimeStamps.Size = new System.Drawing.Size(137, 17);\r
140             this.cbIMTimeStamps.TabIndex = 1;\r
141             this.cbIMTimeStamps.Text = "Show timestamps in  IM";\r
142             this.cbIMTimeStamps.UseVisualStyleBackColor = true;\r
143             // \r
144             // cbChatTimestamps\r
145             // \r
146             this.cbChatTimestamps.AutoSize = true;\r
147             this.cbChatTimestamps.Location = new System.Drawing.Point(8, 6);\r
148             this.cbChatTimestamps.Name = "cbChatTimestamps";\r
149             this.cbChatTimestamps.Size = new System.Drawing.Size(143, 17);\r
150             this.cbChatTimestamps.TabIndex = 0;\r
151             this.cbChatTimestamps.Text = "Show timestamps in chat";\r
152             this.cbChatTimestamps.UseVisualStyleBackColor = true;\r
153             // \r
154             // cbAutoReconnect\r
155             // \r
156             this.cbAutoReconnect.AutoSize = true;\r
157             this.cbAutoReconnect.Location = new System.Drawing.Point(8, 121);\r
158             this.cbAutoReconnect.Name = "cbAutoReconnect";\r
159             this.cbAutoReconnect.Size = new System.Drawing.Size(169, 17);\r
160             this.cbAutoReconnect.TabIndex = 5;\r
161             this.cbAutoReconnect.Text = "Auto reconnect on disconnect";\r
162             this.cbAutoReconnect.UseVisualStyleBackColor = true;\r
163             this.cbAutoReconnect.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);\r
164             // \r
165             // frmSettings\r
166             // \r
167             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
168             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
169             this.ClientSize = new System.Drawing.Size(464, 333);\r
170             this.Controls.Add(this.tabControl1);\r
171             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
172             this.Name = "frmSettings";\r
173             this.Text = "Settings - Radegast";\r
174             this.tabControl1.ResumeLayout(false);\r
175             this.tbpGeneral.ResumeLayout(false);\r
176             this.tbpGeneral.PerformLayout();\r
177             this.ResumeLayout(false);\r
178 \r
179         }\r
180 \r
181         #endregion\r
182 \r
183         public System.Windows.Forms.TabControl tabControl1;\r
184         public System.Windows.Forms.TabPage tbpGeneral;\r
185         public System.Windows.Forms.CheckBox cbIMTimeStamps;\r
186         public System.Windows.Forms.CheckBox cbChatTimestamps;\r
187         public System.Windows.Forms.CheckBox cbTrasactChat;\r
188         public System.Windows.Forms.CheckBox cbTrasactDialog;\r
189         public System.Windows.Forms.CheckBox cbFriendsNotifications;\r
190         public System.Windows.Forms.CheckBox cbAutoReconnect;\r
191 \r
192     }\r
193 }