Download Cyotek.ArcadeExplosionMaker.zip version 1.0.0.1, last updated 05/06/2012 (123.69 KB)

Download
  • md5: bd412009442f7923a555ba5b0f508fe0
namespace Cyotek.ArcadeExplosionMaker.Client
{
  partial class MainForm
  {
    /// <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 Windows Form 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.components = new System.ComponentModel.Container();
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
      this.editorSplitContainer = new System.Windows.Forms.SplitContainer();
      this.propertyGrid = new System.Windows.Forms.PropertyGrid();
      this.previewSplitContainer = new System.Windows.Forms.SplitContainer();
      this.spriteSheetImageBox = new Cyotek.Windows.Forms.ImageBox();
      this.animationImageBox = new Cyotek.Windows.Forms.ImageBox();
      this.menuStrip = new System.Windows.Forms.MenuStrip();
      this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
      this.exportSpriteSheetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.exportImagesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.openFileLocationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
      this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.projectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.showFrameHighlightsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.animatedPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
      this.sizeToFitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.actualSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.homePageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
      this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.statusStrip = new System.Windows.Forms.StatusStrip();
      this.statusToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
      this.seedToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
      this.animationTimer = new System.Windows.Forms.Timer(this.components);
      this.toolStrip = new System.Windows.Forms.ToolStrip();
      this.newToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
      this.copyToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
      this.exportSpriteSheetToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.exportImagesToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.openFileLocationToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
      this.refreshToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
      this.speedToolStripTrackBar = new Cyotek.Windows.Forms.ToolStripControllerHosts.ToolStripTrackBar();
      this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
      this.showFrameHighlightsToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
      this.animatedToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
      this.sizeToFitToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.actualSizeToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
      this.editorSplitContainer.Panel1.SuspendLayout();
      this.editorSplitContainer.Panel2.SuspendLayout();
      this.editorSplitContainer.SuspendLayout();
      this.previewSplitContainer.Panel1.SuspendLayout();
      this.previewSplitContainer.Panel2.SuspendLayout();
      this.previewSplitContainer.SuspendLayout();
      this.menuStrip.SuspendLayout();
      this.statusStrip.SuspendLayout();
      this.toolStrip.SuspendLayout();
      this.SuspendLayout();
      // 
      // editorSplitContainer
      // 
      this.editorSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
      this.editorSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
      this.editorSplitContainer.Location = new System.Drawing.Point(0, 49);
      this.editorSplitContainer.Name = "editorSplitContainer";
      // 
      // editorSplitContainer.Panel1
      // 
      this.editorSplitContainer.Panel1.Controls.Add(this.propertyGrid);
      // 
      // editorSplitContainer.Panel2
      // 
      this.editorSplitContainer.Panel2.Controls.Add(this.previewSplitContainer);
      this.editorSplitContainer.Size = new System.Drawing.Size(885, 485);
      this.editorSplitContainer.SplitterDistance = 300;
      this.editorSplitContainer.TabIndex = 0;
      // 
      // propertyGrid
      // 
      this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
      this.propertyGrid.Location = new System.Drawing.Point(0, 0);
      this.propertyGrid.Name = "propertyGrid";
      this.propertyGrid.Size = new System.Drawing.Size(300, 485);
      this.propertyGrid.TabIndex = 0;
      this.propertyGrid.ToolbarVisible = false;
      // 
      // previewSplitContainer
      // 
      this.previewSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
      this.previewSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
      this.previewSplitContainer.Location = new System.Drawing.Point(0, 0);
      this.previewSplitContainer.Name = "previewSplitContainer";
      this.previewSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
      // 
      // previewSplitContainer.Panel1
      // 
      this.previewSplitContainer.Panel1.Controls.Add(this.spriteSheetImageBox);
      // 
      // previewSplitContainer.Panel2
      // 
      this.previewSplitContainer.Panel2.Controls.Add(this.animationImageBox);
      this.previewSplitContainer.Size = new System.Drawing.Size(581, 485);
      this.previewSplitContainer.SplitterDistance = 277;
      this.previewSplitContainer.TabIndex = 0;
      // 
      // spriteSheetImageBox
      // 
      this.spriteSheetImageBox.AllowClickZoom = false;
      this.spriteSheetImageBox.AutoPan = false;
      this.spriteSheetImageBox.AutoSize = false;
      this.spriteSheetImageBox.BackColor = System.Drawing.SystemColors.Control;
      this.spriteSheetImageBox.Dock = System.Windows.Forms.DockStyle.Fill;
      this.spriteSheetImageBox.GridDisplayMode = Cyotek.Windows.Forms.ImageBoxGridDisplayMode.Image;
      this.spriteSheetImageBox.ImageBorderStyle = Cyotek.Windows.Forms.ImageBoxBorderStyle.FixedSingle;
      this.spriteSheetImageBox.Location = new System.Drawing.Point(0, 0);
      this.spriteSheetImageBox.Name = "spriteSheetImageBox";
      this.spriteSheetImageBox.Size = new System.Drawing.Size(581, 277);
      this.spriteSheetImageBox.SizeToFit = true;
      this.spriteSheetImageBox.TabIndex = 0;
      this.spriteSheetImageBox.SizeToFitChanged += new System.EventHandler(this.spriteSheetImageBox_SizeToFitChanged);
      // 
      // animationImageBox
      // 
      this.animationImageBox.AutoPan = false;
      this.animationImageBox.AutoSize = false;
      this.animationImageBox.Dock = System.Windows.Forms.DockStyle.Fill;
      this.animationImageBox.Location = new System.Drawing.Point(0, 0);
      this.animationImageBox.Name = "animationImageBox";
      this.animationImageBox.Size = new System.Drawing.Size(581, 204);
      this.animationImageBox.SizeToFit = true;
      this.animationImageBox.TabIndex = 1;
      // 
      // menuStrip
      // 
      this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.editToolStripMenuItem,
            this.projectToolStripMenuItem,
            this.viewToolStripMenuItem,
            this.helpToolStripMenuItem});
      this.menuStrip.Location = new System.Drawing.Point(0, 0);
      this.menuStrip.Name = "menuStrip";
      this.menuStrip.Size = new System.Drawing.Size(885, 24);
      this.menuStrip.TabIndex = 1;
      // 
      // fileToolStripMenuItem
      // 
      this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripMenuItem,
            this.openToolStripMenuItem,
            this.saveToolStripMenuItem,
            this.saveAsToolStripMenuItem,
            this.toolStripMenuItem2,
            this.exportSpriteSheetToolStripMenuItem,
            this.exportImagesToolStripMenuItem,
            this.openFileLocationToolStripMenuItem,
            this.toolStripSeparator3,
            this.exitToolStripMenuItem});
      this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
      this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
      this.fileToolStripMenuItem.Text = "&File";
      // 
      // newToolStripMenuItem
      // 
      this.newToolStripMenuItem.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.New;
      this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.newToolStripMenuItem.Name = "newToolStripMenuItem";
      this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
      this.newToolStripMenuItem.Size = new System.Drawing.Size(218, 22);
      this.newToolStripMenuItem.Text = "&New";
      this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
      // 
      // openToolStripMenuItem
      // 
      this.openToolStripMenuItem.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.Open;
      this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.openToolStripMenuItem.Name = "openToolStripMenuItem";
      this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
      this.openToolStripMenuItem.Size = new System.Drawing.Size(218, 22);
      this.openToolStripMenuItem.Text = "&Open...";
      this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
      // 
      // saveToolStripMenuItem
      // 
      this.saveToolStripMenuItem.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.Save;
      this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
      this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
      this.saveToolStripMenuItem.Size = new System.Drawing.Size(218, 22);
      this.saveToolStripMenuItem.Text = "&Save";
      this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
      // 
      // saveAsToolStripMenuItem
      // 
      this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
      this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(218, 22);
      this.saveAsToolStripMenuItem.Text = "Save &As...";
      this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
      // 
      // toolStripMenuItem2
      // 
      this.toolStripMenuItem2.Name = "toolStripMenuItem2";
      this.toolStripMenuItem2.Size = new System.Drawing.Size(215, 6);
      // 
      // exportSpriteSheetToolStripMenuItem
      // 
      this.exportSpriteSheetToolStripMenuItem.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.ExportSpriteSheet;
      this.exportSpriteSheetToolStripMenuItem.Name = "exportSpriteSheetToolStripMenuItem";
      this.exportSpriteSheetToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I)));
      this.exportSpriteSheetToolStripMenuItem.Size = new System.Drawing.Size(218, 22);
      this.exportSpriteSheetToolStripMenuItem.Text = "Export Spr&ite Sheet...";
      this.exportSpriteSheetToolStripMenuItem.Click += new System.EventHandler(this.exportSpriteSheetToolStripMenuItem_Click);
      // 
      // exportImagesToolStripMenuItem
      // 
      this.exportImagesToolStripMenuItem.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.ExportImages;
      this.exportImagesToolStripMenuItem.Name = "exportImagesToolStripMenuItem";
      this.exportImagesToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
      this.exportImagesToolStripMenuItem.Size = new System.Drawing.Size(218, 22);
      this.exportImagesToolStripMenuItem.Text = "&Export Images...";
      this.exportImagesToolStripMenuItem.Click += new System.EventHandler(this.exportImagesToolStripMenuItem_Click);
      // 
      // openFileLocationToolStripMenuItem
      // 
      this.openFileLocationToolStripMenuItem.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.OpenFileLocation;
      this.openFileLocationToolStripMenuItem.Name = "openFileLocationToolStripMenuItem";
      this.openFileLocationToolStripMenuItem.Size = new System.Drawing.Size(218, 22);
      this.openFileLocationToolStripMenuItem.Text = "Open File &Location";
      this.openFileLocationToolStripMenuItem.Click += new System.EventHandler(this.openFileLocationToolStripMenuItem_Click);
      // 
      // toolStripSeparator3
      // 
      this.toolStripSeparator3.Name = "toolStripSeparator3";
      this.toolStripSeparator3.Size = new System.Drawing.Size(215, 6);
      // 
      // exitToolStripMenuItem
      // 
      this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
      this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
      this.exitToolStripMenuItem.Size = new System.Drawing.Size(218, 22);
      this.exitToolStripMenuItem.Text = "E&xit";
      this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
      // 
      // editToolStripMenuItem
      // 
      this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.copyToolStripMenuItem});
      this.editToolStripMenuItem.Name = "editToolStripMenuItem";
      this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
      this.editToolStripMenuItem.Text = "&Edit";
      // 
      // copyToolStripMenuItem
      // 
      this.copyToolStripMenuItem.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.Copy;
      this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
      this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
      this.copyToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
      this.copyToolStripMenuItem.Text = "&Copy";
      this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
      // 
      // projectToolStripMenuItem
      // 
      this.projectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.refreshToolStripMenuItem});
      this.projectToolStripMenuItem.Name = "projectToolStripMenuItem";
      this.projectToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
      this.projectToolStripMenuItem.Text = "&Project";
      // 
      // refreshToolStripMenuItem
      // 
      this.refreshToolStripMenuItem.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.Refresh;
      this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
      this.refreshToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
      this.refreshToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
      this.refreshToolStripMenuItem.Text = "&Regenerate";
      this.refreshToolStripMenuItem.Click += new System.EventHandler(this.regenerateToolStripMenuItem_Click);
      // 
      // viewToolStripMenuItem
      // 
      this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.showFrameHighlightsToolStripMenuItem,
            this.animatedPreviewToolStripMenuItem,
            this.toolStripMenuItem1,
            this.sizeToFitToolStripMenuItem,
            this.actualSizeToolStripMenuItem});
      this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
      this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
      this.viewToolStripMenuItem.Text = "&View";
      // 
      // showFrameHighlightsToolStripMenuItem
      // 
      this.showFrameHighlightsToolStripMenuItem.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.ImageHighlight;
      this.showFrameHighlightsToolStripMenuItem.Name = "showFrameHighlightsToolStripMenuItem";
      this.showFrameHighlightsToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
      this.showFrameHighlightsToolStripMenuItem.Text = "Show Frame &Highlights";
      this.showFrameHighlightsToolStripMenuItem.Click += new System.EventHandler(this.showFrameHighlightsToolStripMenuItem_Click);
      // 
      // animatedPreviewToolStripMenuItem
      // 
      this.animatedPreviewToolStripMenuItem.Checked = true;
      this.animatedPreviewToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
      this.animatedPreviewToolStripMenuItem.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.AnimatedPreview;
      this.animatedPreviewToolStripMenuItem.Name = "animatedPreviewToolStripMenuItem";
      this.animatedPreviewToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
      this.animatedPreviewToolStripMenuItem.Text = "A&nimated Preview";
      this.animatedPreviewToolStripMenuItem.Click += new System.EventHandler(this.animatedPreviewToolStripMenuItem_Click);
      // 
      // toolStripMenuItem1
      // 
      this.toolStripMenuItem1.Name = "toolStripMenuItem1";
      this.toolStripMenuItem1.Size = new System.Drawing.Size(194, 6);
      // 
      // sizeToFitToolStripMenuItem
      // 
      this.sizeToFitToolStripMenuItem.Checked = true;
      this.sizeToFitToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
      this.sizeToFitToolStripMenuItem.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.SizeToFit;
      this.sizeToFitToolStripMenuItem.Name = "sizeToFitToolStripMenuItem";
      this.sizeToFitToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
      this.sizeToFitToolStripMenuItem.Text = "Size to &Fit";
      this.sizeToFitToolStripMenuItem.CheckedChanged += new System.EventHandler(this.sizeToFitToolStripMenuItem_CheckedChanged);
      this.sizeToFitToolStripMenuItem.Click += new System.EventHandler(this.sizeToFitToolStripMenuItem_Click);
      // 
      // actualSizeToolStripMenuItem
      // 
      this.actualSizeToolStripMenuItem.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.ActualSize;
      this.actualSizeToolStripMenuItem.Name = "actualSizeToolStripMenuItem";
      this.actualSizeToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
      this.actualSizeToolStripMenuItem.Text = "&Actual Size";
      this.actualSizeToolStripMenuItem.Click += new System.EventHandler(this.actualSizeToolStripMenuItem_Click);
      // 
      // helpToolStripMenuItem
      // 
      this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.homePageToolStripMenuItem,
            this.toolStripMenuItem3,
            this.aboutToolStripMenuItem});
      this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
      this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
      this.helpToolStripMenuItem.Text = "&Help";
      // 
      // homePageToolStripMenuItem
      // 
      this.homePageToolStripMenuItem.Name = "homePageToolStripMenuItem";
      this.homePageToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
      this.homePageToolStripMenuItem.Text = "&Home Page";
      this.homePageToolStripMenuItem.Click += new System.EventHandler(this.homePageToolStripMenuItem_Click);
      // 
      // toolStripMenuItem3
      // 
      this.toolStripMenuItem3.Name = "toolStripMenuItem3";
      this.toolStripMenuItem3.Size = new System.Drawing.Size(133, 6);
      // 
      // aboutToolStripMenuItem
      // 
      this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
      this.aboutToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
      this.aboutToolStripMenuItem.Text = "&About...";
      this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
      // 
      // statusStrip
      // 
      this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.statusToolStripStatusLabel,
            this.seedToolStripStatusLabel});
      this.statusStrip.Location = new System.Drawing.Point(0, 534);
      this.statusStrip.Name = "statusStrip";
      this.statusStrip.Size = new System.Drawing.Size(885, 22);
      this.statusStrip.TabIndex = 2;
      // 
      // statusToolStripStatusLabel
      // 
      this.statusToolStripStatusLabel.Name = "statusToolStripStatusLabel";
      this.statusToolStripStatusLabel.Size = new System.Drawing.Size(826, 17);
      this.statusToolStripStatusLabel.Spring = true;
      this.statusToolStripStatusLabel.Text = "Ready";
      this.statusToolStripStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
      // 
      // seedToolStripStatusLabel
      // 
      this.seedToolStripStatusLabel.IsLink = true;
      this.seedToolStripStatusLabel.Name = "seedToolStripStatusLabel";
      this.seedToolStripStatusLabel.Size = new System.Drawing.Size(44, 17);
      this.seedToolStripStatusLabel.Text = "Seed: 0";
      this.seedToolStripStatusLabel.Click += new System.EventHandler(this.seedToolStripStatusLabel_Click);
      // 
      // animationTimer
      // 
      this.animationTimer.Tick += new System.EventHandler(this.animationTimer_Tick);
      // 
      // toolStrip
      // 
      this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripButton,
            this.openToolStripButton,
            this.saveToolStripButton,
            this.toolStripSeparator1,
            this.copyToolStripButton,
            this.toolStripSeparator9,
            this.exportSpriteSheetToolStripButton,
            this.exportImagesToolStripButton,
            this.openFileLocationToolStripButton,
            this.toolStripSeparator8,
            this.refreshToolStripButton,
            this.toolStripSeparator2,
            this.speedToolStripTrackBar,
            this.toolStripSeparator4,
            this.showFrameHighlightsToolStripButton,
            this.toolStripSeparator5,
            this.animatedToolStripButton,
            this.toolStripSeparator6,
            this.sizeToFitToolStripButton,
            this.actualSizeToolStripButton});
      this.toolStrip.Location = new System.Drawing.Point(0, 24);
      this.toolStrip.Name = "toolStrip";
      this.toolStrip.Size = new System.Drawing.Size(885, 25);
      this.toolStrip.TabIndex = 3;
      // 
      // newToolStripButton
      // 
      this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.newToolStripButton.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.New;
      this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.newToolStripButton.Name = "newToolStripButton";
      this.newToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.newToolStripButton.Text = "&New";
      this.newToolStripButton.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
      // 
      // openToolStripButton
      // 
      this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.openToolStripButton.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.Open;
      this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.openToolStripButton.Name = "openToolStripButton";
      this.openToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.openToolStripButton.Text = "&Open";
      this.openToolStripButton.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
      // 
      // saveToolStripButton
      // 
      this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.saveToolStripButton.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.Save;
      this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.saveToolStripButton.Name = "saveToolStripButton";
      this.saveToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.saveToolStripButton.Text = "&Save";
      this.saveToolStripButton.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
      // 
      // toolStripSeparator1
      // 
      this.toolStripSeparator1.Name = "toolStripSeparator1";
      this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
      // 
      // copyToolStripButton
      // 
      this.copyToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.copyToolStripButton.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.Copy;
      this.copyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.copyToolStripButton.Name = "copyToolStripButton";
      this.copyToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.copyToolStripButton.Text = "Copy";
      this.copyToolStripButton.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
      // 
      // toolStripSeparator9
      // 
      this.toolStripSeparator9.Name = "toolStripSeparator9";
      this.toolStripSeparator9.Size = new System.Drawing.Size(6, 25);
      // 
      // exportSpriteSheetToolStripButton
      // 
      this.exportSpriteSheetToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.exportSpriteSheetToolStripButton.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.ExportSpriteSheet;
      this.exportSpriteSheetToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.exportSpriteSheetToolStripButton.Name = "exportSpriteSheetToolStripButton";
      this.exportSpriteSheetToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.exportSpriteSheetToolStripButton.Text = "Export Sprite Sheet";
      this.exportSpriteSheetToolStripButton.Click += new System.EventHandler(this.exportSpriteSheetToolStripMenuItem_Click);
      // 
      // exportImagesToolStripButton
      // 
      this.exportImagesToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.exportImagesToolStripButton.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.ExportImages;
      this.exportImagesToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.exportImagesToolStripButton.Name = "exportImagesToolStripButton";
      this.exportImagesToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.exportImagesToolStripButton.Text = "Export Images";
      this.exportImagesToolStripButton.Click += new System.EventHandler(this.exportImagesToolStripMenuItem_Click);
      // 
      // openFileLocationToolStripButton
      // 
      this.openFileLocationToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.openFileLocationToolStripButton.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.OpenFileLocation;
      this.openFileLocationToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.openFileLocationToolStripButton.Name = "openFileLocationToolStripButton";
      this.openFileLocationToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.openFileLocationToolStripButton.Text = "Open File Location";
      this.openFileLocationToolStripButton.Click += new System.EventHandler(this.openFileLocationToolStripMenuItem_Click);
      // 
      // toolStripSeparator8
      // 
      this.toolStripSeparator8.Name = "toolStripSeparator8";
      this.toolStripSeparator8.Size = new System.Drawing.Size(6, 25);
      // 
      // refreshToolStripButton
      // 
      this.refreshToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshToolStripButton.Image")));
      this.refreshToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.refreshToolStripButton.Name = "refreshToolStripButton";
      this.refreshToolStripButton.Size = new System.Drawing.Size(86, 22);
      this.refreshToolStripButton.Text = "&Regenerate";
      this.refreshToolStripButton.Click += new System.EventHandler(this.regenerateToolStripMenuItem_Click);
      // 
      // toolStripSeparator2
      // 
      this.toolStripSeparator2.Name = "toolStripSeparator2";
      this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
      // 
      // speedToolStripTrackBar
      // 
      this.speedToolStripTrackBar.LargeChange = 100;
      this.speedToolStripTrackBar.Maximum = 1000;
      this.speedToolStripTrackBar.Minimum = 1;
      this.speedToolStripTrackBar.Name = "speedToolStripTrackBar";
      this.speedToolStripTrackBar.Size = new System.Drawing.Size(100, 22);
      this.speedToolStripTrackBar.SmallChange = 10;
      this.speedToolStripTrackBar.TickFrequency = 100;
      this.speedToolStripTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
      this.speedToolStripTrackBar.Value = 1;
      this.speedToolStripTrackBar.ValueChanged += new System.EventHandler(this.speedToolStripTrackBar_ValueChanged);
      // 
      // toolStripSeparator4
      // 
      this.toolStripSeparator4.Name = "toolStripSeparator4";
      this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
      // 
      // showFrameHighlightsToolStripButton
      // 
      this.showFrameHighlightsToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.showFrameHighlightsToolStripButton.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.ImageHighlight;
      this.showFrameHighlightsToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.showFrameHighlightsToolStripButton.Name = "showFrameHighlightsToolStripButton";
      this.showFrameHighlightsToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.showFrameHighlightsToolStripButton.Text = "Frame Highlights";
      this.showFrameHighlightsToolStripButton.Click += new System.EventHandler(this.showFrameHighlightsToolStripMenuItem_Click);
      // 
      // toolStripSeparator5
      // 
      this.toolStripSeparator5.Name = "toolStripSeparator5";
      this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
      // 
      // animatedToolStripButton
      // 
      this.animatedToolStripButton.Checked = true;
      this.animatedToolStripButton.CheckState = System.Windows.Forms.CheckState.Checked;
      this.animatedToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.animatedToolStripButton.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.AnimatedPreview;
      this.animatedToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.animatedToolStripButton.Name = "animatedToolStripButton";
      this.animatedToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.animatedToolStripButton.Text = "Animated Preview";
      this.animatedToolStripButton.Click += new System.EventHandler(this.animatedPreviewToolStripMenuItem_Click);
      // 
      // toolStripSeparator6
      // 
      this.toolStripSeparator6.Name = "toolStripSeparator6";
      this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
      // 
      // sizeToFitToolStripButton
      // 
      this.sizeToFitToolStripButton.Checked = true;
      this.sizeToFitToolStripButton.CheckState = System.Windows.Forms.CheckState.Checked;
      this.sizeToFitToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.sizeToFitToolStripButton.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.SizeToFit;
      this.sizeToFitToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.sizeToFitToolStripButton.Name = "sizeToFitToolStripButton";
      this.sizeToFitToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.sizeToFitToolStripButton.Text = "Size to Fit";
      this.sizeToFitToolStripButton.Click += new System.EventHandler(this.sizeToFitToolStripMenuItem_Click);
      // 
      // actualSizeToolStripButton
      // 
      this.actualSizeToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.actualSizeToolStripButton.Image = global::Cyotek.ArcadeExplosionMaker.Client.Properties.Resources.ActualSize;
      this.actualSizeToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.actualSizeToolStripButton.Name = "actualSizeToolStripButton";
      this.actualSizeToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.actualSizeToolStripButton.Text = "Actual Size";
      this.actualSizeToolStripButton.Click += new System.EventHandler(this.actualSizeToolStripMenuItem_Click);
      // 
      // toolStripSeparator7
      // 
      this.toolStripSeparator7.Name = "toolStripSeparator7";
      this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
      // 
      // MainForm
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.ClientSize = new System.Drawing.Size(885, 556);
      this.Controls.Add(this.editorSplitContainer);
      this.Controls.Add(this.toolStrip);
      this.Controls.Add(this.statusStrip);
      this.Controls.Add(this.menuStrip);
      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
      this.MainMenuStrip = this.menuStrip;
      this.Name = "MainForm";
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
      this.Text = "Arcade Explosion Generator";
      this.editorSplitContainer.Panel1.ResumeLayout(false);
      this.editorSplitContainer.Panel2.ResumeLayout(false);
      this.editorSplitContainer.ResumeLayout(false);
      this.previewSplitContainer.Panel1.ResumeLayout(false);
      this.previewSplitContainer.Panel2.ResumeLayout(false);
      this.previewSplitContainer.ResumeLayout(false);
      this.menuStrip.ResumeLayout(false);
      this.menuStrip.PerformLayout();
      this.statusStrip.ResumeLayout(false);
      this.statusStrip.PerformLayout();
      this.toolStrip.ResumeLayout(false);
      this.toolStrip.PerformLayout();
      this.ResumeLayout(false);
      this.PerformLayout();

    }

    #endregion

    private System.Windows.Forms.SplitContainer editorSplitContainer;
    private System.Windows.Forms.PropertyGrid propertyGrid;
    private System.Windows.Forms.SplitContainer previewSplitContainer;
    private System.Windows.Forms.MenuStrip menuStrip;
    private System.Windows.Forms.StatusStrip statusStrip;
    private Cyotek.Windows.Forms.ImageBox spriteSheetImageBox;
    private Cyotek.Windows.Forms.ImageBox animationImageBox;
    private System.Windows.Forms.Timer animationTimer;
    private System.Windows.Forms.ToolStrip toolStrip;
    private System.Windows.Forms.ToolStripButton refreshToolStripButton;
    private System.Windows.Forms.ToolStripMenuItem projectToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem;
    private System.Windows.Forms.ToolStripStatusLabel statusToolStripStatusLabel;
    private System.Windows.Forms.ToolStripStatusLabel seedToolStripStatusLabel;
    private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
    private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
    private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
    private System.Windows.Forms.ToolStripButton newToolStripButton;
    private System.Windows.Forms.ToolStripButton openToolStripButton;
    private System.Windows.Forms.ToolStripButton saveToolStripButton;
    private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
    private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
    private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
    private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
    private Cyotek.Windows.Forms.ToolStripControllerHosts.ToolStripTrackBar speedToolStripTrackBar;
    private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem showFrameHighlightsToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem animatedPreviewToolStripMenuItem;
    private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
    private System.Windows.Forms.ToolStripButton showFrameHighlightsToolStripButton;
    private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
    private System.Windows.Forms.ToolStripMenuItem sizeToFitToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem actualSizeToolStripMenuItem;
    private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
    private System.Windows.Forms.ToolStripButton sizeToFitToolStripButton;
    private System.Windows.Forms.ToolStripButton actualSizeToolStripButton;
    private System.Windows.Forms.ToolStripButton animatedToolStripButton;
    private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
    private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
    private System.Windows.Forms.ToolStripMenuItem exportSpriteSheetToolStripMenuItem;
    private System.Windows.Forms.ToolStripButton exportSpriteSheetToolStripButton;
    private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
    private System.Windows.Forms.ToolStripMenuItem openFileLocationToolStripMenuItem;
    private System.Windows.Forms.ToolStripButton openFileLocationToolStripButton;
    private System.Windows.Forms.ToolStripMenuItem exportImagesToolStripMenuItem;
    private System.Windows.Forms.ToolStripButton exportImagesToolStripButton;
    private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;
    private System.Windows.Forms.ToolStripButton copyToolStripButton;
    private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
    private System.Windows.Forms.ToolStripMenuItem homePageToolStripMenuItem;
    private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;

  }
}

Donate

Donate