OSDN Git Service

Update copyright year
[radegast/radegast.git] / Radegast / GUI / Consoles / LoginConsole.Designer.cs
1 // 
2 // Radegast Metaverse Client
3 // Copyright (c) 2009-2014, 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 LoginConsole
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 Component 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             this.pnlLoginPrompt = new System.Windows.Forms.Panel();
62             this.cbRemember = new System.Windows.Forms.CheckBox();
63             this.label6 = new System.Windows.Forms.Label();
64             this.txtCustomLoginUri = new System.Windows.Forms.TextBox();
65             this.cbxGrid = new System.Windows.Forms.ComboBox();
66             this.label5 = new System.Windows.Forms.Label();
67             this.label1 = new System.Windows.Forms.Label();
68             this.cbxUsername = new System.Windows.Forms.ComboBox();
69             this.label2 = new System.Windows.Forms.Label();
70             this.txtPassword = new System.Windows.Forms.TextBox();
71             this.cbxLocation = new System.Windows.Forms.ComboBox();
72             this.label3 = new System.Windows.Forms.Label();
73             this.btnLogin = new System.Windows.Forms.Button();
74             this.pnlLoggingIn = new System.Windows.Forms.Panel();
75             this.proLogin = new System.Windows.Forms.ProgressBar();
76             this.lblLoginStatus = new System.Windows.Forms.Label();
77             this.panel1 = new System.Windows.Forms.Panel();
78             this.lblVersion = new System.Windows.Forms.Label();
79             this.pnlSplash = new System.Windows.Forms.Panel();
80             this.pnlTos = new System.Windows.Forms.Panel();
81             this.cbTOS = new System.Windows.Forms.CheckBox();
82             this.txtTOS = new System.Windows.Forms.TextBox();
83             this.pnlLoginPrompt.SuspendLayout();
84             this.pnlLoggingIn.SuspendLayout();
85             this.panel1.SuspendLayout();
86             this.pnlSplash.SuspendLayout();
87             this.pnlTos.SuspendLayout();
88             this.SuspendLayout();
89             // 
90             // pnlLoginPrompt
91             // 
92             this.pnlLoginPrompt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
93             this.pnlLoginPrompt.Controls.Add(this.cbRemember);
94             this.pnlLoginPrompt.Controls.Add(this.label6);
95             this.pnlLoginPrompt.Controls.Add(this.txtCustomLoginUri);
96             this.pnlLoginPrompt.Controls.Add(this.cbxGrid);
97             this.pnlLoginPrompt.Controls.Add(this.label5);
98             this.pnlLoginPrompt.Controls.Add(this.label1);
99             this.pnlLoginPrompt.Controls.Add(this.cbxUsername);
100             this.pnlLoginPrompt.Controls.Add(this.label2);
101             this.pnlLoginPrompt.Controls.Add(this.txtPassword);
102             this.pnlLoginPrompt.Controls.Add(this.cbxLocation);
103             this.pnlLoginPrompt.Controls.Add(this.label3);
104             this.pnlLoginPrompt.Location = new System.Drawing.Point(128, 3);
105             this.pnlLoginPrompt.Name = "pnlLoginPrompt";
106             this.pnlLoginPrompt.Size = new System.Drawing.Size(554, 94);
107             this.pnlLoginPrompt.TabIndex = 13;
108             // 
109             // cbRemember
110             // 
111             this.cbRemember.AutoSize = true;
112             this.cbRemember.Checked = true;
113             this.cbRemember.CheckState = System.Windows.Forms.CheckState.Checked;
114             this.cbRemember.Location = new System.Drawing.Point(6, 45);
115             this.cbRemember.Name = "cbRemember";
116             this.cbRemember.Size = new System.Drawing.Size(197, 17);
117             this.cbRemember.TabIndex = 5;
118             this.cbRemember.Text = "Remember username and password";
119             this.cbRemember.UseVisualStyleBackColor = true;
120             this.cbRemember.CheckedChanged += new System.EventHandler(this.cbRemember_CheckedChanged);
121             // 
122             // label6
123             // 
124             this.label6.AutoSize = true;
125             this.label6.ForeColor = System.Drawing.SystemColors.ControlText;
126             this.label6.Location = new System.Drawing.Point(272, 73);
127             this.label6.Name = "label6";
128             this.label6.Size = new System.Drawing.Size(48, 13);
129             this.label6.TabIndex = 14;
130             this.label6.Text = "Login Uri";
131             // 
132             // txtCustomLoginUri
133             // 
134             this.txtCustomLoginUri.AccessibleName = "Login URL";
135             this.txtCustomLoginUri.Enabled = false;
136             this.txtCustomLoginUri.Location = new System.Drawing.Point(326, 70);
137             this.txtCustomLoginUri.Name = "txtCustomLoginUri";
138             this.txtCustomLoginUri.Size = new System.Drawing.Size(224, 21);
139             this.txtCustomLoginUri.TabIndex = 13;
140             // 
141             // cbxGrid
142             // 
143             this.cbxGrid.AccessibleName = "Grid";
144             this.cbxGrid.DropDownHeight = 300;
145             this.cbxGrid.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
146             this.cbxGrid.IntegralHeight = false;
147             this.cbxGrid.Location = new System.Drawing.Point(56, 70);
148             this.cbxGrid.Name = "cbxGrid";
149             this.cbxGrid.Size = new System.Drawing.Size(210, 21);
150             this.cbxGrid.TabIndex = 12;
151             this.cbxGrid.SelectedIndexChanged += new System.EventHandler(this.cbxGrid_SelectedIndexChanged);
152             // 
153             // label5
154             // 
155             this.label5.AutoSize = true;
156             this.label5.ForeColor = System.Drawing.SystemColors.ControlText;
157             this.label5.Location = new System.Drawing.Point(3, 73);
158             this.label5.Name = "label5";
159             this.label5.Size = new System.Drawing.Size(26, 13);
160             this.label5.TabIndex = 11;
161             this.label5.Text = "Grid";
162             // 
163             // label1
164             // 
165             this.label1.AutoSize = true;
166             this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
167             this.label1.Location = new System.Drawing.Point(0, 0);
168             this.label1.Name = "label1";
169             this.label1.Size = new System.Drawing.Size(55, 13);
170             this.label1.TabIndex = 0;
171             this.label1.Text = "Username";
172             // 
173             // cbxUsername
174             // 
175             this.cbxUsername.AccessibleName = "Username";
176             this.cbxUsername.Location = new System.Drawing.Point(3, 16);
177             this.cbxUsername.Name = "cbxUsername";
178             this.cbxUsername.Size = new System.Drawing.Size(263, 21);
179             this.cbxUsername.TabIndex = 1;
180             // 
181             // label2
182             // 
183             this.label2.AutoSize = true;
184             this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
185             this.label2.Location = new System.Drawing.Point(272, 0);
186             this.label2.Name = "label2";
187             this.label2.Size = new System.Drawing.Size(53, 13);
188             this.label2.TabIndex = 3;
189             this.label2.Text = "Password";
190             // 
191             // txtPassword
192             // 
193             this.txtPassword.AccessibleName = "Password";
194             this.txtPassword.Location = new System.Drawing.Point(275, 16);
195             this.txtPassword.Name = "txtPassword";
196             this.txtPassword.Size = new System.Drawing.Size(275, 21);
197             this.txtPassword.TabIndex = 4;
198             this.txtPassword.UseSystemPasswordChar = true;
199             // 
200             // cbxLocation
201             // 
202             this.cbxLocation.AccessibleName = "Start Location";
203             this.cbxLocation.Items.AddRange(new object[] {
204             "My Home",
205             "My Last Location"});
206             this.cbxLocation.Location = new System.Drawing.Point(275, 43);
207             this.cbxLocation.Name = "cbxLocation";
208             this.cbxLocation.Size = new System.Drawing.Size(275, 21);
209             this.cbxLocation.TabIndex = 6;
210             // 
211             // label3
212             // 
213             this.label3.AutoSize = true;
214             this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
215             this.label3.Location = new System.Drawing.Point(219, 46);
216             this.label3.Name = "label3";
217             this.label3.Size = new System.Drawing.Size(47, 13);
218             this.label3.TabIndex = 5;
219             this.label3.Text = "Location";
220             // 
221             // btnLogin
222             // 
223             this.btnLogin.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
224             this.btnLogin.ForeColor = System.Drawing.SystemColors.ControlText;
225             this.btnLogin.Location = new System.Drawing.Point(6, 71);
226             this.btnLogin.Name = "btnLogin";
227             this.btnLogin.Size = new System.Drawing.Size(116, 23);
228             this.btnLogin.TabIndex = 15;
229             this.btnLogin.Text = "Login";
230             this.btnLogin.UseVisualStyleBackColor = true;
231             this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
232             // 
233             // pnlLoggingIn
234             // 
235             this.pnlLoggingIn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
236             this.pnlLoggingIn.Controls.Add(this.proLogin);
237             this.pnlLoggingIn.Controls.Add(this.lblLoginStatus);
238             this.pnlLoggingIn.Location = new System.Drawing.Point(128, 3);
239             this.pnlLoggingIn.Name = "pnlLoggingIn";
240             this.pnlLoggingIn.Size = new System.Drawing.Size(554, 94);
241             this.pnlLoggingIn.TabIndex = 17;
242             this.pnlLoggingIn.Visible = false;
243             // 
244             // proLogin
245             // 
246             this.proLogin.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
247                         | System.Windows.Forms.AnchorStyles.Right)));
248             this.proLogin.Location = new System.Drawing.Point(0, 62);
249             this.proLogin.MarqueeAnimationSpeed = 50;
250             this.proLogin.Name = "proLogin";
251             this.proLogin.Size = new System.Drawing.Size(550, 23);
252             this.proLogin.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
253             this.proLogin.TabIndex = 11;
254             // 
255             // lblLoginStatus
256             // 
257             this.lblLoginStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
258                         | System.Windows.Forms.AnchorStyles.Right)));
259             this.lblLoginStatus.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
260             this.lblLoginStatus.Location = new System.Drawing.Point(3, 0);
261             this.lblLoginStatus.Name = "lblLoginStatus";
262             this.lblLoginStatus.Size = new System.Drawing.Size(548, 86);
263             this.lblLoginStatus.TabIndex = 12;
264             this.lblLoginStatus.Text = "Login status goes here.";
265             this.lblLoginStatus.TextAlign = System.Drawing.ContentAlignment.TopCenter;
266             // 
267             // panel1
268             // 
269             this.panel1.BackColor = System.Drawing.SystemColors.Control;
270             this.panel1.Controls.Add(this.lblVersion);
271             this.panel1.Controls.Add(this.pnlLoginPrompt);
272             this.panel1.Controls.Add(this.btnLogin);
273             this.panel1.Controls.Add(this.pnlLoggingIn);
274             this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
275             this.panel1.Location = new System.Drawing.Point(0, 335);
276             this.panel1.Name = "panel1";
277             this.panel1.Size = new System.Drawing.Size(682, 97);
278             this.panel1.TabIndex = 18;
279             // 
280             // lblVersion
281             // 
282             this.lblVersion.AutoSize = true;
283             this.lblVersion.Location = new System.Drawing.Point(3, 3);
284             this.lblVersion.Name = "lblVersion";
285             this.lblVersion.Size = new System.Drawing.Size(94, 13);
286             this.lblVersion.TabIndex = 18;
287             this.lblVersion.Text = "Radegast 2.0.000";
288             // 
289             // pnlSplash
290             // 
291             this.pnlSplash.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
292             this.pnlSplash.Controls.Add(this.pnlTos);
293             this.pnlSplash.Dock = System.Windows.Forms.DockStyle.Fill;
294             this.pnlSplash.Location = new System.Drawing.Point(0, 0);
295             this.pnlSplash.Name = "pnlSplash";
296             this.pnlSplash.Size = new System.Drawing.Size(682, 335);
297             this.pnlSplash.TabIndex = 19;
298             // 
299             // pnlTos
300             // 
301             this.pnlTos.Controls.Add(this.cbTOS);
302             this.pnlTos.Controls.Add(this.txtTOS);
303             this.pnlTos.Dock = System.Windows.Forms.DockStyle.Fill;
304             this.pnlTos.Location = new System.Drawing.Point(0, 0);
305             this.pnlTos.Name = "pnlTos";
306             this.pnlTos.Size = new System.Drawing.Size(682, 335);
307             this.pnlTos.TabIndex = 0;
308             this.pnlTos.Visible = false;
309             // 
310             // cbTOS
311             // 
312             this.cbTOS.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
313             this.cbTOS.AutoSize = true;
314             this.cbTOS.Location = new System.Drawing.Point(6, 308);
315             this.cbTOS.Name = "cbTOS";
316             this.cbTOS.Size = new System.Drawing.Size(176, 17);
317             this.cbTOS.TabIndex = 1;
318             this.cbTOS.Text = "I agree to the Terms of Service";
319             this.cbTOS.CheckedChanged += new System.EventHandler(this.cbTOS_CheckedChanged);
320             // 
321             // txtTOS
322             // 
323             this.txtTOS.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
324                         | System.Windows.Forms.AnchorStyles.Left)
325                         | System.Windows.Forms.AnchorStyles.Right)));
326             this.txtTOS.Location = new System.Drawing.Point(0, 0);
327             this.txtTOS.Multiline = true;
328             this.txtTOS.Name = "txtTOS";
329             this.txtTOS.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
330             this.txtTOS.Size = new System.Drawing.Size(682, 302);
331             this.txtTOS.TabIndex = 0;
332             // 
333             // LoginConsole
334             // 
335             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
336             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
337             this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
338             this.Controls.Add(this.pnlSplash);
339             this.Controls.Add(this.panel1);
340             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
341             this.Name = "LoginConsole";
342             this.Size = new System.Drawing.Size(682, 432);
343             this.pnlLoginPrompt.ResumeLayout(false);
344             this.pnlLoginPrompt.PerformLayout();
345             this.pnlLoggingIn.ResumeLayout(false);
346             this.panel1.ResumeLayout(false);
347             this.panel1.PerformLayout();
348             this.pnlSplash.ResumeLayout(false);
349             this.pnlTos.ResumeLayout(false);
350             this.pnlTos.PerformLayout();
351             this.ResumeLayout(false);
352
353         }
354
355         #endregion
356
357         public System.Windows.Forms.Panel pnlLoginPrompt;
358         public System.Windows.Forms.Label label1;
359         public System.Windows.Forms.ComboBox cbxUsername;
360         public System.Windows.Forms.Label label2;
361         public System.Windows.Forms.TextBox txtPassword;
362         public System.Windows.Forms.ComboBox cbxLocation;
363         public System.Windows.Forms.Label label3;
364         public System.Windows.Forms.Button btnLogin;
365         public System.Windows.Forms.Panel pnlLoggingIn;
366         public System.Windows.Forms.Label lblLoginStatus;
367         public System.Windows.Forms.ProgressBar proLogin;
368         public System.Windows.Forms.ComboBox cbxGrid;
369         public System.Windows.Forms.Label label5;
370         public System.Windows.Forms.TextBox txtCustomLoginUri;
371         public System.Windows.Forms.Label label6;
372         public System.Windows.Forms.Panel panel1;
373         public System.Windows.Forms.Panel pnlSplash;
374         public System.Windows.Forms.Panel pnlTos;
375         public System.Windows.Forms.TextBox txtTOS;
376         public System.Windows.Forms.CheckBox cbTOS;
377         public System.Windows.Forms.Label lblVersion;
378         public System.Windows.Forms.CheckBox cbRemember;
379
380     }
381 }