namespace ANX.ContentCompiler.GUI.Dialogues { partial class ErrorLogScreen { /// /// 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.buttonNext = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.textBox = new System.Windows.Forms.TextBox(); this.labelHeading = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.buttonCancel = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // buttonNext // this.buttonNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonNext.FlatAppearance.BorderColor = System.Drawing.Color.Gray; this.buttonNext.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Green; this.buttonNext.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Gray; this.buttonNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonNext.Location = new System.Drawing.Point(504, 317); this.buttonNext.Name = "buttonNext"; this.buttonNext.Size = new System.Drawing.Size(84, 30); this.buttonNext.TabIndex = 6; this.buttonNext.Text = "OK"; this.buttonNext.UseVisualStyleBackColor = true; this.buttonNext.Click += new System.EventHandler(this.ButtonNextClick); // // button3 // this.button3.DialogResult = System.Windows.Forms.DialogResult.Abort; this.button3.FlatAppearance.BorderSize = 0; this.button3.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Green; this.button3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Gray; this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button3.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button3.Location = new System.Drawing.Point(572, -1); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(26, 23); this.button3.TabIndex = 7; this.button3.Text = "X"; this.button3.UseVisualStyleBackColor = true; // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.textBox); this.panel1.Controls.Add(this.labelHeading); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.buttonNext); this.panel1.Controls.Add(this.button3); this.panel1.Controls.Add(this.buttonCancel); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(600, 359); this.panel1.TabIndex = 14; // // textBox // this.textBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.textBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox.ForeColor = System.Drawing.Color.White; this.textBox.Location = new System.Drawing.Point(41, 77); this.textBox.Multiline = true; this.textBox.Name = "textBox"; this.textBox.ReadOnly = true; this.textBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox.Size = new System.Drawing.Size(497, 221); this.textBox.TabIndex = 16; // // labelHeading // this.labelHeading.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelHeading.Location = new System.Drawing.Point(85, 36); this.labelHeading.Name = "labelHeading"; this.labelHeading.Size = new System.Drawing.Size(429, 38); this.labelHeading.TabIndex = 15; this.labelHeading.Text = "Here\'s the log of the build process:"; this.labelHeading.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label1 // this.label1.Location = new System.Drawing.Point(-4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(570, 22); this.label1.TabIndex = 14; this.label1.Text = "Build Log"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // buttonCancel // this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonCancel.FlatAppearance.BorderColor = System.Drawing.Color.Gray; this.buttonCancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Green; this.buttonCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Gray; this.buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonCancel.Location = new System.Drawing.Point(12, 317); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 30); this.buttonCancel.TabIndex = 5; this.buttonCancel.Text = "Copy"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.ButtonCancelClick); // // ErrorLogScreen // this.AcceptButton = this.buttonNext; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.ClientSize = new System.Drawing.Size(600, 359); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ForeColor = System.Drawing.Color.White; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "ErrorLogScreen"; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "FirstStartScreen"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button buttonNext; private System.Windows.Forms.Button button3; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label labelHeading; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.TextBox textBox; } }