Exemple #1
0
 private void InitializeComponent()
 {
     this.panel1        = new System.Windows.Forms.Panel();
     this.tabControl1   = new System.Windows.Forms.TabControl();
     this.tabPage1      = new System.Windows.Forms.TabPage();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.listKeyframes = new System.Windows.Forms.ListBox();
     this.panel2        = new System.Windows.Forms.Panel();
     this.label7        = new System.Windows.Forms.Label();
     this.label3        = new System.Windows.Forms.Label();
     this.btnNext       = new System.Windows.Forms.Button();
     this.btnPrev       = new System.Windows.Forms.Button();
     this.lblFrameCount = new System.Windows.Forms.Label();
     this.numStart      = new System.Windows.Forms.NumericInputBox();
     this.numEnd        = new System.Windows.Forms.NumericInputBox();
     this.numFrame      = new System.Windows.Forms.NumericUpDown();
     this.label1        = new System.Windows.Forms.Label();
     this.tabPage3      = new System.Windows.Forms.TabPage();
     this.lightCtrl     = new System.Windows.Forms.CLRControl();
     this.panel1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numFrame)).BeginInit();
     this.tabPage3.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.tabControl1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(221, 200);
     this.panel1.TabIndex = 23;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(221, 200);
     this.tabControl1.TabIndex      = 18;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Controls.Add(this.panel2);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(213, 174);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Lighting";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.listKeyframes);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(213, 102);
     this.groupBox1.TabIndex = 21;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Keyframes";
     //
     // listKeyframes
     //
     this.listKeyframes.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listKeyframes.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listKeyframes.FormattingEnabled = true;
     this.listKeyframes.IntegralHeight    = false;
     this.listKeyframes.ItemHeight        = 14;
     this.listKeyframes.Location          = new System.Drawing.Point(3, 16);
     this.listKeyframes.Name                  = "listKeyframes";
     this.listKeyframes.Size                  = new System.Drawing.Size(207, 83);
     this.listKeyframes.TabIndex              = 18;
     this.listKeyframes.SelectedIndexChanged += new System.EventHandler(this.listKeyframes_SelectedIndexChanged);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.Control;
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.btnNext);
     this.panel2.Controls.Add(this.btnPrev);
     this.panel2.Controls.Add(this.lblFrameCount);
     this.panel2.Controls.Add(this.numStart);
     this.panel2.Controls.Add(this.numEnd);
     this.panel2.Controls.Add(this.numFrame);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 102);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(213, 72);
     this.panel2.TabIndex = 22;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(3, 3);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(41, 20);
     this.label7.TabIndex  = 15;
     this.label7.Text      = "Frame:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label3.Location    = new System.Drawing.Point(6, 45);
     this.label3.Margin      = new System.Windows.Forms.Padding(0);
     this.label3.Name        = "label3";
     this.label3.Size        = new System.Drawing.Size(70, 20);
     this.label3.TabIndex    = 2;
     this.label3.Text        = "End Point Z";
     this.label3.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnNext
     //
     this.btnNext.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnNext.Location  = new System.Drawing.Point(187, 1);
     this.btnNext.Name      = "btnNext";
     this.btnNext.Size      = new System.Drawing.Size(23, 23);
     this.btnNext.TabIndex  = 2;
     this.btnNext.Text      = ">";
     this.btnNext.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnNext.UseVisualStyleBackColor = true;
     this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
     //
     // btnPrev
     //
     this.btnPrev.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPrev.Location  = new System.Drawing.Point(162, 1);
     this.btnPrev.Name      = "btnPrev";
     this.btnPrev.Size      = new System.Drawing.Size(23, 23);
     this.btnPrev.TabIndex  = 1;
     this.btnPrev.Text      = "<";
     this.btnPrev.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnPrev.UseVisualStyleBackColor = true;
     this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click);
     //
     // lblFrameCount
     //
     this.lblFrameCount.Location  = new System.Drawing.Point(114, 3);
     this.lblFrameCount.Name      = "lblFrameCount";
     this.lblFrameCount.Size      = new System.Drawing.Size(51, 20);
     this.lblFrameCount.TabIndex  = 17;
     this.lblFrameCount.Text      = "/ 10";
     this.lblFrameCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // numStart
     //
     this.numStart.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numStart.Location      = new System.Drawing.Point(75, 26);
     this.numStart.Margin        = new System.Windows.Forms.Padding(0);
     this.numStart.Name          = "numStart";
     this.numStart.Size          = new System.Drawing.Size(70, 20);
     this.numStart.TabIndex      = 3;
     this.numStart.Text          = "0";
     this.numStart.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // numEnd
     //
     this.numEnd.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numEnd.Location      = new System.Drawing.Point(75, 45);
     this.numEnd.Margin        = new System.Windows.Forms.Padding(0, 10, 0, 10);
     this.numEnd.Name          = "numEnd";
     this.numEnd.Size          = new System.Drawing.Size(70, 20);
     this.numEnd.TabIndex      = 6;
     this.numEnd.Text          = "0";
     this.numEnd.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // numFrame
     //
     this.numFrame.Location = new System.Drawing.Point(50, 3);
     this.numFrame.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numFrame.Name     = "numFrame";
     this.numFrame.Size     = new System.Drawing.Size(58, 20);
     this.numFrame.TabIndex = 0;
     this.numFrame.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numFrame.ValueChanged += new System.EventHandler(this.numFrame_ValueChanged);
     //
     // label1
     //
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label1.Location    = new System.Drawing.Point(6, 26);
     this.label1.Margin      = new System.Windows.Forms.Padding(0);
     this.label1.Name        = "label1";
     this.label1.Size        = new System.Drawing.Size(70, 20);
     this.label1.TabIndex    = 0;
     this.label1.Text        = "Start Point Z";
     this.label1.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.lightCtrl);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(213, 174);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Light Color";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // lightCtrl
     //
     this.lightCtrl.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.lightCtrl.Location = new System.Drawing.Point(0, 0);
     this.lightCtrl.Name     = "lightCtrl";
     this.lightCtrl.Size     = new System.Drawing.Size(213, 174);
     this.lightCtrl.TabIndex = 0;
     //
     // SCN0FogEditControl
     //
     this.Controls.Add(this.panel1);
     this.Name = "SCN0FogEditControl";
     this.Size = new System.Drawing.Size(221, 200);
     this.panel1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numFrame)).EndInit();
     this.tabPage3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.panel1 = new System.Windows.Forms.Panel();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.listKeyframes = new System.Windows.Forms.ListBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.label7 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.btnNext = new System.Windows.Forms.Button();
     this.btnPrev = new System.Windows.Forms.Button();
     this.lblFrameCount = new System.Windows.Forms.Label();
     this.numStart = new System.Windows.Forms.NumericInputBox();
     this.numEnd = new System.Windows.Forms.NumericInputBox();
     this.numFrame = new System.Windows.Forms.NumericUpDown();
     this.label1 = new System.Windows.Forms.Label();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.lightCtrl = new System.Windows.Forms.CLRControl();
     this.panel1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numFrame)).BeginInit();
     this.tabPage3.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.tabControl1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(221, 200);
     this.panel1.TabIndex = 23;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location = new System.Drawing.Point(0, 0);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(221, 200);
     this.tabControl1.TabIndex = 18;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Controls.Add(this.panel2);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Size = new System.Drawing.Size(213, 174);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Lighting";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.listKeyframes);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(213, 102);
     this.groupBox1.TabIndex = 21;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Keyframes";
     //
     // listKeyframes
     //
     this.listKeyframes.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listKeyframes.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listKeyframes.FormattingEnabled = true;
     this.listKeyframes.IntegralHeight = false;
     this.listKeyframes.ItemHeight = 14;
     this.listKeyframes.Location = new System.Drawing.Point(3, 16);
     this.listKeyframes.Name = "listKeyframes";
     this.listKeyframes.Size = new System.Drawing.Size(207, 83);
     this.listKeyframes.TabIndex = 18;
     this.listKeyframes.SelectedIndexChanged += new System.EventHandler(this.listKeyframes_SelectedIndexChanged);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.Control;
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.btnNext);
     this.panel2.Controls.Add(this.btnPrev);
     this.panel2.Controls.Add(this.lblFrameCount);
     this.panel2.Controls.Add(this.numStart);
     this.panel2.Controls.Add(this.numEnd);
     this.panel2.Controls.Add(this.numFrame);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 102);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(213, 72);
     this.panel2.TabIndex = 22;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(3, 3);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(41, 20);
     this.label7.TabIndex = 15;
     this.label7.Text = "Frame:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label3.Location = new System.Drawing.Point(6, 45);
     this.label3.Margin = new System.Windows.Forms.Padding(0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(70, 20);
     this.label3.TabIndex = 2;
     this.label3.Text = "End Point Z";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnNext
     //
     this.btnNext.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnNext.Location = new System.Drawing.Point(187, 1);
     this.btnNext.Name = "btnNext";
     this.btnNext.Size = new System.Drawing.Size(23, 23);
     this.btnNext.TabIndex = 2;
     this.btnNext.Text = ">";
     this.btnNext.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnNext.UseVisualStyleBackColor = true;
     this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
     //
     // btnPrev
     //
     this.btnPrev.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPrev.Location = new System.Drawing.Point(162, 1);
     this.btnPrev.Name = "btnPrev";
     this.btnPrev.Size = new System.Drawing.Size(23, 23);
     this.btnPrev.TabIndex = 1;
     this.btnPrev.Text = "<";
     this.btnPrev.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnPrev.UseVisualStyleBackColor = true;
     this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click);
     //
     // lblFrameCount
     //
     this.lblFrameCount.Location = new System.Drawing.Point(114, 3);
     this.lblFrameCount.Name = "lblFrameCount";
     this.lblFrameCount.Size = new System.Drawing.Size(51, 20);
     this.lblFrameCount.TabIndex = 17;
     this.lblFrameCount.Text = "/ 10";
     this.lblFrameCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // numStart
     //
     this.numStart.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numStart.Location = new System.Drawing.Point(75, 26);
     this.numStart.Margin = new System.Windows.Forms.Padding(0);
     this.numStart.Name = "numStart";
     this.numStart.Size = new System.Drawing.Size(70, 20);
     this.numStart.TabIndex = 3;
     this.numStart.Text = "0";
     this.numStart.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // numEnd
     //
     this.numEnd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numEnd.Location = new System.Drawing.Point(75, 45);
     this.numEnd.Margin = new System.Windows.Forms.Padding(0, 10, 0, 10);
     this.numEnd.Name = "numEnd";
     this.numEnd.Size = new System.Drawing.Size(70, 20);
     this.numEnd.TabIndex = 6;
     this.numEnd.Text = "0";
     this.numEnd.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // numFrame
     //
     this.numFrame.Location = new System.Drawing.Point(50, 3);
     this.numFrame.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.numFrame.Name = "numFrame";
     this.numFrame.Size = new System.Drawing.Size(58, 20);
     this.numFrame.TabIndex = 0;
     this.numFrame.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.numFrame.ValueChanged += new System.EventHandler(this.numFrame_ValueChanged);
     //
     // label1
     //
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label1.Location = new System.Drawing.Point(6, 26);
     this.label1.Margin = new System.Windows.Forms.Padding(0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(70, 20);
     this.label1.TabIndex = 0;
     this.label1.Text = "Start Point Z";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.lightCtrl);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Size = new System.Drawing.Size(213, 174);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text = "Light Color";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // lightCtrl
     //
     this.lightCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lightCtrl.Location = new System.Drawing.Point(0, 0);
     this.lightCtrl.Name = "lightCtrl";
     this.lightCtrl.Size = new System.Drawing.Size(213, 174);
     this.lightCtrl.TabIndex = 0;
     //
     // SCN0FogEditControl
     //
     this.Controls.Add(this.panel1);
     this.Name = "SCN0FogEditControl";
     this.Size = new System.Drawing.Size(221, 200);
     this.panel1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numFrame)).EndInit();
     this.tabPage3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.resourceTree = new BrawlBox.ResourceTree();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aRCArchiveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.brresPackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.bRStmAudioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.u8FileArchiveToolStripMenuItem = 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.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.recentFilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.gCTEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.donateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
     this.videoPlaybackPanel1 = new System.Windows.Forms.VideoPlaybackPanel();
     this.modelPanel1 = new System.Windows.Forms.ModelPanel();
     this.previewPanel2 = new System.Windows.Forms.PreviewPanel();
     this.scN0FogEditControl1 = new System.Windows.Forms.SCN0FogEditControl();
     this.scN0LightEditControl1 = new System.Windows.Forms.SCN0LightEditControl();
     this.scN0CameraEditControl1 = new System.Windows.Forms.SCN0CameraEditControl();
     this.animEditControl = new System.Windows.Forms.AnimEditControl();
     this.shpAnimEditControl = new System.Windows.Forms.ShpAnimEditControl();
     this.texAnimEditControl = new System.Windows.Forms.TexAnimEditControl();
     this.audioPlaybackPanel1 = new System.Windows.Forms.AudioPlaybackPanel();
     this.visEditor = new System.Windows.Forms.VisEditor();
     this.clrControl = new System.Windows.Forms.CLRControl();
     this.soundPackControl1 = new System.Windows.Forms.SoundPackControl();
     this.msBinEditor1 = new System.Windows.Forms.MSBinEditor();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.resourceTree);
     this.splitContainer1.Panel1.Controls.Add(this.menuStrip1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.Size = new System.Drawing.Size(617, 411);
     this.splitContainer1.SplitterDistance = 214;
     this.splitContainer1.TabIndex = 1;
     //
     // resourceTree
     //
     this.resourceTree.AllowDrop = true;
     this.resourceTree.Dock = System.Windows.Forms.DockStyle.Fill;
     this.resourceTree.HideSelection = false;
     this.resourceTree.ImageIndex = 0;
     this.resourceTree.Indent = 20;
     this.resourceTree.Location = new System.Drawing.Point(0, 24);
     this.resourceTree.Name = "resourceTree";
     this.resourceTree.SelectedImageIndex = 0;
     this.resourceTree.ShowIcons = true;
     this.resourceTree.Size = new System.Drawing.Size(214, 387);
     this.resourceTree.TabIndex = 0;
     this.resourceTree.SelectionChanged += new System.EventHandler(this.resourceTree_SelectionChanged);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.editToolStripMenuItem,
     this.toolsToolStripMenuItem,
     this.helpToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(214, 24);
     this.menuStrip1.TabIndex = 2;
     this.menuStrip1.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newToolStripMenuItem,
     this.openToolStripMenuItem,
     this.saveToolStripMenuItem,
     this.saveAsToolStripMenuItem,
     this.closeToolStripMenuItem,
     this.toolStripMenuItem1,
     this.recentFilesToolStripMenuItem,
     this.toolStripSeparator1,
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aRCArchiveToolStripMenuItem,
     this.brresPackToolStripMenuItem,
     this.bRStmAudioToolStripMenuItem,
     this.u8FileArchiveToolStripMenuItem});
     this.newToolStripMenuItem.Name = "newToolStripMenuItem";
     this.newToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
     this.newToolStripMenuItem.Text = "&New";
     //
     // aRCArchiveToolStripMenuItem
     //
     this.aRCArchiveToolStripMenuItem.Name = "aRCArchiveToolStripMenuItem";
     this.aRCArchiveToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.aRCArchiveToolStripMenuItem.Text = "ARC File Archive";
     this.aRCArchiveToolStripMenuItem.Click += new System.EventHandler(this.aRCArchiveToolStripMenuItem_Click);
     //
     // brresPackToolStripMenuItem
     //
     this.brresPackToolStripMenuItem.Name = "brresPackToolStripMenuItem";
     this.brresPackToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.brresPackToolStripMenuItem.Text = "Brres Resource Pack";
     this.brresPackToolStripMenuItem.Click += new System.EventHandler(this.brresPackToolStripMenuItem_Click);
     //
     // bRStmAudioToolStripMenuItem
     //
     this.bRStmAudioToolStripMenuItem.Name = "bRStmAudioToolStripMenuItem";
     this.bRStmAudioToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.bRStmAudioToolStripMenuItem.Text = "Brstm Audio Stream";
     this.bRStmAudioToolStripMenuItem.Click += new System.EventHandler(this.bRStmAudioToolStripMenuItem_Click);
     //
     // u8FileArchiveToolStripMenuItem
     //
     this.u8FileArchiveToolStripMenuItem.Name = "u8FileArchiveToolStripMenuItem";
     this.u8FileArchiveToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.u8FileArchiveToolStripMenuItem.Text = "U8 File Archive";
     this.u8FileArchiveToolStripMenuItem.Click += new System.EventHandler(this.u8FileArchiveToolStripMenuItem_Click);
     //
     // openToolStripMenuItem
     //
     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(165, 22);
     this.openToolStripMenuItem.Text = "&Open...";
     this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Enabled = false;
     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(165, 22);
     this.saveToolStripMenuItem.Text = "&Save";
     this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // saveAsToolStripMenuItem
     //
     this.saveAsToolStripMenuItem.Enabled = false;
     this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
     this.saveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
     this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
     this.saveAsToolStripMenuItem.Text = "Save &As...";
     this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
     //
     // closeToolStripMenuItem
     //
     this.closeToolStripMenuItem.Enabled = false;
     this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
     this.closeToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
     this.closeToolStripMenuItem.Text = "&Close";
     this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(162, 6);
     //
     // recentFilesToolStripMenuItem
     //
     this.recentFilesToolStripMenuItem.Name = "recentFilesToolStripMenuItem";
     this.recentFilesToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
     this.recentFilesToolStripMenuItem.Text = "Recent Files";
     this.recentFilesToolStripMenuItem.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.recentFilesToolStripMenuItem_DropDownItemClicked);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(162, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
     this.exitToolStripMenuItem.Text = "E&xit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.Enabled = false;
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "&Edit";
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.settingsToolStripMenuItem,
     this.gCTEditorToolStripMenuItem});
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
     this.toolsToolStripMenuItem.Text = "&Tools";
     //
     // settingsToolStripMenuItem
     //
     this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
     this.settingsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.settingsToolStripMenuItem.Text = "&Settings";
     this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click_1);
     //
     // gCTEditorToolStripMenuItem
     //
     this.gCTEditorToolStripMenuItem.Name = "gCTEditorToolStripMenuItem";
     this.gCTEditorToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.gCTEditorToolStripMenuItem.Text = "Code Manager";
     this.gCTEditorToolStripMenuItem.Click += new System.EventHandler(this.gCTEditorToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aboutToolStripMenuItem,
     this.donateToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(112, 22);
     this.aboutToolStripMenuItem.Text = "&About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // donateToolStripMenuItem
     //
     this.donateToolStripMenuItem.Name = "donateToolStripMenuItem";
     this.donateToolStripMenuItem.Size = new System.Drawing.Size(112, 22);
     this.donateToolStripMenuItem.Text = "Donate";
     this.donateToolStripMenuItem.Click += new System.EventHandler(this.donateToolStripMenuItem_Click);
     //
     // splitContainer2
     //
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.propertyGrid1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.videoPlaybackPanel1);
     this.splitContainer2.Panel2.Controls.Add(this.modelPanel1);
     this.splitContainer2.Panel2.Controls.Add(this.previewPanel2);
     this.splitContainer2.Panel2.Controls.Add(this.scN0FogEditControl1);
     this.splitContainer2.Panel2.Controls.Add(this.scN0LightEditControl1);
     this.splitContainer2.Panel2.Controls.Add(this.scN0CameraEditControl1);
     this.splitContainer2.Panel2.Controls.Add(this.animEditControl);
     this.splitContainer2.Panel2.Controls.Add(this.shpAnimEditControl);
     this.splitContainer2.Panel2.Controls.Add(this.texAnimEditControl);
     this.splitContainer2.Panel2.Controls.Add(this.audioPlaybackPanel1);
     this.splitContainer2.Panel2.Controls.Add(this.visEditor);
     this.splitContainer2.Panel2.Controls.Add(this.clrControl);
     this.splitContainer2.Panel2.Controls.Add(this.soundPackControl1);
     this.splitContainer2.Panel2.Controls.Add(this.msBinEditor1);
     this.splitContainer2.Size = new System.Drawing.Size(399, 411);
     this.splitContainer2.SplitterDistance = 205;
     this.splitContainer2.TabIndex = 3;
     //
     // propertyGrid1
     //
     this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.propertyGrid1.HelpVisible = false;
     this.propertyGrid1.Location = new System.Drawing.Point(0, 0);
     this.propertyGrid1.Name = "propertyGrid1";
     this.propertyGrid1.PropertySort = System.Windows.Forms.PropertySort.Categorized;
     this.propertyGrid1.Size = new System.Drawing.Size(399, 205);
     this.propertyGrid1.TabIndex = 2;
     this.propertyGrid1.SelectedGridItemChanged += new System.Windows.Forms.SelectedGridItemChangedEventHandler(this.propertyGrid1_SelectedGridItemChanged);
     //
     // videoPlaybackPanel1
     //
     this.videoPlaybackPanel1.Location = new System.Drawing.Point(85, -16);
     this.videoPlaybackPanel1.Name = "videoPlaybackPanel1";
     this.videoPlaybackPanel1.Size = new System.Drawing.Size(536, 111);
     this.videoPlaybackPanel1.TabIndex = 17;
     this.videoPlaybackPanel1.Visible = false;
     //
     // modelPanel1
     //
     this.modelPanel1.DefaultTranslate = ((System.Vector3)(resources.GetObject("modelPanel1.DefaultTranslate")));
     this.modelPanel1.InitialYFactor = 100;
     this.modelPanel1.InitialZoomFactor = 5;
     this.modelPanel1.Location = new System.Drawing.Point(0, 0);
     this.modelPanel1.Name = "modelPanel1";
     this.modelPanel1.RotationScale = 0.4F;
     this.modelPanel1.Size = new System.Drawing.Size(381, 169);
     this.modelPanel1.TabIndex = 15;
     this.modelPanel1.TranslationScale = 0.05F;
     this.modelPanel1.Visible = false;
     this.modelPanel1.ZoomScale = 2.5F;
     //
     // previewPanel2
     //
     this.previewPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.previewPanel2.CurrentIndex = 0;
     this.previewPanel2.DisposeImage = true;
     this.previewPanel2.Location = new System.Drawing.Point(0, 0);
     this.previewPanel2.Name = "previewPanel2";
     this.previewPanel2.RenderingTarget = null;
     this.previewPanel2.Size = new System.Drawing.Size(368, 134);
     this.previewPanel2.TabIndex = 16;
     this.previewPanel2.Visible = false;
     //
     // scN0FogEditControl1
     //
     this.scN0FogEditControl1.Location = new System.Drawing.Point(-111, -119);
     this.scN0FogEditControl1.Name = "scN0FogEditControl1";
     this.scN0FogEditControl1.Size = new System.Drawing.Size(293, 276);
     this.scN0FogEditControl1.TabIndex = 13;
     this.scN0FogEditControl1.Visible = false;
     //
     // scN0LightEditControl1
     //
     this.scN0LightEditControl1.Location = new System.Drawing.Point(139, -190);
     this.scN0LightEditControl1.Name = "scN0LightEditControl1";
     this.scN0LightEditControl1.Size = new System.Drawing.Size(293, 276);
     this.scN0LightEditControl1.TabIndex = 12;
     this.scN0LightEditControl1.Visible = false;
     //
     // scN0CameraEditControl1
     //
     this.scN0CameraEditControl1.Location = new System.Drawing.Point(104, -191);
     this.scN0CameraEditControl1.Name = "scN0CameraEditControl1";
     this.scN0CameraEditControl1.Size = new System.Drawing.Size(286, 276);
     this.scN0CameraEditControl1.TabIndex = 11;
     this.scN0CameraEditControl1.Visible = false;
     //
     // animEditControl
     //
     this.animEditControl.Location = new System.Drawing.Point(0, 0);
     this.animEditControl.Name = "animEditControl";
     this.animEditControl.Size = new System.Drawing.Size(384, 169);
     this.animEditControl.TabIndex = 1;
     this.animEditControl.Visible = false;
     //
     // shpAnimEditControl
     //
     this.shpAnimEditControl.Location = new System.Drawing.Point(0, 0);
     this.shpAnimEditControl.Name = "shpAnimEditControl";
     this.shpAnimEditControl.Size = new System.Drawing.Size(384, 169);
     this.shpAnimEditControl.TabIndex = 7;
     this.shpAnimEditControl.Visible = false;
     //
     // texAnimEditControl
     //
     this.texAnimEditControl.Location = new System.Drawing.Point(0, 0);
     this.texAnimEditControl.Name = "texAnimEditControl";
     this.texAnimEditControl.Size = new System.Drawing.Size(300, 212);
     this.texAnimEditControl.TabIndex = 7;
     this.texAnimEditControl.Visible = false;
     //
     // audioPlaybackPanel1
     //
     this.audioPlaybackPanel1.Location = new System.Drawing.Point(149, 92);
     this.audioPlaybackPanel1.Name = "audioPlaybackPanel1";
     this.audioPlaybackPanel1.Size = new System.Drawing.Size(70, 111);
     this.audioPlaybackPanel1.TabIndex = 4;
     this.audioPlaybackPanel1.TargetStreams = null;
     this.audioPlaybackPanel1.Visible = false;
     //
     // visEditor
     //
     this.visEditor.Location = new System.Drawing.Point(0, 0);
     this.visEditor.Name = "visEditor";
     this.visEditor.Size = new System.Drawing.Size(78, 87);
     this.visEditor.TabIndex = 6;
     this.visEditor.Visible = false;
     //
     // clrControl
     //
     this.clrControl.ColorID = 0;
     this.clrControl.Location = new System.Drawing.Point(0, 0);
     this.clrControl.Name = "clrControl";
     this.clrControl.Size = new System.Drawing.Size(98, 47);
     this.clrControl.TabIndex = 5;
     this.clrControl.Visible = false;
     //
     // soundPackControl1
     //
     this.soundPackControl1.Location = new System.Drawing.Point(13, 101);
     this.soundPackControl1.Name = "soundPackControl1";
     this.soundPackControl1.Size = new System.Drawing.Size(130, 65);
     this.soundPackControl1.TabIndex = 3;
     this.soundPackControl1.TargetNode = null;
     this.soundPackControl1.Visible = false;
     //
     // msBinEditor1
     //
     this.msBinEditor1.Location = new System.Drawing.Point(104, 4);
     this.msBinEditor1.Name = "msBinEditor1";
     this.msBinEditor1.Size = new System.Drawing.Size(146, 82);
     this.msBinEditor1.TabIndex = 2;
     this.msBinEditor1.Visible = false;
     //
     // MainForm
     //
     this.AllowDrop = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(617, 411);
     this.Controls.Add(this.splitContainer1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "MainForm";
     this.DragDrop += new System.Windows.Forms.DragEventHandler(this.MainForm_DragDrop);
     this.DragEnter += new System.Windows.Forms.DragEventHandler(this.MainForm_DragEnter);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.label7        = new System.Windows.Forms.Label();
     this.numFrame      = new System.Windows.Forms.NumericUpDown();
     this.lblFrameCount = new System.Windows.Forms.Label();
     this.btnPrev       = new System.Windows.Forms.Button();
     this.btnNext       = new System.Windows.Forms.Button();
     this.listKeyframes = new System.Windows.Forms.ListBox();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.panel1        = new System.Windows.Forms.Panel();
     this.tabControl1   = new System.Windows.Forms.TabControl();
     this.tabPage2      = new System.Windows.Forms.TabPage();
     this.visEditor1    = new System.Windows.Forms.VisEditor();
     this.tabPage1      = new System.Windows.Forms.TabPage();
     this.panel2        = new System.Windows.Forms.Panel();
     this.numSpotBright = new System.Windows.Forms.NumericInputBox();
     this.label6        = new System.Windows.Forms.Label();
     this.numRefBright  = new System.Windows.Forms.NumericInputBox();
     this.label3        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.label5        = new System.Windows.Forms.Label();
     this.label4        = new System.Windows.Forms.Label();
     this.numStartY     = new System.Windows.Forms.NumericInputBox();
     this.label10       = new System.Windows.Forms.Label();
     this.numEndZ       = new System.Windows.Forms.NumericInputBox();
     this.numStartX     = new System.Windows.Forms.NumericInputBox();
     this.numRefDist    = new System.Windows.Forms.NumericInputBox();
     this.numEndX       = new System.Windows.Forms.NumericInputBox();
     this.numEndY       = new System.Windows.Forms.NumericInputBox();
     this.numSpotCut    = new System.Windows.Forms.NumericInputBox();
     this.numStartZ     = new System.Windows.Forms.NumericInputBox();
     this.label9        = new System.Windows.Forms.Label();
     this.label1        = new System.Windows.Forms.Label();
     this.label8        = new System.Windows.Forms.Label();
     this.tabPage3      = new System.Windows.Forms.TabPage();
     this.lightCtrl     = new System.Windows.Forms.CLRControl();
     this.tabPage4      = new System.Windows.Forms.TabPage();
     this.specCtrl      = new System.Windows.Forms.CLRControl();
     ((System.ComponentModel.ISupportInitialize)(this.numFrame)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.SuspendLayout();
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(33, 5);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(41, 20);
     this.label7.TabIndex  = 15;
     this.label7.Text      = "Frame:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // numFrame
     //
     this.numFrame.Location = new System.Drawing.Point(80, 5);
     this.numFrame.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numFrame.Name     = "numFrame";
     this.numFrame.Size     = new System.Drawing.Size(58, 20);
     this.numFrame.TabIndex = 0;
     this.numFrame.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numFrame.ValueChanged += new System.EventHandler(this.numFrame_ValueChanged);
     //
     // lblFrameCount
     //
     this.lblFrameCount.Location  = new System.Drawing.Point(144, 5);
     this.lblFrameCount.Name      = "lblFrameCount";
     this.lblFrameCount.Size      = new System.Drawing.Size(51, 20);
     this.lblFrameCount.TabIndex  = 17;
     this.lblFrameCount.Text      = "/ 10";
     this.lblFrameCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnPrev
     //
     this.btnPrev.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPrev.Location  = new System.Drawing.Point(192, 3);
     this.btnPrev.Name      = "btnPrev";
     this.btnPrev.Size      = new System.Drawing.Size(23, 23);
     this.btnPrev.TabIndex  = 1;
     this.btnPrev.Text      = "<";
     this.btnPrev.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnPrev.UseVisualStyleBackColor = true;
     this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click);
     //
     // btnNext
     //
     this.btnNext.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnNext.Location  = new System.Drawing.Point(217, 3);
     this.btnNext.Name      = "btnNext";
     this.btnNext.Size      = new System.Drawing.Size(23, 23);
     this.btnNext.TabIndex  = 2;
     this.btnNext.Text      = ">";
     this.btnNext.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnNext.UseVisualStyleBackColor = true;
     this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
     //
     // listKeyframes
     //
     this.listKeyframes.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listKeyframes.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listKeyframes.FormattingEnabled = true;
     this.listKeyframes.IntegralHeight    = false;
     this.listKeyframes.ItemHeight        = 14;
     this.listKeyframes.Location          = new System.Drawing.Point(3, 16);
     this.listKeyframes.Name                  = "listKeyframes";
     this.listKeyframes.Size                  = new System.Drawing.Size(279, 104);
     this.listKeyframes.TabIndex              = 18;
     this.listKeyframes.SelectedIndexChanged += new System.EventHandler(this.listKeyframes_SelectedIndexChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.listKeyframes);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(285, 123);
     this.groupBox1.TabIndex = 21;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Keyframes";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.tabControl1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(293, 276);
     this.panel1.TabIndex = 23;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(293, 276);
     this.tabControl1.TabIndex      = 18;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.visEditor1);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Size     = new System.Drawing.Size(285, 250);
     this.tabPage2.TabIndex = 4;
     this.tabPage2.Text     = "Enabled";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // visEditor1
     //
     this.visEditor1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.visEditor1.Location = new System.Drawing.Point(0, 0);
     this.visEditor1.Name     = "visEditor1";
     this.visEditor1.Size     = new System.Drawing.Size(285, 250);
     this.visEditor1.TabIndex = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Controls.Add(this.panel2);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(285, 250);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Lighting";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.Control;
     this.panel2.Controls.Add(this.numSpotBright);
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.label6);
     this.panel2.Controls.Add(this.numRefBright);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.btnNext);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.btnPrev);
     this.panel2.Controls.Add(this.numStartY);
     this.panel2.Controls.Add(this.label10);
     this.panel2.Controls.Add(this.numEndZ);
     this.panel2.Controls.Add(this.lblFrameCount);
     this.panel2.Controls.Add(this.numStartX);
     this.panel2.Controls.Add(this.numRefDist);
     this.panel2.Controls.Add(this.numEndX);
     this.panel2.Controls.Add(this.numFrame);
     this.panel2.Controls.Add(this.numEndY);
     this.panel2.Controls.Add(this.numSpotCut);
     this.panel2.Controls.Add(this.numStartZ);
     this.panel2.Controls.Add(this.label9);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.label8);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 123);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(285, 127);
     this.panel2.TabIndex = 22;
     //
     // numSpotBright
     //
     this.numSpotBright.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numSpotBright.Location      = new System.Drawing.Point(211, 84);
     this.numSpotBright.Margin        = new System.Windows.Forms.Padding(0, 10, 0, 10);
     this.numSpotBright.Name          = "numSpotBright";
     this.numSpotBright.Size          = new System.Drawing.Size(70, 20);
     this.numSpotBright.TabIndex      = 19;
     this.numSpotBright.Text          = "0";
     this.numSpotBright.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // label6
     //
     this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label6.Location    = new System.Drawing.Point(211, 27);
     this.label6.Margin      = new System.Windows.Forms.Padding(0);
     this.label6.Name        = "label6";
     this.label6.Size        = new System.Drawing.Size(70, 20);
     this.label6.TabIndex    = 8;
     this.label6.Text        = "Z";
     this.label6.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // numRefBright
     //
     this.numRefBright.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numRefBright.Location      = new System.Drawing.Point(211, 103);
     this.numRefBright.Margin        = new System.Windows.Forms.Padding(0, 10, 0, 10);
     this.numRefBright.Name          = "numRefBright";
     this.numRefBright.Size          = new System.Drawing.Size(70, 20);
     this.numRefBright.TabIndex      = 13;
     this.numRefBright.Text          = "0";
     this.numRefBright.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // label3
     //
     this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label3.Location    = new System.Drawing.Point(4, 65);
     this.label3.Margin      = new System.Windows.Forms.Padding(0);
     this.label3.Name        = "label3";
     this.label3.Size        = new System.Drawing.Size(70, 20);
     this.label3.TabIndex    = 2;
     this.label3.Text        = "End Points";
     this.label3.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label2.Location    = new System.Drawing.Point(4, 84);
     this.label2.Margin      = new System.Windows.Forms.Padding(0);
     this.label2.Name        = "label2";
     this.label2.Size        = new System.Drawing.Size(70, 20);
     this.label2.TabIndex    = 1;
     this.label2.Text        = "Spot Cutoff";
     this.label2.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label5.Location    = new System.Drawing.Point(142, 27);
     this.label5.Margin      = new System.Windows.Forms.Padding(0);
     this.label5.Name        = "label5";
     this.label5.Size        = new System.Drawing.Size(70, 20);
     this.label5.TabIndex    = 7;
     this.label5.Text        = "Y";
     this.label5.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label4
     //
     this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label4.Location    = new System.Drawing.Point(73, 27);
     this.label4.Margin      = new System.Windows.Forms.Padding(0);
     this.label4.Name        = "label4";
     this.label4.Size        = new System.Drawing.Size(70, 20);
     this.label4.TabIndex    = 4;
     this.label4.Text        = "X";
     this.label4.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // numStartY
     //
     this.numStartY.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numStartY.Location      = new System.Drawing.Point(142, 46);
     this.numStartY.Margin        = new System.Windows.Forms.Padding(0);
     this.numStartY.Name          = "numStartY";
     this.numStartY.Size          = new System.Drawing.Size(70, 20);
     this.numStartY.TabIndex      = 4;
     this.numStartY.Text          = "0";
     this.numStartY.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // label10
     //
     this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label10.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location    = new System.Drawing.Point(142, 84);
     this.label10.Margin      = new System.Windows.Forms.Padding(0);
     this.label10.Name        = "label10";
     this.label10.Size        = new System.Drawing.Size(70, 20);
     this.label10.TabIndex    = 14;
     this.label10.Text        = "Spot Bright";
     this.label10.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // numEndZ
     //
     this.numEndZ.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numEndZ.Location      = new System.Drawing.Point(211, 65);
     this.numEndZ.Margin        = new System.Windows.Forms.Padding(0, 10, 0, 10);
     this.numEndZ.Name          = "numEndZ";
     this.numEndZ.Size          = new System.Drawing.Size(70, 20);
     this.numEndZ.TabIndex      = 8;
     this.numEndZ.Text          = "0";
     this.numEndZ.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // numStartX
     //
     this.numStartX.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numStartX.Location      = new System.Drawing.Point(73, 46);
     this.numStartX.Margin        = new System.Windows.Forms.Padding(0);
     this.numStartX.Name          = "numStartX";
     this.numStartX.Size          = new System.Drawing.Size(70, 20);
     this.numStartX.TabIndex      = 3;
     this.numStartX.Text          = "0";
     this.numStartX.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // numRefDist
     //
     this.numRefDist.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numRefDist.Location      = new System.Drawing.Point(73, 103);
     this.numRefDist.Margin        = new System.Windows.Forms.Padding(0, 10, 0, 10);
     this.numRefDist.Name          = "numRefDist";
     this.numRefDist.Size          = new System.Drawing.Size(70, 20);
     this.numRefDist.TabIndex      = 12;
     this.numRefDist.Text          = "0";
     this.numRefDist.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // numEndX
     //
     this.numEndX.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numEndX.Location      = new System.Drawing.Point(73, 65);
     this.numEndX.Margin        = new System.Windows.Forms.Padding(0, 10, 0, 10);
     this.numEndX.Name          = "numEndX";
     this.numEndX.Size          = new System.Drawing.Size(70, 20);
     this.numEndX.TabIndex      = 6;
     this.numEndX.Text          = "0";
     this.numEndX.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // numEndY
     //
     this.numEndY.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numEndY.Location      = new System.Drawing.Point(142, 65);
     this.numEndY.Margin        = new System.Windows.Forms.Padding(0, 10, 0, 10);
     this.numEndY.Name          = "numEndY";
     this.numEndY.Size          = new System.Drawing.Size(70, 20);
     this.numEndY.TabIndex      = 7;
     this.numEndY.Text          = "0";
     this.numEndY.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // numSpotCut
     //
     this.numSpotCut.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numSpotCut.Location      = new System.Drawing.Point(73, 84);
     this.numSpotCut.Margin        = new System.Windows.Forms.Padding(0, 10, 0, 10);
     this.numSpotCut.Name          = "numSpotCut";
     this.numSpotCut.Size          = new System.Drawing.Size(70, 20);
     this.numSpotCut.TabIndex      = 11;
     this.numSpotCut.Text          = "0";
     this.numSpotCut.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // numStartZ
     //
     this.numStartZ.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numStartZ.Location      = new System.Drawing.Point(211, 46);
     this.numStartZ.Margin        = new System.Windows.Forms.Padding(0);
     this.numStartZ.Name          = "numStartZ";
     this.numStartZ.Size          = new System.Drawing.Size(70, 20);
     this.numStartZ.TabIndex      = 5;
     this.numStartZ.Text          = "0";
     this.numStartZ.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // label9
     //
     this.label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label9.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location    = new System.Drawing.Point(142, 103);
     this.label9.Margin      = new System.Windows.Forms.Padding(0);
     this.label9.Name        = "label9";
     this.label9.Size        = new System.Drawing.Size(70, 20);
     this.label9.TabIndex    = 10;
     this.label9.Text        = "Ref Bright";
     this.label9.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label1.Location    = new System.Drawing.Point(4, 46);
     this.label1.Margin      = new System.Windows.Forms.Padding(0);
     this.label1.Name        = "label1";
     this.label1.Size        = new System.Drawing.Size(70, 20);
     this.label1.TabIndex    = 0;
     this.label1.Text        = "Start Points";
     this.label1.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label8.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location    = new System.Drawing.Point(4, 103);
     this.label8.Margin      = new System.Windows.Forms.Padding(0);
     this.label8.Name        = "label8";
     this.label8.Size        = new System.Drawing.Size(70, 20);
     this.label8.TabIndex    = 9;
     this.label8.Text        = "Ref Dist";
     this.label8.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.lightCtrl);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(285, 250);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Light Color";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // lightCtrl
     //
     this.lightCtrl.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.lightCtrl.Location = new System.Drawing.Point(0, 0);
     this.lightCtrl.Name     = "lightCtrl";
     this.lightCtrl.Size     = new System.Drawing.Size(285, 250);
     this.lightCtrl.TabIndex = 0;
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.specCtrl);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Size     = new System.Drawing.Size(285, 250);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text     = "Specular Color";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // specCtrl
     //
     this.specCtrl.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.specCtrl.Location = new System.Drawing.Point(0, 0);
     this.specCtrl.Name     = "specCtrl";
     this.specCtrl.Size     = new System.Drawing.Size(285, 250);
     this.specCtrl.TabIndex = 0;
     //
     // SCN0LightEditControl
     //
     this.Controls.Add(this.panel1);
     this.Name = "SCN0LightEditControl";
     this.Size = new System.Drawing.Size(293, 276);
     ((System.ComponentModel.ISupportInitialize)(this.numFrame)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.tabPage3.ResumeLayout(false);
     this.tabPage4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.label7 = new System.Windows.Forms.Label();
     this.numFrame = new System.Windows.Forms.NumericUpDown();
     this.lblFrameCount = new System.Windows.Forms.Label();
     this.btnPrev = new System.Windows.Forms.Button();
     this.btnNext = new System.Windows.Forms.Button();
     this.listKeyframes = new System.Windows.Forms.ListBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.visEditor1 = new System.Windows.Forms.VisEditor();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.panel2 = new System.Windows.Forms.Panel();
     this.numSpotBright = new System.Windows.Forms.NumericInputBox();
     this.label6 = new System.Windows.Forms.Label();
     this.numRefBright = new System.Windows.Forms.NumericInputBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.numStartY = new System.Windows.Forms.NumericInputBox();
     this.label10 = new System.Windows.Forms.Label();
     this.numEndZ = new System.Windows.Forms.NumericInputBox();
     this.numStartX = new System.Windows.Forms.NumericInputBox();
     this.numRefDist = new System.Windows.Forms.NumericInputBox();
     this.numEndX = new System.Windows.Forms.NumericInputBox();
     this.numEndY = new System.Windows.Forms.NumericInputBox();
     this.numSpotCut = new System.Windows.Forms.NumericInputBox();
     this.numStartZ = new System.Windows.Forms.NumericInputBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.lightCtrl = new System.Windows.Forms.CLRControl();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.specCtrl = new System.Windows.Forms.CLRControl();
     ((System.ComponentModel.ISupportInitialize)(this.numFrame)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.SuspendLayout();
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(33, 5);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(41, 20);
     this.label7.TabIndex = 15;
     this.label7.Text = "Frame:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // numFrame
     //
     this.numFrame.Location = new System.Drawing.Point(80, 5);
     this.numFrame.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.numFrame.Name = "numFrame";
     this.numFrame.Size = new System.Drawing.Size(58, 20);
     this.numFrame.TabIndex = 0;
     this.numFrame.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.numFrame.ValueChanged += new System.EventHandler(this.numFrame_ValueChanged);
     //
     // lblFrameCount
     //
     this.lblFrameCount.Location = new System.Drawing.Point(144, 5);
     this.lblFrameCount.Name = "lblFrameCount";
     this.lblFrameCount.Size = new System.Drawing.Size(51, 20);
     this.lblFrameCount.TabIndex = 17;
     this.lblFrameCount.Text = "/ 10";
     this.lblFrameCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnPrev
     //
     this.btnPrev.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPrev.Location = new System.Drawing.Point(192, 3);
     this.btnPrev.Name = "btnPrev";
     this.btnPrev.Size = new System.Drawing.Size(23, 23);
     this.btnPrev.TabIndex = 1;
     this.btnPrev.Text = "<";
     this.btnPrev.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnPrev.UseVisualStyleBackColor = true;
     this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click);
     //
     // btnNext
     //
     this.btnNext.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnNext.Location = new System.Drawing.Point(217, 3);
     this.btnNext.Name = "btnNext";
     this.btnNext.Size = new System.Drawing.Size(23, 23);
     this.btnNext.TabIndex = 2;
     this.btnNext.Text = ">";
     this.btnNext.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnNext.UseVisualStyleBackColor = true;
     this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
     //
     // listKeyframes
     //
     this.listKeyframes.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listKeyframes.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listKeyframes.FormattingEnabled = true;
     this.listKeyframes.IntegralHeight = false;
     this.listKeyframes.ItemHeight = 14;
     this.listKeyframes.Location = new System.Drawing.Point(3, 16);
     this.listKeyframes.Name = "listKeyframes";
     this.listKeyframes.Size = new System.Drawing.Size(279, 104);
     this.listKeyframes.TabIndex = 18;
     this.listKeyframes.SelectedIndexChanged += new System.EventHandler(this.listKeyframes_SelectedIndexChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.listKeyframes);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(285, 123);
     this.groupBox1.TabIndex = 21;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Keyframes";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.tabControl1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(293, 276);
     this.panel1.TabIndex = 23;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location = new System.Drawing.Point(0, 0);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(293, 276);
     this.tabControl1.TabIndex = 18;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.visEditor1);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Size = new System.Drawing.Size(285, 250);
     this.tabPage2.TabIndex = 4;
     this.tabPage2.Text = "Enabled";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // visEditor1
     //
     this.visEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.visEditor1.Location = new System.Drawing.Point(0, 0);
     this.visEditor1.Name = "visEditor1";
     this.visEditor1.Size = new System.Drawing.Size(285, 250);
     this.visEditor1.TabIndex = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Controls.Add(this.panel2);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Size = new System.Drawing.Size(285, 250);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Lighting";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.Control;
     this.panel2.Controls.Add(this.numSpotBright);
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.label6);
     this.panel2.Controls.Add(this.numRefBright);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.btnNext);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.btnPrev);
     this.panel2.Controls.Add(this.numStartY);
     this.panel2.Controls.Add(this.label10);
     this.panel2.Controls.Add(this.numEndZ);
     this.panel2.Controls.Add(this.lblFrameCount);
     this.panel2.Controls.Add(this.numStartX);
     this.panel2.Controls.Add(this.numRefDist);
     this.panel2.Controls.Add(this.numEndX);
     this.panel2.Controls.Add(this.numFrame);
     this.panel2.Controls.Add(this.numEndY);
     this.panel2.Controls.Add(this.numSpotCut);
     this.panel2.Controls.Add(this.numStartZ);
     this.panel2.Controls.Add(this.label9);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.label8);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 123);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(285, 127);
     this.panel2.TabIndex = 22;
     //
     // numSpotBright
     //
     this.numSpotBright.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numSpotBright.Location = new System.Drawing.Point(211, 84);
     this.numSpotBright.Margin = new System.Windows.Forms.Padding(0, 10, 0, 10);
     this.numSpotBright.Name = "numSpotBright";
     this.numSpotBright.Size = new System.Drawing.Size(70, 20);
     this.numSpotBright.TabIndex = 19;
     this.numSpotBright.Text = "0";
     this.numSpotBright.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // label6
     //
     this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label6.Location = new System.Drawing.Point(211, 27);
     this.label6.Margin = new System.Windows.Forms.Padding(0);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(70, 20);
     this.label6.TabIndex = 8;
     this.label6.Text = "Z";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // numRefBright
     //
     this.numRefBright.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numRefBright.Location = new System.Drawing.Point(211, 103);
     this.numRefBright.Margin = new System.Windows.Forms.Padding(0, 10, 0, 10);
     this.numRefBright.Name = "numRefBright";
     this.numRefBright.Size = new System.Drawing.Size(70, 20);
     this.numRefBright.TabIndex = 13;
     this.numRefBright.Text = "0";
     this.numRefBright.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // label3
     //
     this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label3.Location = new System.Drawing.Point(4, 65);
     this.label3.Margin = new System.Windows.Forms.Padding(0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(70, 20);
     this.label3.TabIndex = 2;
     this.label3.Text = "End Points";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label2.Location = new System.Drawing.Point(4, 84);
     this.label2.Margin = new System.Windows.Forms.Padding(0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(70, 20);
     this.label2.TabIndex = 1;
     this.label2.Text = "Spot Cutoff";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label5.Location = new System.Drawing.Point(142, 27);
     this.label5.Margin = new System.Windows.Forms.Padding(0);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(70, 20);
     this.label5.TabIndex = 7;
     this.label5.Text = "Y";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label4
     //
     this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label4.Location = new System.Drawing.Point(73, 27);
     this.label4.Margin = new System.Windows.Forms.Padding(0);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(70, 20);
     this.label4.TabIndex = 4;
     this.label4.Text = "X";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // numStartY
     //
     this.numStartY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numStartY.Location = new System.Drawing.Point(142, 46);
     this.numStartY.Margin = new System.Windows.Forms.Padding(0);
     this.numStartY.Name = "numStartY";
     this.numStartY.Size = new System.Drawing.Size(70, 20);
     this.numStartY.TabIndex = 4;
     this.numStartY.Text = "0";
     this.numStartY.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // label10
     //
     this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(142, 84);
     this.label10.Margin = new System.Windows.Forms.Padding(0);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(70, 20);
     this.label10.TabIndex = 14;
     this.label10.Text = "Spot Bright";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // numEndZ
     //
     this.numEndZ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numEndZ.Location = new System.Drawing.Point(211, 65);
     this.numEndZ.Margin = new System.Windows.Forms.Padding(0, 10, 0, 10);
     this.numEndZ.Name = "numEndZ";
     this.numEndZ.Size = new System.Drawing.Size(70, 20);
     this.numEndZ.TabIndex = 8;
     this.numEndZ.Text = "0";
     this.numEndZ.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // numStartX
     //
     this.numStartX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numStartX.Location = new System.Drawing.Point(73, 46);
     this.numStartX.Margin = new System.Windows.Forms.Padding(0);
     this.numStartX.Name = "numStartX";
     this.numStartX.Size = new System.Drawing.Size(70, 20);
     this.numStartX.TabIndex = 3;
     this.numStartX.Text = "0";
     this.numStartX.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // numRefDist
     //
     this.numRefDist.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numRefDist.Location = new System.Drawing.Point(73, 103);
     this.numRefDist.Margin = new System.Windows.Forms.Padding(0, 10, 0, 10);
     this.numRefDist.Name = "numRefDist";
     this.numRefDist.Size = new System.Drawing.Size(70, 20);
     this.numRefDist.TabIndex = 12;
     this.numRefDist.Text = "0";
     this.numRefDist.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // numEndX
     //
     this.numEndX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numEndX.Location = new System.Drawing.Point(73, 65);
     this.numEndX.Margin = new System.Windows.Forms.Padding(0, 10, 0, 10);
     this.numEndX.Name = "numEndX";
     this.numEndX.Size = new System.Drawing.Size(70, 20);
     this.numEndX.TabIndex = 6;
     this.numEndX.Text = "0";
     this.numEndX.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // numEndY
     //
     this.numEndY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numEndY.Location = new System.Drawing.Point(142, 65);
     this.numEndY.Margin = new System.Windows.Forms.Padding(0, 10, 0, 10);
     this.numEndY.Name = "numEndY";
     this.numEndY.Size = new System.Drawing.Size(70, 20);
     this.numEndY.TabIndex = 7;
     this.numEndY.Text = "0";
     this.numEndY.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // numSpotCut
     //
     this.numSpotCut.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numSpotCut.Location = new System.Drawing.Point(73, 84);
     this.numSpotCut.Margin = new System.Windows.Forms.Padding(0, 10, 0, 10);
     this.numSpotCut.Name = "numSpotCut";
     this.numSpotCut.Size = new System.Drawing.Size(70, 20);
     this.numSpotCut.TabIndex = 11;
     this.numSpotCut.Text = "0";
     this.numSpotCut.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // numStartZ
     //
     this.numStartZ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numStartZ.Location = new System.Drawing.Point(211, 46);
     this.numStartZ.Margin = new System.Windows.Forms.Padding(0);
     this.numStartZ.Name = "numStartZ";
     this.numStartZ.Size = new System.Drawing.Size(70, 20);
     this.numStartZ.TabIndex = 5;
     this.numStartZ.Text = "0";
     this.numStartZ.ValueChanged += new System.EventHandler(this.BoxChanged);
     //
     // label9
     //
     this.label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(142, 103);
     this.label9.Margin = new System.Windows.Forms.Padding(0);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(70, 20);
     this.label9.TabIndex = 10;
     this.label9.Text = "Ref Bright";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label1.Location = new System.Drawing.Point(4, 46);
     this.label1.Margin = new System.Windows.Forms.Padding(0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(70, 20);
     this.label1.TabIndex = 0;
     this.label1.Text = "Start Points";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(4, 103);
     this.label8.Margin = new System.Windows.Forms.Padding(0);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(70, 20);
     this.label8.TabIndex = 9;
     this.label8.Text = "Ref Dist";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.lightCtrl);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Size = new System.Drawing.Size(285, 250);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text = "Light Color";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // lightCtrl
     //
     this.lightCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lightCtrl.Location = new System.Drawing.Point(0, 0);
     this.lightCtrl.Name = "lightCtrl";
     this.lightCtrl.Size = new System.Drawing.Size(285, 250);
     this.lightCtrl.TabIndex = 0;
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.specCtrl);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Size = new System.Drawing.Size(285, 250);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text = "Specular Color";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // specCtrl
     //
     this.specCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.specCtrl.Location = new System.Drawing.Point(0, 0);
     this.specCtrl.Name = "specCtrl";
     this.specCtrl.Size = new System.Drawing.Size(285, 250);
     this.specCtrl.TabIndex = 0;
     //
     // SCN0LightEditControl
     //
     this.Controls.Add(this.panel1);
     this.Name = "SCN0LightEditControl";
     this.Size = new System.Drawing.Size(293, 276);
     ((System.ComponentModel.ISupportInitialize)(this.numFrame)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.tabPage3.ResumeLayout(false);
     this.tabPage4.ResumeLayout(false);
     this.ResumeLayout(false);
 }