namespace Darwinbots3 { partial class BootScreen { /// /// 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.DescriptionLabel = new System.Windows.Forms.Label(); this.LoadingLabel = new System.Windows.Forms.Label(); this.BootStatusLabel = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // DescriptionLabel // this.DescriptionLabel.AutoSize = true; this.DescriptionLabel.Location = new System.Drawing.Point(12, 20); this.DescriptionLabel.Name = "DescriptionLabel"; this.DescriptionLabel.Size = new System.Drawing.Size(354, 13); this.DescriptionLabel.TabIndex = 0; this.DescriptionLabel.Text = "This is a Splash screen come Boot loader come Auto patcher Thingymajig"; // // LoadingLabel // this.LoadingLabel.AutoSize = true; this.LoadingLabel.Location = new System.Drawing.Point(12, 217); this.LoadingLabel.Name = "LoadingLabel"; this.LoadingLabel.Size = new System.Drawing.Size(54, 13); this.LoadingLabel.TabIndex = 1; this.LoadingLabel.Text = "Loading..."; // // BootStatusLabel // this.BootStatusLabel.AutoSize = true; this.BootStatusLabel.Location = new System.Drawing.Point(12, 233); this.BootStatusLabel.Name = "BootStatusLabel"; this.BootStatusLabel.Size = new System.Drawing.Size(80, 13); this.BootStatusLabel.TabIndex = 2; this.BootStatusLabel.Text = "Xna Graphics..."; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 49); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(168, 13); this.label1.TabIndex = 3; this.label1.Text = "Step 1) Load in configuration XML"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 66); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(208, 13); this.label2.TabIndex = 4; this.label2.Text = "Step 2) Find out if we are the latest version"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 83); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(200, 13); this.label3.TabIndex = 5; this.label3.Text = "Step 3) Download latest files if applicable"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(12, 100); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(264, 13); this.label4.TabIndex = 6; this.label4.Text = "Step 4) Load in all the assemblies in the modules folder"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(12, 117); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(323, 13); this.label5.TabIndex = 7; this.label5.Text = "Step 5) Find, validate and index all the modules in these assembiles"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(12, 134); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(275, 13); this.label6.TabIndex = 8; this.label6.Text = "Step 6) Create instances of the default/selected modules"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(12, 168); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(70, 13); this.label7.TabIndex = 9; this.label7.Text = "Step 8) Close"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(12, 151); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(284, 13); this.label8.TabIndex = 10; this.label8.Text = "Step 7) Pass main execution thread to the new UI instance"; // // BootScreen // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(390, 260); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.BootStatusLabel); this.Controls.Add(this.LoadingLabel); this.Controls.Add(this.DescriptionLabel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "BootScreen"; this.Text = "Darwinbots3"; this.Shown += new System.EventHandler(this.BootScreen_Shown); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label DescriptionLabel; private System.Windows.Forms.Label LoadingLabel; private System.Windows.Forms.Label BootStatusLabel; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; } }