/* * MIT License * * Copyright (c) 2017 Michael VanOverbeek and ShiftOS devs * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ using ShiftOS.WinForms.Controls; namespace ShiftOS.WinForms { partial class Oobe { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.pnlshadow = new System.Windows.Forms.Panel(); this.pnllanguage = new System.Windows.Forms.Panel(); this.btnselectlang = new System.Windows.Forms.Button(); this.lblanguage = new System.Windows.Forms.ListBox(); this.label1 = new System.Windows.Forms.Label(); this.pnluserinfo = new System.Windows.Forms.Panel(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel(); this.label5 = new System.Windows.Forms.Label(); this.txtusername = new System.Windows.Forms.TextBox(); this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel(); this.label4 = new System.Windows.Forms.Label(); this.txtpassword = new System.Windows.Forms.TextBox(); this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.label3 = new System.Windows.Forms.Label(); this.txtsysname = new System.Windows.Forms.TextBox(); this.btnsetuserinfo = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.pnldiscourse = new System.Windows.Forms.Panel(); this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel(); this.label6 = new System.Windows.Forms.Label(); this.txtdiscoursename = new System.Windows.Forms.TextBox(); this.flowLayoutPanel7 = new System.Windows.Forms.FlowLayoutPanel(); this.label7 = new System.Windows.Forms.Label(); this.txtdiscoursepass = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.label9 = new System.Windows.Forms.Label(); this.pnlterminaltutorial = new System.Windows.Forms.Panel(); this.pnlreenteruserinfo = new System.Windows.Forms.Panel(); this.flowLayoutPanel8 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel9 = new System.Windows.Forms.FlowLayoutPanel(); this.label8 = new System.Windows.Forms.Label(); this.txtruser = new System.Windows.Forms.TextBox(); this.flowLayoutPanel10 = new System.Windows.Forms.FlowLayoutPanel(); this.label10 = new System.Windows.Forms.Label(); this.txtrpass = new System.Windows.Forms.TextBox(); this.button2 = new System.Windows.Forms.Button(); this.label11 = new System.Windows.Forms.Label(); this.pnlauthfail = new System.Windows.Forms.Panel(); this.button3 = new System.Windows.Forms.Button(); this.label14 = new System.Windows.Forms.Label(); this.pnlauthdone = new System.Windows.Forms.Panel(); this.button4 = new System.Windows.Forms.Button(); this.label12 = new System.Windows.Forms.Label(); this.pgsystemstatus = new ShiftOS.WinForms.Controls.ShiftedProgressBar(); this.txtterm = new ShiftOS.WinForms.Controls.TerminalBox(); this.pnlrelogin = new System.Windows.Forms.Panel(); this.flowLayoutPanel11 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel12 = new System.Windows.Forms.FlowLayoutPanel(); this.label13 = new System.Windows.Forms.Label(); this.txtluser = new System.Windows.Forms.TextBox(); this.flowLayoutPanel13 = new System.Windows.Forms.FlowLayoutPanel(); this.label15 = new System.Windows.Forms.Label(); this.txtlpass = new System.Windows.Forms.TextBox(); this.button5 = new System.Windows.Forms.Button(); this.label16 = new System.Windows.Forms.Label(); this.pnlrelogerror = new System.Windows.Forms.Panel(); this.button6 = new System.Windows.Forms.Button(); this.label17 = new System.Windows.Forms.Label(); this.pnllanguage.SuspendLayout(); this.pnluserinfo.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.flowLayoutPanel4.SuspendLayout(); this.flowLayoutPanel3.SuspendLayout(); this.flowLayoutPanel2.SuspendLayout(); this.pnldiscourse.SuspendLayout(); this.flowLayoutPanel5.SuspendLayout(); this.flowLayoutPanel6.SuspendLayout(); this.flowLayoutPanel7.SuspendLayout(); this.pnlterminaltutorial.SuspendLayout(); this.pnlreenteruserinfo.SuspendLayout(); this.flowLayoutPanel8.SuspendLayout(); this.flowLayoutPanel9.SuspendLayout(); this.flowLayoutPanel10.SuspendLayout(); this.pnlauthfail.SuspendLayout(); this.pnlauthdone.SuspendLayout(); this.pnlrelogin.SuspendLayout(); this.flowLayoutPanel11.SuspendLayout(); this.flowLayoutPanel12.SuspendLayout(); this.flowLayoutPanel13.SuspendLayout(); this.pnlrelogerror.SuspendLayout(); this.SuspendLayout(); // // pnlshadow // this.pnlshadow.BackColor = System.Drawing.Color.Black; this.pnlshadow.Location = new System.Drawing.Point(900, 460); this.pnlshadow.Name = "pnlshadow"; this.pnlshadow.Size = new System.Drawing.Size(794, 318); this.pnlshadow.TabIndex = 0; // // pnllanguage // this.pnllanguage.BackColor = System.Drawing.Color.DarkGray; this.pnllanguage.Controls.Add(this.btnselectlang); this.pnllanguage.Controls.Add(this.lblanguage); this.pnllanguage.Controls.Add(this.label1); this.pnllanguage.Location = new System.Drawing.Point(43, 75); this.pnllanguage.Name = "pnllanguage"; this.pnllanguage.Size = new System.Drawing.Size(542, 321); this.pnllanguage.TabIndex = 1; // // btnselectlang // this.btnselectlang.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnselectlang.AutoSize = true; this.btnselectlang.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btnselectlang.FlatAppearance.BorderSize = 0; this.btnselectlang.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Black; this.btnselectlang.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Red; this.btnselectlang.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnselectlang.ForeColor = System.Drawing.Color.White; this.btnselectlang.Location = new System.Drawing.Point(230, 281); this.btnselectlang.Name = "btnselectlang"; this.btnselectlang.Size = new System.Drawing.Size(106, 22); this.btnselectlang.TabIndex = 2; this.btnselectlang.Text = "{SELECT_LANG}"; this.btnselectlang.UseVisualStyleBackColor = true; this.btnselectlang.Click += new System.EventHandler(this.btnselectlang_Click); // // lblanguage // this.lblanguage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblanguage.BackColor = System.Drawing.Color.DarkGray; this.lblanguage.BorderStyle = System.Windows.Forms.BorderStyle.None; this.lblanguage.FormattingEnabled = true; this.lblanguage.ItemHeight = 12; this.lblanguage.Location = new System.Drawing.Point(14, 83); this.lblanguage.Name = "lblanguage"; this.lblanguage.Size = new System.Drawing.Size(514, 192); this.lblanguage.TabIndex = 1; // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Top; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(542, 70); this.label1.TabIndex = 0; this.label1.Text = "{WELCOME_TO_SHIFTOS}\r\n\r\n{PLEASE_CHOOSE_A_SYSTEM_LANGUAGE}"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pnluserinfo // this.pnluserinfo.BackColor = System.Drawing.Color.DarkGray; this.pnluserinfo.Controls.Add(this.flowLayoutPanel1); this.pnluserinfo.Controls.Add(this.btnsetuserinfo); this.pnluserinfo.Controls.Add(this.label2); this.pnluserinfo.Location = new System.Drawing.Point(653, 94); this.pnluserinfo.Name = "pnluserinfo"; this.pnluserinfo.Size = new System.Drawing.Size(334, 233); this.pnluserinfo.TabIndex = 2; // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoSize = true; this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flowLayoutPanel1.Controls.Add(this.flowLayoutPanel4); this.flowLayoutPanel1.Controls.Add(this.flowLayoutPanel3); this.flowLayoutPanel1.Controls.Add(this.flowLayoutPanel2); this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowLayoutPanel1.Location = new System.Drawing.Point(18, 73); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(308, 96); this.flowLayoutPanel1.TabIndex = 3; this.flowLayoutPanel1.WrapContents = false; // // flowLayoutPanel4 // this.flowLayoutPanel4.AutoSize = true; this.flowLayoutPanel4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flowLayoutPanel4.Controls.Add(this.label5); this.flowLayoutPanel4.Controls.Add(this.txtusername); this.flowLayoutPanel4.Location = new System.Drawing.Point(3, 3); this.flowLayoutPanel4.Name = "flowLayoutPanel4"; this.flowLayoutPanel4.Size = new System.Drawing.Size(302, 28); this.flowLayoutPanel4.TabIndex = 2; // // label5 // this.label5.Location = new System.Drawing.Point(3, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(108, 28); this.label5.TabIndex = 0; this.label5.Text = "{USER_NAME}:"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtusername // this.txtusername.BackColor = System.Drawing.Color.Black; this.txtusername.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtusername.ForeColor = System.Drawing.Color.Gray; this.txtusername.Location = new System.Drawing.Point(117, 3); this.txtusername.Name = "txtusername"; this.txtusername.Size = new System.Drawing.Size(182, 19); this.txtusername.TabIndex = 1; // // flowLayoutPanel3 // this.flowLayoutPanel3.AutoSize = true; this.flowLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flowLayoutPanel3.Controls.Add(this.label4); this.flowLayoutPanel3.Controls.Add(this.txtpassword); this.flowLayoutPanel3.Location = new System.Drawing.Point(3, 37); this.flowLayoutPanel3.Name = "flowLayoutPanel3"; this.flowLayoutPanel3.Size = new System.Drawing.Size(302, 25); this.flowLayoutPanel3.TabIndex = 2; // // label4 // this.label4.Location = new System.Drawing.Point(3, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(108, 22); this.label4.TabIndex = 0; this.label4.Text = "{PASSWORD}: "; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtpassword // this.txtpassword.BackColor = System.Drawing.Color.Black; this.txtpassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtpassword.ForeColor = System.Drawing.Color.Gray; this.txtpassword.Location = new System.Drawing.Point(117, 3); this.txtpassword.Name = "txtpassword"; this.txtpassword.PasswordChar = '*'; this.txtpassword.Size = new System.Drawing.Size(182, 19); this.txtpassword.TabIndex = 1; // // flowLayoutPanel2 // this.flowLayoutPanel2.AutoSize = true; this.flowLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flowLayoutPanel2.Controls.Add(this.label3); this.flowLayoutPanel2.Controls.Add(this.txtsysname); this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 68); this.flowLayoutPanel2.Name = "flowLayoutPanel2"; this.flowLayoutPanel2.Size = new System.Drawing.Size(302, 25); this.flowLayoutPanel2.TabIndex = 0; // // label3 // this.label3.Location = new System.Drawing.Point(3, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(108, 22); this.label3.TabIndex = 0; this.label3.Text = "{SYSTEM_NAME}:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtsysname // this.txtsysname.BackColor = System.Drawing.Color.Black; this.txtsysname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtsysname.ForeColor = System.Drawing.Color.Gray; this.txtsysname.Location = new System.Drawing.Point(117, 3); this.txtsysname.Name = "txtsysname"; this.txtsysname.Size = new System.Drawing.Size(182, 19); this.txtsysname.TabIndex = 1; // // btnsetuserinfo // this.btnsetuserinfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnsetuserinfo.AutoSize = true; this.btnsetuserinfo.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btnsetuserinfo.FlatAppearance.BorderSize = 0; this.btnsetuserinfo.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Black; this.btnsetuserinfo.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Red; this.btnsetuserinfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnsetuserinfo.ForeColor = System.Drawing.Color.White; this.btnsetuserinfo.Location = new System.Drawing.Point(138, 192); this.btnsetuserinfo.Name = "btnsetuserinfo"; this.btnsetuserinfo.Size = new System.Drawing.Size(71, 22); this.btnsetuserinfo.TabIndex = 2; this.btnsetuserinfo.Text = "{SUBMIT}"; this.btnsetuserinfo.UseVisualStyleBackColor = true; this.btnsetuserinfo.Click += new System.EventHandler(this.btnsetuserinfo_Click); // // label2 // this.label2.Dock = System.Windows.Forms.DockStyle.Top; this.label2.Location = new System.Drawing.Point(0, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(334, 70); this.label2.TabIndex = 0; this.label2.Text = "{USER_INFO}\r\n\r\n{USER_INFO_EXP}"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pnldiscourse // this.pnldiscourse.BackColor = System.Drawing.Color.DarkGray; this.pnldiscourse.Controls.Add(this.flowLayoutPanel5); this.pnldiscourse.Controls.Add(this.button1); this.pnldiscourse.Controls.Add(this.label9); this.pnldiscourse.Location = new System.Drawing.Point(1050, 104); this.pnldiscourse.Name = "pnldiscourse"; this.pnldiscourse.Size = new System.Drawing.Size(334, 233); this.pnldiscourse.TabIndex = 4; // // flowLayoutPanel5 // this.flowLayoutPanel5.AutoSize = true; this.flowLayoutPanel5.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flowLayoutPanel5.Controls.Add(this.flowLayoutPanel6); this.flowLayoutPanel5.Controls.Add(this.flowLayoutPanel7); this.flowLayoutPanel5.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowLayoutPanel5.Location = new System.Drawing.Point(14, 121); this.flowLayoutPanel5.Name = "flowLayoutPanel5"; this.flowLayoutPanel5.Size = new System.Drawing.Size(308, 65); this.flowLayoutPanel5.TabIndex = 3; this.flowLayoutPanel5.WrapContents = false; // // flowLayoutPanel6 // this.flowLayoutPanel6.AutoSize = true; this.flowLayoutPanel6.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flowLayoutPanel6.Controls.Add(this.label6); this.flowLayoutPanel6.Controls.Add(this.txtdiscoursename); this.flowLayoutPanel6.Location = new System.Drawing.Point(3, 3); this.flowLayoutPanel6.Name = "flowLayoutPanel6"; this.flowLayoutPanel6.Size = new System.Drawing.Size(302, 28); this.flowLayoutPanel6.TabIndex = 2; // // label6 // this.label6.Location = new System.Drawing.Point(3, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(108, 28); this.label6.TabIndex = 0; this.label6.Text = "{USER_NAME}:"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtdiscoursename // this.txtdiscoursename.BackColor = System.Drawing.Color.Black; this.txtdiscoursename.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtdiscoursename.ForeColor = System.Drawing.Color.Gray; this.txtdiscoursename.Location = new System.Drawing.Point(117, 3); this.txtdiscoursename.Name = "txtdiscoursename"; this.txtdiscoursename.Size = new System.Drawing.Size(182, 19); this.txtdiscoursename.TabIndex = 1; // // flowLayoutPanel7 // this.flowLayoutPanel7.AutoSize = true; this.flowLayoutPanel7.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flowLayoutPanel7.Controls.Add(this.label7); this.flowLayoutPanel7.Controls.Add(this.txtdiscoursepass); this.flowLayoutPanel7.Location = new System.Drawing.Point(3, 37); this.flowLayoutPanel7.Name = "flowLayoutPanel7"; this.flowLayoutPanel7.Size = new System.Drawing.Size(302, 25); this.flowLayoutPanel7.TabIndex = 2; // // label7 // this.label7.Location = new System.Drawing.Point(3, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(108, 22); this.label7.TabIndex = 0; this.label7.Text = "{PASSWORD}: "; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtdiscoursepass // this.txtdiscoursepass.BackColor = System.Drawing.Color.Black; this.txtdiscoursepass.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtdiscoursepass.ForeColor = System.Drawing.Color.Gray; this.txtdiscoursepass.Location = new System.Drawing.Point(117, 3); this.txtdiscoursepass.Name = "txtdiscoursepass"; this.txtdiscoursepass.PasswordChar = '*'; this.txtdiscoursepass.Size = new System.Drawing.Size(182, 19); this.txtdiscoursepass.TabIndex = 1; // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.button1.AutoSize = true; this.button1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.button1.FlatAppearance.BorderSize = 0; this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Black; this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Red; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.ForeColor = System.Drawing.Color.White; this.button1.Location = new System.Drawing.Point(138, 192); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(71, 22); this.button1.TabIndex = 2; this.button1.Text = "{SUBMIT}"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label9 // this.label9.Dock = System.Windows.Forms.DockStyle.Top; this.label9.Location = new System.Drawing.Point(0, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(334, 88); this.label9.TabIndex = 0; this.label9.Text = "{DISCOURSE_INTEGRATION}\r\n\r\n{DISCOURSE_INTEGRATION_EXP}"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pnlterminaltutorial // this.pnlterminaltutorial.BackColor = System.Drawing.Color.DarkGray; this.pnlterminaltutorial.Controls.Add(this.pgsystemstatus); this.pnlterminaltutorial.Controls.Add(this.txtterm); this.pnlterminaltutorial.Location = new System.Drawing.Point(622, 384); this.pnlterminaltutorial.Name = "pnlterminaltutorial"; this.pnlterminaltutorial.Size = new System.Drawing.Size(940, 604); this.pnlterminaltutorial.TabIndex = 5; // // pnlreenteruserinfo // this.pnlreenteruserinfo.BackColor = System.Drawing.Color.DarkGray; this.pnlreenteruserinfo.Controls.Add(this.flowLayoutPanel8); this.pnlreenteruserinfo.Controls.Add(this.button2); this.pnlreenteruserinfo.Controls.Add(this.label11); this.pnlreenteruserinfo.Location = new System.Drawing.Point(791, 384); this.pnlreenteruserinfo.Name = "pnlreenteruserinfo"; this.pnlreenteruserinfo.Size = new System.Drawing.Size(334, 233); this.pnlreenteruserinfo.TabIndex = 6; // // flowLayoutPanel8 // this.flowLayoutPanel8.AutoSize = true; this.flowLayoutPanel8.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flowLayoutPanel8.Controls.Add(this.flowLayoutPanel9); this.flowLayoutPanel8.Controls.Add(this.flowLayoutPanel10); this.flowLayoutPanel8.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowLayoutPanel8.Location = new System.Drawing.Point(14, 121); this.flowLayoutPanel8.Name = "flowLayoutPanel8"; this.flowLayoutPanel8.Size = new System.Drawing.Size(308, 65); this.flowLayoutPanel8.TabIndex = 3; this.flowLayoutPanel8.WrapContents = false; // // flowLayoutPanel9 // this.flowLayoutPanel9.AutoSize = true; this.flowLayoutPanel9.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flowLayoutPanel9.Controls.Add(this.label8); this.flowLayoutPanel9.Controls.Add(this.txtruser); this.flowLayoutPanel9.Location = new System.Drawing.Point(3, 3); this.flowLayoutPanel9.Name = "flowLayoutPanel9"; this.flowLayoutPanel9.Size = new System.Drawing.Size(302, 28); this.flowLayoutPanel9.TabIndex = 2; // // label8 // this.label8.Location = new System.Drawing.Point(3, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(108, 28); this.label8.TabIndex = 0; this.label8.Text = "{USER_NAME}:"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtruser // this.txtruser.BackColor = System.Drawing.Color.Black; this.txtruser.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtruser.ForeColor = System.Drawing.Color.Gray; this.txtruser.Location = new System.Drawing.Point(117, 3); this.txtruser.Name = "txtruser"; this.txtruser.Size = new System.Drawing.Size(182, 19); this.txtruser.TabIndex = 1; // // flowLayoutPanel10 // this.flowLayoutPanel10.AutoSize = true; this.flowLayoutPanel10.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flowLayoutPanel10.Controls.Add(this.label10); this.flowLayoutPanel10.Controls.Add(this.txtrpass); this.flowLayoutPanel10.Location = new System.Drawing.Point(3, 37); this.flowLayoutPanel10.Name = "flowLayoutPanel10"; this.flowLayoutPanel10.Size = new System.Drawing.Size(302, 25); this.flowLayoutPanel10.TabIndex = 2; // // label10 // this.label10.Location = new System.Drawing.Point(3, 0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(108, 22); this.label10.TabIndex = 0; this.label10.Text = "{PASSWORD}: "; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtrpass // this.txtrpass.BackColor = System.Drawing.Color.Black; this.txtrpass.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtrpass.ForeColor = System.Drawing.Color.Gray; this.txtrpass.Location = new System.Drawing.Point(117, 3); this.txtrpass.Name = "txtrpass"; this.txtrpass.PasswordChar = '*'; this.txtrpass.Size = new System.Drawing.Size(182, 19); this.txtrpass.TabIndex = 1; // // button2 // this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.button2.AutoSize = true; this.button2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.button2.FlatAppearance.BorderSize = 0; this.button2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Black; this.button2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Red; this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.ForeColor = System.Drawing.Color.White; this.button2.Location = new System.Drawing.Point(138, 192); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(71, 22); this.button2.TabIndex = 2; this.button2.Text = "{SUBMIT}"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // label11 // this.label11.Dock = System.Windows.Forms.DockStyle.Top; this.label11.Location = new System.Drawing.Point(0, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(334, 88); this.label11.TabIndex = 0; this.label11.Text = "Enter new username and password\r\n\r\nAs per recent changes within the multi-user do" + "main, you must re-enter your username and password to re-complete registration w" + "ith the multi-user domain."; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pnlauthfail // this.pnlauthfail.BackColor = System.Drawing.Color.DarkGray; this.pnlauthfail.Controls.Add(this.button3); this.pnlauthfail.Controls.Add(this.label14); this.pnlauthfail.Location = new System.Drawing.Point(161, 460); this.pnlauthfail.Name = "pnlauthfail"; this.pnlauthfail.Size = new System.Drawing.Size(334, 138); this.pnlauthfail.TabIndex = 7; // // button3 // this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.button3.AutoSize = true; this.button3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.button3.FlatAppearance.BorderSize = 0; this.button3.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Black; this.button3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Red; this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button3.ForeColor = System.Drawing.Color.White; this.button3.Location = new System.Drawing.Point(138, 97); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(71, 22); this.button3.TabIndex = 2; this.button3.Text = "{SUBMIT}"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // label14 // this.label14.Dock = System.Windows.Forms.DockStyle.Top; this.label14.Location = new System.Drawing.Point(0, 0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(334, 88); this.label14.TabIndex = 0; this.label14.Text = "Registration Failure\r\n\r\nThat account already exists."; this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pnlauthdone // this.pnlauthdone.BackColor = System.Drawing.Color.DarkGray; this.pnlauthdone.Controls.Add(this.button4); this.pnlauthdone.Controls.Add(this.label12); this.pnlauthdone.Location = new System.Drawing.Point(122, 640); this.pnlauthdone.Name = "pnlauthdone"; this.pnlauthdone.Size = new System.Drawing.Size(334, 138); this.pnlauthdone.TabIndex = 8; // // button4 // this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.button4.AutoSize = true; this.button4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.button4.FlatAppearance.BorderSize = 0; this.button4.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Black; this.button4.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Red; this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button4.ForeColor = System.Drawing.Color.White; this.button4.Location = new System.Drawing.Point(138, 97); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(71, 22); this.button4.TabIndex = 2; this.button4.Text = "{SUBMIT}"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // label12 // this.label12.Dock = System.Windows.Forms.DockStyle.Top; this.label12.Location = new System.Drawing.Point(0, 0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(334, 88); this.label12.TabIndex = 0; this.label12.Text = "Registration Failure\r\n\r\nYou may proceed on with your regular day."; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pgsystemstatus // this.pgsystemstatus.BackColor = System.Drawing.Color.Black; this.pgsystemstatus.BlockSize = 5; this.pgsystemstatus.Location = new System.Drawing.Point(4, 578); this.pgsystemstatus.Maximum = 100; this.pgsystemstatus.Name = "pgsystemstatus"; this.pgsystemstatus.Size = new System.Drawing.Size(933, 23); this.pgsystemstatus.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.pgsystemstatus.TabIndex = 2; this.pgsystemstatus.Text = "shiftedProgressBar1"; this.pgsystemstatus.Value = 0; this.pgsystemstatus.Visible = false; // // txtterm // this.txtterm.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtterm.Location = new System.Drawing.Point(4, 3); this.txtterm.Name = "txtterm"; this.txtterm.Size = new System.Drawing.Size(933, 598); this.txtterm.TabIndex = 1; this.txtterm.Text = ""; // // pnlrelogin // this.pnlrelogin.BackColor = System.Drawing.Color.DarkGray; this.pnlrelogin.Controls.Add(this.flowLayoutPanel11); this.pnlrelogin.Controls.Add(this.button5); this.pnlrelogin.Controls.Add(this.label16); this.pnlrelogin.Location = new System.Drawing.Point(513, 445); this.pnlrelogin.Name = "pnlrelogin"; this.pnlrelogin.Size = new System.Drawing.Size(334, 233); this.pnlrelogin.TabIndex = 7; // // flowLayoutPanel11 // this.flowLayoutPanel11.AutoSize = true; this.flowLayoutPanel11.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flowLayoutPanel11.Controls.Add(this.flowLayoutPanel12); this.flowLayoutPanel11.Controls.Add(this.flowLayoutPanel13); this.flowLayoutPanel11.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowLayoutPanel11.Location = new System.Drawing.Point(14, 121); this.flowLayoutPanel11.Name = "flowLayoutPanel11"; this.flowLayoutPanel11.Size = new System.Drawing.Size(308, 65); this.flowLayoutPanel11.TabIndex = 3; this.flowLayoutPanel11.WrapContents = false; // // flowLayoutPanel12 // this.flowLayoutPanel12.AutoSize = true; this.flowLayoutPanel12.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flowLayoutPanel12.Controls.Add(this.label13); this.flowLayoutPanel12.Controls.Add(this.txtluser); this.flowLayoutPanel12.Location = new System.Drawing.Point(3, 3); this.flowLayoutPanel12.Name = "flowLayoutPanel12"; this.flowLayoutPanel12.Size = new System.Drawing.Size(302, 28); this.flowLayoutPanel12.TabIndex = 2; // // label13 // this.label13.Location = new System.Drawing.Point(3, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(108, 28); this.label13.TabIndex = 0; this.label13.Text = "{USER_NAME}:"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtluser // this.txtluser.BackColor = System.Drawing.Color.Black; this.txtluser.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtluser.ForeColor = System.Drawing.Color.Gray; this.txtluser.Location = new System.Drawing.Point(117, 3); this.txtluser.Name = "txtluser"; this.txtluser.Size = new System.Drawing.Size(182, 19); this.txtluser.TabIndex = 1; // // flowLayoutPanel13 // this.flowLayoutPanel13.AutoSize = true; this.flowLayoutPanel13.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flowLayoutPanel13.Controls.Add(this.label15); this.flowLayoutPanel13.Controls.Add(this.txtlpass); this.flowLayoutPanel13.Location = new System.Drawing.Point(3, 37); this.flowLayoutPanel13.Name = "flowLayoutPanel13"; this.flowLayoutPanel13.Size = new System.Drawing.Size(302, 25); this.flowLayoutPanel13.TabIndex = 2; // // label15 // this.label15.Location = new System.Drawing.Point(3, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(108, 22); this.label15.TabIndex = 0; this.label15.Text = "{PASSWORD}: "; this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtlpass // this.txtlpass.BackColor = System.Drawing.Color.Black; this.txtlpass.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtlpass.ForeColor = System.Drawing.Color.Gray; this.txtlpass.Location = new System.Drawing.Point(117, 3); this.txtlpass.Name = "txtlpass"; this.txtlpass.PasswordChar = '*'; this.txtlpass.Size = new System.Drawing.Size(182, 19); this.txtlpass.TabIndex = 1; // // button5 // this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.button5.AutoSize = true; this.button5.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.button5.FlatAppearance.BorderSize = 0; this.button5.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Black; this.button5.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Red; this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button5.ForeColor = System.Drawing.Color.White; this.button5.Location = new System.Drawing.Point(138, 192); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(71, 22); this.button5.TabIndex = 2; this.button5.Text = "{SUBMIT}"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // label16 // this.label16.Dock = System.Windows.Forms.DockStyle.Top; this.label16.Location = new System.Drawing.Point(0, 0); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(334, 88); this.label16.TabIndex = 0; this.label16.Text = "Re-enter User Login\r\n\r\nThe auto-login attempt for your current user account did n" + "ot work on this multi-user domain. Please enter the correct username and passwor" + "d for this MUD."; this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pnlrelogerror // this.pnlrelogerror.BackColor = System.Drawing.Color.DarkGray; this.pnlrelogerror.Controls.Add(this.button6); this.pnlrelogerror.Controls.Add(this.label17); this.pnlrelogerror.Location = new System.Drawing.Point(124, 816); this.pnlrelogerror.Name = "pnlrelogerror"; this.pnlrelogerror.Size = new System.Drawing.Size(334, 138); this.pnlrelogerror.TabIndex = 9; // // button6 // this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.button6.AutoSize = true; this.button6.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.button6.FlatAppearance.BorderSize = 0; this.button6.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Black; this.button6.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Red; this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button6.ForeColor = System.Drawing.Color.White; this.button6.Location = new System.Drawing.Point(138, 97); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(71, 22); this.button6.TabIndex = 2; this.button6.Text = "{SUBMIT}"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // label17 // this.label17.Dock = System.Windows.Forms.DockStyle.Top; this.label17.Location = new System.Drawing.Point(0, 0); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(334, 88); this.label17.TabIndex = 0; this.label17.Text = "Access denied.\r\n\r\nEither you entered details for an account that doesn\'t exist or" + " you attempted to break into an existing account with the incorrect password."; this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // Oobe // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.DarkBlue; this.ClientSize = new System.Drawing.Size(1916, 1000); this.Controls.Add(this.pnlrelogerror); this.Controls.Add(this.pnlrelogin); this.Controls.Add(this.pnlauthdone); this.Controls.Add(this.pnlauthfail); this.Controls.Add(this.pnlreenteruserinfo); this.Controls.Add(this.pnlterminaltutorial); this.Controls.Add(this.pnldiscourse); this.Controls.Add(this.pnluserinfo); this.Controls.Add(this.pnllanguage); this.Controls.Add(this.pnlshadow); this.Font = new System.Drawing.Font("Lucida Console", 9F); this.Name = "Oobe"; this.Text = "OutOfBoxExperience"; this.pnllanguage.ResumeLayout(false); this.pnllanguage.PerformLayout(); this.pnluserinfo.ResumeLayout(false); this.pnluserinfo.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); this.flowLayoutPanel4.ResumeLayout(false); this.flowLayoutPanel4.PerformLayout(); this.flowLayoutPanel3.ResumeLayout(false); this.flowLayoutPanel3.PerformLayout(); this.flowLayoutPanel2.ResumeLayout(false); this.flowLayoutPanel2.PerformLayout(); this.pnldiscourse.ResumeLayout(false); this.pnldiscourse.PerformLayout(); this.flowLayoutPanel5.ResumeLayout(false); this.flowLayoutPanel5.PerformLayout(); this.flowLayoutPanel6.ResumeLayout(false); this.flowLayoutPanel6.PerformLayout(); this.flowLayoutPanel7.ResumeLayout(false); this.flowLayoutPanel7.PerformLayout(); this.pnlterminaltutorial.ResumeLayout(false); this.pnlreenteruserinfo.ResumeLayout(false); this.pnlreenteruserinfo.PerformLayout(); this.flowLayoutPanel8.ResumeLayout(false); this.flowLayoutPanel8.PerformLayout(); this.flowLayoutPanel9.ResumeLayout(false); this.flowLayoutPanel9.PerformLayout(); this.flowLayoutPanel10.ResumeLayout(false); this.flowLayoutPanel10.PerformLayout(); this.pnlauthfail.ResumeLayout(false); this.pnlauthfail.PerformLayout(); this.pnlauthdone.ResumeLayout(false); this.pnlauthdone.PerformLayout(); this.pnlrelogin.ResumeLayout(false); this.pnlrelogin.PerformLayout(); this.flowLayoutPanel11.ResumeLayout(false); this.flowLayoutPanel11.PerformLayout(); this.flowLayoutPanel12.ResumeLayout(false); this.flowLayoutPanel12.PerformLayout(); this.flowLayoutPanel13.ResumeLayout(false); this.flowLayoutPanel13.PerformLayout(); this.pnlrelogerror.ResumeLayout(false); this.pnlrelogerror.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel pnlshadow; private System.Windows.Forms.Panel pnllanguage; private System.Windows.Forms.Button btnselectlang; private System.Windows.Forms.ListBox lblanguage; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel pnluserinfo; private System.Windows.Forms.Button btnsetuserinfo; private System.Windows.Forms.Label label2; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtusername; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtpassword; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtsysname; private System.Windows.Forms.Panel pnldiscourse; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel5; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel6; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtdiscoursename; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel7; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox txtdiscoursepass; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label9; private System.Windows.Forms.Panel pnlterminaltutorial; private Controls.TerminalBox txtterm; private ShiftedProgressBar pgsystemstatus; private System.Windows.Forms.Panel pnlreenteruserinfo; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel8; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel9; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtruser; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel10; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox txtrpass; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label label11; private System.Windows.Forms.Panel pnlauthfail; private System.Windows.Forms.Button button3; private System.Windows.Forms.Label label14; private System.Windows.Forms.Panel pnlauthdone; private System.Windows.Forms.Button button4; private System.Windows.Forms.Label label12; private System.Windows.Forms.Panel pnlrelogin; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel11; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel12; private System.Windows.Forms.Label label13; private System.Windows.Forms.TextBox txtluser; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel13; private System.Windows.Forms.Label label15; private System.Windows.Forms.TextBox txtlpass; private System.Windows.Forms.Button button5; private System.Windows.Forms.Label label16; private System.Windows.Forms.Panel pnlrelogerror; private System.Windows.Forms.Button button6; private System.Windows.Forms.Label label17; } }