namespace DemoInstaller { partial class frmMain { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain)); this.pnlLeft = new System.Windows.Forms.Panel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pnlContent = new System.Windows.Forms.Panel(); this.grpWorkspace = new System.Windows.Forms.GroupBox(); this.label8 = new System.Windows.Forms.Label(); this.tbProjectName = new System.Windows.Forms.TextBox(); this.grpUserDetails = new System.Windows.Forms.GroupBox(); this.tbPassword = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.tbEmail = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.tbFullName = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.grpConnect = new System.Windows.Forms.GroupBox(); this.btnCheckUser = new System.Windows.Forms.Button(); this.tbUser = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.tbPort = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.tbWorkspaceRoot = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.btnCreate = new System.Windows.Forms.Button(); this.btnCreateProject = new System.Windows.Forms.Button(); this.pnlLeft.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.pnlContent.SuspendLayout(); this.grpWorkspace.SuspendLayout(); this.grpUserDetails.SuspendLayout(); this.grpConnect.SuspendLayout(); this.SuspendLayout(); // // pnlLeft // this.pnlLeft.BackColor = System.Drawing.SystemColors.Highlight; this.pnlLeft.Controls.Add(this.pictureBox1); this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.pnlLeft.Location = new System.Drawing.Point(0, 0); this.pnlLeft.Name = "pnlLeft"; this.pnlLeft.Size = new System.Drawing.Size(172, 516); this.pnlLeft.TabIndex = 0; // // pictureBox1 // this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top; this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(172, 247); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // pnlContent // this.pnlContent.Controls.Add(this.grpWorkspace); this.pnlContent.Controls.Add(this.grpUserDetails); this.pnlContent.Controls.Add(this.label7); this.pnlContent.Controls.Add(this.label1); this.pnlContent.Controls.Add(this.grpConnect); this.pnlContent.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlContent.Location = new System.Drawing.Point(172, 0); this.pnlContent.Name = "pnlContent"; this.pnlContent.Padding = new System.Windows.Forms.Padding(10); this.pnlContent.Size = new System.Drawing.Size(454, 516); this.pnlContent.TabIndex = 2; // // grpWorkspace // this.grpWorkspace.Controls.Add(this.btnCreateProject); this.grpWorkspace.Controls.Add(this.label10); this.grpWorkspace.Controls.Add(this.textBox1); this.grpWorkspace.Controls.Add(this.label9); this.grpWorkspace.Controls.Add(this.tbWorkspaceRoot); this.grpWorkspace.Controls.Add(this.label8); this.grpWorkspace.Controls.Add(this.tbProjectName); this.grpWorkspace.Location = new System.Drawing.Point(13, 357); this.grpWorkspace.Name = "grpWorkspace"; this.grpWorkspace.Size = new System.Drawing.Size(397, 132); this.grpWorkspace.TabIndex = 26; this.grpWorkspace.TabStop = false; this.grpWorkspace.Text = "Import Project"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(8, 22); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(69, 13); this.label8.TabIndex = 23; this.label8.Text = "Project name"; // // tbProjectName // this.tbProjectName.Location = new System.Drawing.Point(83, 19); this.tbProjectName.Name = "tbProjectName"; this.tbProjectName.Size = new System.Drawing.Size(185, 20); this.tbProjectName.TabIndex = 21; // // grpUserDetails // this.grpUserDetails.Controls.Add(this.btnCreate); this.grpUserDetails.Controls.Add(this.tbPassword); this.grpUserDetails.Controls.Add(this.label6); this.grpUserDetails.Controls.Add(this.tbEmail); this.grpUserDetails.Controls.Add(this.label5); this.grpUserDetails.Controls.Add(this.tbFullName); this.grpUserDetails.Controls.Add(this.label4); this.grpUserDetails.Location = new System.Drawing.Point(14, 234); this.grpUserDetails.Name = "grpUserDetails"; this.grpUserDetails.Size = new System.Drawing.Size(396, 111); this.grpUserDetails.TabIndex = 25; this.grpUserDetails.TabStop = false; this.grpUserDetails.Text = "User Details"; // // tbPassword // this.tbPassword.Location = new System.Drawing.Point(82, 78); this.tbPassword.Name = "tbPassword"; this.tbPassword.PasswordChar = '*'; this.tbPassword.Size = new System.Drawing.Size(185, 20); this.tbPassword.TabIndex = 26; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(7, 78); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 13); this.label6.TabIndex = 25; this.label6.Text = "Password"; // // tbEmail // this.tbEmail.Location = new System.Drawing.Point(82, 49); this.tbEmail.Name = "tbEmail"; this.tbEmail.Size = new System.Drawing.Size(185, 20); this.tbEmail.TabIndex = 24; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(7, 49); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(32, 13); this.label5.TabIndex = 23; this.label5.Text = "Email"; // // tbFullName // this.tbFullName.Location = new System.Drawing.Point(82, 19); this.tbFullName.Name = "tbFullName"; this.tbFullName.Size = new System.Drawing.Size(185, 20); this.tbFullName.TabIndex = 20; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 22); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(49, 13); this.label4.TabIndex = 19; this.label4.Text = "Fullname"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(13, 39); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(264, 78); this.label7.TabIndex = 23; this.label7.Text = resources.GetString("label7.Text"); // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Top; this.label1.Font = new System.Drawing.Font("Segoe UI", 12.25F); this.label1.Location = new System.Drawing.Point(10, 10); this.label1.Name = "label1"; this.label1.Padding = new System.Windows.Forms.Padding(0, 5, 0, 5); this.label1.Size = new System.Drawing.Size(434, 29); this.label1.TabIndex = 12; this.label1.Text = "Installer for Unity Demos"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // grpConnect // this.grpConnect.Controls.Add(this.btnCheckUser); this.grpConnect.Controls.Add(this.tbUser); this.grpConnect.Controls.Add(this.label3); this.grpConnect.Controls.Add(this.tbPort); this.grpConnect.Controls.Add(this.label2); this.grpConnect.Location = new System.Drawing.Point(13, 128); this.grpConnect.Name = "grpConnect"; this.grpConnect.Size = new System.Drawing.Size(397, 100); this.grpConnect.TabIndex = 27; this.grpConnect.TabStop = false; this.grpConnect.Text = "Server Settings"; // // btnCheckUser // this.btnCheckUser.Location = new System.Drawing.Point(291, 54); this.btnCheckUser.Name = "btnCheckUser"; this.btnCheckUser.Size = new System.Drawing.Size(88, 23); this.btnCheckUser.TabIndex = 25; this.btnCheckUser.Text = "C&onnect"; this.btnCheckUser.UseVisualStyleBackColor = true; // // tbUser // this.tbUser.Location = new System.Drawing.Point(83, 57); this.tbUser.Name = "tbUser"; this.tbUser.Size = new System.Drawing.Size(185, 20); this.tbUser.TabIndex = 20; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(19, 60); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(43, 13); this.label3.TabIndex = 19; this.label3.Text = "User ID"; // // tbPort // this.tbPort.Location = new System.Drawing.Point(83, 24); this.tbPort.Name = "tbPort"; this.tbPort.Size = new System.Drawing.Size(185, 20); this.tbPort.TabIndex = 18; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(19, 27); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(26, 13); this.label2.TabIndex = 17; this.label2.Text = "Port"; // // tbWorkspaceRoot // this.tbWorkspaceRoot.Location = new System.Drawing.Point(83, 45); this.tbWorkspaceRoot.Name = "tbWorkspaceRoot"; this.tbWorkspaceRoot.PasswordChar = '*'; this.tbWorkspaceRoot.Size = new System.Drawing.Size(185, 20); this.tbWorkspaceRoot.TabIndex = 31; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(8, 48); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(49, 13); this.label9.TabIndex = 32; this.label9.Text = "Fullname"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(8, 74); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(49, 13); this.label10.TabIndex = 34; this.label10.Text = "Fullname"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(83, 71); this.textBox1.Name = "textBox1"; this.textBox1.PasswordChar = '*'; this.textBox1.Size = new System.Drawing.Size(185, 20); this.textBox1.TabIndex = 33; // // btnCreate // this.btnCreate.Location = new System.Drawing.Point(290, 73); this.btnCreate.Name = "btnCreate"; this.btnCreate.Size = new System.Drawing.Size(88, 23); this.btnCreate.TabIndex = 27; this.btnCreate.Text = "Create User"; this.btnCreate.UseVisualStyleBackColor = true; // // btnCreateProject // this.btnCreateProject.Location = new System.Drawing.Point(291, 74); this.btnCreateProject.Name = "btnCreateProject"; this.btnCreateProject.Size = new System.Drawing.Size(88, 23); this.btnCreateProject.TabIndex = 35; this.btnCreateProject.Text = "Create..."; this.btnCreateProject.UseVisualStyleBackColor = true; // // frmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(626, 516); this.Controls.Add(this.pnlContent); this.Controls.Add(this.pnlLeft); this.Name = "frmMain"; this.Text = "Unity Demo Installer Wizard"; this.Load += new System.EventHandler(this.frmMain_Load); this.pnlLeft.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.pnlContent.ResumeLayout(false); this.pnlContent.PerformLayout(); this.grpWorkspace.ResumeLayout(false); this.grpWorkspace.PerformLayout(); this.grpUserDetails.ResumeLayout(false); this.grpUserDetails.PerformLayout(); this.grpConnect.ResumeLayout(false); this.grpConnect.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel pnlLeft; private System.Windows.Forms.Panel pnlContent; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label7; private System.Windows.Forms.GroupBox grpUserDetails; public System.Windows.Forms.TextBox tbPassword; private System.Windows.Forms.Label label6; public System.Windows.Forms.TextBox tbEmail; private System.Windows.Forms.Label label5; public System.Windows.Forms.TextBox tbFullName; private System.Windows.Forms.Label label4; private System.Windows.Forms.GroupBox grpWorkspace; private System.Windows.Forms.GroupBox grpConnect; private System.Windows.Forms.Button btnCheckUser; public System.Windows.Forms.TextBox tbUser; private System.Windows.Forms.Label label3; public System.Windows.Forms.TextBox tbPort; private System.Windows.Forms.Label label2; public System.Windows.Forms.TextBox tbProjectName; private System.Windows.Forms.Label label8; public System.Windows.Forms.TextBox tbWorkspaceRoot; private System.Windows.Forms.Label label9; private System.Windows.Forms.Button btnCreateProject; private System.Windows.Forms.Label label10; public System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button btnCreate; } }