Beispiel #1
0
		public void OpenRecordingSession(OCL.RecordingSession RS,
			OCL.User AccessingUser,AxUMediaControlLib.AxUMediaPlayer Preview_Player,
			AxUMediaControlLib.AxUMediaPlayer PlayBack_Player)
		{
			
			pLUser = AccessingUser;			
			PreviewPlayer = Preview_Player;
			PlayBackPlayers = new ArrayList();
			if(PlayBack_Player != null)
				PlayBackPlayers.Add(PlayBack_Player);
			TStatusChecker = new System.Timers.Timer(500);
			TStatusChecker.Elapsed +=new System.Timers.ElapsedEventHandler(TStatusChecker_Elapsed);			
	
			CameraAngles = new ArrayList();
			CurrentRecordingSession = RS;						
			PresentationViews = RS.CurrentRecordings(pLUser);									
							
			if(RS.IsPresentation)
			{				
				foreach(OCL.Recording CurrentRecording in PresentationViews)
				{
					OCL.VideoStorageServer VSS = CurrentRecording.CurrentVideoStorageServer;
					OCL.VideoStorageServerType VST = VSS.CurrentVideoStorageServerType;
								
					if(CurrentRecording.IsPrimaryCamera)
					{
						CurrentCameraIndex = CameraAngles.Count;
						CameraAngles.Add(CurrentRecording);
						try
						{
							if(VST.Description == "Windows Media Server")
							{
								try
								{
									PreviewPlayer.Stop();
								}
								catch(Exception Err)
								{
									string sPeek = Err.Message;
								}
								PreviewPlayer.UseTCP();           
								PreviewPlayer.UseMediaServer(VSS.ControlAddress + ":5119");
								PreviewPlayer.UseFile(VSS.StorageDirectory + @"\" + CurrentRecording.Description);											
							}
						}
						catch(Exception Err)
						{
							MessageBox.Show(Err.Message,"Error occurred while loading media");
							return;
						}
					}
					else if(CurrentRecording.IsDesktopCapture)
					{
						try
						{
							if(PlayBackPlayers.Count != 1)
							{								
								throw new Exception("Functional Error: Not enough cameras are available to display Presentation");
							}
							if(VST.Description == "Windows Media Server")
							{								
								try
								{
									((AxUMediaControlLib.AxUMediaPlayer)PlayBackPlayers[0]).Stop();
								
								}
								catch(Exception Err)
								{
									string sPeek = Err.Message;
								}

								((AxUMediaControlLib.AxUMediaPlayer)PlayBackPlayers[0]).UseTCP();           
								((AxUMediaControlLib.AxUMediaPlayer)PlayBackPlayers[0]).UseMediaServer(VSS.ControlAddress + ":5119");
								((AxUMediaControlLib.AxUMediaPlayer)PlayBackPlayers[0]).UseFile(VSS.StorageDirectory + @"\" + CurrentRecording.Description);											
							}
						}
						catch(Exception Err)
						{
							MessageBox.Show(Err.Message,"Error occurred while loading media");
							return;
						} 
					}
					else
					{						
						CameraAngles.Add(CurrentRecording);
					}
				}					
			}
			else
			{				
				CurrentCameraIndex = 0;
				bool bFirstPass = true;
				foreach(OCL.Recording CurrentRecording in PresentationViews)
				{
					OCL.VideoStorageServer VSS = CurrentRecording.CurrentVideoStorageServer;
					OCL.VideoStorageServerType VST = VSS.CurrentVideoStorageServerType;
					
					if(bFirstPass)
					{
						bFirstPass = false;
						CurrentCameraIndex = CameraAngles.Count;
						CameraAngles.Add(CurrentRecording);
						try
						{
							if(VST.Description == "Windows Media Server")
							{
								try
								{
									PreviewPlayer.Stop();
								}
								catch(Exception Err)
								{
									string sPeek = Err.Message;
								}
								PreviewPlayer.UseTCP();           
								PreviewPlayer.UseMediaServer(VSS.ControlAddress + ":5119");
								PreviewPlayer.UseFile(VSS.StorageDirectory + @"\" + CurrentRecording.Description);											
							}
						}
						catch(Exception Err)
						{
							MessageBox.Show(Err.Message,"Error occurred while loading media");
							return;
						}
					}
					else
						CameraAngles.Add(CurrentRecording);					
				}				
			}			
			this.Play();
					
			TStatusChecker.Enabled = true;			
			return;
		}
 /// <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.m_GCTimer              = new System.Windows.Forms.Timer(this.components);
     this.mainMenu1              = new System.Windows.Forms.MainMenu(this.components);
     this.m_menuMedia            = new System.Windows.Forms.MenuItem();
     this.m_menuViewRemoteFile   = new System.Windows.Forms.MenuItem();
     this.m_menuViewRemoteLive   = new System.Windows.Forms.MenuItem();
     this.m_ViewPlayList         = new System.Windows.Forms.MenuItem();
     this.m_menuView             = new System.Windows.Forms.MenuItem();
     this.m_menuSize             = new System.Windows.Forms.MenuItem();
     this.m_menuViewHalfSize     = new System.Windows.Forms.MenuItem();
     this.m_menuViewOriginalSize = new System.Windows.Forms.MenuItem();
     this.m_menuViewDoubleSize   = new System.Windows.Forms.MenuItem();
     this.m_menuViewFullScreen   = new System.Windows.Forms.MenuItem();
     this.m_menuProperties       = new System.Windows.Forms.MenuItem();
     this.m_menuVideoSettings    = new System.Windows.Forms.MenuItem();
     this.m_menuHelp             = new System.Windows.Forms.MenuItem();
     this.m_menuAbout            = new System.Windows.Forms.MenuItem();
     this.m_Player = new AxUMediaControlLib.AxUMediaPlayer();
     ((System.ComponentModel.ISupportInitialize)(this.m_Player)).BeginInit();
     this.SuspendLayout();
     //
     // m_GCTimer
     //
     this.m_GCTimer.Enabled  = true;
     this.m_GCTimer.Interval = 10000;
     this.m_GCTimer.Tick    += new System.EventHandler(this.m_GCTimer_Tick);
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.m_menuMedia,
         this.m_menuView,
         this.m_menuHelp
     });
     //
     // m_menuMedia
     //
     this.m_menuMedia.Index = 0;
     this.m_menuMedia.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.m_menuViewRemoteFile,
         this.m_menuViewRemoteLive,
         this.m_ViewPlayList
     });
     this.m_menuMedia.Text = "&Media";
     //
     // m_menuViewRemoteFile
     //
     this.m_menuViewRemoteFile.Index  = 0;
     this.m_menuViewRemoteFile.Text   = "Play Remote &File...";
     this.m_menuViewRemoteFile.Click += new System.EventHandler(this.ViewRemoteFile_Click);
     //
     // m_menuViewRemoteLive
     //
     this.m_menuViewRemoteLive.Index  = 1;
     this.m_menuViewRemoteLive.Text   = "Play Remote &Live Source...";
     this.m_menuViewRemoteLive.Click += new System.EventHandler(this.ViewRemoteLive_Click);
     //
     // m_ViewPlayList
     //
     this.m_ViewPlayList.Index  = 2;
     this.m_ViewPlayList.Text   = "Play Remote &Playlist...";
     this.m_ViewPlayList.Click += new System.EventHandler(this.OnViewPlayList_Click);
     //
     // m_menuView
     //
     this.m_menuView.Index = 1;
     this.m_menuView.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.m_menuSize,
         this.m_menuProperties,
         this.m_menuVideoSettings
     });
     this.m_menuView.Text = "&View";
     //
     // m_menuSize
     //
     this.m_menuSize.Enabled = false;
     this.m_menuSize.Index   = 0;
     this.m_menuSize.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.m_menuViewHalfSize,
         this.m_menuViewOriginalSize,
         this.m_menuViewDoubleSize,
         this.m_menuViewFullScreen
     });
     this.m_menuSize.Text = "Size";
     //
     // m_menuViewHalfSize
     //
     this.m_menuViewHalfSize.Index      = 0;
     this.m_menuViewHalfSize.RadioCheck = true;
     this.m_menuViewHalfSize.Text       = "50%";
     this.m_menuViewHalfSize.Click     += new System.EventHandler(this.OnViewHalfSize);
     //
     // m_menuViewOriginalSize
     //
     this.m_menuViewOriginalSize.Index      = 1;
     this.m_menuViewOriginalSize.RadioCheck = true;
     this.m_menuViewOriginalSize.Text       = "100%";
     this.m_menuViewOriginalSize.Click     += new System.EventHandler(this.OnViewOriginalSize);
     //
     // m_menuViewDoubleSize
     //
     this.m_menuViewDoubleSize.Index      = 2;
     this.m_menuViewDoubleSize.RadioCheck = true;
     this.m_menuViewDoubleSize.Text       = "200%";
     this.m_menuViewDoubleSize.Click     += new System.EventHandler(this.OnViewDoubleSize);
     //
     // m_menuViewFullScreen
     //
     this.m_menuViewFullScreen.Index      = 3;
     this.m_menuViewFullScreen.RadioCheck = true;
     this.m_menuViewFullScreen.Text       = "Full Screen";
     this.m_menuViewFullScreen.Click     += new System.EventHandler(this.OnViewFullScreen);
     //
     // m_menuProperties
     //
     this.m_menuProperties.Enabled = false;
     this.m_menuProperties.Index   = 1;
     this.m_menuProperties.Text    = "&Properties";
     this.m_menuProperties.Click  += new System.EventHandler(this.OnViewProperties);
     //
     // m_menuVideoSettings
     //
     this.m_menuVideoSettings.Enabled = false;
     this.m_menuVideoSettings.Index   = 2;
     this.m_menuVideoSettings.Text    = "Video &Settings...";
     this.m_menuVideoSettings.Click  += new System.EventHandler(this.OnVideoSettings);
     //
     // m_menuHelp
     //
     this.m_menuHelp.Index = 2;
     this.m_menuHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.m_menuAbout
     });
     this.m_menuHelp.Text = "&Help";
     //
     // m_menuAbout
     //
     this.m_menuAbout.Index = 0;
     this.m_menuAbout.Text  = "Streaming Media Player C# Sample";
     //
     // m_Player
     //
     this.m_Player.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.m_Player.Enabled   = true;
     this.m_Player.Location  = new System.Drawing.Point(0, 0);
     this.m_Player.Name      = "m_Player";
     this.m_Player.OcxState  = ((System.Windows.Forms.AxHost.State)(resources.GetObject("m_Player.OcxState")));
     this.m_Player.Size      = new System.Drawing.Size(320, 200);
     this.m_Player.TabIndex  = 0;
     this.m_Player.OnResize += new AxUMediaControlLib._IUMediaPlayerEvents_OnResizeEventHandler(this.OnPlayerResize);
     this.m_Player.OnStart  += new System.EventHandler(this.OnPlayerStart);
     this.m_Player.OnPause  += new AxUMediaControlLib._IUMediaPlayerEvents_OnPauseEventHandler(this.OnPlayerPause);
     this.m_Player.OnStop   += new AxUMediaControlLib._IUMediaPlayerEvents_OnStopEventHandler(this.OnPlayerStop);
     this.m_Player.OnError  += new AxUMediaControlLib._IUMediaPlayerEvents_OnErrorEventHandler(this.OnPlayerError);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(320, 200);
     this.Controls.Add(this.m_Player);
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox  = false;
     this.Menu         = this.mainMenu1;
     this.Name         = "MainForm";
     this.Text         = "Streaming Player c# Sample";
     this.Closing     += new System.ComponentModel.CancelEventHandler(this.MainForm_Closing);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.Load        += new System.EventHandler(this.OnFormLoad);
     this.MenuStart   += new System.EventHandler(this.OnMenuStart);
     ((System.ComponentModel.ISupportInitialize)(this.m_Player)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #3
0
		public void OpenScene(OCL.Scene SC, OCL.User AccessingUser, AxUMediaControlLib.AxUMediaPlayer Preview_Player)
		{
			pLUser = AccessingUser;			
			PreviewPlayer = Preview_Player;
			PlayBackPlayers = new ArrayList();
			TStatusChecker = new System.Timers.Timer(500);
			TStatusChecker.Elapsed +=new System.Timers.ElapsedEventHandler(TStatusChecker_Elapsed);			
	
			CameraAngles = new ArrayList();

			
		}
Beispiel #4
0
 /// <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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.btnExitButton = new System.Windows.Forms.PictureBox();
     this.pictureBox4 = new System.Windows.Forms.PictureBox();
     this.pictureBox5 = new System.Windows.Forms.PictureBox();
     this.TabNotes = new System.Windows.Forms.PictureBox();
     this.TabRecordings = new System.Windows.Forms.PictureBox();
     this.pictureBox9 = new System.Windows.Forms.PictureBox();
     this.pictureBox10 = new System.Windows.Forms.PictureBox();
     this.pictureBox11 = new System.Windows.Forms.PictureBox();
     this.pictureBox15 = new System.Windows.Forms.PictureBox();
     this.pictureBox16 = new System.Windows.Forms.PictureBox();
     this.pictureBox17 = new System.Windows.Forms.PictureBox();
     this.pictureBox18 = new System.Windows.Forms.PictureBox();
     this.pictureBox19 = new System.Windows.Forms.PictureBox();
     this.pictureBox20 = new System.Windows.Forms.PictureBox();
     this.pictureBox21 = new System.Windows.Forms.PictureBox();
     this.pictureBox22 = new System.Windows.Forms.PictureBox();
     this.imgRewind = new System.Windows.Forms.PictureBox();
     this.imgPause = new System.Windows.Forms.PictureBox();
     this.imgStop = new System.Windows.Forms.PictureBox();
     this.imgPlay = new System.Windows.Forms.PictureBox();
     this.imgForward = new System.Windows.Forms.PictureBox();
     this.imgFastForward = new System.Windows.Forms.PictureBox();
     this.BottomOysterBannerRight = new System.Windows.Forms.PictureBox();
     this.BottomOysterBannerLeft = new System.Windows.Forms.PictureBox();
     this.pictureBox32 = new System.Windows.Forms.PictureBox();
     this.pbRecord = new System.Windows.Forms.PictureBox();
     this.pictureBox34 = new System.Windows.Forms.PictureBox();
     this.pictureBox35 = new System.Windows.Forms.PictureBox();
     this.pictureBox37 = new System.Windows.Forms.PictureBox();
     this.pictureBox38 = new System.Windows.Forms.PictureBox();
     this.pictureBox39 = new System.Windows.Forms.PictureBox();
     this.pictureBox40 = new System.Windows.Forms.PictureBox();
     this.pictureBox41 = new System.Windows.Forms.PictureBox();
     this.pictureBox42 = new System.Windows.Forms.PictureBox();
     this.pictureBox43 = new System.Windows.Forms.PictureBox();
     this.pictureBox44 = new System.Windows.Forms.PictureBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.tbHours = new System.Windows.Forms.TextBox();
     this.tbMinutes = new System.Windows.Forms.TextBox();
     this.tbSeconds = new System.Windows.Forms.TextBox();
     this.imgRecordingListIcons = new System.Windows.Forms.ImageList(this.components);
     this.TabHeader = new System.Windows.Forms.ImageList(this.components);
     this.imgExitButton = new System.Windows.Forms.ImageList(this.components);
     this.pnlSource = new System.Windows.Forms.Panel();
     this.btnViewScene = new System.Windows.Forms.Button();
     this.imgViewScene = new System.Windows.Forms.ImageList(this.components);
     this.btnRecordSource = new System.Windows.Forms.Button();
     this.imgRecordSource = new System.Windows.Forms.ImageList(this.components);
     this.btnViewSource = new System.Windows.Forms.Button();
     this.imgViewSource = new System.Windows.Forms.ImageList(this.components);
     this.imgMoveSource = new System.Windows.Forms.ImageList(this.components);
     this.pnlRecording = new System.Windows.Forms.Panel();
     this.btnViewSession = new System.Windows.Forms.Button();
     this.imgViewSession = new System.Windows.Forms.ImageList(this.components);
     this.btnViewPresentation = new System.Windows.Forms.Button();
     this.imgViewPresentation = new System.Windows.Forms.ImageList(this.components);
     this.btnViewRecording = new System.Windows.Forms.Button();
     this.imgViewRecording = new System.Windows.Forms.ImageList(this.components);
     this.btnRenameRecording = new System.Windows.Forms.Button();
     this.imgRenameRecording = new System.Windows.Forms.ImageList(this.components);
     this.imgMoveRecording = new System.Windows.Forms.ImageList(this.components);
     this.pnlNotes = new System.Windows.Forms.Panel();
     this.btnRemoveNote = new System.Windows.Forms.Button();
     this.imgRemoveNote = new System.Windows.Forms.ImageList(this.components);
     this.btnEditNote = new System.Windows.Forms.Button();
     this.imgEditNote = new System.Windows.Forms.ImageList(this.components);
     this.btnNewNote = new System.Windows.Forms.Button();
     this.imgNewNote = new System.Windows.Forms.ImageList(this.components);
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     this.pnlLogin = new System.Windows.Forms.Panel();
     this.label3 = new System.Windows.Forms.Label();
     this.pnlRecordingTab = new System.Windows.Forms.Panel();
     this.listView1 = new System.Windows.Forms.ListView();
     this.mainHeader = new System.Windows.Forms.ColumnHeader();
     this.pnlNotesTab = new System.Windows.Forms.Panel();
     this.lvNotes = new System.Windows.Forms.ListView();
     this.clmSyncTime = new System.Windows.Forms.ColumnHeader();
     this.clmDescription = new System.Windows.Forms.ColumnHeader();
     this.imgNotesListIcons = new System.Windows.Forms.ImageList(this.components);
     this.rtbDescription = new System.Windows.Forms.RichTextBox();
     this.imgControl_FastRewind = new System.Windows.Forms.ImageList(this.components);
     this.imgControl_Rewind = new System.Windows.Forms.ImageList(this.components);
     this.imgControl_Stop = new System.Windows.Forms.ImageList(this.components);
     this.imgControl_Play = new System.Windows.Forms.ImageList(this.components);
     this.imgControl_Pause = new System.Windows.Forms.ImageList(this.components);
     this.imgControl_Forward = new System.Windows.Forms.ImageList(this.components);
     this.imgControl_FastForward = new System.Windows.Forms.ImageList(this.components);
     this.imgFastRewind = new System.Windows.Forms.PictureBox();
     this.lblMediaTitle = new System.Windows.Forms.Label();
     this.lblPlayTime = new System.Windows.Forms.Label();
     this.UP = new AxUMediaControlLib.AxUMediaPlayer();
     this.imgLSynchronize = new System.Windows.Forms.ImageList(this.components);
     this.pnlPresentationView = new System.Windows.Forms.Panel();
     this.UPCamera = new AxUMediaControlLib.AxUMediaPlayer();
     this.lblNextCamera = new System.Windows.Forms.Label();
     this.lblPreviousCamera = new System.Windows.Forms.Label();
     this.lblCameraNumber = new System.Windows.Forms.Label();
     this.lblCamera = new System.Windows.Forms.Label();
     this.lvPNotes = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     this.pictureBox8 = new System.Windows.Forms.PictureBox();
     this.rtbPDescription = new System.Windows.Forms.RichTextBox();
     this.pictureBox7 = new System.Windows.Forms.PictureBox();
     this.pictureBox13 = new System.Windows.Forms.PictureBox();
     this.pictureBox12 = new System.Windows.Forms.PictureBox();
     this.pnlNormalView = new System.Windows.Forms.Panel();
     this.btnRemoveWindow = new System.Windows.Forms.Button();
     this.imgRemoveWindow = new System.Windows.Forms.ImageList(this.components);
     this.btnSynchronize = new System.Windows.Forms.Button();
     this.UP2 = new AxUMediaControlLib.AxUMediaPlayer();
     this.pnlSource.SuspendLayout();
     this.pnlRecording.SuspendLayout();
     this.pnlNotes.SuspendLayout();
     this.pnlLogin.SuspendLayout();
     this.pnlRecordingTab.SuspendLayout();
     this.pnlNotesTab.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UP)).BeginInit();
     this.pnlPresentationView.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UPCamera)).BeginInit();
     this.pnlNormalView.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UP2)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(390, 70);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(390, 0);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(591, 70);
     this.pictureBox2.TabIndex = 1;
     this.pictureBox2.TabStop = false;
     //
     // btnExitButton
     //
     this.btnExitButton.Image = ((System.Drawing.Image)(resources.GetObject("btnExitButton.Image")));
     this.btnExitButton.Location = new System.Drawing.Point(981, 0);
     this.btnExitButton.Name = "btnExitButton";
     this.btnExitButton.Size = new System.Drawing.Size(43, 33);
     this.btnExitButton.TabIndex = 2;
     this.btnExitButton.TabStop = false;
     this.btnExitButton.Click += new System.EventHandler(this.btnExitButton_Click);
     this.btnExitButton.MouseHover += new System.EventHandler(this.btnExitButton_MouseHover);
     this.btnExitButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnExitButton_MouseUp);
     this.btnExitButton.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnExitButton_MouseMove);
     this.btnExitButton.MouseLeave += new System.EventHandler(this.btnExitButton_MouseLeave);
     this.btnExitButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnExitButton_MouseDown);
     //
     // pictureBox4
     //
     this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
     this.pictureBox4.Location = new System.Drawing.Point(981, 33);
     this.pictureBox4.Name = "pictureBox4";
     this.pictureBox4.Size = new System.Drawing.Size(43, 37);
     this.pictureBox4.TabIndex = 3;
     this.pictureBox4.TabStop = false;
     //
     // pictureBox5
     //
     this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
     this.pictureBox5.Location = new System.Drawing.Point(0, 20);
     this.pictureBox5.Name = "pictureBox5";
     this.pictureBox5.Size = new System.Drawing.Size(390, 490);
     this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox5.TabIndex = 4;
     this.pictureBox5.TabStop = false;
     //
     // TabNotes
     //
     this.TabNotes.Image = ((System.Drawing.Image)(resources.GetObject("TabNotes.Image")));
     this.TabNotes.Location = new System.Drawing.Point(122, 0);
     this.TabNotes.Name = "TabNotes";
     this.TabNotes.Size = new System.Drawing.Size(103, 20);
     this.TabNotes.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.TabNotes.TabIndex = 6;
     this.TabNotes.TabStop = false;
     this.TabNotes.Click += new System.EventHandler(this.TabNotes_Click);
     //
     // TabRecordings
     //
     this.TabRecordings.Image = ((System.Drawing.Image)(resources.GetObject("TabRecordings.Image")));
     this.TabRecordings.Location = new System.Drawing.Point(23, 0);
     this.TabRecordings.Name = "TabRecordings";
     this.TabRecordings.Size = new System.Drawing.Size(103, 20);
     this.TabRecordings.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.TabRecordings.TabIndex = 7;
     this.TabRecordings.TabStop = false;
     this.TabRecordings.Click += new System.EventHandler(this.TabRecordings_Click);
     //
     // pictureBox9
     //
     this.pictureBox9.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox9.Image")));
     this.pictureBox9.Location = new System.Drawing.Point(0, 590);
     this.pictureBox9.Name = "pictureBox9";
     this.pictureBox9.Size = new System.Drawing.Size(390, 30);
     this.pictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox9.TabIndex = 8;
     this.pictureBox9.TabStop = false;
     //
     // pictureBox10
     //
     this.pictureBox10.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox10.Image")));
     this.pictureBox10.Location = new System.Drawing.Point(0, 620);
     this.pictureBox10.Name = "pictureBox10";
     this.pictureBox10.Size = new System.Drawing.Size(30, 149);
     this.pictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox10.TabIndex = 9;
     this.pictureBox10.TabStop = false;
     //
     // pictureBox11
     //
     this.pictureBox11.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox11.Image")));
     this.pictureBox11.Location = new System.Drawing.Point(30, 760);
     this.pictureBox11.Name = "pictureBox11";
     this.pictureBox11.Size = new System.Drawing.Size(360, 8);
     this.pictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox11.TabIndex = 10;
     this.pictureBox11.TabStop = false;
     //
     // pictureBox15
     //
     this.pictureBox15.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox15.Image")));
     this.pictureBox15.Location = new System.Drawing.Point(390, 539);
     this.pictureBox15.Name = "pictureBox15";
     this.pictureBox15.Size = new System.Drawing.Size(20, 229);
     this.pictureBox15.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox15.TabIndex = 14;
     this.pictureBox15.TabStop = false;
     //
     // pictureBox16
     //
     this.pictureBox16.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox16.Image")));
     this.pictureBox16.Location = new System.Drawing.Point(390, 70);
     this.pictureBox16.Name = "pictureBox16";
     this.pictureBox16.Size = new System.Drawing.Size(634, 20);
     this.pictureBox16.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox16.TabIndex = 15;
     this.pictureBox16.TabStop = false;
     //
     // pictureBox17
     //
     this.pictureBox17.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox17.Image")));
     this.pictureBox17.Location = new System.Drawing.Point(390, 90);
     this.pictureBox17.Name = "pictureBox17";
     this.pictureBox17.Size = new System.Drawing.Size(20, 449);
     this.pictureBox17.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox17.TabIndex = 17;
     this.pictureBox17.TabStop = false;
     //
     // pictureBox18
     //
     this.pictureBox18.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox18.Image")));
     this.pictureBox18.Location = new System.Drawing.Point(990, 90);
     this.pictureBox18.Name = "pictureBox18";
     this.pictureBox18.Size = new System.Drawing.Size(34, 449);
     this.pictureBox18.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox18.TabIndex = 18;
     this.pictureBox18.TabStop = false;
     //
     // pictureBox19
     //
     this.pictureBox19.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox19.Image")));
     this.pictureBox19.Location = new System.Drawing.Point(408, 539);
     this.pictureBox19.Name = "pictureBox19";
     this.pictureBox19.Size = new System.Drawing.Size(580, 17);
     this.pictureBox19.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox19.TabIndex = 19;
     this.pictureBox19.TabStop = false;
     //
     // pictureBox20
     //
     this.pictureBox20.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox20.BackgroundImage")));
     this.pictureBox20.Location = new System.Drawing.Point(408, 88);
     this.pictureBox20.Name = "pictureBox20";
     this.pictureBox20.Size = new System.Drawing.Size(584, 451);
     this.pictureBox20.TabIndex = 20;
     this.pictureBox20.TabStop = false;
     //
     // pictureBox21
     //
     this.pictureBox21.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox21.Image")));
     this.pictureBox21.Location = new System.Drawing.Point(988, 539);
     this.pictureBox21.Name = "pictureBox21";
     this.pictureBox21.Size = new System.Drawing.Size(34, 178);
     this.pictureBox21.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox21.TabIndex = 21;
     this.pictureBox21.TabStop = false;
     //
     // pictureBox22
     //
     this.pictureBox22.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox22.BackgroundImage")));
     this.pictureBox22.Location = new System.Drawing.Point(16, 620);
     this.pictureBox22.Name = "pictureBox22";
     this.pictureBox22.Size = new System.Drawing.Size(374, 140);
     this.pictureBox22.TabIndex = 22;
     this.pictureBox22.TabStop = false;
     //
     // imgRewind
     //
     this.imgRewind.Image = ((System.Drawing.Image)(resources.GetObject("imgRewind.Image")));
     this.imgRewind.Location = new System.Drawing.Point(491, 556);
     this.imgRewind.Name = "imgRewind";
     this.imgRewind.Size = new System.Drawing.Size(86, 51);
     this.imgRewind.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.imgRewind.TabIndex = 23;
     this.imgRewind.TabStop = false;
     this.imgRewind.Click += new System.EventHandler(this.imgRewind_Click);
     this.imgRewind.MouseEnter += new System.EventHandler(this.PlayerButtonMouseOver);
     this.imgRewind.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PlayerButtonMouseUp);
     this.imgRewind.MouseLeave += new System.EventHandler(this.PlayerButtonEnabled);
     this.imgRewind.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PlayerButtonMouseDown);
     //
     // imgPause
     //
     this.imgPause.Image = ((System.Drawing.Image)(resources.GetObject("imgPause.Image")));
     this.imgPause.Location = new System.Drawing.Point(745, 556);
     this.imgPause.Name = "imgPause";
     this.imgPause.Size = new System.Drawing.Size(80, 54);
     this.imgPause.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.imgPause.TabIndex = 24;
     this.imgPause.TabStop = false;
     this.imgPause.Click += new System.EventHandler(this.imgPause_Click);
     this.imgPause.MouseEnter += new System.EventHandler(this.PlayerButtonMouseOver);
     this.imgPause.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PlayerButtonMouseUp);
     this.imgPause.MouseLeave += new System.EventHandler(this.PlayerButtonEnabled);
     this.imgPause.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PlayerButtonMouseDown);
     //
     // imgStop
     //
     this.imgStop.Image = ((System.Drawing.Image)(resources.GetObject("imgStop.Image")));
     this.imgStop.Location = new System.Drawing.Point(577, 556);
     this.imgStop.Name = "imgStop";
     this.imgStop.Size = new System.Drawing.Size(79, 54);
     this.imgStop.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.imgStop.TabIndex = 26;
     this.imgStop.TabStop = false;
     this.imgStop.Click += new System.EventHandler(this.imgStop_Click);
     this.imgStop.MouseEnter += new System.EventHandler(this.PlayerButtonMouseOver);
     this.imgStop.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PlayerButtonMouseUp);
     this.imgStop.MouseLeave += new System.EventHandler(this.PlayerButtonEnabled);
     this.imgStop.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PlayerButtonMouseDown);
     //
     // imgPlay
     //
     this.imgPlay.Image = ((System.Drawing.Image)(resources.GetObject("imgPlay.Image")));
     this.imgPlay.Location = new System.Drawing.Point(656, 556);
     this.imgPlay.Name = "imgPlay";
     this.imgPlay.Size = new System.Drawing.Size(89, 54);
     this.imgPlay.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.imgPlay.TabIndex = 27;
     this.imgPlay.TabStop = false;
     this.imgPlay.Click += new System.EventHandler(this.imgPlay_Click);
     this.imgPlay.MouseEnter += new System.EventHandler(this.PlayerButtonMouseOver);
     this.imgPlay.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PlayerButtonMouseUp);
     this.imgPlay.MouseLeave += new System.EventHandler(this.PlayerButtonEnabled);
     this.imgPlay.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PlayerButtonMouseDown);
     //
     // imgForward
     //
     this.imgForward.Image = ((System.Drawing.Image)(resources.GetObject("imgForward.Image")));
     this.imgForward.Location = new System.Drawing.Point(825, 556);
     this.imgForward.Name = "imgForward";
     this.imgForward.Size = new System.Drawing.Size(83, 54);
     this.imgForward.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.imgForward.TabIndex = 28;
     this.imgForward.TabStop = false;
     this.imgForward.Click += new System.EventHandler(this.imgForward_Click);
     this.imgForward.MouseEnter += new System.EventHandler(this.PlayerButtonMouseOver);
     this.imgForward.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PlayerButtonMouseUp);
     this.imgForward.MouseLeave += new System.EventHandler(this.PlayerButtonEnabled);
     this.imgForward.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PlayerButtonMouseDown);
     //
     // imgFastForward
     //
     this.imgFastForward.Image = ((System.Drawing.Image)(resources.GetObject("imgFastForward.Image")));
     this.imgFastForward.Location = new System.Drawing.Point(908, 556);
     this.imgFastForward.Name = "imgFastForward";
     this.imgFastForward.Size = new System.Drawing.Size(82, 54);
     this.imgFastForward.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.imgFastForward.TabIndex = 29;
     this.imgFastForward.TabStop = false;
     this.imgFastForward.Click += new System.EventHandler(this.imgFastForward_Click);
     this.imgFastForward.MouseEnter += new System.EventHandler(this.PlayerButtonMouseOver);
     this.imgFastForward.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PlayerButtonMouseUp);
     this.imgFastForward.MouseLeave += new System.EventHandler(this.PlayerButtonEnabled);
     this.imgFastForward.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PlayerButtonMouseDown);
     //
     // BottomOysterBannerRight
     //
     this.BottomOysterBannerRight.Image = ((System.Drawing.Image)(resources.GetObject("BottomOysterBannerRight.Image")));
     this.BottomOysterBannerRight.Location = new System.Drawing.Point(784, 717);
     this.BottomOysterBannerRight.Name = "BottomOysterBannerRight";
     this.BottomOysterBannerRight.Size = new System.Drawing.Size(238, 51);
     this.BottomOysterBannerRight.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.BottomOysterBannerRight.TabIndex = 30;
     this.BottomOysterBannerRight.TabStop = false;
     this.BottomOysterBannerRight.Click += new System.EventHandler(this.pictureBox30_Click);
     //
     // BottomOysterBannerLeft
     //
     this.BottomOysterBannerLeft.Image = ((System.Drawing.Image)(resources.GetObject("BottomOysterBannerLeft.Image")));
     this.BottomOysterBannerLeft.Location = new System.Drawing.Point(603, 717);
     this.BottomOysterBannerLeft.Name = "BottomOysterBannerLeft";
     this.BottomOysterBannerLeft.Size = new System.Drawing.Size(181, 51);
     this.BottomOysterBannerLeft.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.BottomOysterBannerLeft.TabIndex = 31;
     this.BottomOysterBannerLeft.TabStop = false;
     this.BottomOysterBannerLeft.Click += new System.EventHandler(this.imgSelectNone_Click);
     //
     // pictureBox32
     //
     this.pictureBox32.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox32.Image")));
     this.pictureBox32.Location = new System.Drawing.Point(766, 673);
     this.pictureBox32.Name = "pictureBox32";
     this.pictureBox32.Size = new System.Drawing.Size(194, 44);
     this.pictureBox32.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox32.TabIndex = 32;
     this.pictureBox32.TabStop = false;
     //
     // pbRecord
     //
     this.pbRecord.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbRecord.BackgroundImage")));
     this.pbRecord.Location = new System.Drawing.Point(603, 673);
     this.pbRecord.Name = "pbRecord";
     this.pbRecord.Size = new System.Drawing.Size(163, 44);
     this.pbRecord.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbRecord.TabIndex = 33;
     this.pbRecord.TabStop = false;
     //
     // pictureBox34
     //
     this.pictureBox34.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox34.Image")));
     this.pictureBox34.Location = new System.Drawing.Point(948, 622);
     this.pictureBox34.Name = "pictureBox34";
     this.pictureBox34.Size = new System.Drawing.Size(40, 95);
     this.pictureBox34.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox34.TabIndex = 34;
     this.pictureBox34.TabStop = false;
     //
     // pictureBox35
     //
     this.pictureBox35.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox35.Image")));
     this.pictureBox35.Location = new System.Drawing.Point(603, 610);
     this.pictureBox35.Name = "pictureBox35";
     this.pictureBox35.Size = new System.Drawing.Size(385, 12);
     this.pictureBox35.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox35.TabIndex = 35;
     this.pictureBox35.TabStop = false;
     //
     // pictureBox37
     //
     this.pictureBox37.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox37.Image")));
     this.pictureBox37.Location = new System.Drawing.Point(637, 666);
     this.pictureBox37.Name = "pictureBox37";
     this.pictureBox37.Size = new System.Drawing.Size(312, 7);
     this.pictureBox37.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox37.TabIndex = 37;
     this.pictureBox37.TabStop = false;
     //
     // pictureBox38
     //
     this.pictureBox38.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox38.Image")));
     this.pictureBox38.Location = new System.Drawing.Point(576, 610);
     this.pictureBox38.Name = "pictureBox38";
     this.pictureBox38.Size = new System.Drawing.Size(28, 158);
     this.pictureBox38.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox38.TabIndex = 38;
     this.pictureBox38.TabStop = false;
     //
     // pictureBox39
     //
     this.pictureBox39.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox39.Image")));
     this.pictureBox39.Location = new System.Drawing.Point(756, 622);
     this.pictureBox39.Name = "pictureBox39";
     this.pictureBox39.Size = new System.Drawing.Size(28, 44);
     this.pictureBox39.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox39.TabIndex = 39;
     this.pictureBox39.TabStop = false;
     //
     // pictureBox40
     //
     this.pictureBox40.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox40.Image")));
     this.pictureBox40.Location = new System.Drawing.Point(644, 622);
     this.pictureBox40.Name = "pictureBox40";
     this.pictureBox40.Size = new System.Drawing.Size(112, 9);
     this.pictureBox40.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox40.TabIndex = 40;
     this.pictureBox40.TabStop = false;
     //
     // pictureBox41
     //
     this.pictureBox41.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox41.Image")));
     this.pictureBox41.Location = new System.Drawing.Point(644, 655);
     this.pictureBox41.Name = "pictureBox41";
     this.pictureBox41.Size = new System.Drawing.Size(112, 11);
     this.pictureBox41.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox41.TabIndex = 41;
     this.pictureBox41.TabStop = false;
     //
     // pictureBox42
     //
     this.pictureBox42.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox42.Image")));
     this.pictureBox42.Location = new System.Drawing.Point(637, 622);
     this.pictureBox42.Name = "pictureBox42";
     this.pictureBox42.Size = new System.Drawing.Size(7, 44);
     this.pictureBox42.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox42.TabIndex = 42;
     this.pictureBox42.TabStop = false;
     //
     // pictureBox43
     //
     this.pictureBox43.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox43.Image")));
     this.pictureBox43.Location = new System.Drawing.Point(603, 622);
     this.pictureBox43.Name = "pictureBox43";
     this.pictureBox43.Size = new System.Drawing.Size(34, 51);
     this.pictureBox43.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox43.TabIndex = 43;
     this.pictureBox43.TabStop = false;
     //
     // pictureBox44
     //
     this.pictureBox44.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox44.BackgroundImage")));
     this.pictureBox44.Location = new System.Drawing.Point(408, 607);
     this.pictureBox44.Name = "pictureBox44";
     this.pictureBox44.Size = new System.Drawing.Size(176, 153);
     this.pictureBox44.TabIndex = 44;
     this.pictureBox44.TabStop = false;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.label1.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(162)), ((System.Byte)(136)), ((System.Byte)(85)));
     this.label1.Location = new System.Drawing.Point(712, 631);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(16, 24);
     this.label1.TabIndex = 45;
     this.label1.Text = ":";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.label2.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(162)), ((System.Byte)(136)), ((System.Byte)(85)));
     this.label2.Location = new System.Drawing.Point(672, 631);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(16, 24);
     this.label2.TabIndex = 46;
     this.label2.Text = ":";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // tbHours
     //
     this.tbHours.AutoSize = false;
     this.tbHours.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.tbHours.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.tbHours.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tbHours.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(162)), ((System.Byte)(136)), ((System.Byte)(85)));
     this.tbHours.Location = new System.Drawing.Point(640, 631);
     this.tbHours.MaxLength = 2;
     this.tbHours.Name = "tbHours";
     this.tbHours.Size = new System.Drawing.Size(32, 24);
     this.tbHours.TabIndex = 199;
     this.tbHours.Text = "00";
     this.tbHours.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.tbHours.Validating += new System.ComponentModel.CancelEventHandler(this.tbHours_Validating);
     //
     // tbMinutes
     //
     this.tbMinutes.AutoSize = false;
     this.tbMinutes.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.tbMinutes.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.tbMinutes.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tbMinutes.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(162)), ((System.Byte)(136)), ((System.Byte)(85)));
     this.tbMinutes.Location = new System.Drawing.Point(688, 631);
     this.tbMinutes.MaxLength = 2;
     this.tbMinutes.Name = "tbMinutes";
     this.tbMinutes.Size = new System.Drawing.Size(24, 24);
     this.tbMinutes.TabIndex = 200;
     this.tbMinutes.Text = "00";
     this.tbMinutes.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.tbMinutes.Validating += new System.ComponentModel.CancelEventHandler(this.tbMinutes_Validating);
     //
     // tbSeconds
     //
     this.tbSeconds.AutoSize = false;
     this.tbSeconds.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.tbSeconds.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.tbSeconds.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tbSeconds.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(162)), ((System.Byte)(136)), ((System.Byte)(85)));
     this.tbSeconds.Location = new System.Drawing.Point(728, 631);
     this.tbSeconds.MaxLength = 2;
     this.tbSeconds.Name = "tbSeconds";
     this.tbSeconds.Size = new System.Drawing.Size(32, 24);
     this.tbSeconds.TabIndex = 201;
     this.tbSeconds.Text = "00";
     this.tbSeconds.Validating += new System.ComponentModel.CancelEventHandler(this.tbSeconds_Validating);
     //
     // imgRecordingListIcons
     //
     this.imgRecordingListIcons.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgRecordingListIcons.ImageSize = new System.Drawing.Size(55, 28);
     this.imgRecordingListIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgRecordingListIcons.ImageStream")));
     this.imgRecordingListIcons.TransparentColor = System.Drawing.Color.Transparent;
     //
     // TabHeader
     //
     this.TabHeader.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.TabHeader.ImageSize = new System.Drawing.Size(103, 20);
     this.TabHeader.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("TabHeader.ImageStream")));
     this.TabHeader.TransparentColor = System.Drawing.Color.Transparent;
     //
     // imgExitButton
     //
     this.imgExitButton.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgExitButton.ImageSize = new System.Drawing.Size(43, 33);
     this.imgExitButton.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgExitButton.ImageStream")));
     this.imgExitButton.TransparentColor = System.Drawing.Color.Transparent;
     //
     // pnlSource
     //
     this.pnlSource.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pnlSource.BackgroundImage")));
     this.pnlSource.Controls.Add(this.btnViewScene);
     this.pnlSource.Controls.Add(this.btnRecordSource);
     this.pnlSource.Controls.Add(this.btnViewSource);
     this.pnlSource.Location = new System.Drawing.Point(30, 620);
     this.pnlSource.Name = "pnlSource";
     this.pnlSource.Size = new System.Drawing.Size(328, 112);
     this.pnlSource.TabIndex = 55;
     this.pnlSource.Visible = false;
     this.pnlSource.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // btnViewScene
     //
     this.btnViewScene.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnViewScene.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnViewScene.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnViewScene.ImageIndex = 0;
     this.btnViewScene.ImageList = this.imgViewScene;
     this.btnViewScene.Location = new System.Drawing.Point(0, 56);
     this.btnViewScene.Name = "btnViewScene";
     this.btnViewScene.Size = new System.Drawing.Size(164, 45);
     this.btnViewScene.TabIndex = 65;
     this.btnViewScene.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseOver);
     this.btnViewScene.MouseEnter += new System.EventHandler(this.ButtonMouseOver);
     this.btnViewScene.MouseLeave += new System.EventHandler(this.ButtonLeave);
     this.btnViewScene.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseDown);
     //
     // imgViewScene
     //
     this.imgViewScene.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgViewScene.ImageSize = new System.Drawing.Size(164, 45);
     this.imgViewScene.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgViewScene.ImageStream")));
     this.imgViewScene.TransparentColor = System.Drawing.Color.Transparent;
     //
     // btnRecordSource
     //
     this.btnRecordSource.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnRecordSource.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnRecordSource.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnRecordSource.ImageIndex = 0;
     this.btnRecordSource.ImageList = this.imgRecordSource;
     this.btnRecordSource.Location = new System.Drawing.Point(0, 0);
     this.btnRecordSource.Name = "btnRecordSource";
     this.btnRecordSource.Size = new System.Drawing.Size(164, 45);
     this.btnRecordSource.TabIndex = 64;
     this.btnRecordSource.Click += new System.EventHandler(this.btnRecordSource_Click);
     this.btnRecordSource.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseOver);
     this.btnRecordSource.MouseEnter += new System.EventHandler(this.ButtonMouseOver);
     this.btnRecordSource.MouseLeave += new System.EventHandler(this.ButtonLeave);
     this.btnRecordSource.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseDown);
     //
     // imgRecordSource
     //
     this.imgRecordSource.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgRecordSource.ImageSize = new System.Drawing.Size(164, 45);
     this.imgRecordSource.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgRecordSource.ImageStream")));
     this.imgRecordSource.TransparentColor = System.Drawing.Color.Transparent;
     //
     // btnViewSource
     //
     this.btnViewSource.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnViewSource.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnViewSource.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnViewSource.ImageIndex = 0;
     this.btnViewSource.ImageList = this.imgViewSource;
     this.btnViewSource.Location = new System.Drawing.Point(164, 0);
     this.btnViewSource.Name = "btnViewSource";
     this.btnViewSource.Size = new System.Drawing.Size(164, 45);
     this.btnViewSource.TabIndex = 63;
     this.btnViewSource.Click += new System.EventHandler(this.btnViewSource_Click);
     this.btnViewSource.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseOver);
     this.btnViewSource.MouseEnter += new System.EventHandler(this.ButtonMouseOver);
     this.btnViewSource.MouseLeave += new System.EventHandler(this.ButtonLeave);
     this.btnViewSource.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseDown);
     //
     // imgViewSource
     //
     this.imgViewSource.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgViewSource.ImageSize = new System.Drawing.Size(164, 45);
     this.imgViewSource.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgViewSource.ImageStream")));
     this.imgViewSource.TransparentColor = System.Drawing.Color.Transparent;
     //
     // imgMoveSource
     //
     this.imgMoveSource.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgMoveSource.ImageSize = new System.Drawing.Size(164, 45);
     this.imgMoveSource.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgMoveSource.ImageStream")));
     this.imgMoveSource.TransparentColor = System.Drawing.Color.Transparent;
     //
     // pnlRecording
     //
     this.pnlRecording.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pnlRecording.BackgroundImage")));
     this.pnlRecording.Controls.Add(this.btnViewSession);
     this.pnlRecording.Controls.Add(this.btnViewPresentation);
     this.pnlRecording.Controls.Add(this.btnViewRecording);
     this.pnlRecording.Controls.Add(this.btnRenameRecording);
     this.pnlRecording.Location = new System.Drawing.Point(30, 620);
     this.pnlRecording.Name = "pnlRecording";
     this.pnlRecording.Size = new System.Drawing.Size(328, 108);
     this.pnlRecording.TabIndex = 56;
     this.pnlRecording.Visible = false;
     //
     // btnViewSession
     //
     this.btnViewSession.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnViewSession.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnViewSession.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnViewSession.ImageIndex = 0;
     this.btnViewSession.ImageList = this.imgViewSession;
     this.btnViewSession.Location = new System.Drawing.Point(164, 56);
     this.btnViewSession.Name = "btnViewSession";
     this.btnViewSession.Size = new System.Drawing.Size(164, 45);
     this.btnViewSession.TabIndex = 62;
     this.btnViewSession.Click += new System.EventHandler(this.btnViewSession_Click);
     this.btnViewSession.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseOver);
     this.btnViewSession.MouseEnter += new System.EventHandler(this.ButtonMouseOver);
     this.btnViewSession.MouseLeave += new System.EventHandler(this.ButtonEnabled);
     this.btnViewSession.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseDown);
     //
     // imgViewSession
     //
     this.imgViewSession.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgViewSession.ImageSize = new System.Drawing.Size(164, 45);
     this.imgViewSession.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgViewSession.ImageStream")));
     this.imgViewSession.TransparentColor = System.Drawing.Color.Transparent;
     //
     // btnViewPresentation
     //
     this.btnViewPresentation.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnViewPresentation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnViewPresentation.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnViewPresentation.ImageIndex = 0;
     this.btnViewPresentation.ImageList = this.imgViewPresentation;
     this.btnViewPresentation.Location = new System.Drawing.Point(0, 56);
     this.btnViewPresentation.Name = "btnViewPresentation";
     this.btnViewPresentation.Size = new System.Drawing.Size(164, 45);
     this.btnViewPresentation.TabIndex = 61;
     this.btnViewPresentation.Click += new System.EventHandler(this.btnViewPresentation_Click);
     this.btnViewPresentation.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseOver);
     this.btnViewPresentation.MouseEnter += new System.EventHandler(this.ButtonMouseOver);
     this.btnViewPresentation.MouseLeave += new System.EventHandler(this.ButtonLeave);
     this.btnViewPresentation.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseDown);
     //
     // imgViewPresentation
     //
     this.imgViewPresentation.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgViewPresentation.ImageSize = new System.Drawing.Size(164, 45);
     this.imgViewPresentation.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgViewPresentation.ImageStream")));
     this.imgViewPresentation.TransparentColor = System.Drawing.Color.Transparent;
     //
     // btnViewRecording
     //
     this.btnViewRecording.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnViewRecording.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnViewRecording.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnViewRecording.ImageIndex = 0;
     this.btnViewRecording.ImageList = this.imgViewRecording;
     this.btnViewRecording.Location = new System.Drawing.Point(164, 0);
     this.btnViewRecording.Name = "btnViewRecording";
     this.btnViewRecording.Size = new System.Drawing.Size(164, 45);
     this.btnViewRecording.TabIndex = 59;
     this.btnViewRecording.Click += new System.EventHandler(this.btnViewRecording_Click);
     this.btnViewRecording.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseOver);
     this.btnViewRecording.MouseEnter += new System.EventHandler(this.ButtonMouseOver);
     this.btnViewRecording.MouseLeave += new System.EventHandler(this.ButtonLeave);
     this.btnViewRecording.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseDown);
     //
     // imgViewRecording
     //
     this.imgViewRecording.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgViewRecording.ImageSize = new System.Drawing.Size(164, 45);
     this.imgViewRecording.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgViewRecording.ImageStream")));
     this.imgViewRecording.TransparentColor = System.Drawing.Color.Transparent;
     //
     // btnRenameRecording
     //
     this.btnRenameRecording.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnRenameRecording.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnRenameRecording.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnRenameRecording.ImageIndex = 0;
     this.btnRenameRecording.ImageList = this.imgRenameRecording;
     this.btnRenameRecording.Location = new System.Drawing.Point(0, 0);
     this.btnRenameRecording.Name = "btnRenameRecording";
     this.btnRenameRecording.Size = new System.Drawing.Size(164, 45);
     this.btnRenameRecording.TabIndex = 60;
     this.btnRenameRecording.Click += new System.EventHandler(this.btnRenameRecording_Click);
     this.btnRenameRecording.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseOver);
     this.btnRenameRecording.MouseEnter += new System.EventHandler(this.ButtonMouseOver);
     this.btnRenameRecording.MouseLeave += new System.EventHandler(this.ButtonLeave);
     this.btnRenameRecording.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseDown);
     //
     // imgRenameRecording
     //
     this.imgRenameRecording.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgRenameRecording.ImageSize = new System.Drawing.Size(164, 45);
     this.imgRenameRecording.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgRenameRecording.ImageStream")));
     this.imgRenameRecording.TransparentColor = System.Drawing.Color.Transparent;
     //
     // imgMoveRecording
     //
     this.imgMoveRecording.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgMoveRecording.ImageSize = new System.Drawing.Size(164, 45);
     this.imgMoveRecording.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgMoveRecording.ImageStream")));
     this.imgMoveRecording.TransparentColor = System.Drawing.Color.Transparent;
     //
     // pnlNotes
     //
     this.pnlNotes.BackColor = System.Drawing.SystemColors.Control;
     this.pnlNotes.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pnlNotes.BackgroundImage")));
     this.pnlNotes.Controls.Add(this.btnRemoveNote);
     this.pnlNotes.Controls.Add(this.btnEditNote);
     this.pnlNotes.Controls.Add(this.btnNewNote);
     this.pnlNotes.Location = new System.Drawing.Point(30, 620);
     this.pnlNotes.Name = "pnlNotes";
     this.pnlNotes.Size = new System.Drawing.Size(328, 112);
     this.pnlNotes.TabIndex = 157;
     this.pnlNotes.Visible = false;
     //
     // btnRemoveNote
     //
     this.btnRemoveNote.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnRemoveNote.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnRemoveNote.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnRemoveNote.ImageIndex = 0;
     this.btnRemoveNote.ImageList = this.imgRemoveNote;
     this.btnRemoveNote.Location = new System.Drawing.Point(0, 56);
     this.btnRemoveNote.Name = "btnRemoveNote";
     this.btnRemoveNote.Size = new System.Drawing.Size(164, 45);
     this.btnRemoveNote.TabIndex = 64;
     this.btnRemoveNote.Click += new System.EventHandler(this.btnRemoveNote_Click);
     this.btnRemoveNote.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseOver);
     this.btnRemoveNote.MouseEnter += new System.EventHandler(this.ButtonMouseOver);
     this.btnRemoveNote.MouseLeave += new System.EventHandler(this.ButtonLeave);
     this.btnRemoveNote.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseDown);
     //
     // imgRemoveNote
     //
     this.imgRemoveNote.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imgRemoveNote.ImageSize = new System.Drawing.Size(164, 45);
     this.imgRemoveNote.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgRemoveNote.ImageStream")));
     this.imgRemoveNote.TransparentColor = System.Drawing.Color.Transparent;
     //
     // btnEditNote
     //
     this.btnEditNote.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnEditNote.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnEditNote.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnEditNote.ImageIndex = 0;
     this.btnEditNote.ImageList = this.imgEditNote;
     this.btnEditNote.Location = new System.Drawing.Point(0, 0);
     this.btnEditNote.Name = "btnEditNote";
     this.btnEditNote.Size = new System.Drawing.Size(164, 45);
     this.btnEditNote.TabIndex = 63;
     this.btnEditNote.Click += new System.EventHandler(this.btnEditNote_Click);
     this.btnEditNote.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseOver);
     this.btnEditNote.MouseEnter += new System.EventHandler(this.ButtonMouseOver);
     this.btnEditNote.MouseLeave += new System.EventHandler(this.ButtonLeave);
     this.btnEditNote.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseDown);
     //
     // imgEditNote
     //
     this.imgEditNote.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imgEditNote.ImageSize = new System.Drawing.Size(164, 45);
     this.imgEditNote.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgEditNote.ImageStream")));
     this.imgEditNote.TransparentColor = System.Drawing.Color.Transparent;
     //
     // btnNewNote
     //
     this.btnNewNote.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnNewNote.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnNewNote.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnNewNote.ImageIndex = 0;
     this.btnNewNote.ImageList = this.imgNewNote;
     this.btnNewNote.Location = new System.Drawing.Point(164, 0);
     this.btnNewNote.Name = "btnNewNote";
     this.btnNewNote.Size = new System.Drawing.Size(164, 45);
     this.btnNewNote.TabIndex = 62;
     this.btnNewNote.Click += new System.EventHandler(this.btnNewNote_Click);
     this.btnNewNote.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseOver);
     this.btnNewNote.MouseEnter += new System.EventHandler(this.ButtonMouseOver);
     this.btnNewNote.MouseLeave += new System.EventHandler(this.ButtonLeave);
     this.btnNewNote.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseDown);
     //
     // imgNewNote
     //
     this.imgNewNote.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgNewNote.ImageSize = new System.Drawing.Size(164, 45);
     this.imgNewNote.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgNewNote.ImageStream")));
     this.imgNewNote.TransparentColor = System.Drawing.Color.Transparent;
     //
     // linkLabel2
     //
     this.linkLabel2.ActiveLinkColor = System.Drawing.Color.Red;
     this.linkLabel2.BackColor = System.Drawing.Color.Transparent;
     this.linkLabel2.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.linkLabel2.LinkColor = System.Drawing.Color.Blue;
     this.linkLabel2.Location = new System.Drawing.Point(46, 216);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(434, 36);
     this.linkLabel2.TabIndex = 1;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "Click here to login via password";
     this.linkLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
     //
     // pnlLogin
     //
     this.pnlLogin.BackColor = System.Drawing.SystemColors.Control;
     this.pnlLogin.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pnlLogin.BackgroundImage")));
     this.pnlLogin.Controls.Add(this.label3);
     this.pnlLogin.Controls.Add(this.linkLabel2);
     this.pnlLogin.Location = new System.Drawing.Point(440, 144);
     this.pnlLogin.Name = "pnlLogin";
     this.pnlLogin.Size = new System.Drawing.Size(522, 298);
     this.pnlLogin.TabIndex = 160;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Arial", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location = new System.Drawing.Point(40, 48);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(462, 132);
     this.label3.TabIndex = 160;
     this.label3.Text = "Swipe Card to Log In ";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // pnlRecordingTab
     //
     this.pnlRecordingTab.Controls.Add(this.listView1);
     this.pnlRecordingTab.Location = new System.Drawing.Point(18, 32);
     this.pnlRecordingTab.Name = "pnlRecordingTab";
     this.pnlRecordingTab.Size = new System.Drawing.Size(356, 456);
     this.pnlRecordingTab.TabIndex = 161;
     //
     // listView1
     //
     this.listView1.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                                 this.mainHeader});
     this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView1.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.listView1.ForeColor = System.Drawing.Color.Black;
     this.listView1.FullRowSelect = true;
     this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.listView1.HideSelection = false;
     this.listView1.Location = new System.Drawing.Point(0, 0);
     this.listView1.MultiSelect = false;
     this.listView1.Name = "listView1";
     this.listView1.Size = new System.Drawing.Size(356, 456);
     this.listView1.SmallImageList = this.imgRecordingListIcons;
     this.listView1.TabIndex = 1;
     this.listView1.View = System.Windows.Forms.View.Details;
     this.listView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lvNotes_MouseDown);
     this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
     this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
     //
     // mainHeader
     //
     this.mainHeader.Text = "Viewable Stuff";
     this.mainHeader.Width = 304;
     //
     // pnlNotesTab
     //
     this.pnlNotesTab.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.pnlNotesTab.Controls.Add(this.lvNotes);
     this.pnlNotesTab.Controls.Add(this.rtbDescription);
     this.pnlNotesTab.Location = new System.Drawing.Point(18, 32);
     this.pnlNotesTab.Name = "pnlNotesTab";
     this.pnlNotesTab.Size = new System.Drawing.Size(356, 448);
     this.pnlNotesTab.TabIndex = 162;
     //
     // lvNotes
     //
     this.lvNotes.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.lvNotes.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                               this.clmSyncTime,
                                                                               this.clmDescription});
     this.lvNotes.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lvNotes.FullRowSelect = true;
     this.lvNotes.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.lvNotes.HideSelection = false;
     this.lvNotes.Location = new System.Drawing.Point(0, 10);
     this.lvNotes.MultiSelect = false;
     this.lvNotes.Name = "lvNotes";
     this.lvNotes.Size = new System.Drawing.Size(350, 132);
     this.lvNotes.SmallImageList = this.imgNotesListIcons;
     this.lvNotes.TabIndex = 9;
     this.lvNotes.View = System.Windows.Forms.View.Details;
     this.lvNotes.DoubleClick += new System.EventHandler(this.lvNotes_DoubleClick);
     this.lvNotes.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lvNotes_MouseUp);
     this.lvNotes.SelectedIndexChanged += new System.EventHandler(this.lvNotes_SelectedIndexChanged);
     //
     // clmSyncTime
     //
     this.clmSyncTime.Text = "Sync Time";
     this.clmSyncTime.Width = 100;
     //
     // clmDescription
     //
     this.clmDescription.Text = "Excerpt";
     this.clmDescription.Width = 176;
     //
     // imgNotesListIcons
     //
     this.imgNotesListIcons.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgNotesListIcons.ImageSize = new System.Drawing.Size(16, 16);
     this.imgNotesListIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgNotesListIcons.ImageStream")));
     this.imgNotesListIcons.TransparentColor = System.Drawing.Color.Transparent;
     //
     // rtbDescription
     //
     this.rtbDescription.BackColor = System.Drawing.Color.DarkGray;
     this.rtbDescription.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.rtbDescription.ForeColor = System.Drawing.Color.Navy;
     this.rtbDescription.Location = new System.Drawing.Point(0, 152);
     this.rtbDescription.Name = "rtbDescription";
     this.rtbDescription.ReadOnly = true;
     this.rtbDescription.Size = new System.Drawing.Size(354, 306);
     this.rtbDescription.TabIndex = 8;
     this.rtbDescription.Text = "Click on a Note Time to display the Notes Information";
     //
     // imgControl_FastRewind
     //
     this.imgControl_FastRewind.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgControl_FastRewind.ImageSize = new System.Drawing.Size(81, 51);
     this.imgControl_FastRewind.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgControl_FastRewind.ImageStream")));
     this.imgControl_FastRewind.TransparentColor = System.Drawing.Color.Transparent;
     //
     // imgControl_Rewind
     //
     this.imgControl_Rewind.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgControl_Rewind.ImageSize = new System.Drawing.Size(86, 51);
     this.imgControl_Rewind.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgControl_Rewind.ImageStream")));
     this.imgControl_Rewind.TransparentColor = System.Drawing.Color.Transparent;
     //
     // imgControl_Stop
     //
     this.imgControl_Stop.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgControl_Stop.ImageSize = new System.Drawing.Size(79, 54);
     this.imgControl_Stop.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgControl_Stop.ImageStream")));
     this.imgControl_Stop.TransparentColor = System.Drawing.Color.Transparent;
     //
     // imgControl_Play
     //
     this.imgControl_Play.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgControl_Play.ImageSize = new System.Drawing.Size(89, 54);
     this.imgControl_Play.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgControl_Play.ImageStream")));
     this.imgControl_Play.TransparentColor = System.Drawing.Color.Transparent;
     //
     // imgControl_Pause
     //
     this.imgControl_Pause.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgControl_Pause.ImageSize = new System.Drawing.Size(80, 54);
     this.imgControl_Pause.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgControl_Pause.ImageStream")));
     this.imgControl_Pause.TransparentColor = System.Drawing.Color.Transparent;
     //
     // imgControl_Forward
     //
     this.imgControl_Forward.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgControl_Forward.ImageSize = new System.Drawing.Size(83, 54);
     this.imgControl_Forward.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgControl_Forward.ImageStream")));
     this.imgControl_Forward.TransparentColor = System.Drawing.Color.Transparent;
     //
     // imgControl_FastForward
     //
     this.imgControl_FastForward.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgControl_FastForward.ImageSize = new System.Drawing.Size(82, 54);
     this.imgControl_FastForward.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgControl_FastForward.ImageStream")));
     this.imgControl_FastForward.TransparentColor = System.Drawing.Color.Transparent;
     //
     // imgFastRewind
     //
     this.imgFastRewind.Image = ((System.Drawing.Image)(resources.GetObject("imgFastRewind.Image")));
     this.imgFastRewind.Location = new System.Drawing.Point(410, 556);
     this.imgFastRewind.Name = "imgFastRewind";
     this.imgFastRewind.Size = new System.Drawing.Size(81, 51);
     this.imgFastRewind.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.imgFastRewind.TabIndex = 25;
     this.imgFastRewind.TabStop = false;
     this.imgFastRewind.Click += new System.EventHandler(this.imgFastRewind_Click);
     this.imgFastRewind.MouseEnter += new System.EventHandler(this.PlayerButtonMouseOver);
     this.imgFastRewind.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PlayerButtonMouseUp);
     this.imgFastRewind.MouseLeave += new System.EventHandler(this.PlayerButtonEnabled);
     this.imgFastRewind.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PlayerButtonMouseDown);
     //
     // lblMediaTitle
     //
     this.lblMediaTitle.BackColor = System.Drawing.Color.Black;
     this.lblMediaTitle.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblMediaTitle.ForeColor = System.Drawing.Color.Gold;
     this.lblMediaTitle.Location = new System.Drawing.Point(400, 80);
     this.lblMediaTitle.Name = "lblMediaTitle";
     this.lblMediaTitle.Size = new System.Drawing.Size(600, 30);
     this.lblMediaTitle.TabIndex = 163;
     this.lblMediaTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblPlayTime
     //
     this.lblPlayTime.BackColor = System.Drawing.Color.Black;
     this.lblPlayTime.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblPlayTime.ForeColor = System.Drawing.Color.DarkGoldenrod;
     this.lblPlayTime.Location = new System.Drawing.Point(400, 498);
     this.lblPlayTime.Name = "lblPlayTime";
     this.lblPlayTime.Size = new System.Drawing.Size(600, 30);
     this.lblPlayTime.TabIndex = 164;
     this.lblPlayTime.Text = "Current 00:00:00                                 Duration 00:00:00";
     this.lblPlayTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // UP
     //
     this.UP.Enabled = true;
     this.UP.Location = new System.Drawing.Point(400, 110);
     this.UP.Name = "UP";
     this.UP.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("UP.OcxState")));
     this.UP.Size = new System.Drawing.Size(600, 388);
     this.UP.TabIndex = 202;
     //
     // imgLSynchronize
     //
     this.imgLSynchronize.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgLSynchronize.ImageSize = new System.Drawing.Size(165, 44);
     this.imgLSynchronize.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgLSynchronize.ImageStream")));
     this.imgLSynchronize.TransparentColor = System.Drawing.Color.Transparent;
     //
     // pnlPresentationView
     //
     this.pnlPresentationView.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pnlPresentationView.BackgroundImage")));
     this.pnlPresentationView.Controls.Add(this.UPCamera);
     this.pnlPresentationView.Controls.Add(this.lblNextCamera);
     this.pnlPresentationView.Controls.Add(this.lblPreviousCamera);
     this.pnlPresentationView.Controls.Add(this.lblCameraNumber);
     this.pnlPresentationView.Controls.Add(this.lblCamera);
     this.pnlPresentationView.Controls.Add(this.lvPNotes);
     this.pnlPresentationView.Controls.Add(this.pictureBox3);
     this.pnlPresentationView.Controls.Add(this.pictureBox8);
     this.pnlPresentationView.Controls.Add(this.rtbPDescription);
     this.pnlPresentationView.Controls.Add(this.pictureBox7);
     this.pnlPresentationView.Controls.Add(this.pictureBox13);
     this.pnlPresentationView.Controls.Add(this.pictureBox12);
     this.pnlPresentationView.Location = new System.Drawing.Point(0, 80);
     this.pnlPresentationView.Name = "pnlPresentationView";
     this.pnlPresentationView.Size = new System.Drawing.Size(386, 512);
     this.pnlPresentationView.TabIndex = 203;
     this.pnlPresentationView.Visible = false;
     //
     // UPCamera
     //
     this.UPCamera.ContainingControl = this;
     this.UPCamera.Enabled = true;
     this.UPCamera.Location = new System.Drawing.Point(24, 8);
     this.UPCamera.Name = "UPCamera";
     this.UPCamera.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("UPCamera.OcxState")));
     this.UPCamera.Size = new System.Drawing.Size(336, 208);
     this.UPCamera.TabIndex = 169;
     //
     // lblNextCamera
     //
     this.lblNextCamera.BackColor = System.Drawing.Color.Black;
     this.lblNextCamera.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblNextCamera.ForeColor = System.Drawing.Color.Goldenrod;
     this.lblNextCamera.Location = new System.Drawing.Point(328, 216);
     this.lblNextCamera.Name = "lblNextCamera";
     this.lblNextCamera.Size = new System.Drawing.Size(32, 32);
     this.lblNextCamera.TabIndex = 168;
     this.lblNextCamera.Text = ">>";
     this.lblNextCamera.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblNextCamera.Click += new System.EventHandler(this.lblNextCamera_Click);
     //
     // lblPreviousCamera
     //
     this.lblPreviousCamera.BackColor = System.Drawing.Color.Black;
     this.lblPreviousCamera.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblPreviousCamera.ForeColor = System.Drawing.Color.DarkGoldenrod;
     this.lblPreviousCamera.Location = new System.Drawing.Point(296, 216);
     this.lblPreviousCamera.Name = "lblPreviousCamera";
     this.lblPreviousCamera.Size = new System.Drawing.Size(32, 32);
     this.lblPreviousCamera.TabIndex = 167;
     this.lblPreviousCamera.Text = "<<";
     this.lblPreviousCamera.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblPreviousCamera.Click += new System.EventHandler(this.lblPreviousCamera_Click);
     //
     // lblCameraNumber
     //
     this.lblCameraNumber.BackColor = System.Drawing.Color.Black;
     this.lblCameraNumber.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblCameraNumber.ForeColor = System.Drawing.Color.DarkGoldenrod;
     this.lblCameraNumber.Location = new System.Drawing.Point(224, 216);
     this.lblCameraNumber.Name = "lblCameraNumber";
     this.lblCameraNumber.Size = new System.Drawing.Size(72, 32);
     this.lblCameraNumber.TabIndex = 166;
     this.lblCameraNumber.Text = "1 of 2";
     this.lblCameraNumber.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblCamera
     //
     this.lblCamera.BackColor = System.Drawing.Color.Black;
     this.lblCamera.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblCamera.ForeColor = System.Drawing.Color.DarkGoldenrod;
     this.lblCamera.Location = new System.Drawing.Point(24, 216);
     this.lblCamera.Name = "lblCamera";
     this.lblCamera.Size = new System.Drawing.Size(200, 32);
     this.lblCamera.TabIndex = 165;
     this.lblCamera.Text = "Camera Angle";
     this.lblCamera.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lvPNotes
     //
     this.lvPNotes.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.lvPNotes.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                                this.columnHeader1,
                                                                                this.columnHeader2});
     this.lvPNotes.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lvPNotes.FullRowSelect = true;
     this.lvPNotes.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.lvPNotes.HideSelection = false;
     this.lvPNotes.Location = new System.Drawing.Point(24, 280);
     this.lvPNotes.MultiSelect = false;
     this.lvPNotes.Name = "lvPNotes";
     this.lvPNotes.Size = new System.Drawing.Size(344, 80);
     this.lvPNotes.SmallImageList = this.imgNotesListIcons;
     this.lvPNotes.TabIndex = 1;
     this.lvPNotes.View = System.Windows.Forms.View.Details;
     this.lvPNotes.DoubleClick += new System.EventHandler(this.lvPNotes_DoubleClick);
     this.lvPNotes.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lvPNotes_MouseUp);
     this.lvPNotes.SelectedIndexChanged += new System.EventHandler(this.lvPNotes_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Sync Time";
     this.columnHeader1.Width = 100;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Description ";
     this.columnHeader2.Width = 176;
     //
     // pictureBox3
     //
     this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
     this.pictureBox3.Location = new System.Drawing.Point(8, 0);
     this.pictureBox3.Name = "pictureBox3";
     this.pictureBox3.Size = new System.Drawing.Size(376, 20);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox3.TabIndex = 158;
     this.pictureBox3.TabStop = false;
     //
     // pictureBox8
     //
     this.pictureBox8.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox8.Image")));
     this.pictureBox8.Location = new System.Drawing.Point(356, 16);
     this.pictureBox8.Name = "pictureBox8";
     this.pictureBox8.Size = new System.Drawing.Size(34, 248);
     this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox8.TabIndex = 160;
     this.pictureBox8.TabStop = false;
     //
     // rtbPDescription
     //
     this.rtbPDescription.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.rtbPDescription.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.rtbPDescription.Location = new System.Drawing.Point(24, 368);
     this.rtbPDescription.Name = "rtbPDescription";
     this.rtbPDescription.ReadOnly = true;
     this.rtbPDescription.Size = new System.Drawing.Size(344, 136);
     this.rtbPDescription.TabIndex = 2;
     this.rtbPDescription.Text = "";
     //
     // pictureBox7
     //
     this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
     this.pictureBox7.Location = new System.Drawing.Point(8, 16);
     this.pictureBox7.Name = "pictureBox7";
     this.pictureBox7.Size = new System.Drawing.Size(20, 248);
     this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox7.TabIndex = 159;
     this.pictureBox7.TabStop = false;
     //
     // pictureBox13
     //
     this.pictureBox13.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox13.Image")));
     this.pictureBox13.Location = new System.Drawing.Point(0, 264);
     this.pictureBox13.Name = "pictureBox13";
     this.pictureBox13.Size = new System.Drawing.Size(386, 248);
     this.pictureBox13.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox13.TabIndex = 162;
     this.pictureBox13.TabStop = false;
     //
     // pictureBox12
     //
     this.pictureBox12.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox12.BackgroundImage")));
     this.pictureBox12.Location = new System.Drawing.Point(28, 16);
     this.pictureBox12.Name = "pictureBox12";
     this.pictureBox12.Size = new System.Drawing.Size(328, 248);
     this.pictureBox12.TabIndex = 161;
     this.pictureBox12.TabStop = false;
     //
     // pnlNormalView
     //
     this.pnlNormalView.BackColor = System.Drawing.Color.Transparent;
     this.pnlNormalView.Controls.Add(this.pnlRecordingTab);
     this.pnlNormalView.Controls.Add(this.pnlNotesTab);
     this.pnlNormalView.Controls.Add(this.TabNotes);
     this.pnlNormalView.Controls.Add(this.TabRecordings);
     this.pnlNormalView.Controls.Add(this.pictureBox5);
     this.pnlNormalView.Location = new System.Drawing.Point(0, 80);
     this.pnlNormalView.Name = "pnlNormalView";
     this.pnlNormalView.Size = new System.Drawing.Size(386, 512);
     this.pnlNormalView.TabIndex = 170;
     //
     // btnRemoveWindow
     //
     this.btnRemoveWindow.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnRemoveWindow.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnRemoveWindow.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnRemoveWindow.ImageIndex = 0;
     this.btnRemoveWindow.ImageList = this.imgRemoveWindow;
     this.btnRemoveWindow.Location = new System.Drawing.Point(784, 670);
     this.btnRemoveWindow.Name = "btnRemoveWindow";
     this.btnRemoveWindow.Size = new System.Drawing.Size(164, 45);
     this.btnRemoveWindow.TabIndex = 204;
     this.btnRemoveWindow.Click += new System.EventHandler(this.imgSelectNone_Click);
     this.btnRemoveWindow.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseOver);
     this.btnRemoveWindow.MouseEnter += new System.EventHandler(this.ButtonMouseOver);
     this.btnRemoveWindow.MouseLeave += new System.EventHandler(this.ButtonLeave);
     this.btnRemoveWindow.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseDown);
     //
     // imgRemoveWindow
     //
     this.imgRemoveWindow.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgRemoveWindow.ImageSize = new System.Drawing.Size(164, 45);
     this.imgRemoveWindow.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgRemoveWindow.ImageStream")));
     this.imgRemoveWindow.TransparentColor = System.Drawing.Color.Transparent;
     //
     // btnSynchronize
     //
     this.btnSynchronize.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnSynchronize.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSynchronize.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(38)), ((System.Byte)(38)));
     this.btnSynchronize.ImageIndex = 0;
     this.btnSynchronize.ImageList = this.imgLSynchronize;
     this.btnSynchronize.Location = new System.Drawing.Point(784, 622);
     this.btnSynchronize.Name = "btnSynchronize";
     this.btnSynchronize.Size = new System.Drawing.Size(164, 45);
     this.btnSynchronize.TabIndex = 205;
     this.btnSynchronize.Click += new System.EventHandler(this.imgSynchronize_Click);
     this.btnSynchronize.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseOver);
     this.btnSynchronize.MouseEnter += new System.EventHandler(this.ButtonMouseOver);
     this.btnSynchronize.MouseLeave += new System.EventHandler(this.ButtonLeave);
     this.btnSynchronize.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ButtonMouseDown);
     //
     // UP2
     //
     this.UP2.Enabled = true;
     this.UP2.Location = new System.Drawing.Point(400, 304);
     this.UP2.Name = "UP2";
     this.UP2.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("UP2.OcxState")));
     this.UP2.Size = new System.Drawing.Size(600, 194);
     this.UP2.TabIndex = 207;
     this.UP2.Visible = false;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize = new System.Drawing.Size(1024, 768);
     this.ControlBox = false;
     this.Controls.Add(this.UP);
     this.Controls.Add(this.pnlPresentationView);
     this.Controls.Add(this.btnSynchronize);
     this.Controls.Add(this.btnRemoveWindow);
     this.Controls.Add(this.pnlNormalView);
     this.Controls.Add(this.lblPlayTime);
     this.Controls.Add(this.lblMediaTitle);
     this.Controls.Add(this.tbSeconds);
     this.Controls.Add(this.tbMinutes);
     this.Controls.Add(this.tbHours);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.pictureBox44);
     this.Controls.Add(this.pictureBox43);
     this.Controls.Add(this.pictureBox42);
     this.Controls.Add(this.pictureBox41);
     this.Controls.Add(this.pictureBox40);
     this.Controls.Add(this.pictureBox39);
     this.Controls.Add(this.pictureBox38);
     this.Controls.Add(this.pictureBox37);
     this.Controls.Add(this.pictureBox35);
     this.Controls.Add(this.pictureBox34);
     this.Controls.Add(this.pbRecord);
     this.Controls.Add(this.pictureBox32);
     this.Controls.Add(this.BottomOysterBannerLeft);
     this.Controls.Add(this.BottomOysterBannerRight);
     this.Controls.Add(this.imgFastForward);
     this.Controls.Add(this.imgForward);
     this.Controls.Add(this.imgPlay);
     this.Controls.Add(this.imgStop);
     this.Controls.Add(this.imgFastRewind);
     this.Controls.Add(this.imgPause);
     this.Controls.Add(this.imgRewind);
     this.Controls.Add(this.pictureBox21);
     this.Controls.Add(this.pictureBox19);
     this.Controls.Add(this.pictureBox15);
     this.Controls.Add(this.pictureBox11);
     this.Controls.Add(this.pictureBox10);
     this.Controls.Add(this.pictureBox9);
     this.Controls.Add(this.pictureBox4);
     this.Controls.Add(this.btnExitButton);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.pnlLogin);
     this.Controls.Add(this.pictureBox18);
     this.Controls.Add(this.pictureBox17);
     this.Controls.Add(this.pictureBox16);
     this.Controls.Add(this.pnlRecording);
     this.Controls.Add(this.pnlSource);
     this.Controls.Add(this.pnlNotes);
     this.Controls.Add(this.pictureBox22);
     this.Controls.Add(this.UP2);
     this.Controls.Add(this.pictureBox20);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Oyster Player v2.0.16.3";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.Form1_Closing);
     this.Load += new System.EventHandler(this.Form1_Load);
     this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyUp);
     this.pnlSource.ResumeLayout(false);
     this.pnlRecording.ResumeLayout(false);
     this.pnlNotes.ResumeLayout(false);
     this.pnlLogin.ResumeLayout(false);
     this.pnlRecordingTab.ResumeLayout(false);
     this.pnlNotesTab.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.UP)).EndInit();
     this.pnlPresentationView.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.UPCamera)).EndInit();
     this.pnlNormalView.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.UP2)).EndInit();
     this.ResumeLayout(false);
 }