private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.sourceToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1       = new System.Windows.Forms.ToolStripSeparator();
     this.exportToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.replaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.portToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxSubActions            = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.renameToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.Source = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.add = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3               = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4               = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem7               = new System.Windows.Forms.ToolStripMenuItem();
     this.subtract                         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5               = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem6               = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem8               = new System.Windows.Forms.ToolStripMenuItem();
     this.removeAllToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.addCustomAmountToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dlgOpen             = new System.Windows.Forms.OpenFileDialog();
     this.dlgSave             = new System.Windows.Forms.SaveFileDialog();
     this.ActionEditor        = new System.Windows.Forms.Panel();
     this.scriptEditor1       = new NewScriptEditor();
     this.scriptEditor2       = new ScriptEditor();
     this.button1             = new System.Windows.Forms.Button();
     this.ActionFlagsPanel    = new System.Windows.Forms.Panel();
     this.SubActionFlagsPanel = new System.Windows.Forms.Panel();
     this.chkUnk           = new System.Windows.Forms.CheckBox();
     this.chkLoop          = new System.Windows.Forms.CheckBox();
     this.chkFixedTrans    = new System.Windows.Forms.CheckBox();
     this.chkFixedRot      = new System.Windows.Forms.CheckBox();
     this.chkFixedScale    = new System.Windows.Forms.CheckBox();
     this.chkMovesChar     = new System.Windows.Forms.CheckBox();
     this.chkTransOutStart = new System.Windows.Forms.CheckBox();
     this.inTransTime      = new System.Windows.Forms.NumericInputBox();
     this.chkNoOutTrans    = new System.Windows.Forms.CheckBox();
     this.label1           = new System.Windows.Forms.Label();
     this.panel2           = new System.Windows.Forms.Panel();
     this.lblActionName    = new System.Windows.Forms.Label();
     this.comboActionEntry = new System.Windows.Forms.ComboBox();
     this.flagsToggle      = new System.Windows.Forms.Button();
     this.spltEventMod     = new System.Windows.Forms.Splitter();
     this.eventModifier    = new EventModifier();
     this.ctxSubActions.SuspendLayout();
     this.ActionEditor.SuspendLayout();
     this.SubActionFlagsPanel.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // sourceToolStripMenuItem
     //
     this.sourceToolStripMenuItem.Name = "sourceToolStripMenuItem";
     this.sourceToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(6, 6);
     //
     // exportToolStripMenuItem
     //
     this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
     this.exportToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // replaceToolStripMenuItem
     //
     this.replaceToolStripMenuItem.Name = "replaceToolStripMenuItem";
     this.replaceToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // portToolStripMenuItem
     //
     this.portToolStripMenuItem.Name = "portToolStripMenuItem";
     this.portToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // ctxSubActions
     //
     this.ctxSubActions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.renameToolStripMenuItem
     });
     this.ctxSubActions.Name = "ctxBox";
     this.ctxSubActions.Size = new System.Drawing.Size(118, 26);
     this.ctxSubActions.Text = "Subaction";
     //
     // renameToolStripMenuItem
     //
     this.renameToolStripMenuItem.Name   = "renameToolStripMenuItem";
     this.renameToolStripMenuItem.Size   = new System.Drawing.Size(117, 22);
     this.renameToolStripMenuItem.Text   = "Rename";
     this.renameToolStripMenuItem.Click += new System.EventHandler(this.renameToolStripMenuItem_Click);
     //
     // Source
     //
     this.Source.Name = "Source";
     this.Source.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 6);
     //
     // add
     //
     this.add.Name = "add";
     this.add.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem7
     //
     this.toolStripMenuItem7.Name = "toolStripMenuItem7";
     this.toolStripMenuItem7.Size = new System.Drawing.Size(32, 19);
     //
     // subtract
     //
     this.subtract.Name = "subtract";
     this.subtract.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem8
     //
     this.toolStripMenuItem8.Name = "toolStripMenuItem8";
     this.toolStripMenuItem8.Size = new System.Drawing.Size(32, 19);
     //
     // removeAllToolStripMenuItem
     //
     this.removeAllToolStripMenuItem.Name = "removeAllToolStripMenuItem";
     this.removeAllToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // addCustomAmountToolStripMenuItem
     //
     this.addCustomAmountToolStripMenuItem.Name = "addCustomAmountToolStripMenuItem";
     this.addCustomAmountToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // ActionEditor
     //
     this.ActionEditor.Controls.Add(this.scriptEditor1);
     this.ActionEditor.Controls.Add(this.scriptEditor2);
     this.ActionEditor.Controls.Add(this.button1);
     this.ActionEditor.Controls.Add(this.ActionFlagsPanel);
     this.ActionEditor.Controls.Add(this.SubActionFlagsPanel);
     this.ActionEditor.Controls.Add(this.panel2);
     this.ActionEditor.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ActionEditor.Location = new System.Drawing.Point(0, 0);
     this.ActionEditor.Name     = "ActionEditor";
     this.ActionEditor.Size     = new System.Drawing.Size(229, 355);
     this.ActionEditor.TabIndex = 26;
     //
     // scriptEditor1
     //
     this.scriptEditor1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.scriptEditor1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.scriptEditor1.Location    = new System.Drawing.Point(0, 21);
     this.scriptEditor1.Name        = "scriptEditor1";
     this.scriptEditor1.Size        = new System.Drawing.Size(229, 310);
     this.scriptEditor1.TabIndex    = 0;
     //
     // scriptEditor2
     //
     this.scriptEditor2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.scriptEditor2.Location = new System.Drawing.Point(0, 21);
     this.scriptEditor2.Name     = "scriptEditor2";
     this.scriptEditor2.Padding  = new System.Windows.Forms.Padding(1);
     this.scriptEditor2.Size     = new System.Drawing.Size(229, 310);
     this.scriptEditor2.TabIndex = 37;
     this.scriptEditor2.Visible  = false;
     //
     // button1
     //
     this.button1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.button1.Location = new System.Drawing.Point(0, 331);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(229, 24);
     this.button1.TabIndex = 38;
     this.button1.Text     = "Switch Editor";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // ActionFlagsPanel
     //
     this.ActionFlagsPanel.Location = new System.Drawing.Point(0, 168);
     this.ActionFlagsPanel.Margin   = new System.Windows.Forms.Padding(0);
     this.ActionFlagsPanel.Name     = "ActionFlagsPanel";
     this.ActionFlagsPanel.Size     = new System.Drawing.Size(201, 147);
     this.ActionFlagsPanel.TabIndex = 37;
     this.ActionFlagsPanel.Visible  = false;
     //
     // SubActionFlagsPanel
     //
     this.SubActionFlagsPanel.Controls.Add(this.chkUnk);
     this.SubActionFlagsPanel.Controls.Add(this.chkLoop);
     this.SubActionFlagsPanel.Controls.Add(this.chkFixedTrans);
     this.SubActionFlagsPanel.Controls.Add(this.chkFixedRot);
     this.SubActionFlagsPanel.Controls.Add(this.chkFixedScale);
     this.SubActionFlagsPanel.Controls.Add(this.chkMovesChar);
     this.SubActionFlagsPanel.Controls.Add(this.chkTransOutStart);
     this.SubActionFlagsPanel.Controls.Add(this.inTransTime);
     this.SubActionFlagsPanel.Controls.Add(this.chkNoOutTrans);
     this.SubActionFlagsPanel.Controls.Add(this.label1);
     this.SubActionFlagsPanel.Location = new System.Drawing.Point(0, 21);
     this.SubActionFlagsPanel.Margin   = new System.Windows.Forms.Padding(0);
     this.SubActionFlagsPanel.Name     = "SubActionFlagsPanel";
     this.SubActionFlagsPanel.Size     = new System.Drawing.Size(201, 147);
     this.SubActionFlagsPanel.TabIndex = 27;
     this.SubActionFlagsPanel.Visible  = false;
     //
     // chkUnk
     //
     this.chkUnk.AutoSize = true;
     this.chkUnk.Location = new System.Drawing.Point(63, 125);
     this.chkUnk.Name     = "chkUnk";
     this.chkUnk.Size     = new System.Drawing.Size(72, 17);
     this.chkUnk.TabIndex = 36;
     this.chkUnk.Text     = "Unknown";
     this.chkUnk.UseVisualStyleBackColor = true;
     this.chkUnk.CheckedChanged         += new System.EventHandler(this.chkUnk_CheckedChanged);
     //
     // chkLoop
     //
     this.chkLoop.AutoSize = true;
     this.chkLoop.Location = new System.Drawing.Point(7, 125);
     this.chkLoop.Name     = "chkLoop";
     this.chkLoop.Size     = new System.Drawing.Size(50, 17);
     this.chkLoop.TabIndex = 35;
     this.chkLoop.Text     = "Loop";
     this.chkLoop.UseVisualStyleBackColor = true;
     this.chkLoop.CheckedChanged         += new System.EventHandler(this.chkLoop_CheckedChanged);
     //
     // chkFixedTrans
     //
     this.chkFixedTrans.AutoSize = true;
     this.chkFixedTrans.Location = new System.Drawing.Point(7, 108);
     this.chkFixedTrans.Name     = "chkFixedTrans";
     this.chkFixedTrans.Size     = new System.Drawing.Size(106, 17);
     this.chkFixedTrans.TabIndex = 34;
     this.chkFixedTrans.Text     = "Fixed Translation";
     this.chkFixedTrans.UseVisualStyleBackColor = true;
     this.chkFixedTrans.CheckedChanged         += new System.EventHandler(this.chkFixedTrans_CheckedChanged);
     //
     // chkFixedRot
     //
     this.chkFixedRot.AutoSize = true;
     this.chkFixedRot.Location = new System.Drawing.Point(7, 91);
     this.chkFixedRot.Name     = "chkFixedRot";
     this.chkFixedRot.Size     = new System.Drawing.Size(94, 17);
     this.chkFixedRot.TabIndex = 33;
     this.chkFixedRot.Text     = "Fixed Rotation";
     this.chkFixedRot.UseVisualStyleBackColor = true;
     this.chkFixedRot.CheckedChanged         += new System.EventHandler(this.chkFixedRot_CheckedChanged);
     //
     // chkFixedScale
     //
     this.chkFixedScale.AutoSize = true;
     this.chkFixedScale.Location = new System.Drawing.Point(7, 74);
     this.chkFixedScale.Name     = "chkFixedScale";
     this.chkFixedScale.Size     = new System.Drawing.Size(81, 17);
     this.chkFixedScale.TabIndex = 32;
     this.chkFixedScale.Text     = "Fixed Scale";
     this.chkFixedScale.UseVisualStyleBackColor = true;
     this.chkFixedScale.CheckedChanged         += new System.EventHandler(this.chkFixedScale_CheckedChanged);
     //
     // chkMovesChar
     //
     this.chkMovesChar.AutoSize = true;
     this.chkMovesChar.Location = new System.Drawing.Point(7, 57);
     this.chkMovesChar.Name     = "chkMovesChar";
     this.chkMovesChar.Size     = new System.Drawing.Size(107, 17);
     this.chkMovesChar.TabIndex = 31;
     this.chkMovesChar.Text     = "Moves Character";
     this.chkMovesChar.UseVisualStyleBackColor = true;
     this.chkMovesChar.CheckedChanged         += new System.EventHandler(this.chkMovesChar_CheckedChanged);
     //
     // chkTransOutStart
     //
     this.chkTransOutStart.AutoSize = true;
     this.chkTransOutStart.Location = new System.Drawing.Point(7, 40);
     this.chkTransOutStart.Name     = "chkTransOutStart";
     this.chkTransOutStart.Size     = new System.Drawing.Size(143, 17);
     this.chkTransOutStart.TabIndex = 30;
     this.chkTransOutStart.Text     = "Transition Out From Start";
     this.chkTransOutStart.UseVisualStyleBackColor = true;
     this.chkTransOutStart.CheckedChanged         += new System.EventHandler(this.chkTransOutStart_CheckedChanged);
     //
     // inTransTime
     //
     this.inTransTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.inTransTime.Integral      = false;
     this.inTransTime.Location      = new System.Drawing.Point(107, 4);
     this.inTransTime.MaximumValue  = 3.402823E+38F;
     this.inTransTime.MinimumValue  = -3.402823E+38F;
     this.inTransTime.Name          = "inTransTime";
     this.inTransTime.Size          = new System.Drawing.Size(89, 20);
     this.inTransTime.TabIndex      = 29;
     this.inTransTime.Text          = "0";
     this.inTransTime.ValueChanged += new System.EventHandler(this.inTransTime_ValueChanged);
     //
     // chkNoOutTrans
     //
     this.chkNoOutTrans.AutoSize = true;
     this.chkNoOutTrans.Location = new System.Drawing.Point(7, 24);
     this.chkNoOutTrans.Name     = "chkNoOutTrans";
     this.chkNoOutTrans.Size     = new System.Drawing.Size(109, 17);
     this.chkNoOutTrans.TabIndex = 2;
     this.chkNoOutTrans.Text     = "No Out Transition";
     this.chkNoOutTrans.UseVisualStyleBackColor = true;
     this.chkNoOutTrans.CheckedChanged         += new System.EventHandler(this.chkNoOutTrans_CheckedChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(3, 7);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 13);
     this.label1.TabIndex = 1;
     this.label1.Text     = "In Translation Time:";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.lblActionName);
     this.panel2.Controls.Add(this.comboActionEntry);
     this.panel2.Controls.Add(this.flagsToggle);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Margin   = new System.Windows.Forms.Padding(0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(229, 21);
     this.panel2.TabIndex = 37;
     //
     // lblActionName
     //
     this.lblActionName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblActionName.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.lblActionName.Location    = new System.Drawing.Point(114, 0);
     this.lblActionName.Name        = "lblActionName";
     this.lblActionName.Size        = new System.Drawing.Size(115, 21);
     this.lblActionName.TabIndex    = 2;
     this.lblActionName.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // comboActionEntry
     //
     this.comboActionEntry.Dock              = System.Windows.Forms.DockStyle.Left;
     this.comboActionEntry.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboActionEntry.FormattingEnabled = true;
     this.comboActionEntry.Items.AddRange(new object[] {
         "Main",
         "GFX",
         "SFX",
         "Other"
     });
     this.comboActionEntry.Location              = new System.Drawing.Point(60, 0);
     this.comboActionEntry.Name                  = "comboActionEntry";
     this.comboActionEntry.Size                  = new System.Drawing.Size(54, 21);
     this.comboActionEntry.TabIndex              = 1;
     this.comboActionEntry.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // flagsToggle
     //
     this.flagsToggle.Cursor   = System.Windows.Forms.Cursors.Default;
     this.flagsToggle.Dock     = System.Windows.Forms.DockStyle.Left;
     this.flagsToggle.Location = new System.Drawing.Point(0, 0);
     this.flagsToggle.Name     = "flagsToggle";
     this.flagsToggle.Size     = new System.Drawing.Size(60, 21);
     this.flagsToggle.TabIndex = 0;
     this.flagsToggle.Text     = "[+] Flags";
     this.flagsToggle.UseVisualStyleBackColor = true;
     this.flagsToggle.Click += new System.EventHandler(this.flagsToggle_Click);
     //
     // spltEventMod
     //
     this.spltEventMod.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.spltEventMod.Location = new System.Drawing.Point(0, 355);
     this.spltEventMod.Name     = "spltEventMod";
     this.spltEventMod.Size     = new System.Drawing.Size(229, 3);
     this.spltEventMod.TabIndex = 26;
     this.spltEventMod.TabStop  = false;
     this.spltEventMod.Visible  = false;
     //
     // eventModifier
     //
     this.eventModifier.AutoSize = true;
     this.eventModifier.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.eventModifier.Location = new System.Drawing.Point(0, 358);
     this.eventModifier.Name     = "eventModifier";
     this.eventModifier.Size     = new System.Drawing.Size(229, 257);
     this.eventModifier.TabIndex = 37;
     this.eventModifier.Visible  = false;
     //
     // ScriptPanel
     //
     this.Controls.Add(this.ActionEditor);
     this.Controls.Add(this.spltEventMod);
     this.Controls.Add(this.eventModifier);
     this.MinimumSize = new System.Drawing.Size(185, 0);
     this.Name        = "ScriptPanel";
     this.Size        = new System.Drawing.Size(229, 615);
     this.ctxSubActions.ResumeLayout(false);
     this.ActionEditor.ResumeLayout(false);
     this.SubActionFlagsPanel.ResumeLayout(false);
     this.SubActionFlagsPanel.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.sourceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.replaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.portToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxSubActions = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.Source = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.add = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
     this.subtract = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripMenuItem();
     this.removeAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.addCustomAmountToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dlgOpen = new System.Windows.Forms.OpenFileDialog();
     this.dlgSave = new System.Windows.Forms.SaveFileDialog();
     this.ActionEditor = new System.Windows.Forms.Panel();
     this.scriptEditor1 = new Ikarus.NewScriptEditor();
     this.scriptEditor2 = new Ikarus.UI.ScriptEditor();
     this.button1 = new System.Windows.Forms.Button();
     this.ActionFlagsPanel = new System.Windows.Forms.Panel();
     this.SubActionFlagsPanel = new System.Windows.Forms.Panel();
     this.chkUnk = new System.Windows.Forms.CheckBox();
     this.chkLoop = new System.Windows.Forms.CheckBox();
     this.chkFixedTrans = new System.Windows.Forms.CheckBox();
     this.chkFixedRot = new System.Windows.Forms.CheckBox();
     this.chkFixedScale = new System.Windows.Forms.CheckBox();
     this.chkMovesChar = new System.Windows.Forms.CheckBox();
     this.chkTransOutStart = new System.Windows.Forms.CheckBox();
     this.inTransTime = new System.Windows.Forms.NumericInputBox();
     this.chkNoOutTrans = new System.Windows.Forms.CheckBox();
     this.label1 = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.lblActionName = new System.Windows.Forms.Label();
     this.comboActionEntry = new System.Windows.Forms.ComboBox();
     this.flagsToggle = new System.Windows.Forms.Button();
     this.spltEventMod = new System.Windows.Forms.Splitter();
     this.eventModifier = new System.Windows.Forms.EventModifier();
     this.ctxSubActions.SuspendLayout();
     this.ActionEditor.SuspendLayout();
     this.SubActionFlagsPanel.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // sourceToolStripMenuItem
     //
     this.sourceToolStripMenuItem.Name = "sourceToolStripMenuItem";
     this.sourceToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(6, 6);
     //
     // exportToolStripMenuItem
     //
     this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
     this.exportToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // replaceToolStripMenuItem
     //
     this.replaceToolStripMenuItem.Name = "replaceToolStripMenuItem";
     this.replaceToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // portToolStripMenuItem
     //
     this.portToolStripMenuItem.Name = "portToolStripMenuItem";
     this.portToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // ctxSubActions
     //
     this.ctxSubActions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.renameToolStripMenuItem});
     this.ctxSubActions.Name = "ctxBox";
     this.ctxSubActions.Size = new System.Drawing.Size(118, 26);
     this.ctxSubActions.Text = "Subaction";
     //
     // renameToolStripMenuItem
     //
     this.renameToolStripMenuItem.Name = "renameToolStripMenuItem";
     this.renameToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
     this.renameToolStripMenuItem.Text = "Rename";
     this.renameToolStripMenuItem.Click += new System.EventHandler(this.renameToolStripMenuItem_Click);
     //
     // Source
     //
     this.Source.Name = "Source";
     this.Source.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 6);
     //
     // add
     //
     this.add.Name = "add";
     this.add.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem7
     //
     this.toolStripMenuItem7.Name = "toolStripMenuItem7";
     this.toolStripMenuItem7.Size = new System.Drawing.Size(32, 19);
     //
     // subtract
     //
     this.subtract.Name = "subtract";
     this.subtract.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem8
     //
     this.toolStripMenuItem8.Name = "toolStripMenuItem8";
     this.toolStripMenuItem8.Size = new System.Drawing.Size(32, 19);
     //
     // removeAllToolStripMenuItem
     //
     this.removeAllToolStripMenuItem.Name = "removeAllToolStripMenuItem";
     this.removeAllToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // addCustomAmountToolStripMenuItem
     //
     this.addCustomAmountToolStripMenuItem.Name = "addCustomAmountToolStripMenuItem";
     this.addCustomAmountToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // ActionEditor
     //
     this.ActionEditor.Controls.Add(this.scriptEditor1);
     this.ActionEditor.Controls.Add(this.scriptEditor2);
     this.ActionEditor.Controls.Add(this.button1);
     this.ActionEditor.Controls.Add(this.ActionFlagsPanel);
     this.ActionEditor.Controls.Add(this.SubActionFlagsPanel);
     this.ActionEditor.Controls.Add(this.panel2);
     this.ActionEditor.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ActionEditor.Location = new System.Drawing.Point(0, 0);
     this.ActionEditor.Name = "ActionEditor";
     this.ActionEditor.Size = new System.Drawing.Size(229, 355);
     this.ActionEditor.TabIndex = 26;
     //
     // scriptEditor1
     //
     this.scriptEditor1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.scriptEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.scriptEditor1.Location = new System.Drawing.Point(0, 21);
     this.scriptEditor1.Name = "scriptEditor1";
     this.scriptEditor1.Size = new System.Drawing.Size(229, 310);
     this.scriptEditor1.TabIndex = 0;
     //
     // scriptEditor2
     //
     this.scriptEditor2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.scriptEditor2.Location = new System.Drawing.Point(0, 21);
     this.scriptEditor2.Name = "scriptEditor2";
     this.scriptEditor2.Padding = new System.Windows.Forms.Padding(1);
     this.scriptEditor2.Size = new System.Drawing.Size(229, 310);
     this.scriptEditor2.TabIndex = 37;
     this.scriptEditor2.Visible = false;
     //
     // button1
     //
     this.button1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.button1.Location = new System.Drawing.Point(0, 331);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(229, 24);
     this.button1.TabIndex = 38;
     this.button1.Text = "Switch Editor";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // ActionFlagsPanel
     //
     this.ActionFlagsPanel.Location = new System.Drawing.Point(0, 168);
     this.ActionFlagsPanel.Margin = new System.Windows.Forms.Padding(0);
     this.ActionFlagsPanel.Name = "ActionFlagsPanel";
     this.ActionFlagsPanel.Size = new System.Drawing.Size(201, 147);
     this.ActionFlagsPanel.TabIndex = 37;
     this.ActionFlagsPanel.Visible = false;
     //
     // SubActionFlagsPanel
     //
     this.SubActionFlagsPanel.Controls.Add(this.chkUnk);
     this.SubActionFlagsPanel.Controls.Add(this.chkLoop);
     this.SubActionFlagsPanel.Controls.Add(this.chkFixedTrans);
     this.SubActionFlagsPanel.Controls.Add(this.chkFixedRot);
     this.SubActionFlagsPanel.Controls.Add(this.chkFixedScale);
     this.SubActionFlagsPanel.Controls.Add(this.chkMovesChar);
     this.SubActionFlagsPanel.Controls.Add(this.chkTransOutStart);
     this.SubActionFlagsPanel.Controls.Add(this.inTransTime);
     this.SubActionFlagsPanel.Controls.Add(this.chkNoOutTrans);
     this.SubActionFlagsPanel.Controls.Add(this.label1);
     this.SubActionFlagsPanel.Location = new System.Drawing.Point(0, 21);
     this.SubActionFlagsPanel.Margin = new System.Windows.Forms.Padding(0);
     this.SubActionFlagsPanel.Name = "SubActionFlagsPanel";
     this.SubActionFlagsPanel.Size = new System.Drawing.Size(201, 147);
     this.SubActionFlagsPanel.TabIndex = 27;
     this.SubActionFlagsPanel.Visible = false;
     //
     // chkUnk
     //
     this.chkUnk.AutoSize = true;
     this.chkUnk.Location = new System.Drawing.Point(63, 125);
     this.chkUnk.Name = "chkUnk";
     this.chkUnk.Size = new System.Drawing.Size(72, 17);
     this.chkUnk.TabIndex = 36;
     this.chkUnk.Text = "Unknown";
     this.chkUnk.UseVisualStyleBackColor = true;
     this.chkUnk.CheckedChanged += new System.EventHandler(this.chkUnk_CheckedChanged);
     //
     // chkLoop
     //
     this.chkLoop.AutoSize = true;
     this.chkLoop.Location = new System.Drawing.Point(7, 125);
     this.chkLoop.Name = "chkLoop";
     this.chkLoop.Size = new System.Drawing.Size(50, 17);
     this.chkLoop.TabIndex = 35;
     this.chkLoop.Text = "Loop";
     this.chkLoop.UseVisualStyleBackColor = true;
     this.chkLoop.CheckedChanged += new System.EventHandler(this.chkLoop_CheckedChanged);
     //
     // chkFixedTrans
     //
     this.chkFixedTrans.AutoSize = true;
     this.chkFixedTrans.Location = new System.Drawing.Point(7, 108);
     this.chkFixedTrans.Name = "chkFixedTrans";
     this.chkFixedTrans.Size = new System.Drawing.Size(106, 17);
     this.chkFixedTrans.TabIndex = 34;
     this.chkFixedTrans.Text = "Fixed Translation";
     this.chkFixedTrans.UseVisualStyleBackColor = true;
     this.chkFixedTrans.CheckedChanged += new System.EventHandler(this.chkFixedTrans_CheckedChanged);
     //
     // chkFixedRot
     //
     this.chkFixedRot.AutoSize = true;
     this.chkFixedRot.Location = new System.Drawing.Point(7, 91);
     this.chkFixedRot.Name = "chkFixedRot";
     this.chkFixedRot.Size = new System.Drawing.Size(94, 17);
     this.chkFixedRot.TabIndex = 33;
     this.chkFixedRot.Text = "Fixed Rotation";
     this.chkFixedRot.UseVisualStyleBackColor = true;
     this.chkFixedRot.CheckedChanged += new System.EventHandler(this.chkFixedRot_CheckedChanged);
     //
     // chkFixedScale
     //
     this.chkFixedScale.AutoSize = true;
     this.chkFixedScale.Location = new System.Drawing.Point(7, 74);
     this.chkFixedScale.Name = "chkFixedScale";
     this.chkFixedScale.Size = new System.Drawing.Size(81, 17);
     this.chkFixedScale.TabIndex = 32;
     this.chkFixedScale.Text = "Fixed Scale";
     this.chkFixedScale.UseVisualStyleBackColor = true;
     this.chkFixedScale.CheckedChanged += new System.EventHandler(this.chkFixedScale_CheckedChanged);
     //
     // chkMovesChar
     //
     this.chkMovesChar.AutoSize = true;
     this.chkMovesChar.Location = new System.Drawing.Point(7, 57);
     this.chkMovesChar.Name = "chkMovesChar";
     this.chkMovesChar.Size = new System.Drawing.Size(107, 17);
     this.chkMovesChar.TabIndex = 31;
     this.chkMovesChar.Text = "Moves Character";
     this.chkMovesChar.UseVisualStyleBackColor = true;
     this.chkMovesChar.CheckedChanged += new System.EventHandler(this.chkMovesChar_CheckedChanged);
     //
     // chkTransOutStart
     //
     this.chkTransOutStart.AutoSize = true;
     this.chkTransOutStart.Location = new System.Drawing.Point(7, 40);
     this.chkTransOutStart.Name = "chkTransOutStart";
     this.chkTransOutStart.Size = new System.Drawing.Size(143, 17);
     this.chkTransOutStart.TabIndex = 30;
     this.chkTransOutStart.Text = "Transition Out From Start";
     this.chkTransOutStart.UseVisualStyleBackColor = true;
     this.chkTransOutStart.CheckedChanged += new System.EventHandler(this.chkTransOutStart_CheckedChanged);
     //
     // inTransTime
     //
     this.inTransTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.inTransTime.Integral = false;
     this.inTransTime.Location = new System.Drawing.Point(107, 4);
     this.inTransTime.MaximumValue = 3.402823E+38F;
     this.inTransTime.MinimumValue = -3.402823E+38F;
     this.inTransTime.Name = "inTransTime";
     this.inTransTime.Size = new System.Drawing.Size(89, 20);
     this.inTransTime.TabIndex = 29;
     this.inTransTime.Text = "0";
     this.inTransTime.ValueChanged += new System.EventHandler(this.inTransTime_ValueChanged);
     //
     // chkNoOutTrans
     //
     this.chkNoOutTrans.AutoSize = true;
     this.chkNoOutTrans.Location = new System.Drawing.Point(7, 24);
     this.chkNoOutTrans.Name = "chkNoOutTrans";
     this.chkNoOutTrans.Size = new System.Drawing.Size(109, 17);
     this.chkNoOutTrans.TabIndex = 2;
     this.chkNoOutTrans.Text = "No Out Transition";
     this.chkNoOutTrans.UseVisualStyleBackColor = true;
     this.chkNoOutTrans.CheckedChanged += new System.EventHandler(this.chkNoOutTrans_CheckedChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(3, 7);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(100, 13);
     this.label1.TabIndex = 1;
     this.label1.Text = "In Translation Time:";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.lblActionName);
     this.panel2.Controls.Add(this.comboActionEntry);
     this.panel2.Controls.Add(this.flagsToggle);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Margin = new System.Windows.Forms.Padding(0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(229, 21);
     this.panel2.TabIndex = 37;
     //
     // lblActionName
     //
     this.lblActionName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblActionName.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblActionName.Location = new System.Drawing.Point(114, 0);
     this.lblActionName.Name = "lblActionName";
     this.lblActionName.Size = new System.Drawing.Size(115, 21);
     this.lblActionName.TabIndex = 2;
     this.lblActionName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // comboActionEntry
     //
     this.comboActionEntry.Dock = System.Windows.Forms.DockStyle.Left;
     this.comboActionEntry.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboActionEntry.FormattingEnabled = true;
     this.comboActionEntry.Items.AddRange(new object[] {
     "Main",
     "GFX",
     "SFX",
     "Other"});
     this.comboActionEntry.Location = new System.Drawing.Point(60, 0);
     this.comboActionEntry.Name = "comboActionEntry";
     this.comboActionEntry.Size = new System.Drawing.Size(54, 21);
     this.comboActionEntry.TabIndex = 1;
     this.comboActionEntry.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // flagsToggle
     //
     this.flagsToggle.Cursor = System.Windows.Forms.Cursors.Default;
     this.flagsToggle.Dock = System.Windows.Forms.DockStyle.Left;
     this.flagsToggle.Location = new System.Drawing.Point(0, 0);
     this.flagsToggle.Name = "flagsToggle";
     this.flagsToggle.Size = new System.Drawing.Size(60, 21);
     this.flagsToggle.TabIndex = 0;
     this.flagsToggle.Text = "[+] Flags";
     this.flagsToggle.UseVisualStyleBackColor = true;
     this.flagsToggle.Click += new System.EventHandler(this.flagsToggle_Click);
     //
     // spltEventMod
     //
     this.spltEventMod.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.spltEventMod.Location = new System.Drawing.Point(0, 355);
     this.spltEventMod.Name = "spltEventMod";
     this.spltEventMod.Size = new System.Drawing.Size(229, 3);
     this.spltEventMod.TabIndex = 26;
     this.spltEventMod.TabStop = false;
     this.spltEventMod.Visible = false;
     //
     // eventModifier
     //
     this.eventModifier.AutoSize = true;
     this.eventModifier.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.eventModifier.Location = new System.Drawing.Point(0, 358);
     this.eventModifier.Name = "eventModifier";
     this.eventModifier.Size = new System.Drawing.Size(229, 257);
     this.eventModifier.TabIndex = 37;
     this.eventModifier.Visible = false;
     //
     // ScriptPanel
     //
     this.Controls.Add(this.ActionEditor);
     this.Controls.Add(this.spltEventMod);
     this.Controls.Add(this.eventModifier);
     this.MinimumSize = new System.Drawing.Size(185, 0);
     this.Name = "ScriptPanel";
     this.Size = new System.Drawing.Size(229, 615);
     this.ctxSubActions.ResumeLayout(false);
     this.ActionEditor.ResumeLayout(false);
     this.SubActionFlagsPanel.ResumeLayout(false);
     this.SubActionFlagsPanel.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }