namespace ANX.ContentCompiler.GUI.Dialogues
{
partial class NewProjectSummaryScreen
{
///
/// 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(NewProjectSummaryScreen));
this.buttonClose = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.textBox = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.labelHeading = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.buttonNext = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// buttonClose
//
this.buttonClose.DialogResult = System.Windows.Forms.DialogResult.Abort;
this.buttonClose.FlatAppearance.BorderSize = 0;
this.buttonClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Green;
this.buttonClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Gray;
this.buttonClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonClose.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonClose.Location = new System.Drawing.Point(572, -1);
this.buttonClose.Name = "buttonClose";
this.buttonClose.Size = new System.Drawing.Size(26, 23);
this.buttonClose.TabIndex = 7;
this.buttonClose.Text = "X";
this.buttonClose.UseVisualStyleBackColor = true;
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.textBox);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.labelHeading);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.buttonNext);
this.panel1.Controls.Add(this.buttonClose);
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)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
this.textBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox.ForeColor = System.Drawing.Color.Gray;
this.textBox.Location = new System.Drawing.Point(90, 99);
this.textBox.Multiline = true;
this.textBox.Name = "textBox";
this.textBox.ReadOnly = true;
this.textBox.Size = new System.Drawing.Size(424, 198);
this.textBox.TabIndex = 17;
this.textBox.Text = resources.GetString("textBox.Text");
//
// label2
//
this.label2.Location = new System.Drawing.Point(87, 68);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(427, 28);
this.label2.TabIndex = 16;
this.label2.Text = "Below you can see a summary of the new project:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// 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, 37);
this.labelHeading.Name = "labelHeading";
this.labelHeading.Size = new System.Drawing.Size(429, 31);
this.labelHeading.TabIndex = 15;
this.labelHeading.Text = "Hej, looks like we\'re done here!";
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 = "New Project";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// 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(185, 316);
this.buttonNext.Name = "buttonNext";
this.buttonNext.Size = new System.Drawing.Size(228, 30);
this.buttonNext.TabIndex = 6;
this.buttonNext.Text = "Start working!";
this.buttonNext.UseVisualStyleBackColor = true;
this.buttonNext.Click += new System.EventHandler(this.ButtonNextClick);
//
// NewProjectSummaryScreen
//
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 = "NewProjectSummaryScreen";
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 buttonClose;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label labelHeading;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox;
private System.Windows.Forms.Button buttonNext;
}
}