2012-08-26 19:03:12 +00:00
|
|
|
|
namespace ANX.ContentCompiler.GUI.States
|
|
|
|
|
{
|
|
|
|
|
partial class EditingState
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Component Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.labelHead = new System.Windows.Forms.Label();
|
|
|
|
|
this.arrowButtonAddFiles = new ANX.ContentCompiler.GUI.Controls.ArrowButton();
|
|
|
|
|
this.arrowButtonCreateFolder = new ANX.ContentCompiler.GUI.Controls.ArrowButton();
|
|
|
|
|
this.arrowButtonPreview = new ANX.ContentCompiler.GUI.Controls.ArrowButton();
|
|
|
|
|
this.arrowButtonBuild = new ANX.ContentCompiler.GUI.Controls.ArrowButton();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// labelHead
|
|
|
|
|
//
|
|
|
|
|
this.labelHead.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.labelHead.Font = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.labelHead.Location = new System.Drawing.Point(15, 11);
|
|
|
|
|
this.labelHead.Name = "labelHead";
|
|
|
|
|
this.labelHead.Size = new System.Drawing.Size(351, 61);
|
|
|
|
|
this.labelHead.TabIndex = 4;
|
|
|
|
|
this.labelHead.Text = "What now?";
|
|
|
|
|
this.labelHead.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
//
|
|
|
|
|
// arrowButtonAddFiles
|
|
|
|
|
//
|
|
|
|
|
this.arrowButtonAddFiles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.arrowButtonAddFiles.AutoSize = true;
|
|
|
|
|
this.arrowButtonAddFiles.Content = "Add Files";
|
|
|
|
|
this.arrowButtonAddFiles.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.arrowButtonAddFiles.Location = new System.Drawing.Point(16, 73);
|
|
|
|
|
this.arrowButtonAddFiles.Name = "arrowButtonAddFiles";
|
|
|
|
|
this.arrowButtonAddFiles.Size = new System.Drawing.Size(348, 64);
|
|
|
|
|
this.arrowButtonAddFiles.TabIndex = 5;
|
2012-09-01 16:30:35 +00:00
|
|
|
|
this.arrowButtonAddFiles.Click += new System.EventHandler(this.ArrowButtonAddFilesClick);
|
2012-08-26 19:03:12 +00:00
|
|
|
|
//
|
|
|
|
|
// arrowButtonCreateFolder
|
|
|
|
|
//
|
|
|
|
|
this.arrowButtonCreateFolder.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.arrowButtonCreateFolder.AutoSize = true;
|
|
|
|
|
this.arrowButtonCreateFolder.Content = "Create Folder";
|
|
|
|
|
this.arrowButtonCreateFolder.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.arrowButtonCreateFolder.Location = new System.Drawing.Point(16, 141);
|
|
|
|
|
this.arrowButtonCreateFolder.Name = "arrowButtonCreateFolder";
|
|
|
|
|
this.arrowButtonCreateFolder.Size = new System.Drawing.Size(348, 64);
|
|
|
|
|
this.arrowButtonCreateFolder.TabIndex = 6;
|
2012-09-08 22:03:13 +00:00
|
|
|
|
this.arrowButtonCreateFolder.Click += new System.EventHandler(this.ArrowButtonCreateFolderClick);
|
2012-08-26 19:03:12 +00:00
|
|
|
|
//
|
|
|
|
|
// arrowButtonPreview
|
|
|
|
|
//
|
|
|
|
|
this.arrowButtonPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.arrowButtonPreview.AutoSize = true;
|
|
|
|
|
this.arrowButtonPreview.Content = "Preview File";
|
|
|
|
|
this.arrowButtonPreview.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.arrowButtonPreview.Location = new System.Drawing.Point(16, 206);
|
|
|
|
|
this.arrowButtonPreview.Name = "arrowButtonPreview";
|
|
|
|
|
this.arrowButtonPreview.Size = new System.Drawing.Size(348, 64);
|
|
|
|
|
this.arrowButtonPreview.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// arrowButtonBuild
|
|
|
|
|
//
|
|
|
|
|
this.arrowButtonBuild.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.arrowButtonBuild.AutoSize = true;
|
|
|
|
|
this.arrowButtonBuild.Content = "Build Project";
|
|
|
|
|
this.arrowButtonBuild.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.arrowButtonBuild.Location = new System.Drawing.Point(16, 273);
|
|
|
|
|
this.arrowButtonBuild.Name = "arrowButtonBuild";
|
|
|
|
|
this.arrowButtonBuild.Size = new System.Drawing.Size(348, 64);
|
|
|
|
|
this.arrowButtonBuild.TabIndex = 8;
|
2012-09-09 15:44:49 +00:00
|
|
|
|
this.arrowButtonBuild.Click += new System.EventHandler(this.ArrowButtonBuildClick);
|
2012-08-26 19:03:12 +00:00
|
|
|
|
//
|
|
|
|
|
// EditingState
|
|
|
|
|
//
|
|
|
|
|
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.Controls.Add(this.arrowButtonBuild);
|
|
|
|
|
this.Controls.Add(this.arrowButtonPreview);
|
|
|
|
|
this.Controls.Add(this.arrowButtonCreateFolder);
|
|
|
|
|
this.Controls.Add(this.arrowButtonAddFiles);
|
|
|
|
|
this.Controls.Add(this.labelHead);
|
|
|
|
|
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.Name = "EditingState";
|
|
|
|
|
this.Size = new System.Drawing.Size(380, 384);
|
2012-08-27 19:09:10 +00:00
|
|
|
|
this.Load += new System.EventHandler(this.EditingStateLoad);
|
2012-08-26 19:03:12 +00:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Label labelHead;
|
|
|
|
|
private Controls.ArrowButton arrowButtonAddFiles;
|
|
|
|
|
private Controls.ArrowButton arrowButtonCreateFolder;
|
|
|
|
|
private Controls.ArrowButton arrowButtonPreview;
|
|
|
|
|
private Controls.ArrowButton arrowButtonBuild;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|