private void button1_Click(object sender, System.EventArgs e) { psPlayer = null; PreviewPlayer = null; this.DialogResult = DialogResult.OK; }
/// <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(frmSessionPlayback)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.PreviewPlayer = new OysterPlaybackControls.PlaybackCtrl(); this.panel1 = new System.Windows.Forms.Panel(); this.lblRecordingIdentifier = new System.Windows.Forms.Label(); this.btnNextSessionRecording = new System.Windows.Forms.Button(); this.btnPreviousSessionRecording = new System.Windows.Forms.Button(); this.gbNotes = new System.Windows.Forms.GroupBox(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabNoteBody = new System.Windows.Forms.TabPage(); this.txtNoteBody = new System.Windows.Forms.TextBox(); this.tabAttachments = new System.Windows.Forms.TabPage(); this.btnDownload = new System.Windows.Forms.Button(); this.lvAttachmentList = new System.Windows.Forms.ListView(); this.chAdded = new System.Windows.Forms.ColumnHeader(); this.chName = new System.Windows.Forms.ColumnHeader(); this.ctmAttachments = new System.Windows.Forms.ContextMenu(); this.miDownloadAttachment = new System.Windows.Forms.MenuItem(); this.miViewAttachment = new System.Windows.Forms.MenuItem(); this.lvNotes = new System.Windows.Forms.ListView(); this.chTime = new System.Windows.Forms.ColumnHeader(); this.chAttachment = new System.Windows.Forms.ColumnHeader(); this.chSummary = new System.Windows.Forms.ColumnHeader(); this.btnAddNote = new System.Windows.Forms.Button(); this.btnEditNote = new System.Windows.Forms.Button(); this.btnDeleteNote = new System.Windows.Forms.Button(); this.btnAddPreviewToRecordings = new System.Windows.Forms.Button(); this.btnToggleRecordingSize = new System.Windows.Forms.Button(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.psPlayer = new OysterPlaybackControls.PlaybackSurface(); this.groupBox1.SuspendLayout(); this.panel1.SuspendLayout(); this.gbNotes.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabNoteBody.SuspendLayout(); this.tabAttachments.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.BackColor = System.Drawing.SystemColors.Control; this.groupBox1.Controls.Add(this.PreviewPlayer); this.groupBox1.Controls.Add(this.panel1); this.groupBox1.Location = new System.Drawing.Point(8, 8); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(240, 216); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Preview"; // // PreviewPlayer // this.PreviewPlayer.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.PreviewPlayer.AutoPlay = true; this.PreviewPlayer.ControlsVisible = false; this.PreviewPlayer.CurrentPlayerType = OysterPlaybackControls.PlayerType.WindowMediaPlayer; this.PreviewPlayer.CurrentPlayListItem = 0; this.PreviewPlayer.ExitVisible = false; this.PreviewPlayer.JumpTime = "00:00:00"; this.PreviewPlayer.Location = new System.Drawing.Point(3, 16); this.PreviewPlayer.MediaName = null; this.PreviewPlayer.MuteVisible = true; this.PreviewPlayer.Name = "PreviewPlayer"; this.PreviewPlayer.PlaybackControlsVisible = false; this.PreviewPlayer.PlaybackMedia = OysterPlaybackControls.PlaybackMediaType.File; this.PreviewPlayer.PlaybackTransport = OysterPlaybackControls.PlaybackTransportType.TCP; this.PreviewPlayer.Size = new System.Drawing.Size(237, 168); this.PreviewPlayer.SourceAddress = null; this.PreviewPlayer.SourcePort = 0; this.PreviewPlayer.StatusInfoVisible = false; this.PreviewPlayer.TabIndex = 14; this.PreviewPlayer.Text = "All Views"; this.PreviewPlayer.TimeVisible = false; this.PreviewPlayer.URL = null; this.PreviewPlayer.VolumeVisible = true; // // panel1 // this.panel1.BackColor = System.Drawing.Color.Black; this.panel1.Controls.Add(this.lblRecordingIdentifier); this.panel1.Controls.Add(this.btnNextSessionRecording); this.panel1.Controls.Add(this.btnPreviousSessionRecording); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(3, 181); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(234, 32); this.panel1.TabIndex = 13; // // lblRecordingIdentifier // this.lblRecordingIdentifier.Anchor = System.Windows.Forms.AnchorStyles.None; this.lblRecordingIdentifier.CausesValidation = false; this.lblRecordingIdentifier.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.lblRecordingIdentifier.ForeColor = System.Drawing.Color.LimeGreen; this.lblRecordingIdentifier.Location = new System.Drawing.Point(81, 8); this.lblRecordingIdentifier.Name = "lblRecordingIdentifier"; this.lblRecordingIdentifier.Size = new System.Drawing.Size(72, 16); this.lblRecordingIdentifier.TabIndex = 12; this.lblRecordingIdentifier.Text = "Recording Id"; this.lblRecordingIdentifier.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnNextSessionRecording // this.btnNextSessionRecording.Anchor = System.Windows.Forms.AnchorStyles.None; this.btnNextSessionRecording.BackColor = System.Drawing.Color.Transparent; this.btnNextSessionRecording.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnNextSessionRecording.BackgroundImage"))); this.btnNextSessionRecording.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.btnNextSessionRecording.Location = new System.Drawing.Point(169, 8); this.btnNextSessionRecording.Name = "btnNextSessionRecording"; this.btnNextSessionRecording.Size = new System.Drawing.Size(40, 16); this.btnNextSessionRecording.TabIndex = 11; this.btnNextSessionRecording.Text = ">>"; this.btnNextSessionRecording.Click += new System.EventHandler(this.btnNextSessionRecording_Click); // // btnPreviousSessionRecording // this.btnPreviousSessionRecording.Anchor = System.Windows.Forms.AnchorStyles.None; this.btnPreviousSessionRecording.BackColor = System.Drawing.Color.Transparent; this.btnPreviousSessionRecording.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPreviousSessionRecording.BackgroundImage"))); this.btnPreviousSessionRecording.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.btnPreviousSessionRecording.Location = new System.Drawing.Point(25, 8); this.btnPreviousSessionRecording.Name = "btnPreviousSessionRecording"; this.btnPreviousSessionRecording.Size = new System.Drawing.Size(40, 16); this.btnPreviousSessionRecording.TabIndex = 10; this.btnPreviousSessionRecording.Text = "<<"; this.btnPreviousSessionRecording.Click += new System.EventHandler(this.btnPreviousSessionRecording_Click); // // gbNotes // this.gbNotes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.gbNotes.Controls.Add(this.tabControl1); this.gbNotes.Controls.Add(this.lvNotes); this.gbNotes.Controls.Add(this.btnAddNote); this.gbNotes.Controls.Add(this.btnEditNote); this.gbNotes.Controls.Add(this.btnDeleteNote); this.gbNotes.Location = new System.Drawing.Point(8, 240); this.gbNotes.Name = "gbNotes"; this.gbNotes.Size = new System.Drawing.Size(296, 320); this.gbNotes.TabIndex = 1; this.gbNotes.TabStop = false; this.gbNotes.Text = "Session Notes"; // // tabControl1 // this.tabControl1.Alignment = System.Windows.Forms.TabAlignment.Bottom; this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.tabControl1.Controls.Add(this.tabNoteBody); this.tabControl1.Controls.Add(this.tabAttachments); this.tabControl1.Location = new System.Drawing.Point(8, 168); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(280, 112); this.tabControl1.TabIndex = 4; // // tabNoteBody // this.tabNoteBody.Controls.Add(this.txtNoteBody); this.tabNoteBody.Location = new System.Drawing.Point(4, 4); this.tabNoteBody.Name = "tabNoteBody"; this.tabNoteBody.Size = new System.Drawing.Size(272, 86); this.tabNoteBody.TabIndex = 0; this.tabNoteBody.Text = "Note Body"; this.tabNoteBody.ToolTipText = "Displays the body of the selected Note."; // // txtNoteBody // this.txtNoteBody.AutoSize = false; this.txtNoteBody.Dock = System.Windows.Forms.DockStyle.Fill; this.txtNoteBody.Location = new System.Drawing.Point(0, 0); this.txtNoteBody.MaxLength = 8000; this.txtNoteBody.Multiline = true; this.txtNoteBody.Name = "txtNoteBody"; this.txtNoteBody.ReadOnly = true; this.txtNoteBody.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtNoteBody.Size = new System.Drawing.Size(272, 86); this.txtNoteBody.TabIndex = 0; this.txtNoteBody.Text = "txtNoteBody"; // // tabAttachments // this.tabAttachments.Controls.Add(this.btnDownload); this.tabAttachments.Controls.Add(this.lvAttachmentList); this.tabAttachments.Location = new System.Drawing.Point(4, 4); this.tabAttachments.Name = "tabAttachments"; this.tabAttachments.Size = new System.Drawing.Size(272, 86); this.tabAttachments.TabIndex = 1; this.tabAttachments.Text = "Attachments"; this.tabAttachments.ToolTipText = "Displays a list of all attachments associated with this the selected Note."; // // btnDownload // this.btnDownload.Enabled = false; this.btnDownload.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.btnDownload.Location = new System.Drawing.Point(0, 152); this.btnDownload.Name = "btnDownload"; this.btnDownload.Size = new System.Drawing.Size(272, 24); this.btnDownload.TabIndex = 1; this.btnDownload.Text = "Download"; this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click); // // lvAttachmentList // this.lvAttachmentList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.chAdded, this.chName}); this.lvAttachmentList.ContextMenu = this.ctmAttachments; this.lvAttachmentList.FullRowSelect = true; this.lvAttachmentList.GridLines = true; this.lvAttachmentList.Location = new System.Drawing.Point(0, 0); this.lvAttachmentList.Name = "lvAttachmentList"; this.lvAttachmentList.Size = new System.Drawing.Size(272, 144); this.lvAttachmentList.Sorting = System.Windows.Forms.SortOrder.Ascending; this.lvAttachmentList.TabIndex = 0; this.lvAttachmentList.View = System.Windows.Forms.View.Details; this.lvAttachmentList.DoubleClick += new System.EventHandler(this.lvAttachmentList_DoubleClick); this.lvAttachmentList.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.LISTVIEW_COLUMN_ORGANIZER); // // chAdded // this.chAdded.Text = "Added"; this.chAdded.Width = 85; // // chName // this.chName.Text = "Name"; this.chName.Width = 168; // // ctmAttachments // this.ctmAttachments.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.miDownloadAttachment, this.miViewAttachment}); this.ctmAttachments.Popup += new System.EventHandler(this.ctmAttachments_Popup); // // miDownloadAttachment // this.miDownloadAttachment.Index = 0; this.miDownloadAttachment.Text = "Download Attachment"; this.miDownloadAttachment.Click += new System.EventHandler(this.miDownloadAttachment_Click); // // miViewAttachment // this.miViewAttachment.DefaultItem = true; this.miViewAttachment.Index = 1; this.miViewAttachment.Text = "View Attachment"; this.miViewAttachment.Click += new System.EventHandler(this.miViewAttachment_Click); // // lvNotes // this.lvNotes.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.chTime, this.chAttachment, this.chSummary}); this.lvNotes.FullRowSelect = true; this.lvNotes.GridLines = true; this.lvNotes.HideSelection = false; this.lvNotes.Location = new System.Drawing.Point(8, 16); this.lvNotes.MultiSelect = false; this.lvNotes.Name = "lvNotes"; this.lvNotes.Size = new System.Drawing.Size(280, 144); this.lvNotes.TabIndex = 3; this.lvNotes.View = System.Windows.Forms.View.Details; this.lvNotes.DoubleClick += new System.EventHandler(this.lvNotes_DoubleClick); this.lvNotes.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.LISTVIEW_COLUMN_ORGANIZER); this.lvNotes.SelectedIndexChanged += new System.EventHandler(this.lvNotes_SelectedIndexChanged); // // chTime // this.chTime.Text = "Time"; this.chTime.Width = 72; // // chAttachment // this.chAttachment.Text = "Attachment"; this.chAttachment.Width = 69; // // chSummary // this.chSummary.Text = "Summary"; this.chSummary.Width = 112; // // btnAddNote // this.btnAddNote.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnAddNote.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnAddNote.Location = new System.Drawing.Point(32, 288); this.btnAddNote.Name = "btnAddNote"; this.btnAddNote.TabIndex = 2; this.btnAddNote.Text = "New..."; this.btnAddNote.Click += new System.EventHandler(this.btnAddNote_Click); // // btnEditNote // this.btnEditNote.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnEditNote.Enabled = false; this.btnEditNote.Location = new System.Drawing.Point(112, 288); this.btnEditNote.Name = "btnEditNote"; this.btnEditNote.TabIndex = 1; this.btnEditNote.Text = "Edit..."; this.btnEditNote.Click += new System.EventHandler(this.btnEditNote_Click); // // btnDeleteNote // this.btnDeleteNote.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnDeleteNote.Enabled = false; this.btnDeleteNote.Location = new System.Drawing.Point(192, 288); this.btnDeleteNote.Name = "btnDeleteNote"; this.btnDeleteNote.TabIndex = 0; this.btnDeleteNote.Text = "Delete"; this.btnDeleteNote.Click += new System.EventHandler(this.btnDeleteNote_Click); // // btnAddPreviewToRecordings // this.btnAddPreviewToRecordings.Location = new System.Drawing.Point(256, 144); this.btnAddPreviewToRecordings.Name = "btnAddPreviewToRecordings"; this.btnAddPreviewToRecordings.Size = new System.Drawing.Size(50, 24); this.btnAddPreviewToRecordings.TabIndex = 4; this.btnAddPreviewToRecordings.Text = "Add -->"; this.btnAddPreviewToRecordings.Click += new System.EventHandler(this.btnAddPreviewToRecordings_Click); // // btnToggleRecordingSize // this.btnToggleRecordingSize.Anchor = System.Windows.Forms.AnchorStyles.Left; this.btnToggleRecordingSize.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.btnToggleRecordingSize.Location = new System.Drawing.Point(304, 286); this.btnToggleRecordingSize.Name = "btnToggleRecordingSize"; this.btnToggleRecordingSize.Size = new System.Drawing.Size(8, 88); this.btnToggleRecordingSize.TabIndex = 6; this.btnToggleRecordingSize.Text = "<"; this.btnToggleRecordingSize.Click += new System.EventHandler(this.btnToggleRecordingSize_Click); // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // psPlayer // this.psPlayer.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.psPlayer.JumpTime = "00:00:00"; this.psPlayer.Location = new System.Drawing.Point(312, 8); this.psPlayer.MuteVisible = true; this.psPlayer.Name = "psPlayer"; this.psPlayer.PlaybackControlsVisible = true; this.psPlayer.PlaybackMedia = OysterPlaybackControls.PlaybackMediaType.File; this.psPlayer.PlaybackTransport = OysterPlaybackControls.PlaybackTransportType.TCP; this.psPlayer.PlayerAutoPlay = false; this.psPlayer.PlayerControlsVisible = false; this.psPlayer.PlayerExitButtonsVisible = true; this.psPlayer.Size = new System.Drawing.Size(476, 552); this.psPlayer.SourceAddress = null; this.psPlayer.SourcePort = 0; this.psPlayer.StatusInfoVisible = true; this.psPlayer.TabIndex = 7; this.psPlayer.Text = "Video"; this.psPlayer.TimeVisible = true; this.psPlayer.URL = null; this.psPlayer.VolumeVisible = true; // // frmSessionPlayback // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(792, 566); this.Controls.Add(this.psPlayer); this.Controls.Add(this.btnToggleRecordingSize); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnAddPreviewToRecordings); this.Controls.Add(this.gbNotes); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(800, 600); this.Name = "frmSessionPlayback"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Tag = "Session Playback"; this.Text = "frmSessionPlayback"; this.Closing += new System.ComponentModel.CancelEventHandler(this.frmSessionPlayback_Closing); this.Load += new System.EventHandler(this.frmSessionPlayback_Load); this.groupBox1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.gbNotes.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabNoteBody.ResumeLayout(false); this.tabAttachments.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmFindSession)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btnSearchOptions = new System.Windows.Forms.Button(); this.btnSearch = new System.Windows.Forms.Button(); this.txtSearch = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.lblInformation = new System.Windows.Forms.Label(); this.lvSearchResults = new System.Windows.Forms.ListView(); this.chName = new System.Windows.Forms.ColumnHeader(); this.chCreatedOn = new System.Windows.Forms.ColumnHeader(); this.ctxmSession = new System.Windows.Forms.ContextMenu(); this.mnuRenameSession = new System.Windows.Forms.MenuItem(); this.miSessionProperties = new System.Windows.Forms.MenuItem(); this.btnView = new System.Windows.Forms.Button(); this.btnPreview = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.panel1 = new System.Windows.Forms.Panel(); this.lblRecordingIdentifier = new System.Windows.Forms.Label(); this.btnNextSessionRecording = new System.Windows.Forms.Button(); this.btnPreviousSessionRecording = new System.Windows.Forms.Button(); this.PreviewPlayer = new OysterPlaybackControls.PlaybackCtrl(); this.label4 = new System.Windows.Forms.Label(); this.mainMenu1 = new System.Windows.Forms.MainMenu(); this.miAbout = new System.Windows.Forms.MenuItem(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.btnSearchOptions); this.groupBox1.Controls.Add(this.btnSearch); this.groupBox1.Controls.Add(this.txtSearch); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(3, 8); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(389, 128); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Search Criteria"; // // btnSearchOptions // this.btnSearchOptions.Location = new System.Drawing.Point(280, 88); this.btnSearchOptions.Name = "btnSearchOptions"; this.btnSearchOptions.Size = new System.Drawing.Size(104, 23); this.btnSearchOptions.TabIndex = 6; this.btnSearchOptions.Text = "Search Options..."; this.btnSearchOptions.Click += new System.EventHandler(this.button1_Click); // // btnSearch // this.btnSearch.Location = new System.Drawing.Point(168, 88); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(104, 23); this.btnSearch.TabIndex = 1; this.btnSearch.Text = "Search"; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // txtSearch // this.txtSearch.Location = new System.Drawing.Point(8, 88); this.txtSearch.Name = "txtSearch"; this.txtSearch.Size = new System.Drawing.Size(152, 20); this.txtSearch.TabIndex = 2; this.txtSearch.Text = ""; this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown); // // label1 // this.label1.Location = new System.Drawing.Point(16, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(296, 40); this.label1.TabIndex = 1; this.label1.Text = "Enter some search chriteria below and press the \'Find\' button. To list all availa" + "ble sessions leave the search box empty."; // // lblInformation // this.lblInformation.AutoSize = true; this.lblInformation.Location = new System.Drawing.Point(8, 152); this.lblInformation.Name = "lblInformation"; this.lblInformation.Size = new System.Drawing.Size(334, 16); this.lblInformation.TabIndex = 2; this.lblInformation.Text = "Search Results - Double-click an item to go directly to View Mode."; // // lvSearchResults // this.lvSearchResults.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.chName, this.chCreatedOn}); this.lvSearchResults.ContextMenu = this.ctxmSession; this.lvSearchResults.FullRowSelect = true; this.lvSearchResults.GridLines = true; this.lvSearchResults.HideSelection = false; this.lvSearchResults.Location = new System.Drawing.Point(8, 168); this.lvSearchResults.MultiSelect = false; this.lvSearchResults.Name = "lvSearchResults"; this.lvSearchResults.Size = new System.Drawing.Size(376, 336); this.lvSearchResults.TabIndex = 9; this.lvSearchResults.View = System.Windows.Forms.View.Details; this.lvSearchResults.DoubleClick += new System.EventHandler(this.lvSearchResults_DoubleClick); this.lvSearchResults.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.lvSearchResults_AfterLabelEdit); this.lvSearchResults.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.frmFindSession_LISTVIEW_COLUMN_ORGANIZER); this.lvSearchResults.SelectedIndexChanged += new System.EventHandler(this.lvSearchResults_SelectedIndexChanged_1); // // chName // this.chName.Text = "Name"; this.chName.Width = 226; // // chCreatedOn // this.chCreatedOn.Text = "Created Date"; this.chCreatedOn.Width = 117; // // ctxmSession // this.ctxmSession.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuRenameSession, this.miSessionProperties}); this.ctxmSession.Popup += new System.EventHandler(this.ctxmSession_Popup); // // mnuRenameSession // this.mnuRenameSession.Enabled = false; this.mnuRenameSession.Index = 0; this.mnuRenameSession.Text = "Rename Session"; this.mnuRenameSession.Click += new System.EventHandler(this.mnuRenameSession_Click); // // miSessionProperties // this.miSessionProperties.DefaultItem = true; this.miSessionProperties.Index = 1; this.miSessionProperties.Text = "Properties..."; this.miSessionProperties.Click += new System.EventHandler(this.miSessionProperties_Click); // // btnView // this.btnView.Enabled = false; this.btnView.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.btnView.ForeColor = System.Drawing.SystemColors.ControlText; this.btnView.Location = new System.Drawing.Point(216, 512); this.btnView.Name = "btnView"; this.btnView.Size = new System.Drawing.Size(112, 23); this.btnView.TabIndex = 7; this.btnView.Text = "View"; this.btnView.Click += new System.EventHandler(this.btnView_Click); // // btnPreview // this.btnPreview.Enabled = false; this.btnPreview.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnPreview.Location = new System.Drawing.Point(72, 512); this.btnPreview.Name = "btnPreview"; this.btnPreview.Size = new System.Drawing.Size(112, 23); this.btnPreview.TabIndex = 8; this.btnPreview.Text = "Preview"; this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click); // // groupBox2 // this.groupBox2.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.groupBox2.Controls.Add(this.panel1); this.groupBox2.Controls.Add(this.PreviewPlayer); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Location = new System.Drawing.Point(400, 8); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(384, 528); this.groupBox2.TabIndex = 6; this.groupBox2.TabStop = false; this.groupBox2.Text = "Preview"; // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.BackColor = System.Drawing.Color.Black; this.panel1.Controls.Add(this.lblRecordingIdentifier); this.panel1.Controls.Add(this.btnNextSessionRecording); this.panel1.Controls.Add(this.btnPreviousSessionRecording); this.panel1.Location = new System.Drawing.Point(3, 480); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(376, 40); this.panel1.TabIndex = 2; // // lblRecordingIdentifier // this.lblRecordingIdentifier.Anchor = System.Windows.Forms.AnchorStyles.Top; this.lblRecordingIdentifier.CausesValidation = false; this.lblRecordingIdentifier.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.lblRecordingIdentifier.ForeColor = System.Drawing.Color.LimeGreen; this.lblRecordingIdentifier.Location = new System.Drawing.Point(105, 8); this.lblRecordingIdentifier.Name = "lblRecordingIdentifier"; this.lblRecordingIdentifier.Size = new System.Drawing.Size(168, 23); this.lblRecordingIdentifier.TabIndex = 12; this.lblRecordingIdentifier.Text = "Recording Id"; this.lblRecordingIdentifier.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnNextSessionRecording // this.btnNextSessionRecording.Anchor = System.Windows.Forms.AnchorStyles.Top; this.btnNextSessionRecording.BackColor = System.Drawing.Color.Transparent; this.btnNextSessionRecording.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnNextSessionRecording.BackgroundImage"))); this.btnNextSessionRecording.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.btnNextSessionRecording.Location = new System.Drawing.Point(289, 8); this.btnNextSessionRecording.Name = "btnNextSessionRecording"; this.btnNextSessionRecording.TabIndex = 11; this.btnNextSessionRecording.Text = ">>"; this.btnNextSessionRecording.Click += new System.EventHandler(this.btnNextSessionRecording_Click); // // btnPreviousSessionRecording // this.btnPreviousSessionRecording.Anchor = System.Windows.Forms.AnchorStyles.Top; this.btnPreviousSessionRecording.BackColor = System.Drawing.Color.Transparent; this.btnPreviousSessionRecording.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPreviousSessionRecording.BackgroundImage"))); this.btnPreviousSessionRecording.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.btnPreviousSessionRecording.Location = new System.Drawing.Point(11, 8); this.btnPreviousSessionRecording.Name = "btnPreviousSessionRecording"; this.btnPreviousSessionRecording.TabIndex = 10; this.btnPreviousSessionRecording.Text = "<<"; this.btnPreviousSessionRecording.Click += new System.EventHandler(this.btnPreviousSessionRecording_Click_1); // // PreviewPlayer // this.PreviewPlayer.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.PreviewPlayer.AutoPlay = true; this.PreviewPlayer.CurrentPlayerType = OysterPlaybackControls.PlayerType.WindowMediaPlayer; this.PreviewPlayer.CurrentPlayListItem = 0; this.PreviewPlayer.ExitVisible = false; this.PreviewPlayer.JumpTime = "00:00:00"; this.PreviewPlayer.Location = new System.Drawing.Point(0, 112); this.PreviewPlayer.MediaName = null; this.PreviewPlayer.MuteVisible = true; this.PreviewPlayer.Name = "PreviewPlayer"; this.PreviewPlayer.PlaybackControlsVisible = true; this.PreviewPlayer.PlaybackMedia = OysterPlaybackControls.PlaybackMediaType.File; this.PreviewPlayer.PlaybackTransport = OysterPlaybackControls.PlaybackTransportType.TCP; this.PreviewPlayer.Size = new System.Drawing.Size(384, 370); this.PreviewPlayer.SourceAddress = null; this.PreviewPlayer.SourcePort = 0; this.PreviewPlayer.StatusInfoVisible = true; this.PreviewPlayer.TabIndex = 3; this.PreviewPlayer.Text = "No Session Loaded"; this.PreviewPlayer.TimeVisible = true; this.PreviewPlayer.URL = null; this.PreviewPlayer.VolumeVisible = true; // // label4 // this.label4.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.label4.Location = new System.Drawing.Point(8, 16); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(374, 88); this.label4.TabIndex = 0; this.label4.Text = "This window allows you to playback a recording from the search results. Click the" + " \'Preview\' button to start the preview. Use the \'<<\' and \'>>\' buttons below to m" + "ove between the recordings that are associated with this session."; // // mainMenu1 // this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.miAbout}); // // miAbout // this.miAbout.Index = 0; 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); // // frmFindSession // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(792, 545); this.Controls.Add(this.groupBox2); this.Controls.Add(this.btnPreview); this.Controls.Add(this.btnView); this.Controls.Add(this.lvSearchResults); this.Controls.Add(this.lblInformation); this.Controls.Add(this.groupBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Menu = this.mainMenu1; this.Name = "frmFindSession"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Tag = "Find a Session"; this.Text = "frmFindSession"; this.Load += new System.EventHandler(this.frmFindSession_Load); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.panel1.ResumeLayout(false); this.ResumeLayout(false); }
public string Add(string PlaybackControlName,OysterPlaybackControls.PlayListItem PlayListItem,bool MutePlayer) { PlaybackCtrl ctrl = new OysterPlaybackControls.PlaybackCtrl(); ctrl.ControlsVisible = m_PlayerControlsVisible; ctrl.AutoPlay = m_PlayerAutoPlay; ctrl.ExitVisible = m_PlayerExitButtonsVisible; ctrl.ExitClick +=new EventHandler(Players_ExitClick); ctrl.Text = PlaybackControlName; ctrl.Open(PlayListItem); if(ctrl.axWMPlayer1 != null) { ctrl.axWMPlayer1.settings.mute = MutePlayer; } // if(MutePlayer) // { // if(ctrl.axUMediaPlayer1 != null) // ctrl.axUMediaPlayer1.AdjustVolume(-32000); // } return Add(ref ctrl,PlaybackControlName); }
public string Add(string PlaybackControlName) { PlaybackCtrl ctrl = new OysterPlaybackControls.PlaybackCtrl(); ctrl.ControlsVisible = m_PlayerControlsVisible; ctrl.AutoPlay = m_PlayerAutoPlay; ctrl.ExitVisible = m_PlayerExitButtonsVisible; ctrl.ExitClick +=new EventHandler(Players_ExitClick); ctrl.Text = PlaybackControlName; return Add(ref ctrl,PlaybackControlName); }
public void SynchronizeToExternalPlayerControl(ref OysterPlaybackControls.PlaybackCtrl MasterPlayer) { m_MasterPlayer = MasterPlayer; }
/// <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(frmFindSession)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btnAdvancedSearch = new System.Windows.Forms.Button(); this.rbStoredMedia = new System.Windows.Forms.RadioButton(); this.rbLiveStream = new System.Windows.Forms.RadioButton(); this.btnSearch = new System.Windows.Forms.Button(); this.txtSearch = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.lblInformation = new System.Windows.Forms.Label(); 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.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.btnView = new System.Windows.Forms.Button(); this.btnPreview = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.panel1 = new System.Windows.Forms.Panel(); this.lblRecordingIdentifier = new System.Windows.Forms.Label(); this.btnNextSessionRecording = new System.Windows.Forms.Button(); this.btnPreviousSessionRecording = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.PreviewPlayer = new OysterPlaybackControls.PlaybackCtrl(); 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.timer1 = new System.Windows.Forms.Timer(this.components); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.btnAdvancedSearch); this.groupBox1.Controls.Add(this.rbStoredMedia); this.groupBox1.Controls.Add(this.rbLiveStream); this.groupBox1.Controls.Add(this.btnSearch); this.groupBox1.Controls.Add(this.txtSearch); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(3, 8); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(341, 160); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Search Criteria"; this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter); // // btnAdvancedSearch // this.btnAdvancedSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.26F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.btnAdvancedSearch.Location = new System.Drawing.Point(216, 64); this.btnAdvancedSearch.Name = "btnAdvancedSearch"; this.btnAdvancedSearch.Size = new System.Drawing.Size(112, 23); this.btnAdvancedSearch.TabIndex = 11; this.btnAdvancedSearch.Text = "Search &Options ..."; this.btnAdvancedSearch.Click += new System.EventHandler(this.button1_Click); // // rbStoredMedia // this.rbStoredMedia.Checked = true; this.rbStoredMedia.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.rbStoredMedia.ForeColor = System.Drawing.Color.MidnightBlue; this.rbStoredMedia.Location = new System.Drawing.Point(16, 64); this.rbStoredMedia.Name = "rbStoredMedia"; this.rbStoredMedia.Size = new System.Drawing.Size(112, 24); this.rbStoredMedia.TabIndex = 10; this.rbStoredMedia.TabStop = true; this.rbStoredMedia.Text = "Stored Media"; this.rbStoredMedia.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged); // // rbLiveStream // this.rbLiveStream.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.26F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.rbLiveStream.ForeColor = System.Drawing.Color.MidnightBlue; this.rbLiveStream.Location = new System.Drawing.Point(16, 96); this.rbLiveStream.Name = "rbLiveStream"; this.rbLiveStream.Size = new System.Drawing.Size(96, 24); this.rbLiveStream.TabIndex = 8; this.rbLiveStream.Text = "Live Streams"; this.rbLiveStream.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); // // btnSearch // this.btnSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.26F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.btnSearch.Location = new System.Drawing.Point(216, 128); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(112, 23); this.btnSearch.TabIndex = 1; this.btnSearch.Text = "&Search"; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // txtSearch // this.txtSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.26F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.txtSearch.Location = new System.Drawing.Point(16, 128); this.txtSearch.Name = "txtSearch"; this.txtSearch.Size = new System.Drawing.Size(192, 20); this.txtSearch.TabIndex = 2; this.txtSearch.Text = ""; this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown); // // label1 // this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.26F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label1.Location = new System.Drawing.Point(16, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(320, 40); this.label1.TabIndex = 1; this.label1.Text = "Enter some search chriteria below and press the \'Search\' button. To list all avai" + "lable sessions leave the search box empty."; // // lblInformation // this.lblInformation.AutoSize = true; 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(8, 192); this.lblInformation.Name = "lblInformation"; this.lblInformation.Size = new System.Drawing.Size(334, 16); this.lblInformation.TabIndex = 2; this.lblInformation.Text = "Search Results - Double-click an item to go directly to View Mode."; // // 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.ContextMenu = this.ctxmSession; this.lvSearchResults.FullRowSelect = true; this.lvSearchResults.GridLines = true; this.lvSearchResults.HideSelection = false; this.lvSearchResults.Location = new System.Drawing.Point(8, 216); this.lvSearchResults.Name = "lvSearchResults"; this.lvSearchResults.Size = new System.Drawing.Size(336, 304); this.lvSearchResults.Sorting = System.Windows.Forms.SortOrder.Ascending; this.lvSearchResults.TabIndex = 9; this.lvSearchResults.View = System.Windows.Forms.View.Details; this.lvSearchResults.DoubleClick += new System.EventHandler(this.lvSearchResults_DoubleClick); this.lvSearchResults.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.lvSearchResults_AfterLabelEdit); this.lvSearchResults.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.LISTVIEW_COLUMN_ORGANIZER); // // 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; // // ctxmSession // this.ctxmSession.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuRenameSession, this.mnuDeleteSession, this.miSessionProperties}); this.ctxmSession.Popup += new System.EventHandler(this.ctxmSession_Popup); // // mnuRenameSession // this.mnuRenameSession.Index = 0; this.mnuRenameSession.Text = "Rename Session"; this.mnuRenameSession.Click += new System.EventHandler(this.mnuRenameSession_Click); // // mnuDeleteSession // this.mnuDeleteSession.Index = 1; this.mnuDeleteSession.Text = "Delete Session"; this.mnuDeleteSession.Click += new System.EventHandler(this.mnuDeleteSession_Click); // // miSessionProperties // this.miSessionProperties.DefaultItem = true; this.miSessionProperties.Index = 2; this.miSessionProperties.Text = "Properties..."; this.miSessionProperties.Click += new System.EventHandler(this.miSessionProperties_Click); // // btnView // this.btnView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnView.Enabled = false; this.btnView.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.btnView.ForeColor = System.Drawing.SystemColors.ControlText; this.btnView.Location = new System.Drawing.Point(176, 528); this.btnView.Name = "btnView"; this.btnView.Size = new System.Drawing.Size(112, 23); this.btnView.TabIndex = 7; this.btnView.Text = "&View"; this.btnView.Click += new System.EventHandler(this.btnView_Click); // // btnPreview // this.btnPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnPreview.Enabled = false; this.btnPreview.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnPreview.Location = new System.Drawing.Point(56, 528); this.btnPreview.Name = "btnPreview"; this.btnPreview.Size = new System.Drawing.Size(112, 23); this.btnPreview.TabIndex = 8; this.btnPreview.Text = "&Preview"; this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click); // // groupBox2 // this.groupBox2.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.groupBox2.Controls.Add(this.panel1); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.PreviewPlayer); this.groupBox2.Location = new System.Drawing.Point(352, 8); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(432, 544); this.groupBox2.TabIndex = 6; this.groupBox2.TabStop = false; this.groupBox2.Text = "Preview"; // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.BackColor = System.Drawing.Color.Black; this.panel1.Controls.Add(this.lblRecordingIdentifier); this.panel1.Controls.Add(this.btnNextSessionRecording); this.panel1.Controls.Add(this.btnPreviousSessionRecording); this.panel1.Location = new System.Drawing.Point(0, 512); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(432, 40); this.panel1.TabIndex = 2; // // lblRecordingIdentifier // this.lblRecordingIdentifier.Anchor = System.Windows.Forms.AnchorStyles.Top; this.lblRecordingIdentifier.CausesValidation = false; this.lblRecordingIdentifier.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.lblRecordingIdentifier.ForeColor = System.Drawing.Color.LimeGreen; this.lblRecordingIdentifier.Location = new System.Drawing.Point(138, 8); this.lblRecordingIdentifier.Name = "lblRecordingIdentifier"; this.lblRecordingIdentifier.Size = new System.Drawing.Size(176, 23); this.lblRecordingIdentifier.TabIndex = 12; this.lblRecordingIdentifier.Text = "Recording Id"; this.lblRecordingIdentifier.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnNextSessionRecording // this.btnNextSessionRecording.Anchor = System.Windows.Forms.AnchorStyles.Top; this.btnNextSessionRecording.BackColor = System.Drawing.Color.Transparent; this.btnNextSessionRecording.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnNextSessionRecording.BackgroundImage"))); this.btnNextSessionRecording.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.btnNextSessionRecording.Location = new System.Drawing.Point(330, 8); this.btnNextSessionRecording.Name = "btnNextSessionRecording"; this.btnNextSessionRecording.TabIndex = 11; this.btnNextSessionRecording.Text = ">>"; this.btnNextSessionRecording.Click += new System.EventHandler(this.btnNextSessionRecording_Click); // // btnPreviousSessionRecording // this.btnPreviousSessionRecording.Anchor = System.Windows.Forms.AnchorStyles.Top; this.btnPreviousSessionRecording.BackColor = System.Drawing.Color.Transparent; this.btnPreviousSessionRecording.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPreviousSessionRecording.BackgroundImage"))); this.btnPreviousSessionRecording.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.btnPreviousSessionRecording.Location = new System.Drawing.Point(42, 8); this.btnPreviousSessionRecording.Name = "btnPreviousSessionRecording"; this.btnPreviousSessionRecording.Size = new System.Drawing.Size(72, 23); this.btnPreviousSessionRecording.TabIndex = 10; this.btnPreviousSessionRecording.Text = "<<"; this.btnPreviousSessionRecording.Click += new System.EventHandler(this.btnPreviousSessionRecording_Click_1); // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label4.Location = new System.Drawing.Point(8, 16); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(422, 40); this.label4.TabIndex = 0; this.label4.Text = "This window allows you to playback a recording from the search results. Click the" + " \'Preview\' button to start the preview. Use the \'<<\' and \'>>\' buttons below to m" + "ove between the recordings that are associated with this session."; // // PreviewPlayer // this.PreviewPlayer.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.PreviewPlayer.AutoPlay = true; this.PreviewPlayer.CurrentPlayerType = OysterPlaybackControls.PlayerType.WindowMediaPlayer; this.PreviewPlayer.CurrentPlayListItem = 0; this.PreviewPlayer.ExitVisible = false; this.PreviewPlayer.JumpTime = "00:00:00"; this.PreviewPlayer.Location = new System.Drawing.Point(0, 64); this.PreviewPlayer.MediaName = null; this.PreviewPlayer.MuteVisible = true; this.PreviewPlayer.Name = "PreviewPlayer"; this.PreviewPlayer.PlaybackControlsVisible = true; this.PreviewPlayer.PlaybackMedia = OysterPlaybackControls.PlaybackMediaType.File; this.PreviewPlayer.PlaybackTransport = OysterPlaybackControls.PlaybackTransportType.TCP; this.PreviewPlayer.Size = new System.Drawing.Size(432, 448); this.PreviewPlayer.SourceAddress = null; this.PreviewPlayer.SourcePort = 0; this.PreviewPlayer.StatusInfoVisible = true; this.PreviewPlayer.TabIndex = 3; this.PreviewPlayer.Text = "Preview Player"; this.PreviewPlayer.TimeVisible = true; this.PreviewPlayer.URL = null; this.PreviewPlayer.VolumeVisible = true; // // 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.miConfiguration_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); // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // frmFindSession // this.AcceptButton = this.btnSearch; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(792, 566); this.Controls.Add(this.groupBox2); this.Controls.Add(this.btnPreview); this.Controls.Add(this.btnView); this.Controls.Add(this.lvSearchResults); this.Controls.Add(this.lblInformation); this.Controls.Add(this.groupBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.Menu = this.mainMenu1; this.MinimumSize = new System.Drawing.Size(800, 600); this.Name = "frmFindSession"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Tag = "Find a Session"; this.Text = "frmFindSession"; this.Load += new System.EventHandler(this.frmFindSession_Load); this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.frmFindSession_KeyUp); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.panel1.ResumeLayout(false); this.ResumeLayout(false); }