OSDN Git Service

Made all designer generated controls public.
[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.tabControl1.SuspendLayout();\r
70             this.tbpGeneral.SuspendLayout();\r
71             this.SuspendLayout();\r
72             // \r
73             // tabControl1\r
74             // \r
75             this.tabControl1.Controls.Add(this.tbpGeneral);\r
76             this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;\r
77             this.tabControl1.Location = new System.Drawing.Point(0, 0);\r
78             this.tabControl1.Multiline = true;\r
79             this.tabControl1.Name = "tabControl1";\r
80             this.tabControl1.SelectedIndex = 0;\r
81             this.tabControl1.Size = new System.Drawing.Size(464, 333);\r
82             this.tabControl1.TabIndex = 0;\r
83             // \r
84             // tbpGeneral\r
85             // \r
86             this.tbpGeneral.Controls.Add(this.cbFriendsNotifications);\r
87             this.tbpGeneral.Controls.Add(this.cbTrasactChat);\r
88             this.tbpGeneral.Controls.Add(this.cbTrasactDialog);\r
89             this.tbpGeneral.Controls.Add(this.cbIMTimeStamps);\r
90             this.tbpGeneral.Controls.Add(this.cbChatTimestamps);\r
91             this.tbpGeneral.Location = new System.Drawing.Point(4, 22);\r
92             this.tbpGeneral.Name = "tbpGeneral";\r
93             this.tbpGeneral.Padding = new System.Windows.Forms.Padding(3);\r
94             this.tbpGeneral.Size = new System.Drawing.Size(456, 307);\r
95             this.tbpGeneral.TabIndex = 1;\r
96             this.tbpGeneral.Text = "General";\r
97             this.tbpGeneral.UseVisualStyleBackColor = true;\r
98             // \r
99             // cbFriendsNotifications\r
100             // \r
101             this.cbFriendsNotifications.AutoSize = true;\r
102             this.cbFriendsNotifications.Location = new System.Drawing.Point(6, 98);\r
103             this.cbFriendsNotifications.Name = "cbFriendsNotifications";\r
104             this.cbFriendsNotifications.Size = new System.Drawing.Size(184, 17);\r
105             this.cbFriendsNotifications.TabIndex = 1;\r
106             this.cbFriendsNotifications.Text = "Display friends online notifications";\r
107             this.cbFriendsNotifications.UseVisualStyleBackColor = true;\r
108             this.cbFriendsNotifications.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);\r
109             // \r
110             // cbTrasactChat\r
111             // \r
112             this.cbTrasactChat.AutoSize = true;\r
113             this.cbTrasactChat.Location = new System.Drawing.Point(8, 75);\r
114             this.cbTrasactChat.Name = "cbTrasactChat";\r
115             this.cbTrasactChat.Size = new System.Drawing.Size(170, 17);\r
116             this.cbTrasactChat.TabIndex = 1;\r
117             this.cbTrasactChat.Text = "Display L$ transactions in chat";\r
118             this.cbTrasactChat.UseVisualStyleBackColor = true;\r
119             this.cbTrasactChat.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged);\r
120             // \r
121             // cbTrasactDialog\r
122             // \r
123             this.cbTrasactDialog.AutoSize = true;\r
124             this.cbTrasactDialog.Location = new System.Drawing.Point(8, 52);\r
125             this.cbTrasactDialog.Name = "cbTrasactDialog";\r
126             this.cbTrasactDialog.Size = new System.Drawing.Size(176, 17);\r
127             this.cbTrasactDialog.TabIndex = 1;\r
128             this.cbTrasactDialog.Text = "Display dialog on L$ transaction";\r
129             this.cbTrasactDialog.UseVisualStyleBackColor = true;\r
130             this.cbTrasactDialog.CheckedChanged += new System.EventHandler(this.cbTrasactDialog_CheckedChanged);\r
131             // \r
132             // cbIMTimeStamps\r
133             // \r
134             this.cbIMTimeStamps.AutoSize = true;\r
135             this.cbIMTimeStamps.Location = new System.Drawing.Point(8, 29);\r
136             this.cbIMTimeStamps.Name = "cbIMTimeStamps";\r
137             this.cbIMTimeStamps.Size = new System.Drawing.Size(137, 17);\r
138             this.cbIMTimeStamps.TabIndex = 1;\r
139             this.cbIMTimeStamps.Text = "Show timestamps in  IM";\r
140             this.cbIMTimeStamps.UseVisualStyleBackColor = true;\r
141             // \r
142             // cbChatTimestamps\r
143             // \r
144             this.cbChatTimestamps.AutoSize = true;\r
145             this.cbChatTimestamps.Location = new System.Drawing.Point(8, 6);\r
146             this.cbChatTimestamps.Name = "cbChatTimestamps";\r
147             this.cbChatTimestamps.Size = new System.Drawing.Size(143, 17);\r
148             this.cbChatTimestamps.TabIndex = 0;\r
149             this.cbChatTimestamps.Text = "Show timestamps in chat";\r
150             this.cbChatTimestamps.UseVisualStyleBackColor = true;\r
151             // \r
152             // frmSettings\r
153             // \r
154             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
155             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
156             this.ClientSize = new System.Drawing.Size(464, 333);\r
157             this.Controls.Add(this.tabControl1);\r
158             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
159             this.Name = "frmSettings";\r
160             this.Text = "Settings - Radegast";\r
161             this.tabControl1.ResumeLayout(false);\r
162             this.tbpGeneral.ResumeLayout(false);\r
163             this.tbpGeneral.PerformLayout();\r
164             this.ResumeLayout(false);\r
165 \r
166         }\r
167 \r
168         #endregion\r
169 \r
170         public System.Windows.Forms.TabControl tabControl1;\r
171         public System.Windows.Forms.TabPage tbpGeneral;\r
172         public System.Windows.Forms.CheckBox cbIMTimeStamps;\r
173         public System.Windows.Forms.CheckBox cbChatTimestamps;\r
174         public System.Windows.Forms.CheckBox cbTrasactChat;\r
175         public System.Windows.Forms.CheckBox cbTrasactDialog;\r
176         public System.Windows.Forms.CheckBox cbFriendsNotifications;\r
177 \r
178     }\r
179 }