//-----------------------------------------------------------------------------
// CurveControl.designer.cs
//
// Microsoft XNA Community Game Platform
// Copyright (C) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
namespace Xna.Tools
{
partial class CurveControl
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.menuStrip = new System.Windows.Forms.MenuStrip();
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.frameAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.frameSelectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.autoFrameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.curveSmoothnessToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.coarseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.roughToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mediumToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.keysToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.alwaysToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.neverToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.activeOnlyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tangentsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.alwaysToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.neverToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.activeOnlyToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.infinityToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.curvesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.preInfinityToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cycleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cycleWithOffsetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.oscillateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.linearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.constantToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.postInfinityToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cycleToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.cycleWithOffsetToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.oscillateToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.linearToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.constantToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.tangentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.smoothToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.linearToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.steppedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.flatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fixedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.inTangentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.smoothToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.linearToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
this.flatToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.fixedToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.outTangentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.smoothToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.linearToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
this.flatToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.fixedToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
this.toolStrip = new System.Windows.Forms.ToolStrip();
this.selectionButton = new System.Windows.Forms.ToolStripButton();
this.addKeyButton = new System.Windows.Forms.ToolStripButton();
this.moveKeyButton = new System.Windows.Forms.ToolStripButton();
this.panButton = new System.Windows.Forms.ToolStripButton();
this.zoomButton = new System.Windows.Forms.ToolStripButton();
this.keyPositionLabel = new System.Windows.Forms.ToolStripLabel();
this.keyPositionTextBox = new System.Windows.Forms.ToolStripTextBox();
this.keyValueLabel = new System.Windows.Forms.ToolStripLabel();
this.keyValueTextBox = new System.Windows.Forms.ToolStripTextBox();
this.curveView = new Xna.Tools.GridControl();
this.menuStrip.SuspendLayout();
this.toolStripContainer1.ContentPanel.SuspendLayout();
this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
this.toolStripContainer1.SuspendLayout();
this.toolStrip.SuspendLayout();
this.SuspendLayout();
//
// menuStrip
//
this.menuStrip.Dock = System.Windows.Forms.DockStyle.None;
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.editToolStripMenuItem,
this.viewToolStripMenuItem,
this.curvesToolStripMenuItem,
this.tangentsToolStripMenuItem});
this.menuStrip.Location = new System.Drawing.Point(0, 0);
this.menuStrip.Name = "menuStrip";
this.menuStrip.Size = new System.Drawing.Size(464, 24);
this.menuStrip.TabIndex = 0;
this.menuStrip.Text = "menuStrip1";
//
// editToolStripMenuItem
//
this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.undoToolStripMenuItem,
this.redoToolStripMenuItem});
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
this.editToolStripMenuItem.Text = "&Edit";
//
// undoToolStripMenuItem
//
this.undoToolStripMenuItem.Enabled = false;
this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
this.undoToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
this.undoToolStripMenuItem.Text = "Undo";
this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoRedoToolStripMenuItems_Click);
//
// redoToolStripMenuItem
//
this.redoToolStripMenuItem.Enabled = false;
this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
this.redoToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
this.redoToolStripMenuItem.Text = "Redo";
this.redoToolStripMenuItem.Click += new System.EventHandler(this.undoRedoToolStripMenuItems_Click);
//
// viewToolStripMenuItem
//
this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.frameAllToolStripMenuItem,
this.frameSelectionToolStripMenuItem,
this.autoFrameToolStripMenuItem,
this.toolStripMenuItem2,
this.curveSmoothnessToolStripMenuItem,
this.keysToolStripMenuItem,
this.tangentsToolStripMenuItem1,
this.infinityToolStripMenuItem});
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
this.viewToolStripMenuItem.Text = "&View";
//
// frameAllToolStripMenuItem
//
this.frameAllToolStripMenuItem.Name = "frameAllToolStripMenuItem";
this.frameAllToolStripMenuItem.ShortcutKeyDisplayString = "F";
this.frameAllToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.frameAllToolStripMenuItem.Text = "Frame &All";
this.frameAllToolStripMenuItem.Click += new System.EventHandler(this.frameAllToolStripMenuItem_Click);
//
// frameSelectionToolStripMenuItem
//
this.frameSelectionToolStripMenuItem.Name = "frameSelectionToolStripMenuItem";
this.frameSelectionToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.frameSelectionToolStripMenuItem.Text = "&Frame Selection";
this.frameSelectionToolStripMenuItem.Click += new System.EventHandler(this.frameSelectionToolStripMenuItem_Click);
//
// autoFrameToolStripMenuItem
//
this.autoFrameToolStripMenuItem.Name = "autoFrameToolStripMenuItem";
this.autoFrameToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.autoFrameToolStripMenuItem.Text = "Aut&o Frame";
this.autoFrameToolStripMenuItem.Click += new System.EventHandler(this.autoFrameToolStripMenuItem_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(170, 6);
//
// curveSmoothnessToolStripMenuItem
//
this.curveSmoothnessToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.coarseToolStripMenuItem,
this.roughToolStripMenuItem,
this.mediumToolStripMenuItem,
this.fineToolStripMenuItem});
this.curveSmoothnessToolStripMenuItem.Name = "curveSmoothnessToolStripMenuItem";
this.curveSmoothnessToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.curveSmoothnessToolStripMenuItem.Text = "Curve &Smoothness";
//
// coarseToolStripMenuItem
//
this.coarseToolStripMenuItem.Name = "coarseToolStripMenuItem";
this.coarseToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
this.coarseToolStripMenuItem.Tag = "Coarse";
this.coarseToolStripMenuItem.Text = "&Coarse";
this.coarseToolStripMenuItem.Click += new System.EventHandler(this.curveSmoothnessMenuItem_Click);
//
// roughToolStripMenuItem
//
this.roughToolStripMenuItem.Name = "roughToolStripMenuItem";
this.roughToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
this.roughToolStripMenuItem.Tag = "Rough";
this.roughToolStripMenuItem.Text = "&Rough";
this.roughToolStripMenuItem.Click += new System.EventHandler(this.curveSmoothnessMenuItem_Click);
//
// mediumToolStripMenuItem
//
this.mediumToolStripMenuItem.Name = "mediumToolStripMenuItem";
this.mediumToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
this.mediumToolStripMenuItem.Tag = "Medium";
this.mediumToolStripMenuItem.Text = "&Medium";
this.mediumToolStripMenuItem.Click += new System.EventHandler(this.curveSmoothnessMenuItem_Click);
//
// fineToolStripMenuItem
//
this.fineToolStripMenuItem.Checked = true;
this.fineToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.fineToolStripMenuItem.Name = "fineToolStripMenuItem";
this.fineToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
this.fineToolStripMenuItem.Tag = "Fine";
this.fineToolStripMenuItem.Text = "&Fine";
this.fineToolStripMenuItem.Click += new System.EventHandler(this.curveSmoothnessMenuItem_Click);
//
// keysToolStripMenuItem
//
this.keysToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.alwaysToolStripMenuItem,
this.neverToolStripMenuItem,
this.activeOnlyToolStripMenuItem});
this.keysToolStripMenuItem.Name = "keysToolStripMenuItem";
this.keysToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.keysToolStripMenuItem.Text = "&Keys";
//
// alwaysToolStripMenuItem
//
this.alwaysToolStripMenuItem.Checked = true;
this.alwaysToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.alwaysToolStripMenuItem.Name = "alwaysToolStripMenuItem";
this.alwaysToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
this.alwaysToolStripMenuItem.Tag = "Always";
this.alwaysToolStripMenuItem.Text = "&Always";
this.alwaysToolStripMenuItem.Click += new System.EventHandler(this.keyViewToolStripMenuItem_Click);
//
// neverToolStripMenuItem
//
this.neverToolStripMenuItem.Name = "neverToolStripMenuItem";
this.neverToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
this.neverToolStripMenuItem.Tag = "Never";
this.neverToolStripMenuItem.Text = "&Never";
this.neverToolStripMenuItem.Click += new System.EventHandler(this.keyViewToolStripMenuItem_Click);
//
// activeOnlyToolStripMenuItem
//
this.activeOnlyToolStripMenuItem.Name = "activeOnlyToolStripMenuItem";
this.activeOnlyToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
this.activeOnlyToolStripMenuItem.Tag = "ActiveOnly";
this.activeOnlyToolStripMenuItem.Text = "A&ctive Only";
this.activeOnlyToolStripMenuItem.Click += new System.EventHandler(this.keyViewToolStripMenuItem_Click);
//
// tangentsToolStripMenuItem1
//
this.tangentsToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.alwaysToolStripMenuItem1,
this.neverToolStripMenuItem1,
this.activeOnlyToolStripMenuItem1});
this.tangentsToolStripMenuItem1.Name = "tangentsToolStripMenuItem1";
this.tangentsToolStripMenuItem1.Size = new System.Drawing.Size(173, 22);
this.tangentsToolStripMenuItem1.Text = "&Tangents";
//
// alwaysToolStripMenuItem1
//
this.alwaysToolStripMenuItem1.Name = "alwaysToolStripMenuItem1";
this.alwaysToolStripMenuItem1.Size = new System.Drawing.Size(135, 22);
this.alwaysToolStripMenuItem1.Tag = "Always";
this.alwaysToolStripMenuItem1.Text = "&Always";
this.alwaysToolStripMenuItem1.Click += new System.EventHandler(this.tangentViewToolStripMenuItem_Click);
//
// neverToolStripMenuItem1
//
this.neverToolStripMenuItem1.Name = "neverToolStripMenuItem1";
this.neverToolStripMenuItem1.Size = new System.Drawing.Size(135, 22);
this.neverToolStripMenuItem1.Tag = "Never";
this.neverToolStripMenuItem1.Text = "&Never";
this.neverToolStripMenuItem1.Click += new System.EventHandler(this.tangentViewToolStripMenuItem_Click);
//
// activeOnlyToolStripMenuItem1
//
this.activeOnlyToolStripMenuItem1.Checked = true;
this.activeOnlyToolStripMenuItem1.CheckState = System.Windows.Forms.CheckState.Checked;
this.activeOnlyToolStripMenuItem1.Name = "activeOnlyToolStripMenuItem1";
this.activeOnlyToolStripMenuItem1.Size = new System.Drawing.Size(135, 22);
this.activeOnlyToolStripMenuItem1.Tag = "ActiveOnly";
this.activeOnlyToolStripMenuItem1.Text = "A&ctive Only";
this.activeOnlyToolStripMenuItem1.Click += new System.EventHandler(this.tangentViewToolStripMenuItem_Click);
//
// infinityToolStripMenuItem
//
this.infinityToolStripMenuItem.Checked = true;
this.infinityToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.infinityToolStripMenuItem.Name = "infinityToolStripMenuItem";
this.infinityToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.infinityToolStripMenuItem.Text = "&Infinity";
this.infinityToolStripMenuItem.Click += new System.EventHandler(this.infinityToolStripMenuItem_Click);
//
// curvesToolStripMenuItem
//
this.curvesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.preInfinityToolStripMenuItem,
this.postInfinityToolStripMenuItem});
this.curvesToolStripMenuItem.Name = "curvesToolStripMenuItem";
this.curvesToolStripMenuItem.Size = new System.Drawing.Size(55, 20);
this.curvesToolStripMenuItem.Text = "&Curves";
//
// preInfinityToolStripMenuItem
//
this.preInfinityToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cycleToolStripMenuItem,
this.cycleWithOffsetToolStripMenuItem,
this.oscillateToolStripMenuItem,
this.linearToolStripMenuItem,
this.constantToolStripMenuItem});
this.preInfinityToolStripMenuItem.Name = "preInfinityToolStripMenuItem";
this.preInfinityToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
this.preInfinityToolStripMenuItem.Text = "&Pre Infinity";
//
// cycleToolStripMenuItem
//
this.cycleToolStripMenuItem.Name = "cycleToolStripMenuItem";
this.cycleToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
this.cycleToolStripMenuItem.Tag = "Pre,Cycle";
this.cycleToolStripMenuItem.Text = "C&ycle";
this.cycleToolStripMenuItem.Click += new System.EventHandler(this.curveLoopToolStripMenuItem_Click);
//
// cycleWithOffsetToolStripMenuItem
//
this.cycleWithOffsetToolStripMenuItem.Name = "cycleWithOffsetToolStripMenuItem";
this.cycleWithOffsetToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
this.cycleWithOffsetToolStripMenuItem.Tag = "Pre,CycleOffset";
this.cycleWithOffsetToolStripMenuItem.Text = "Cycle with &Offset";
this.cycleWithOffsetToolStripMenuItem.Click += new System.EventHandler(this.curveLoopToolStripMenuItem_Click);
//
// oscillateToolStripMenuItem
//
this.oscillateToolStripMenuItem.Name = "oscillateToolStripMenuItem";
this.oscillateToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
this.oscillateToolStripMenuItem.Tag = "Pre,Oscillate";
this.oscillateToolStripMenuItem.Text = "O&scillate";
this.oscillateToolStripMenuItem.Click += new System.EventHandler(this.curveLoopToolStripMenuItem_Click);
//
// linearToolStripMenuItem
//
this.linearToolStripMenuItem.Name = "linearToolStripMenuItem";
this.linearToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
this.linearToolStripMenuItem.Tag = "Pre,Linear";
this.linearToolStripMenuItem.Text = "&Linear";
this.linearToolStripMenuItem.Click += new System.EventHandler(this.curveLoopToolStripMenuItem_Click);
//
// constantToolStripMenuItem
//
this.constantToolStripMenuItem.Name = "constantToolStripMenuItem";
this.constantToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
this.constantToolStripMenuItem.Tag = "Pre,Constant";
this.constantToolStripMenuItem.Text = "&Constant";
this.constantToolStripMenuItem.Click += new System.EventHandler(this.curveLoopToolStripMenuItem_Click);
//
// postInfinityToolStripMenuItem
//
this.postInfinityToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cycleToolStripMenuItem1,
this.cycleWithOffsetToolStripMenuItem1,
this.oscillateToolStripMenuItem1,
this.linearToolStripMenuItem1,
this.constantToolStripMenuItem1});
this.postInfinityToolStripMenuItem.Name = "postInfinityToolStripMenuItem";
this.postInfinityToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
this.postInfinityToolStripMenuItem.Text = "P&ost Infinity";
//
// cycleToolStripMenuItem1
//
this.cycleToolStripMenuItem1.Name = "cycleToolStripMenuItem1";
this.cycleToolStripMenuItem1.Size = new System.Drawing.Size(164, 22);
this.cycleToolStripMenuItem1.Tag = "Post,Cycle";
this.cycleToolStripMenuItem1.Text = "C&ycle";
this.cycleToolStripMenuItem1.Click += new System.EventHandler(this.curveLoopToolStripMenuItem_Click);
//
// cycleWithOffsetToolStripMenuItem1
//
this.cycleWithOffsetToolStripMenuItem1.Name = "cycleWithOffsetToolStripMenuItem1";
this.cycleWithOffsetToolStripMenuItem1.Size = new System.Drawing.Size(164, 22);
this.cycleWithOffsetToolStripMenuItem1.Tag = "Post,CycleOffset";
this.cycleWithOffsetToolStripMenuItem1.Text = "Cycle with &Offset";
this.cycleWithOffsetToolStripMenuItem1.Click += new System.EventHandler(this.curveLoopToolStripMenuItem_Click);
//
// oscillateToolStripMenuItem1
//
this.oscillateToolStripMenuItem1.Name = "oscillateToolStripMenuItem1";
this.oscillateToolStripMenuItem1.Size = new System.Drawing.Size(164, 22);
this.oscillateToolStripMenuItem1.Tag = "Post,Oscillate";
this.oscillateToolStripMenuItem1.Text = "O&scillate";
this.oscillateToolStripMenuItem1.Click += new System.EventHandler(this.curveLoopToolStripMenuItem_Click);
//
// linearToolStripMenuItem1
//
this.linearToolStripMenuItem1.Name = "linearToolStripMenuItem1";
this.linearToolStripMenuItem1.Size = new System.Drawing.Size(164, 22);
this.linearToolStripMenuItem1.Tag = "Post,Linear";
this.linearToolStripMenuItem1.Text = "&Linear";
this.linearToolStripMenuItem1.Click += new System.EventHandler(this.curveLoopToolStripMenuItem_Click);
//
// constantToolStripMenuItem1
//
this.constantToolStripMenuItem1.Name = "constantToolStripMenuItem1";
this.constantToolStripMenuItem1.Size = new System.Drawing.Size(164, 22);
this.constantToolStripMenuItem1.Tag = "Post,Constant";
this.constantToolStripMenuItem1.Text = "&Constant";
this.constantToolStripMenuItem1.Click += new System.EventHandler(this.curveLoopToolStripMenuItem_Click);
//
// tangentsToolStripMenuItem
//
this.tangentsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.smoothToolStripMenuItem,
this.linearToolStripMenuItem2,
this.steppedToolStripMenuItem,
this.flatToolStripMenuItem,
this.fixedToolStripMenuItem,
this.toolStripMenuItem1,
this.inTangentToolStripMenuItem,
this.outTangentToolStripMenuItem});
this.tangentsToolStripMenuItem.Name = "tangentsToolStripMenuItem";
this.tangentsToolStripMenuItem.Size = new System.Drawing.Size(68, 20);
this.tangentsToolStripMenuItem.Text = "&Tangents";
//
// smoothToolStripMenuItem
//
this.smoothToolStripMenuItem.Name = "smoothToolStripMenuItem";
this.smoothToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
this.smoothToolStripMenuItem.Tag = "Tangents,Smooth";
this.smoothToolStripMenuItem.Text = "&Smooth";
this.smoothToolStripMenuItem.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
//
// linearToolStripMenuItem2
//
this.linearToolStripMenuItem2.Name = "linearToolStripMenuItem2";
this.linearToolStripMenuItem2.Size = new System.Drawing.Size(141, 22);
this.linearToolStripMenuItem2.Tag = "Tangents,Linear";
this.linearToolStripMenuItem2.Text = "&Linear";
this.linearToolStripMenuItem2.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
//
// steppedToolStripMenuItem
//
this.steppedToolStripMenuItem.Name = "steppedToolStripMenuItem";
this.steppedToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
this.steppedToolStripMenuItem.Tag = "Tangents,Stepped";
this.steppedToolStripMenuItem.Text = "S&tepped";
this.steppedToolStripMenuItem.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
//
// flatToolStripMenuItem
//
this.flatToolStripMenuItem.Name = "flatToolStripMenuItem";
this.flatToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
this.flatToolStripMenuItem.Tag = "Tangents,Flat";
this.flatToolStripMenuItem.Text = "&Flat";
this.flatToolStripMenuItem.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
//
// fixedToolStripMenuItem
//
this.fixedToolStripMenuItem.Name = "fixedToolStripMenuItem";
this.fixedToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
this.fixedToolStripMenuItem.Tag = "Tangents,Fixed";
this.fixedToolStripMenuItem.Text = "Fi&xed";
this.fixedToolStripMenuItem.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(138, 6);
//
// inTangentToolStripMenuItem
//
this.inTangentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.smoothToolStripMenuItem1,
this.linearToolStripMenuItem3,
this.flatToolStripMenuItem1,
this.fixedToolStripMenuItem1});
this.inTangentToolStripMenuItem.Name = "inTangentToolStripMenuItem";
this.inTangentToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
this.inTangentToolStripMenuItem.Text = "In Tangent";
//
// smoothToolStripMenuItem1
//
this.smoothToolStripMenuItem1.Name = "smoothToolStripMenuItem1";
this.smoothToolStripMenuItem1.Size = new System.Drawing.Size(116, 22);
this.smoothToolStripMenuItem1.Tag = "TangentIn,Smooth";
this.smoothToolStripMenuItem1.Text = "&Smooth";
this.smoothToolStripMenuItem1.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
//
// linearToolStripMenuItem3
//
this.linearToolStripMenuItem3.Name = "linearToolStripMenuItem3";
this.linearToolStripMenuItem3.Size = new System.Drawing.Size(116, 22);
this.linearToolStripMenuItem3.Tag = "TangentIn,Linear";
this.linearToolStripMenuItem3.Text = "&Linear";
this.linearToolStripMenuItem3.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
//
// flatToolStripMenuItem1
//
this.flatToolStripMenuItem1.Name = "flatToolStripMenuItem1";
this.flatToolStripMenuItem1.Size = new System.Drawing.Size(116, 22);
this.flatToolStripMenuItem1.Tag = "TangentIn,Flat";
this.flatToolStripMenuItem1.Text = "&Flat";
this.flatToolStripMenuItem1.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
//
// fixedToolStripMenuItem1
//
this.fixedToolStripMenuItem1.Name = "fixedToolStripMenuItem1";
this.fixedToolStripMenuItem1.Size = new System.Drawing.Size(116, 22);
this.fixedToolStripMenuItem1.Tag = "TangentIn,Fixed";
this.fixedToolStripMenuItem1.Text = "Fi&xed";
this.fixedToolStripMenuItem1.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
//
// outTangentToolStripMenuItem
//
this.outTangentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.smoothToolStripMenuItem2,
this.linearToolStripMenuItem4,
this.flatToolStripMenuItem2,
this.fixedToolStripMenuItem2});
this.outTangentToolStripMenuItem.Name = "outTangentToolStripMenuItem";
this.outTangentToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
this.outTangentToolStripMenuItem.Text = "Out Tangent";
//
// smoothToolStripMenuItem2
//
this.smoothToolStripMenuItem2.Name = "smoothToolStripMenuItem2";
this.smoothToolStripMenuItem2.Size = new System.Drawing.Size(116, 22);
this.smoothToolStripMenuItem2.Tag = "TangentOut,Smooth";
this.smoothToolStripMenuItem2.Text = "&Smooth";
this.smoothToolStripMenuItem2.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
//
// linearToolStripMenuItem4
//
this.linearToolStripMenuItem4.Name = "linearToolStripMenuItem4";
this.linearToolStripMenuItem4.Size = new System.Drawing.Size(116, 22);
this.linearToolStripMenuItem4.Tag = "TangentOut,Linear";
this.linearToolStripMenuItem4.Text = "&Linear";
this.linearToolStripMenuItem4.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
//
// flatToolStripMenuItem2
//
this.flatToolStripMenuItem2.Name = "flatToolStripMenuItem2";
this.flatToolStripMenuItem2.Size = new System.Drawing.Size(116, 22);
this.flatToolStripMenuItem2.Tag = "TangentOut,Flat";
this.flatToolStripMenuItem2.Text = "&Flat";
this.flatToolStripMenuItem2.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
//
// fixedToolStripMenuItem2
//
this.fixedToolStripMenuItem2.Name = "fixedToolStripMenuItem2";
this.fixedToolStripMenuItem2.Size = new System.Drawing.Size(116, 22);
this.fixedToolStripMenuItem2.Tag = "TangentOut,Fixed";
this.fixedToolStripMenuItem2.Text = "Fi&xed";
this.fixedToolStripMenuItem2.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
//
// BottomToolStripPanel
//
this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0);
this.BottomToolStripPanel.Name = "BottomToolStripPanel";
this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0);
//
// TopToolStripPanel
//
this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
this.TopToolStripPanel.Name = "TopToolStripPanel";
this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0);
//
// RightToolStripPanel
//
this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0);
this.RightToolStripPanel.Name = "RightToolStripPanel";
this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0);
//
// LeftToolStripPanel
//
this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0);
this.LeftToolStripPanel.Name = "LeftToolStripPanel";
this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0);
//
// ContentPanel
//
this.ContentPanel.Size = new System.Drawing.Size(150, 175);
//
// toolStripContainer1
//
//
// toolStripContainer1.ContentPanel
//
this.toolStripContainer1.ContentPanel.Controls.Add(this.curveView);
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(464, 192);
this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
this.toolStripContainer1.Name = "toolStripContainer1";
this.toolStripContainer1.Size = new System.Drawing.Size(464, 241);
this.toolStripContainer1.TabIndex = 1;
this.toolStripContainer1.Text = "toolStripContainer1";
//
// toolStripContainer1.TopToolStripPanel
//
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip);
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip);
//
// toolStrip
//
this.toolStrip.Dock = System.Windows.Forms.DockStyle.None;
this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.selectionButton,
this.addKeyButton,
this.moveKeyButton,
this.panButton,
this.zoomButton,
this.keyPositionLabel,
this.keyPositionTextBox,
this.keyValueLabel,
this.keyValueTextBox});
this.toolStrip.Location = new System.Drawing.Point(3, 24);
this.toolStrip.Name = "toolStrip";
this.toolStrip.Size = new System.Drawing.Size(417, 25);
this.toolStrip.TabIndex = 1;
//
// selectionButton
//
this.selectionButton.Checked = true;
this.selectionButton.CheckState = System.Windows.Forms.CheckState.Checked;
this.selectionButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.selectionButton.Image = global::Xna.Tools.CurveControlResources.SelectImage;
this.selectionButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.selectionButton.Name = "selectionButton";
this.selectionButton.Size = new System.Drawing.Size(23, 22);
this.selectionButton.Tag = "Select";
this.selectionButton.Text = "Select Keys (S)";
this.selectionButton.Click += new System.EventHandler(this.editButton_Click);
//
// addKeyButton
//
this.addKeyButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.addKeyButton.Image = global::Xna.Tools.CurveControlResources.AddKeyImage;
this.addKeyButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.addKeyButton.Name = "addKeyButton";
this.addKeyButton.Size = new System.Drawing.Size(23, 22);
this.addKeyButton.Tag = "Add";
this.addKeyButton.Text = "toolStripButton2";
this.addKeyButton.ToolTipText = "Add Key (A)";
this.addKeyButton.Click += new System.EventHandler(this.editButton_Click);
//
// moveKeyButton
//
this.moveKeyButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.moveKeyButton.Image = global::Xna.Tools.CurveControlResources.MoveKeyImage;
this.moveKeyButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.moveKeyButton.Name = "moveKeyButton";
this.moveKeyButton.Size = new System.Drawing.Size(23, 22);
this.moveKeyButton.Tag = "Move";
this.moveKeyButton.Text = "Move Keys (D)";
this.moveKeyButton.Click += new System.EventHandler(this.editButton_Click);
//
// panButton
//
this.panButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.panButton.Image = global::Xna.Tools.CurveControlResources.MoveImage;
this.panButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.panButton.Name = "panButton";
this.panButton.Size = new System.Drawing.Size(23, 22);
this.panButton.Tag = "Pan";
this.panButton.Text = "toolStripButton2";
this.panButton.ToolTipText = "Pan Camera (W)";
this.panButton.Click += new System.EventHandler(this.editButton_Click);
//
// zoomButton
//
this.zoomButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.zoomButton.Image = global::Xna.Tools.CurveControlResources.ZoomImage;
this.zoomButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.zoomButton.Name = "zoomButton";
this.zoomButton.Size = new System.Drawing.Size(23, 22);
this.zoomButton.Tag = "Zoom";
this.zoomButton.Text = "toolStripButton1";
this.zoomButton.ToolTipText = "Zoom (E)";
this.zoomButton.Click += new System.EventHandler(this.editButton_Click);
//
// keyPositionLabel
//
this.keyPositionLabel.Enabled = false;
this.keyPositionLabel.Name = "keyPositionLabel";
this.keyPositionLabel.Size = new System.Drawing.Size(50, 22);
this.keyPositionLabel.Text = "Position";
//
// keyPositionTextBox
//
this.keyPositionTextBox.Enabled = false;
this.keyPositionTextBox.Name = "keyPositionTextBox";
this.keyPositionTextBox.Size = new System.Drawing.Size(100, 25);
this.keyPositionTextBox.TextChanged += new System.EventHandler(this.singleKeyEdit_TextChanged);
//
// keyValueLabel
//
this.keyValueLabel.Enabled = false;
this.keyValueLabel.Name = "keyValueLabel";
this.keyValueLabel.Size = new System.Drawing.Size(36, 22);
this.keyValueLabel.Text = "Value";
//
// keyValueTextBox
//
this.keyValueTextBox.Enabled = false;
this.keyValueTextBox.Name = "keyValueTextBox";
this.keyValueTextBox.Size = new System.Drawing.Size(100, 25);
this.keyValueTextBox.TextChanged += new System.EventHandler(this.singleKeyEdit_TextChanged);
//
// curveView
//
this.curveView.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
this.curveView.Dock = System.Windows.Forms.DockStyle.Fill;
this.curveView.Location = new System.Drawing.Point(0, 0);
this.curveView.Name = "curveView";
this.curveView.Size = new System.Drawing.Size(464, 192);
this.curveView.TabIndex = 0;
this.curveView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.curveView_MouseDown);
this.curveView.MouseMove += new System.Windows.Forms.MouseEventHandler(this.curveView_MouseMove);
this.curveView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.curveView_KeyUp);
this.curveView.Paint += new System.Windows.Forms.PaintEventHandler(this.curveView_Paint);
this.curveView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.curveView_MouseUp);
this.curveView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.curveView_KeyDown);
//
// CurveControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.toolStripContainer1);
this.Name = "CurveControl";
this.Size = new System.Drawing.Size(464, 241);
this.Load += new System.EventHandler(this.CurveControl_Load);
this.menuStrip.ResumeLayout(false);
this.menuStrip.PerformLayout();
this.toolStripContainer1.ContentPanel.ResumeLayout(false);
this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
this.toolStripContainer1.TopToolStripPanel.PerformLayout();
this.toolStripContainer1.ResumeLayout(false);
this.toolStripContainer1.PerformLayout();
this.toolStrip.ResumeLayout(false);
this.toolStrip.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip;
private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem curvesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tangentsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem preInfinityToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem cycleToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem cycleWithOffsetToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem postInfinityToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem oscillateToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem linearToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem constantToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem cycleToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem cycleWithOffsetToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem oscillateToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem linearToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem constantToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem smoothToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem linearToolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem steppedToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem flatToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem fixedToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem inTangentToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem smoothToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem linearToolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem flatToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem fixedToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem outTangentToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem smoothToolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem linearToolStripMenuItem4;
private System.Windows.Forms.ToolStripMenuItem flatToolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem fixedToolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem frameAllToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem frameSelectionToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem autoFrameToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem curveSmoothnessToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem coarseToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem roughToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem mediumToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem fineToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem keysToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem alwaysToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem neverToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem activeOnlyToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tangentsToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem alwaysToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem neverToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem activeOnlyToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem infinityToolStripMenuItem;
private System.Windows.Forms.ToolStripPanel BottomToolStripPanel;
private System.Windows.Forms.ToolStripPanel TopToolStripPanel;
private System.Windows.Forms.ToolStripPanel RightToolStripPanel;
private System.Windows.Forms.ToolStripPanel LeftToolStripPanel;
private System.Windows.Forms.ToolStripContentPanel ContentPanel;
private System.Windows.Forms.ToolStripContainer toolStripContainer1;
private System.Windows.Forms.ToolStrip toolStrip;
private System.Windows.Forms.ToolStripLabel keyPositionLabel;
private GridControl curveView;
private System.Windows.Forms.ToolStripTextBox keyPositionTextBox;
private System.Windows.Forms.ToolStripLabel keyValueLabel;
private System.Windows.Forms.ToolStripTextBox keyValueTextBox;
private System.Windows.Forms.ToolStripButton selectionButton;
private System.Windows.Forms.ToolStripButton addKeyButton;
private System.Windows.Forms.ToolStripButton zoomButton;
private System.Windows.Forms.ToolStripButton panButton;
private System.Windows.Forms.ToolStripButton moveKeyButton;
}
}