From a818ffdbee30b07fa0030cb908776d60026b2dd4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bellai=20=C3=81d=C3=A1m?= Date: Fri, 6 Oct 2017 06:20:01 +0000 Subject: [PATCH] git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C30545 --- client/DxPlay/PlayerForm.Designer.cs | 16 ++++++++-------- client/DxPlay/PlayerForm.cs | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/client/DxPlay/PlayerForm.Designer.cs b/client/DxPlay/PlayerForm.Designer.cs index 1d320474..230c4221 100644 --- a/client/DxPlay/PlayerForm.Designer.cs +++ b/client/DxPlay/PlayerForm.Designer.cs @@ -323,41 +323,41 @@ namespace DxPlay { this.actualPositionToIntroToolStripMenuItem, this.actualPositionToOutroToolStripMenuItem}); this.ctxmSegmentActions.Name = "ctxmSegmentActions"; - this.ctxmSegmentActions.Size = new System.Drawing.Size(296, 114); + this.ctxmSegmentActions.Size = new System.Drawing.Size(247, 114); // // defineOneSegmentToolStripMenuItem // this.defineOneSegmentToolStripMenuItem.Name = "defineOneSegmentToolStripMenuItem"; - this.defineOneSegmentToolStripMenuItem.Size = new System.Drawing.Size(295, 22); + this.defineOneSegmentToolStripMenuItem.Size = new System.Drawing.Size(246, 22); this.defineOneSegmentToolStripMenuItem.Text = "Define one segment for movie"; this.defineOneSegmentToolStripMenuItem.Click += new System.EventHandler(this.OnDefineOneSegmentClick); // // splitSegmentAtCurrentPositionToolStripMenuItem // this.splitSegmentAtCurrentPositionToolStripMenuItem.Name = "splitSegmentAtCurrentPositionToolStripMenuItem"; - this.splitSegmentAtCurrentPositionToolStripMenuItem.Size = new System.Drawing.Size(295, 22); + this.splitSegmentAtCurrentPositionToolStripMenuItem.Size = new System.Drawing.Size(246, 22); this.splitSegmentAtCurrentPositionToolStripMenuItem.Text = "Split segment at current position"; this.splitSegmentAtCurrentPositionToolStripMenuItem.Click += new System.EventHandler(this.OnSplitSegmentAtCurrentPositionClick); // // deleteSegmentToolStripMenuItem // this.deleteSegmentToolStripMenuItem.Name = "deleteSegmentToolStripMenuItem"; - this.deleteSegmentToolStripMenuItem.Size = new System.Drawing.Size(295, 22); + this.deleteSegmentToolStripMenuItem.Size = new System.Drawing.Size(246, 22); this.deleteSegmentToolStripMenuItem.Text = "Delete segment"; this.deleteSegmentToolStripMenuItem.Click += new System.EventHandler(this.OnDeleteSegmentClick); // // actualPositionToIntroToolStripMenuItem // this.actualPositionToIntroToolStripMenuItem.Name = "actualPositionToIntroToolStripMenuItem"; - this.actualPositionToIntroToolStripMenuItem.Size = new System.Drawing.Size(295, 22); - this.actualPositionToIntroToolStripMenuItem.Text = "actualPositionToIntroToolStripMenuItem"; + this.actualPositionToIntroToolStripMenuItem.Size = new System.Drawing.Size(246, 22); + this.actualPositionToIntroToolStripMenuItem.Text = "Actual position to TCIn"; this.actualPositionToIntroToolStripMenuItem.Click += new System.EventHandler(this.OnActualPositionToTCInToolStripMenuItem1Click); // // actualPositionToOutroToolStripMenuItem // this.actualPositionToOutroToolStripMenuItem.Name = "actualPositionToOutroToolStripMenuItem"; - this.actualPositionToOutroToolStripMenuItem.Size = new System.Drawing.Size(295, 22); - this.actualPositionToOutroToolStripMenuItem.Text = "actualPositionToOutroToolStripMenuItem"; + this.actualPositionToOutroToolStripMenuItem.Size = new System.Drawing.Size(246, 22); + this.actualPositionToOutroToolStripMenuItem.Text = "Actual position to TCOut"; this.actualPositionToOutroToolStripMenuItem.Click += new System.EventHandler(this.OnActualPositionToTCOutToolStripMenuItem1Click); // // PlayerForm diff --git a/client/DxPlay/PlayerForm.cs b/client/DxPlay/PlayerForm.cs index 1d4b9ca0..b2c0d0d0 100644 --- a/client/DxPlay/PlayerForm.cs +++ b/client/DxPlay/PlayerForm.cs @@ -362,7 +362,7 @@ namespace DxPlay { }; segments.Add(segment); } - dgSegments.DataSource = bsSegments; + } private void OnActualPositionToTCOutToolStripMenuItem1Click(object sender, EventArgs e) { -- 2.54.0