Exemplo n.º 1
0
		/// <summary>
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(PlaybackSurface));
			this.PlaybackSurfaceGroupBox = new System.Windows.Forms.GroupBox();
			this.pnlView = new System.Windows.Forms.Panel();
			this.pnlControls = new System.Windows.Forms.Panel();
			this.txtTime = new FlxMaskBox.FlexMaskEditBox();
			this.playbackControls1 = new OysterPlaybackControls.PlaybackControls();
			this.lblStatusInfo = new System.Windows.Forms.Label();
			this.btnJump = new System.Windows.Forms.Button();
			this.btnMute = new System.Windows.Forms.Button();
			this.tbVolume = new System.Windows.Forms.TrackBar();
			this.PlaybackSurfaceGroupBox.SuspendLayout();
			this.pnlControls.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.tbVolume)).BeginInit();
			this.SuspendLayout();
			// 
			// PlaybackSurfaceGroupBox
			// 
			this.PlaybackSurfaceGroupBox.Controls.Add(this.pnlView);
			this.PlaybackSurfaceGroupBox.Controls.Add(this.pnlControls);
			this.PlaybackSurfaceGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
			this.PlaybackSurfaceGroupBox.Location = new System.Drawing.Point(0, 0);
			this.PlaybackSurfaceGroupBox.Name = "PlaybackSurfaceGroupBox";
			this.PlaybackSurfaceGroupBox.Size = new System.Drawing.Size(426, 370);
			this.PlaybackSurfaceGroupBox.TabIndex = 0;
			this.PlaybackSurfaceGroupBox.TabStop = false;
			this.PlaybackSurfaceGroupBox.Text = "Playback Surface";
			// 
			// pnlView
			// 
			this.pnlView.BackColor = System.Drawing.Color.Black;
			this.pnlView.Dock = System.Windows.Forms.DockStyle.Fill;
			this.pnlView.Location = new System.Drawing.Point(3, 16);
			this.pnlView.Name = "pnlView";
			this.pnlView.Size = new System.Drawing.Size(420, 263);
			this.pnlView.TabIndex = 1;
			// 
			// pnlControls
			// 
			this.pnlControls.Controls.Add(this.txtTime);
			this.pnlControls.Controls.Add(this.playbackControls1);
			this.pnlControls.Controls.Add(this.lblStatusInfo);
			this.pnlControls.Controls.Add(this.btnJump);
			this.pnlControls.Controls.Add(this.btnMute);
			this.pnlControls.Controls.Add(this.tbVolume);
			this.pnlControls.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.pnlControls.Location = new System.Drawing.Point(3, 279);
			this.pnlControls.Name = "pnlControls";
			this.pnlControls.Size = new System.Drawing.Size(420, 88);
			this.pnlControls.TabIndex = 0;
			// 
			// txtTime
			// 
			this.txtTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.txtTime.BackColor = System.Drawing.Color.LightSkyBlue;
			this.txtTime.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Bold);
			this.txtTime.ForeColor = System.Drawing.Color.DarkBlue;
			this.txtTime.Location = new System.Drawing.Point(258, 62);
			this.txtTime.Mask = "##:##:##";
			this.txtTime.Name = "txtTime";
			this.txtTime.Size = new System.Drawing.Size(96, 20);
			this.txtTime.TabIndex = 13;
			this.txtTime.Text = "txtTime";
			this.txtTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			this.txtTime.WordWrap = false;
			// 
			// playbackControls1
			// 
			this.playbackControls1.Dock = System.Windows.Forms.DockStyle.Top;
			this.playbackControls1.FastForwardVisible = true;
			this.playbackControls1.JumpBeginVisible = true;
			this.playbackControls1.JumpEndVisible = true;
			this.playbackControls1.Location = new System.Drawing.Point(0, 20);
			this.playbackControls1.Name = "playbackControls1";
			this.playbackControls1.PlayVisible = true;
			this.playbackControls1.RewindVisible = true;
			this.playbackControls1.Size = new System.Drawing.Size(420, 35);
			this.playbackControls1.StopVisible = true;
			this.playbackControls1.TabIndex = 8;
			this.playbackControls1.StopClick += new System.EventHandler(this.playbackControls1_StopClick);
			//this.playbackControls1.RewindClick += new System.EventHandler(this.playbackControls1_RewindClick);
			this.playbackControls1.BeginRewind +=new MouseEventHandler(playbackControls1_BeginRewind);
			this.playbackControls1.EndRewind +=new MouseEventHandler(playbackControls1_EndRewind);
			this.playbackControls1.JumpBeginClick += new System.EventHandler(this.playbackControls1_JumpBeginClick);
			this.playbackControls1.PauseClick += new System.EventHandler(this.playbackControls1_PauseClick);
			//this.playbackControls1.FastForwardClick += new System.EventHandler(this.playbackControls1_FastForwardClick);
			this.playbackControls1.BeginFastForward +=new MouseEventHandler(playbackControls1_BeginFastForward);
			this.playbackControls1.EndFastForward +=new MouseEventHandler(playbackControls1_EndFastForward);
			this.playbackControls1.PlayClick += new System.EventHandler(this.playbackControls1_PlayClick);
			this.playbackControls1.JumpEndClick += new System.EventHandler(this.playbackControls1_JumpEndClick);
			// 
			// lblStatusInfo
			// 
			this.lblStatusInfo.BackColor = System.Drawing.Color.Black;
			this.lblStatusInfo.Dock = System.Windows.Forms.DockStyle.Top;
			this.lblStatusInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.lblStatusInfo.ForeColor = System.Drawing.Color.Lime;
			this.lblStatusInfo.Location = new System.Drawing.Point(0, 0);
			this.lblStatusInfo.Name = "lblStatusInfo";
			this.lblStatusInfo.Size = new System.Drawing.Size(420, 20);
			this.lblStatusInfo.TabIndex = 12;
			this.lblStatusInfo.Text = "Status Information";
			this.lblStatusInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// btnJump
			// 
			this.btnJump.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnJump.BackColor = System.Drawing.Color.White;
			this.btnJump.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnJump.BackgroundImage")));
			this.btnJump.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.btnJump.Location = new System.Drawing.Point(361, 61);
			this.btnJump.Name = "btnJump";
			this.btnJump.Size = new System.Drawing.Size(50, 20);
			this.btnJump.TabIndex = 11;
			this.btnJump.Text = "JUMP";
			this.btnJump.Click += new System.EventHandler(this.btnJump_Click);
			// 
			// btnMute
			// 
			this.btnMute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.btnMute.BackColor = System.Drawing.Color.White;
			this.btnMute.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnMute.BackgroundImage")));
			this.btnMute.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.btnMute.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.btnMute.Location = new System.Drawing.Point(152, 60);
			this.btnMute.Name = "btnMute";
			this.btnMute.Size = new System.Drawing.Size(72, 20);
			this.btnMute.TabIndex = 10;
			this.btnMute.Text = "MUTE";
			this.btnMute.Click += new System.EventHandler(this.btnMute_Click);
			// 
			// tbVolume
			// 
			this.tbVolume.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.tbVolume.BackColor = System.Drawing.SystemColors.Control;
			this.tbVolume.LargeChange = 25;
			this.tbVolume.Location = new System.Drawing.Point(0, 56);
			this.tbVolume.Maximum = 100;
			this.tbVolume.Minimum = 0;
			this.tbVolume.Name = "tbVolume";
			this.tbVolume.Size = new System.Drawing.Size(132, 45);
			this.tbVolume.SmallChange = 10;
			this.tbVolume.TabIndex = 9;
			this.tbVolume.TickFrequency = 10;
			this.tbVolume.Value = 80;
			this.tbVolume.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
			this.tbVolume.ValueChanged += new System.EventHandler(this.tbVolume_ValueChanged);
			// 
			// PlaybackSurface
			// 
			this.Controls.Add(this.PlaybackSurfaceGroupBox);
			this.Name = "PlaybackSurface";
			this.Size = new System.Drawing.Size(426, 370);
			this.SizeChanged += new System.EventHandler(this.PlaybackSurface_SizeChanged);
			this.PlaybackSurfaceGroupBox.ResumeLayout(false);
			this.pnlControls.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.tbVolume)).EndInit();
			this.ResumeLayout(false);

		}
Exemplo n.º 2
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(PlaybackCtrl));
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.pnlControls = new System.Windows.Forms.Panel();
			this.lblStatusInfo = new System.Windows.Forms.Label();
			this.playbackControls1 = new OysterPlaybackControls.PlaybackControls();
			this.btnJump = new System.Windows.Forms.Button();
			this.btnMute = new System.Windows.Forms.Button();
			this.tbVolume = new System.Windows.Forms.TrackBar();
			this.txtTime = new FlxMaskBox.FlexMaskEditBox();
			this.pnlVideo = new System.Windows.Forms.Panel();
			this.ExitButton = new OysterPlaybackControls.ImageButton();
			this.StatusTimer = new System.Windows.Forms.Timer(this.components);
			this.groupBox1.SuspendLayout();
			this.pnlControls.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.tbVolume)).BeginInit();
			this.SuspendLayout();
			// 
			// groupBox1
			// 
			this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.groupBox1.BackColor = System.Drawing.Color.Black;
			this.groupBox1.Controls.Add(this.pnlControls);
			this.groupBox1.Controls.Add(this.pnlVideo);
			this.groupBox1.ForeColor = System.Drawing.Color.Lime;
			this.groupBox1.Location = new System.Drawing.Point(1, 0);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(426, 374);
			this.groupBox1.TabIndex = 0;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "PlaybackCtrl";
			this.groupBox1.Resize += new System.EventHandler(this.groupBox1_Resize);
			// 
			// pnlControls
			// 
			this.pnlControls.BackColor = System.Drawing.SystemColors.Control;
			this.pnlControls.Controls.Add(this.lblStatusInfo);
			this.pnlControls.Controls.Add(this.playbackControls1);
			this.pnlControls.Controls.Add(this.btnJump);
			this.pnlControls.Controls.Add(this.btnMute);
			this.pnlControls.Controls.Add(this.tbVolume);
			this.pnlControls.Controls.Add(this.txtTime);
			this.pnlControls.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.pnlControls.Location = new System.Drawing.Point(3, 281);
			this.pnlControls.Name = "pnlControls";
			this.pnlControls.Size = new System.Drawing.Size(420, 90);
			this.pnlControls.TabIndex = 0;
			this.pnlControls.SizeChanged += new System.EventHandler(this.pnlControls_SizeChanged);
			// 
			// lblStatusInfo
			// 
			this.lblStatusInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.lblStatusInfo.BackColor = System.Drawing.Color.Black;
			this.lblStatusInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.lblStatusInfo.ForeColor = System.Drawing.Color.Lime;
			this.lblStatusInfo.Location = new System.Drawing.Point(0, -3);
			this.lblStatusInfo.Name = "lblStatusInfo";
			this.lblStatusInfo.Size = new System.Drawing.Size(420, 27);
			this.lblStatusInfo.TabIndex = 7;
			this.lblStatusInfo.Text = "Status Information";
			this.lblStatusInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.lblStatusInfo.TextChanged += new System.EventHandler(this.lblStatusInfo_TextChanged);
			// 
			// playbackControls1
			// 
			this.playbackControls1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.playbackControls1.FastForwardVisible = true;
			this.playbackControls1.JumpBeginVisible = true;
			this.playbackControls1.JumpEndVisible = true;
			this.playbackControls1.Location = new System.Drawing.Point(0, 23);
			this.playbackControls1.Name = "playbackControls1";
			this.playbackControls1.PlayVisible = true;
			this.playbackControls1.RewindVisible = true;
			this.playbackControls1.ShowPauseOnPlayClick = false;
			this.playbackControls1.ShowPlayOnPauseClick = false;
			this.playbackControls1.Size = new System.Drawing.Size(420, 35);
			this.playbackControls1.StopVisible = true;
			this.playbackControls1.TabIndex = 0;
			this.playbackControls1.BeginRewind += new System.Windows.Forms.MouseEventHandler(this.playbackControls1_BeginRewind);
			this.playbackControls1.EndRewind += new System.Windows.Forms.MouseEventHandler(this.playbackControls1_EndRewind);
			this.playbackControls1.BeginFastForward += new System.Windows.Forms.MouseEventHandler(this.playbackControls1_BeginFastForward);
			this.playbackControls1.StopClick += new System.EventHandler(this.playbackControls1_StopClick);
			this.playbackControls1.JumpBeginClick += new System.EventHandler(this.playbackControls1_JumpBeginClick);
			this.playbackControls1.PauseClick += new System.EventHandler(this.playbackControls1_PauseClick);
			this.playbackControls1.EndFastForward += new System.Windows.Forms.MouseEventHandler(this.playbackControls1_EndFastForward);
			this.playbackControls1.PlayClick += new System.EventHandler(this.playbackControls1_PlayClick);
			this.playbackControls1.JumpEndClick += new System.EventHandler(this.playbackControls1_JumpEndClick);
			// 
			// btnJump
			// 
			this.btnJump.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.btnJump.BackColor = System.Drawing.Color.White;
			this.btnJump.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnJump.BackgroundImage")));
			this.btnJump.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.btnJump.ForeColor = System.Drawing.SystemColors.ControlText;
			this.btnJump.Location = new System.Drawing.Point(295, 65);
			this.btnJump.Name = "btnJump";
			this.btnJump.Size = new System.Drawing.Size(64, 20);
			this.btnJump.TabIndex = 6;
			this.btnJump.Text = "JUMP";
			this.btnJump.Click += new System.EventHandler(this.btnJump_Click);
			// 
			// btnMute
			// 
			this.btnMute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.btnMute.BackColor = System.Drawing.Color.White;
			this.btnMute.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnMute.BackgroundImage")));
			this.btnMute.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.btnMute.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.btnMute.ForeColor = System.Drawing.SystemColors.ControlText;
			this.btnMute.Location = new System.Drawing.Point(122, 65);
			this.btnMute.Name = "btnMute";
			this.btnMute.Size = new System.Drawing.Size(65, 20);
			this.btnMute.TabIndex = 5;
			this.btnMute.Text = "MUTE";
			this.btnMute.Click += new System.EventHandler(this.btnMute_Click);
			// 
			// tbVolume
			// 
			this.tbVolume.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.tbVolume.BackColor = System.Drawing.SystemColors.Control;
			this.tbVolume.LargeChange = 25;
			this.tbVolume.Location = new System.Drawing.Point(3, 57);
			this.tbVolume.Maximum = 100;
			this.tbVolume.Name = "tbVolume";
			this.tbVolume.Size = new System.Drawing.Size(112, 45);
			this.tbVolume.SmallChange = 10;
			this.tbVolume.TabIndex = 4;
			this.tbVolume.TickFrequency = 10;
			this.tbVolume.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
			this.tbVolume.Value = 80;
			this.tbVolume.ValueChanged += new System.EventHandler(this.tbVolume_ValueChanged);
			// 
			// txtTime
			// 
			this.txtTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.txtTime.BackColor = System.Drawing.Color.LightSkyBlue;
			this.txtTime.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.txtTime.ForeColor = System.Drawing.Color.DarkBlue;
			this.txtTime.Location = new System.Drawing.Point(197, 64);
			this.txtTime.Mask = "##:##:##";
			this.txtTime.Name = "txtTime";
			this.txtTime.Size = new System.Drawing.Size(96, 20);
			this.txtTime.TabIndex = 2;
			this.txtTime.Text = "000000";
			this.txtTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			this.txtTime.WordWrap = false;
			this.txtTime.TextChanged += new System.EventHandler(this.txtTime_TextChanged);
			// 
			// pnlVideo
			// 
			this.pnlVideo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.pnlVideo.Location = new System.Drawing.Point(3, 14);
			this.pnlVideo.Name = "pnlVideo";
			this.pnlVideo.Size = new System.Drawing.Size(417, 268);
			this.pnlVideo.TabIndex = 1;
			// 
			// ExitButton
			// 
			this.ExitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.ExitButton.DialogResult = System.Windows.Forms.DialogResult.None;
			this.ExitButton.ImageDefault = ((System.Drawing.Image)(resources.GetObject("ExitButton.ImageDefault")));
			this.ExitButton.ImageDisabled = ((System.Drawing.Image)(resources.GetObject("ExitButton.ImageDisabled")));
			this.ExitButton.ImageMouseOver = ((System.Drawing.Image)(resources.GetObject("ExitButton.ImageMouseOver")));
			this.ExitButton.ImagePressed = ((System.Drawing.Image)(resources.GetObject("ExitButton.ImagePressed")));
			this.ExitButton.Location = new System.Drawing.Point(413, 1);
			this.ExitButton.Name = "ExitButton";
			this.ExitButton.Size = new System.Drawing.Size(19, 17);
			this.ExitButton.SizeMode = OysterPlaybackControls.ImageButton.ImageButtonSizeMode.StretchImage;
			this.ExitButton.TabIndex = 2;
			this.ExitButton.Click += new OysterPlaybackControls.ClickEventHandler(this.ExitButton_Click);
			// 
			// StatusTimer
			// 
			this.StatusTimer.Enabled = true;
			this.StatusTimer.Tick += new System.EventHandler(this.StatusTimer_Tick);
			// 
			// PlaybackCtrl
			// 
			this.Controls.Add(this.ExitButton);
			this.Controls.Add(this.groupBox1);
			this.Name = "PlaybackCtrl";
			this.Size = new System.Drawing.Size(430, 376);
			this.Load += new System.EventHandler(this.PlaybackCtrl_Load);
			this.groupBox1.ResumeLayout(false);
			this.pnlControls.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.tbVolume)).EndInit();
			this.ResumeLayout(false);

		}
Exemplo n.º 3
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(frmMain));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.btnSearch = new System.Windows.Forms.Button();
     this.rbTitleAbstract = new System.Windows.Forms.RadioButton();
     this.rbAbstract = new System.Windows.Forms.RadioButton();
     this.rbTitle = new System.Windows.Forms.RadioButton();
     this.btnAddToPlayList = new System.Windows.Forms.Button();
     this.lvSearchResults = new System.Windows.Forms.ListView();
     this.chName = new System.Windows.Forms.ColumnHeader();
     this.chCreatedOn = new System.Windows.Forms.ColumnHeader();
     this.chOwner = new System.Windows.Forms.ColumnHeader();
     this.lblInformation = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.txtSearchCriteria = new System.Windows.Forms.TextBox();
     this.axWindowsMediaPlayer2 = new AxWMPLib.AxWindowsMediaPlayer();
     this.pnlPlayer = new System.Windows.Forms.Panel();
     this.axWindowsMediaPlayer1 = new AxWMPLib.AxWindowsMediaPlayer();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.lklDeletePlayList = new System.Windows.Forms.LinkLabel();
     this.lklMoveItemUp = new System.Windows.Forms.LinkLabel();
     this.lklMoveItemDown = new System.Windows.Forms.LinkLabel();
     this.lklRemoveItemPlayList = new System.Windows.Forms.LinkLabel();
     this.lklOpenPlayList = new System.Windows.Forms.LinkLabel();
     this.lklSavePlayList = new System.Windows.Forms.LinkLabel();
     this.rangeBarBookmark = new Zzzz.ZzzzRangeBar();
     this.lvPlayList = new System.Windows.Forms.ListView();
     this.chPlayListItemName = new System.Windows.Forms.ColumnHeader();
     this.chPlayListStartTime = new System.Windows.Forms.ColumnHeader();
     this.chPlayListStopTime = new System.Windows.Forms.ColumnHeader();
     this.lblPlayerStatus = new System.Windows.Forms.Label();
     this.imglistSound = new System.Windows.Forms.ImageList(this.components);
     this.pnlControls = new System.Windows.Forms.Panel();
     this.label1 = new System.Windows.Forms.Label();
     this.cBar1 = new cbar.CBar();
     this.lblMediaTime = new System.Windows.Forms.Label();
     this.pictSound = new System.Windows.Forms.PictureBox();
     this.btnMute = new System.Windows.Forms.Button();
     this.tbVolume = new System.Windows.Forms.TrackBar();
     this.btnFullScreenToggle = new System.Windows.Forms.Button();
     this.playbackControls1 = new OysterPlaybackControls.PlaybackControls();
     this.mainMenu1 = new System.Windows.Forms.MainMenu();
     this.miFile = new System.Windows.Forms.MenuItem();
     this.miOptions = new System.Windows.Forms.MenuItem();
     this.miAbout = new System.Windows.Forms.MenuItem();
     this.ctxmSession = new System.Windows.Forms.ContextMenu();
     this.mnuRenameSession = new System.Windows.Forms.MenuItem();
     this.mnuDeleteSession = new System.Windows.Forms.MenuItem();
     this.miSessionProperties = new System.Windows.Forms.MenuItem();
     this.tmrPlayBack = new System.Windows.Forms.Timer(this.components);
     this.tmrFullScreenControlDisplay = new System.Windows.Forms.Timer(this.components);
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer2)).BeginInit();
     this.pnlPlayer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.pnlControls.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbVolume)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.btnSearch);
     this.groupBox1.Controls.Add(this.rbTitleAbstract);
     this.groupBox1.Controls.Add(this.rbAbstract);
     this.groupBox1.Controls.Add(this.rbTitle);
     this.groupBox1.Controls.Add(this.btnAddToPlayList);
     this.groupBox1.Controls.Add(this.lvSearchResults);
     this.groupBox1.Controls.Add(this.lblInformation);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.txtSearchCriteria);
     this.groupBox1.Controls.Add(this.axWindowsMediaPlayer2);
     this.groupBox1.Location = new System.Drawing.Point(456, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(328, 480);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Search";
     //
     // btnSearch
     //
     this.btnSearch.Location = new System.Drawing.Point(240, 71);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.TabIndex = 11;
     this.btnSearch.Text = "Search";
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // rbTitleAbstract
     //
     this.rbTitleAbstract.Location = new System.Drawing.Point(208, 96);
     this.rbTitleAbstract.Name = "rbTitleAbstract";
     this.rbTitleAbstract.Size = new System.Drawing.Size(112, 24);
     this.rbTitleAbstract.TabIndex = 3;
     this.rbTitleAbstract.Text = "Title and Abstract";
     //
     // rbAbstract
     //
     this.rbAbstract.Location = new System.Drawing.Point(112, 96);
     this.rbAbstract.Name = "rbAbstract";
     this.rbAbstract.Size = new System.Drawing.Size(72, 24);
     this.rbAbstract.TabIndex = 2;
     this.rbAbstract.Text = "Abstract";
     //
     // rbTitle
     //
     this.rbTitle.Checked = true;
     this.rbTitle.Location = new System.Drawing.Point(16, 96);
     this.rbTitle.Name = "rbTitle";
     this.rbTitle.Size = new System.Drawing.Size(48, 24);
     this.rbTitle.TabIndex = 1;
     this.rbTitle.TabStop = true;
     this.rbTitle.Text = "Title";
     //
     // btnAddToPlayList
     //
     this.btnAddToPlayList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAddToPlayList.Location = new System.Drawing.Point(104, 448);
     this.btnAddToPlayList.Name = "btnAddToPlayList";
     this.btnAddToPlayList.Size = new System.Drawing.Size(144, 23);
     this.btnAddToPlayList.TabIndex = 5;
     this.btnAddToPlayList.Text = "Add Selected To Play List";
     this.btnAddToPlayList.Click += new System.EventHandler(this.btnAddToPlayList_Click);
     //
     // lvSearchResults
     //
     this.lvSearchResults.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)));
     this.lvSearchResults.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                                       this.chName,
                                                                                       this.chCreatedOn,
                                                                                       this.chOwner});
     this.lvSearchResults.FullRowSelect = true;
     this.lvSearchResults.GridLines = true;
     this.lvSearchResults.HideSelection = false;
     this.lvSearchResults.Location = new System.Drawing.Point(16, 160);
     this.lvSearchResults.Name = "lvSearchResults";
     this.lvSearchResults.Size = new System.Drawing.Size(296, 280);
     this.lvSearchResults.Sorting = System.Windows.Forms.SortOrder.Ascending;
     this.lvSearchResults.TabIndex = 4;
     this.lvSearchResults.View = System.Windows.Forms.View.Details;
     this.lvSearchResults.DoubleClick += new System.EventHandler(this.lvSearchResults_DoubleClick);
     this.lvSearchResults.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.lvSearchResults_ItemDrag);
     //
     // chName
     //
     this.chName.Text = "Name";
     this.chName.Width = 116;
     //
     // chCreatedOn
     //
     this.chCreatedOn.Text = "Created Date";
     this.chCreatedOn.Width = 99;
     //
     // chOwner
     //
     this.chOwner.Text = "Owner";
     this.chOwner.Width = 77;
     //
     // lblInformation
     //
     this.lblInformation.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblInformation.Location = new System.Drawing.Point(16, 136);
     this.lblInformation.Name = "lblInformation";
     this.lblInformation.Size = new System.Drawing.Size(312, 24);
     this.lblInformation.TabIndex = 10;
     this.lblInformation.Text = "Search Results - Double-click an item  to View.";
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.26F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(16, 16);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(296, 48);
     this.label2.TabIndex = 2;
     this.label2.Text = "Enter some search chriteria below and press the \'Search\' button. To list all avai" +
         "lable sessions leave the search box empty.";
     //
     // txtSearchCriteria
     //
     this.txtSearchCriteria.Location = new System.Drawing.Point(16, 72);
     this.txtSearchCriteria.Name = "txtSearchCriteria";
     this.txtSearchCriteria.Size = new System.Drawing.Size(216, 20);
     this.txtSearchCriteria.TabIndex = 0;
     this.txtSearchCriteria.Text = "textBox1";
     //
     // axWindowsMediaPlayer2
     //
     this.axWindowsMediaPlayer2.ContainingControl = this;
     this.axWindowsMediaPlayer2.Enabled = true;
     this.axWindowsMediaPlayer2.Location = new System.Drawing.Point(-288, 0);
     this.axWindowsMediaPlayer2.Name = "axWindowsMediaPlayer2";
     this.axWindowsMediaPlayer2.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer2.OcxState")));
     this.axWindowsMediaPlayer2.Size = new System.Drawing.Size(288, 176);
     this.axWindowsMediaPlayer2.TabIndex = 14;
     this.axWindowsMediaPlayer2.Visible = false;
     //
     // pnlPlayer
     //
     this.pnlPlayer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlPlayer.Controls.Add(this.axWindowsMediaPlayer1);
     this.pnlPlayer.Controls.Add(this.groupBox2);
     this.pnlPlayer.Controls.Add(this.lblPlayerStatus);
     this.pnlPlayer.Location = new System.Drawing.Point(8, 16);
     this.pnlPlayer.Name = "pnlPlayer";
     this.pnlPlayer.Size = new System.Drawing.Size(440, 472);
     this.pnlPlayer.TabIndex = 12;
     //
     // axWindowsMediaPlayer1
     //
     this.axWindowsMediaPlayer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.axWindowsMediaPlayer1.ContainingControl = this;
     this.axWindowsMediaPlayer1.Enabled = true;
     this.axWindowsMediaPlayer1.Location = new System.Drawing.Point(4, 0);
     this.axWindowsMediaPlayer1.Name = "axWindowsMediaPlayer1";
     this.axWindowsMediaPlayer1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer1.OcxState")));
     this.axWindowsMediaPlayer1.Size = new System.Drawing.Size(432, 248);
     this.axWindowsMediaPlayer1.TabIndex = 7;
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.lklDeletePlayList);
     this.groupBox2.Controls.Add(this.lklMoveItemUp);
     this.groupBox2.Controls.Add(this.lklMoveItemDown);
     this.groupBox2.Controls.Add(this.lklRemoveItemPlayList);
     this.groupBox2.Controls.Add(this.lklOpenPlayList);
     this.groupBox2.Controls.Add(this.lklSavePlayList);
     this.groupBox2.Controls.Add(this.rangeBarBookmark);
     this.groupBox2.Controls.Add(this.lvPlayList);
     this.groupBox2.Location = new System.Drawing.Point(4, 272);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(432, 200);
     this.groupBox2.TabIndex = 6;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Play List";
     //
     // lklDeletePlayList
     //
     this.lklDeletePlayList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lklDeletePlayList.AutoSize = true;
     this.lklDeletePlayList.Enabled = false;
     this.lklDeletePlayList.Location = new System.Drawing.Point(256, 16);
     this.lklDeletePlayList.Name = "lklDeletePlayList";
     this.lklDeletePlayList.Size = new System.Drawing.Size(83, 16);
     this.lklDeletePlayList.TabIndex = 14;
     this.lklDeletePlayList.TabStop = true;
     this.lklDeletePlayList.Text = "Delete Play List";
     this.lklDeletePlayList.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lklDeletePlayList_LinkClicked);
     //
     // lklMoveItemUp
     //
     this.lklMoveItemUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lklMoveItemUp.AutoSize = true;
     this.lklMoveItemUp.Location = new System.Drawing.Point(24, 64);
     this.lklMoveItemUp.Name = "lklMoveItemUp";
     this.lklMoveItemUp.Size = new System.Drawing.Size(49, 16);
     this.lklMoveItemUp.TabIndex = 13;
     this.lklMoveItemUp.TabStop = true;
     this.lklMoveItemUp.Text = "Move Up";
     this.lklMoveItemUp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lklMoveItemUp_LinkClicked);
     //
     // lklMoveItemDown
     //
     this.lklMoveItemDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lklMoveItemDown.AutoSize = true;
     this.lklMoveItemDown.Location = new System.Drawing.Point(9, 104);
     this.lklMoveItemDown.Name = "lklMoveItemDown";
     this.lklMoveItemDown.Size = new System.Drawing.Size(64, 16);
     this.lklMoveItemDown.TabIndex = 12;
     this.lklMoveItemDown.TabStop = true;
     this.lklMoveItemDown.Text = "Move Down";
     this.lklMoveItemDown.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lklMoveItemDown_LinkClicked);
     //
     // lklRemoveItemPlayList
     //
     this.lklRemoveItemPlayList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lklRemoveItemPlayList.AutoSize = true;
     this.lklRemoveItemPlayList.Location = new System.Drawing.Point(8, 144);
     this.lklRemoveItemPlayList.Name = "lklRemoveItemPlayList";
     this.lklRemoveItemPlayList.Size = new System.Drawing.Size(71, 16);
     this.lklRemoveItemPlayList.TabIndex = 11;
     this.lklRemoveItemPlayList.TabStop = true;
     this.lklRemoveItemPlayList.Text = "Remove Item";
     this.lklRemoveItemPlayList.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lklRemoveItemPlayList_LinkClicked);
     //
     // lklOpenPlayList
     //
     this.lklOpenPlayList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lklOpenPlayList.AutoSize = true;
     this.lklOpenPlayList.Location = new System.Drawing.Point(168, 16);
     this.lklOpenPlayList.Name = "lklOpenPlayList";
     this.lklOpenPlayList.Size = new System.Drawing.Size(78, 16);
     this.lklOpenPlayList.TabIndex = 10;
     this.lklOpenPlayList.TabStop = true;
     this.lklOpenPlayList.Text = "Open Play List";
     this.lklOpenPlayList.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lklOpenPlayList_LinkClicked);
     //
     // lklSavePlayList
     //
     this.lklSavePlayList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lklSavePlayList.AutoSize = true;
     this.lklSavePlayList.Location = new System.Drawing.Point(80, 16);
     this.lklSavePlayList.Name = "lklSavePlayList";
     this.lklSavePlayList.Size = new System.Drawing.Size(76, 16);
     this.lklSavePlayList.TabIndex = 9;
     this.lklSavePlayList.TabStop = true;
     this.lklSavePlayList.Text = "Save Play List";
     this.lklSavePlayList.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lklSavePlayList_LinkClicked);
     //
     // rangeBarBookmark
     //
     this.rangeBarBookmark.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.rangeBarBookmark.DivisionNum = 50;
     this.rangeBarBookmark.Enabled = false;
     this.rangeBarBookmark.HeightOfBar = 8;
     this.rangeBarBookmark.HeightOfMark = 24;
     this.rangeBarBookmark.HeightOfTick = 6;
     this.rangeBarBookmark.InnerColor = System.Drawing.Color.DodgerBlue;
     this.rangeBarBookmark.Location = new System.Drawing.Point(88, 160);
     this.rangeBarBookmark.Name = "rangeBarBookmark";
     this.rangeBarBookmark.Orientation = Zzzz.ZzzzRangeBar.RangeBarOrientation.horizontal;
     this.rangeBarBookmark.RangeMaximum = 10;
     this.rangeBarBookmark.RangeMinimum = 0;
     this.rangeBarBookmark.ScaleOrientation = Zzzz.ZzzzRangeBar.TopBottomOrientation.bottom;
     this.rangeBarBookmark.Size = new System.Drawing.Size(336, 32);
     this.rangeBarBookmark.TabIndex = 7;
     this.rangeBarBookmark.TotalMaximum = 100;
     this.rangeBarBookmark.TotalMinimum = 0;
     this.rangeBarBookmark.RangeChanged += new Zzzz.ZzzzRangeBar.RangeChangedEventHandler(this.rangeBarBookmark_RangeChanged);
     //
     // lvPlayList
     //
     this.lvPlayList.AllowDrop = true;
     this.lvPlayList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.lvPlayList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                                  this.chPlayListItemName,
                                                                                  this.chPlayListStartTime,
                                                                                  this.chPlayListStopTime});
     this.lvPlayList.FullRowSelect = true;
     this.lvPlayList.GridLines = true;
     this.lvPlayList.HideSelection = false;
     this.lvPlayList.Location = new System.Drawing.Point(80, 32);
     this.lvPlayList.MultiSelect = false;
     this.lvPlayList.Name = "lvPlayList";
     this.lvPlayList.Size = new System.Drawing.Size(344, 128);
     this.lvPlayList.TabIndex = 6;
     this.lvPlayList.View = System.Windows.Forms.View.Details;
     this.lvPlayList.DoubleClick += new System.EventHandler(this.lvPlayList_DoubleClick);
     this.lvPlayList.DragDrop += new System.Windows.Forms.DragEventHandler(this.lvPlayList_DragDrop);
     this.lvPlayList.DragEnter += new System.Windows.Forms.DragEventHandler(this.lvPlayList_DragEnter);
     this.lvPlayList.SelectedIndexChanged += new System.EventHandler(this.lvPlayList_SelectedIndexChanged);
     //
     // chPlayListItemName
     //
     this.chPlayListItemName.Text = "Name";
     this.chPlayListItemName.Width = 145;
     //
     // chPlayListStartTime
     //
     this.chPlayListStartTime.Text = "Start Time Index";
     this.chPlayListStartTime.Width = 90;
     //
     // chPlayListStopTime
     //
     this.chPlayListStopTime.Text = "Stop Time Index";
     this.chPlayListStopTime.Width = 91;
     //
     // lblPlayerStatus
     //
     this.lblPlayerStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.lblPlayerStatus.BackColor = System.Drawing.Color.Black;
     this.lblPlayerStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblPlayerStatus.ForeColor = System.Drawing.Color.DarkGreen;
     this.lblPlayerStatus.Location = new System.Drawing.Point(4, 248);
     this.lblPlayerStatus.Name = "lblPlayerStatus";
     this.lblPlayerStatus.Size = new System.Drawing.Size(432, 23);
     this.lblPlayerStatus.TabIndex = 8;
     this.lblPlayerStatus.Text = "label3";
     this.lblPlayerStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // imglistSound
     //
     this.imglistSound.ImageSize = new System.Drawing.Size(112, 87);
     this.imglistSound.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglistSound.ImageStream")));
     this.imglistSound.TransparentColor = System.Drawing.Color.White;
     //
     // pnlControls
     //
     this.pnlControls.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlControls.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlControls.Controls.Add(this.label1);
     this.pnlControls.Controls.Add(this.cBar1);
     this.pnlControls.Controls.Add(this.lblMediaTime);
     this.pnlControls.Controls.Add(this.pictSound);
     this.pnlControls.Controls.Add(this.btnMute);
     this.pnlControls.Controls.Add(this.tbVolume);
     this.pnlControls.Controls.Add(this.btnFullScreenToggle);
     this.pnlControls.Controls.Add(this.playbackControls1);
     this.pnlControls.Location = new System.Drawing.Point(13, 496);
     this.pnlControls.Name = "pnlControls";
     this.pnlControls.Size = new System.Drawing.Size(771, 72);
     this.pnlControls.TabIndex = 13;
     this.pnlControls.MouseEnter += new System.EventHandler(this.pnlControls_MouseEnter);
     this.pnlControls.MouseLeave += new System.EventHandler(this.pnlControls_MouseLeave);
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(40, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(43, 16);
     this.label1.TabIndex = 24;
     this.label1.Text = "Volume";
     //
     // cBar1
     //
     this.cBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.cBar1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.cBar1.LargeChange = ((long)(10));
     this.cBar1.LeftArrow = ((System.Drawing.Bitmap)(resources.GetObject("cBar1.LeftArrow")));
     this.cBar1.LeftChannelBeginColor = System.Drawing.Color.Green;
     this.cBar1.LeftChannelEndColor = System.Drawing.Color.White;
     this.cBar1.Location = new System.Drawing.Point(8, 54);
     this.cBar1.MaxValue = ((long)(100));
     this.cBar1.MinValue = ((long)(0));
     this.cBar1.Name = "cBar1";
     this.cBar1.RightArrow = ((System.Drawing.Bitmap)(resources.GetObject("cBar1.RightArrow")));
     this.cBar1.RightChannelBeginColor = System.Drawing.Color.Honeydew;
     this.cBar1.RightChannelEndColor = System.Drawing.Color.Gray;
     this.cBar1.ScrollbarLayout = cbar.CBar.BarLayout.Horizontal;
     this.cBar1.Size = new System.Drawing.Size(753, 14);
     this.cBar1.TabIndex = 23;
     this.cBar1.ThumbFillColor = System.Drawing.Color.MediumBlue;
     this.cBar1.ThumbRectColor = System.Drawing.Color.DodgerBlue;
     this.cBar1.TrackBorderColor = System.Drawing.Color.Black;
     this.cBar1.Value = ((long)(0));
     this.cBar1.ValueChanged += new cbar.CBar.ValueChangedEventHandler(this.cBar1_ValueChanged);
     //
     // lblMediaTime
     //
     this.lblMediaTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblMediaTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblMediaTime.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblMediaTime.Location = new System.Drawing.Point(593, 11);
     this.lblMediaTime.Name = "lblMediaTime";
     this.lblMediaTime.Size = new System.Drawing.Size(168, 23);
     this.lblMediaTime.TabIndex = 22;
     this.lblMediaTime.Text = "00:00:00 of 00:00:00";
     this.lblMediaTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // pictSound
     //
     this.pictSound.Location = new System.Drawing.Point(196, 8);
     this.pictSound.Name = "pictSound";
     this.pictSound.Size = new System.Drawing.Size(60, 32);
     this.pictSound.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictSound.TabIndex = 21;
     this.pictSound.TabStop = false;
     //
     // btnMute
     //
     this.btnMute.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnMute.Location = new System.Drawing.Point(116, 13);
     this.btnMute.Name = "btnMute";
     this.btnMute.TabIndex = 20;
     this.btnMute.Text = "Mute";
     this.btnMute.Click += new System.EventHandler(this.btnMute_Click);
     //
     // tbVolume
     //
     this.tbVolume.Location = new System.Drawing.Point(8, 16);
     this.tbVolume.Maximum = 100;
     this.tbVolume.Name = "tbVolume";
     this.tbVolume.TabIndex = 19;
     this.tbVolume.TickFrequency = 5;
     this.tbVolume.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
     this.tbVolume.ValueChanged += new System.EventHandler(this.tbVolume_ValueChanged);
     //
     // btnFullScreenToggle
     //
     this.btnFullScreenToggle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFullScreenToggle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnFullScreenToggle.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnFullScreenToggle.Location = new System.Drawing.Point(501, 8);
     this.btnFullScreenToggle.Name = "btnFullScreenToggle";
     this.btnFullScreenToggle.Size = new System.Drawing.Size(72, 40);
     this.btnFullScreenToggle.TabIndex = 17;
     this.btnFullScreenToggle.Text = "Full Screen";
     this.btnFullScreenToggle.Click += new System.EventHandler(this.btnFullScreenToggle_Click);
     //
     // playbackControls1
     //
     this.playbackControls1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.playbackControls1.FastForwardVisible = true;
     this.playbackControls1.JumpBeginVisible = true;
     this.playbackControls1.JumpEndVisible = true;
     this.playbackControls1.Location = new System.Drawing.Point(260, 8);
     this.playbackControls1.Name = "playbackControls1";
     this.playbackControls1.PlayVisible = true;
     this.playbackControls1.RewindVisible = true;
     this.playbackControls1.ShowPauseOnPlayClick = false;
     this.playbackControls1.ShowPlayOnPauseClick = false;
     this.playbackControls1.Size = new System.Drawing.Size(240, 40);
     this.playbackControls1.StopVisible = true;
     this.playbackControls1.TabIndex = 16;
     this.playbackControls1.Load += new System.EventHandler(this.playbackControls1_Load);
     this.playbackControls1.BeginRewind += new System.Windows.Forms.MouseEventHandler(this.playbackControls1_BeginRewind);
     this.playbackControls1.EndRewind += new System.Windows.Forms.MouseEventHandler(this.playbackControls1_EndRewind);
     this.playbackControls1.BeginFastForward += new System.Windows.Forms.MouseEventHandler(this.playbackControls1_BeginFastForward);
     this.playbackControls1.StopClick += new System.EventHandler(this.playbackControls1_StopClick);
     this.playbackControls1.RewindClick += new System.EventHandler(this.playbackControls1_RewindClick);
     this.playbackControls1.JumpBeginClick += new System.EventHandler(this.playbackControls1_JumpBeginClick);
     this.playbackControls1.PauseClick += new System.EventHandler(this.playbackControls1_PauseClick);
     this.playbackControls1.EndFastForward += new System.Windows.Forms.MouseEventHandler(this.playbackControls1_EndFastForward);
     this.playbackControls1.FastForwardClick += new System.EventHandler(this.playbackControls1_FastForwardClick);
     this.playbackControls1.PlayClick += new System.EventHandler(this.playbackControls1_PlayClick);
     this.playbackControls1.JumpEndClick += new System.EventHandler(this.playbackControls1_JumpEndClick);
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                               this.miFile,
                                                                               this.miAbout});
     //
     // miFile
     //
     this.miFile.Index = 0;
     this.miFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                            this.miOptions});
     this.miFile.Text = "&File";
     //
     // miOptions
     //
     this.miOptions.Index = 0;
     this.miOptions.Shortcut = System.Windows.Forms.Shortcut.CtrlO;
     this.miOptions.Text = "&Options";
     this.miOptions.Click += new System.EventHandler(this.miOptions_Click);
     //
     // miAbout
     //
     this.miAbout.Index = 1;
     this.miAbout.Shortcut = System.Windows.Forms.Shortcut.CtrlH;
     this.miAbout.ShowShortcut = false;
     this.miAbout.Text = "&About";
     this.miAbout.Click += new System.EventHandler(this.miAbout_Click);
     //
     // ctxmSession
     //
     this.ctxmSession.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                 this.mnuRenameSession,
                                                                                 this.mnuDeleteSession,
                                                                                 this.miSessionProperties});
     //
     // mnuRenameSession
     //
     this.mnuRenameSession.Index = 0;
     this.mnuRenameSession.Text = "Rename Session";
     //
     // mnuDeleteSession
     //
     this.mnuDeleteSession.Index = 1;
     this.mnuDeleteSession.Text = "Delete Session";
     //
     // miSessionProperties
     //
     this.miSessionProperties.DefaultItem = true;
     this.miSessionProperties.Index = 2;
     this.miSessionProperties.Text = "Properties...";
     //
     // tmrPlayBack
     //
     this.tmrPlayBack.Enabled = true;
     this.tmrPlayBack.Tick += new System.EventHandler(this.tmrPlayBack_Tick);
     //
     // tmrFullScreenControlDisplay
     //
     this.tmrFullScreenControlDisplay.Interval = 1000;
     this.tmrFullScreenControlDisplay.Tick += new System.EventHandler(this.tmrFullScreenControlDisplay_Tick);
     //
     // frmMain
     //
     this.AcceptButton = this.btnSearch;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(792, 573);
     this.Controls.Add(this.pnlControls);
     this.Controls.Add(this.pnlPlayer);
     this.Controls.Add(this.groupBox1);
     this.Menu = this.mainMenu1;
     this.MinimumSize = new System.Drawing.Size(800, 600);
     this.Name = "frmMain";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Oyster Content Player";
     this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.frmMain_KeyPress);
     this.Load += new System.EventHandler(this.frmMain_Load);
     this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.frmMain_MouseMove);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer2)).EndInit();
     this.pnlPlayer.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.pnlControls.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tbVolume)).EndInit();
     this.ResumeLayout(false);
 }