private void InitializeComponent()
 {
     this.trackBar1     = new System.Windows.Forms.CustomTrackBar();
     this.btnPlay       = new System.Windows.Forms.Button();
     this.btnRewind     = new System.Windows.Forms.Button();
     this.chkLoop       = new System.Windows.Forms.CheckBox();
     this.lblProgress   = new System.Windows.Forms.Label();
     this.previewPanel1 = new System.Windows.Forms.PreviewPanel();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     this.SuspendLayout();
     //
     // trackBar1
     //
     this.trackBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.trackBar1.Location      = new System.Drawing.Point(0, 212);
     this.trackBar1.Name          = "trackBar1";
     this.trackBar1.Size          = new System.Drawing.Size(378, 45);
     this.trackBar1.TabIndex      = 0;
     this.trackBar1.TickFrequency = 2;
     this.trackBar1.UserSeek     += new System.EventHandler(this.trackBar1_UserSeek);
     this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
     //
     // btnPlay
     //
     this.btnPlay.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.btnPlay.Location = new System.Drawing.Point(152, 263);
     this.btnPlay.Name     = "btnPlay";
     this.btnPlay.Size     = new System.Drawing.Size(75, 20);
     this.btnPlay.TabIndex = 1;
     this.btnPlay.Text     = "Play";
     this.btnPlay.UseVisualStyleBackColor = true;
     this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click);
     //
     // btnRewind
     //
     this.btnRewind.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.btnRewind.Location = new System.Drawing.Point(122, 263);
     this.btnRewind.Name     = "btnRewind";
     this.btnRewind.Size     = new System.Drawing.Size(24, 20);
     this.btnRewind.TabIndex = 2;
     this.btnRewind.Text     = "|<";
     this.btnRewind.UseVisualStyleBackColor = true;
     this.btnRewind.Click += new System.EventHandler(this.btnRewind_Click);
     //
     // chkLoop
     //
     this.chkLoop.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.chkLoop.Location = new System.Drawing.Point(54, 263);
     this.chkLoop.Name     = "chkLoop";
     this.chkLoop.Size     = new System.Drawing.Size(62, 20);
     this.chkLoop.TabIndex = 3;
     this.chkLoop.Text     = "Loop";
     this.chkLoop.UseVisualStyleBackColor = true;
     this.chkLoop.CheckedChanged         += new System.EventHandler(this.chkLoop_CheckedChanged);
     //
     // lblProgress
     //
     this.lblProgress.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     this.lblProgress.Location  = new System.Drawing.Point(-79, 239);
     this.lblProgress.Name      = "lblProgress";
     this.lblProgress.Size      = new System.Drawing.Size(536, 23);
     this.lblProgress.TabIndex  = 4;
     this.lblProgress.Text      = "0/0";
     this.lblProgress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // previewPanel1
     //
     this.previewPanel1.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.previewPanel1.CurrentIndex    = 0;
     this.previewPanel1.DisposeImage    = true;
     this.previewPanel1.Location        = new System.Drawing.Point(3, 3);
     this.previewPanel1.Name            = "previewPanel1";
     this.previewPanel1.RenderingTarget = null;
     this.previewPanel1.Size            = new System.Drawing.Size(372, 203);
     this.previewPanel1.TabIndex        = 5;
     //
     // VideoPlaybackPanel
     //
     this.Controls.Add(this.previewPanel1);
     this.Controls.Add(this.lblProgress);
     this.Controls.Add(this.chkLoop);
     this.Controls.Add(this.btnRewind);
     this.Controls.Add(this.btnPlay);
     this.Controls.Add(this.trackBar1);
     this.Name = "VideoPlaybackPanel";
     this.Size = new System.Drawing.Size(378, 289);
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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()
 {
     trackBar1     = new CustomTrackBar();
     btnPlay       = new Button();
     btnRewind     = new Button();
     chkLoop       = new CheckBox();
     lblProgress   = new Label();
     previewPanel1 = new PreviewPanel();
     ((ISupportInitialize)trackBar1).BeginInit();
     SuspendLayout();
     //
     // trackBar1
     //
     trackBar1.Anchor = AnchorStyles.Bottom | AnchorStyles.Left
                        | AnchorStyles.Right;
     trackBar1.Location      = new Drawing.Point(0, 212);
     trackBar1.Name          = "trackBar1";
     trackBar1.Size          = new Drawing.Size(378, 45);
     trackBar1.TabIndex      = 0;
     trackBar1.TickFrequency = 2;
     trackBar1.UserSeek     += new EventHandler(trackBar1_UserSeek);
     trackBar1.ValueChanged += new EventHandler(trackBar1_ValueChanged);
     //
     // btnPlay
     //
     btnPlay.Anchor   = AnchorStyles.Bottom;
     btnPlay.Location = new Drawing.Point(152, 263);
     btnPlay.Name     = "btnPlay";
     btnPlay.Size     = new Drawing.Size(75, 20);
     btnPlay.TabIndex = 1;
     btnPlay.Text     = "Play";
     btnPlay.UseVisualStyleBackColor = true;
     btnPlay.Click += new EventHandler(btnPlay_Click);
     //
     // btnRewind
     //
     btnRewind.Anchor   = AnchorStyles.Bottom;
     btnRewind.Location = new Drawing.Point(122, 263);
     btnRewind.Name     = "btnRewind";
     btnRewind.Size     = new Drawing.Size(24, 20);
     btnRewind.TabIndex = 2;
     btnRewind.Text     = "|<";
     btnRewind.UseVisualStyleBackColor = true;
     btnRewind.Click += new EventHandler(btnRewind_Click);
     //
     // chkLoop
     //
     chkLoop.Anchor   = AnchorStyles.Bottom;
     chkLoop.Location = new Drawing.Point(54, 263);
     chkLoop.Name     = "chkLoop";
     chkLoop.Size     = new Drawing.Size(62, 20);
     chkLoop.TabIndex = 3;
     chkLoop.Text     = "Loop";
     chkLoop.UseVisualStyleBackColor = true;
     chkLoop.CheckedChanged         += new EventHandler(chkLoop_CheckedChanged);
     //
     // lblProgress
     //
     lblProgress.Anchor    = AnchorStyles.Bottom;
     lblProgress.Location  = new Drawing.Point(-79, 239);
     lblProgress.Name      = "lblProgress";
     lblProgress.Size      = new Drawing.Size(536, 23);
     lblProgress.TabIndex  = 4;
     lblProgress.Text      = "0/0";
     lblProgress.TextAlign = Drawing.ContentAlignment.MiddleCenter;
     //
     // previewPanel1
     //
     previewPanel1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom
                            | AnchorStyles.Left
                            | AnchorStyles.Right;
     previewPanel1.CurrentIndex    = 0;
     previewPanel1.DisposeImage    = true;
     previewPanel1.Location        = new Drawing.Point(3, 3);
     previewPanel1.Name            = "previewPanel1";
     previewPanel1.RenderingTarget = null;
     previewPanel1.Size            = new Drawing.Size(372, 203);
     previewPanel1.TabIndex        = 5;
     //
     // VideoPlaybackPanel
     //
     Controls.Add(previewPanel1);
     Controls.Add(lblProgress);
     Controls.Add(chkLoop);
     Controls.Add(btnRewind);
     Controls.Add(btnPlay);
     Controls.Add(trackBar1);
     Name = "VideoPlaybackPanel";
     Size = new Drawing.Size(378, 289);
     ((ISupportInitialize)trackBar1).EndInit();
     ResumeLayout(false);
     PerformLayout();
 }
 private void InitializeComponent()
 {
     this.trackBar1 = new System.Windows.Forms.CustomTrackBar();
     this.btnPlay = new System.Windows.Forms.Button();
     this.btnRewind = new System.Windows.Forms.Button();
     this.chkLoop = new System.Windows.Forms.CheckBox();
     this.lblProgress = new System.Windows.Forms.Label();
     this.previewPanel1 = new System.Windows.Forms.PreviewPanel();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     this.SuspendLayout();
     //
     // trackBar1
     //
     this.trackBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.trackBar1.Location = new System.Drawing.Point(0, 212);
     this.trackBar1.Name = "trackBar1";
     this.trackBar1.Size = new System.Drawing.Size(378, 45);
     this.trackBar1.TabIndex = 0;
     this.trackBar1.TickFrequency = 2;
     this.trackBar1.UserSeek += new System.EventHandler(this.trackBar1_UserSeek);
     this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
     //
     // btnPlay
     //
     this.btnPlay.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.btnPlay.Location = new System.Drawing.Point(152, 263);
     this.btnPlay.Name = "btnPlay";
     this.btnPlay.Size = new System.Drawing.Size(75, 20);
     this.btnPlay.TabIndex = 1;
     this.btnPlay.Text = "Play";
     this.btnPlay.UseVisualStyleBackColor = true;
     this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click);
     //
     // btnRewind
     //
     this.btnRewind.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.btnRewind.Location = new System.Drawing.Point(122, 263);
     this.btnRewind.Name = "btnRewind";
     this.btnRewind.Size = new System.Drawing.Size(24, 20);
     this.btnRewind.TabIndex = 2;
     this.btnRewind.Text = "|<";
     this.btnRewind.UseVisualStyleBackColor = true;
     this.btnRewind.Click += new System.EventHandler(this.btnRewind_Click);
     //
     // chkLoop
     //
     this.chkLoop.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.chkLoop.Location = new System.Drawing.Point(54, 263);
     this.chkLoop.Name = "chkLoop";
     this.chkLoop.Size = new System.Drawing.Size(62, 20);
     this.chkLoop.TabIndex = 3;
     this.chkLoop.Text = "Loop";
     this.chkLoop.UseVisualStyleBackColor = true;
     this.chkLoop.CheckedChanged += new System.EventHandler(this.chkLoop_CheckedChanged);
     //
     // lblProgress
     //
     this.lblProgress.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.lblProgress.Location = new System.Drawing.Point(-79, 239);
     this.lblProgress.Name = "lblProgress";
     this.lblProgress.Size = new System.Drawing.Size(536, 23);
     this.lblProgress.TabIndex = 4;
     this.lblProgress.Text = "0/0";
     this.lblProgress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // previewPanel1
     //
     this.previewPanel1.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.previewPanel1.CurrentIndex = 0;
     this.previewPanel1.DisposeImage = true;
     this.previewPanel1.Location = new System.Drawing.Point(3, 3);
     this.previewPanel1.Name = "previewPanel1";
     this.previewPanel1.RenderingTarget = null;
     this.previewPanel1.Size = new System.Drawing.Size(372, 203);
     this.previewPanel1.TabIndex = 5;
     //
     // VideoPlaybackPanel
     //
     this.Controls.Add(this.previewPanel1);
     this.Controls.Add(this.lblProgress);
     this.Controls.Add(this.chkLoop);
     this.Controls.Add(this.btnRewind);
     this.Controls.Add(this.btnPlay);
     this.Controls.Add(this.trackBar1);
     this.Name = "VideoPlaybackPanel";
     this.Size = new System.Drawing.Size(378, 289);
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }