From 50365c7e466ca90f9e7f4853c901cf72bdd8d587 Mon Sep 17 00:00:00 2001 From: elgekko Date: Tue, 13 Jun 2023 21:22:59 +0200 Subject: [PATCH] Layout szeteses javitas --- .../Controls/PlayerControls.Designer.cs | 8 +- client/DxPlay/PlayerForm.Designer.cs | 92 +++++++++---------- client/DxPlay/PlayerForm.resx | 12 +-- client/DxPlay/Properties/AssemblyInfo.cs | 4 +- 4 files changed, 58 insertions(+), 58 deletions(-) diff --git a/client/DxPlay/Controls/PlayerControls.Designer.cs b/client/DxPlay/Controls/PlayerControls.Designer.cs index e806d78d..e75b17a2 100644 --- a/client/DxPlay/Controls/PlayerControls.Designer.cs +++ b/client/DxPlay/Controls/PlayerControls.Designer.cs @@ -211,7 +211,7 @@ namespace DxPlay.Controls // this.controlsPanel.AutoSize = true; this.controlsPanel.ColumnCount = 3; - this.controlsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.controlsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 400F)); this.controlsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.controlsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F)); this.controlsPanel.Controls.Add(this.tableLayoutPanel2, 0, 0); @@ -235,7 +235,7 @@ namespace DxPlay.Controls this.tableLayoutPanel2.Controls.Add(this.playSpeed, 1, 0); this.tableLayoutPanel2.Controls.Add(this.lblPlaySpeed, 0, 0); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Left; - this.tableLayoutPanel2.Location = new System.Drawing.Point(363, 3); + this.tableLayoutPanel2.Location = new System.Drawing.Point(403, 3); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 1; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); @@ -408,7 +408,7 @@ namespace DxPlay.Controls this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel1.Size = new System.Drawing.Size(354, 44); + this.tableLayoutPanel1.Size = new System.Drawing.Size(394, 44); this.tableLayoutPanel1.TabIndex = 22; // // audioLabel @@ -434,7 +434,7 @@ namespace DxPlay.Controls this.audioTracks.Location = new System.Drawing.Point(40, 2); this.audioTracks.Margin = new System.Windows.Forms.Padding(2); this.audioTracks.Name = "audioTracks"; - this.audioTracks.Size = new System.Drawing.Size(312, 21); + this.audioTracks.Size = new System.Drawing.Size(352, 21); this.audioTracks.TabIndex = 29; this.audioTracks.Visible = false; // diff --git a/client/DxPlay/PlayerForm.Designer.cs b/client/DxPlay/PlayerForm.Designer.cs index 1a51f19a..036ce0a9 100644 --- a/client/DxPlay/PlayerForm.Designer.cs +++ b/client/DxPlay/PlayerForm.Designer.cs @@ -88,7 +88,7 @@ namespace DxPlay { this.pVideo.Dock = System.Windows.Forms.DockStyle.Fill; this.pVideo.Location = new System.Drawing.Point(0, 0); this.pVideo.Name = "pVideo"; - this.pVideo.Size = new System.Drawing.Size(472, 295); + this.pVideo.Size = new System.Drawing.Size(524, 341); this.pVideo.TabIndex = 0; this.pVideo.TabStop = true; this.pVideo.SizeChanged += new System.EventHandler(this.Panel1_SizeChanged); @@ -99,7 +99,7 @@ namespace DxPlay { this.mainSplit.BackColor = System.Drawing.Color.Black; this.mainSplit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.mainSplit.Dock = System.Windows.Forms.DockStyle.Fill; - this.mainSplit.Location = new System.Drawing.Point(0, 28); + this.mainSplit.Location = new System.Drawing.Point(0, 24); this.mainSplit.Name = "mainSplit"; // // mainSplit.Panel1 @@ -111,8 +111,8 @@ namespace DxPlay { this.mainSplit.Panel2.Controls.Add(this.tableLayoutPanel1); this.mainSplit.Panel2.Controls.Add(this.pMetadataDisplay); this.mainSplit.Panel2MinSize = 300; - this.mainSplit.Size = new System.Drawing.Size(931, 297); - this.mainSplit.SplitterDistance = 474; + this.mainSplit.Size = new System.Drawing.Size(1034, 343); + this.mainSplit.SplitterDistance = 526; this.mainSplit.TabIndex = 20; // // panelPlayer @@ -121,7 +121,7 @@ namespace DxPlay { this.panelPlayer.Dock = System.Windows.Forms.DockStyle.Fill; this.panelPlayer.Location = new System.Drawing.Point(0, 0); this.panelPlayer.Name = "panelPlayer"; - this.panelPlayer.Size = new System.Drawing.Size(472, 295); + this.panelPlayer.Size = new System.Drawing.Size(524, 341); this.panelPlayer.TabIndex = 0; // // tableLayoutPanel1 @@ -137,7 +137,7 @@ namespace DxPlay { this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel1.Size = new System.Drawing.Size(451, 223); + this.tableLayoutPanel1.Size = new System.Drawing.Size(502, 278); this.tableLayoutPanel1.TabIndex = 4; // // tabEditor @@ -148,13 +148,13 @@ namespace DxPlay { this.tabEditor.Dock = System.Windows.Forms.DockStyle.Fill; this.tabEditor.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.tabEditor.ImageList = this.imagesTabEdit; - this.tabEditor.Location = new System.Drawing.Point(28, 4); + this.tabEditor.Location = new System.Drawing.Point(23, 4); this.tabEditor.Margin = new System.Windows.Forms.Padding(0, 4, 4, 4); this.tabEditor.Multiline = true; this.tabEditor.Name = "tabEditor"; this.tabEditor.Padding = new System.Drawing.Point(10, 5); this.tabEditor.SelectedIndex = 0; - this.tabEditor.Size = new System.Drawing.Size(419, 215); + this.tabEditor.Size = new System.Drawing.Size(475, 270); this.tabEditor.TabIndex = 2; // // tpMetadata @@ -166,7 +166,7 @@ namespace DxPlay { this.tpMetadata.Location = new System.Drawing.Point(4, 4); this.tpMetadata.Name = "tpMetadata"; this.tpMetadata.Padding = new System.Windows.Forms.Padding(3); - this.tpMetadata.Size = new System.Drawing.Size(411, 176); + this.tpMetadata.Size = new System.Drawing.Size(467, 231); this.tpMetadata.TabIndex = 0; this.tpMetadata.Text = "Metadata"; // @@ -179,7 +179,7 @@ namespace DxPlay { this.trafficBrowser.Margin = new System.Windows.Forms.Padding(0); this.trafficBrowser.Name = "trafficBrowser"; this.trafficBrowser.Parameters = null; - this.trafficBrowser.Size = new System.Drawing.Size(405, 170); + this.trafficBrowser.Size = new System.Drawing.Size(461, 225); this.trafficBrowser.TabIndex = 0; // // tpSegments @@ -191,7 +191,7 @@ namespace DxPlay { this.tpSegments.Location = new System.Drawing.Point(4, 4); this.tpSegments.Name = "tpSegments"; this.tpSegments.Padding = new System.Windows.Forms.Padding(3); - this.tpSegments.Size = new System.Drawing.Size(315, 145); + this.tpSegments.Size = new System.Drawing.Size(192, 30); this.tpSegments.TabIndex = 1; this.tpSegments.Text = "Segments"; this.tpSegments.UseVisualStyleBackColor = true; @@ -216,13 +216,13 @@ namespace DxPlay { this.dgSegments.DefaultCellStyle = dataGridViewCellStyle1; this.dgSegments.Dock = System.Windows.Forms.DockStyle.Fill; this.dgSegments.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnF2; - this.dgSegments.Location = new System.Drawing.Point(3, 32); + this.dgSegments.Location = new System.Drawing.Point(3, 28); this.dgSegments.MultiSelect = false; this.dgSegments.Name = "dgSegments"; this.dgSegments.RowHeadersVisible = false; this.dgSegments.RowHeadersWidth = 51; this.dgSegments.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; - this.dgSegments.Size = new System.Drawing.Size(309, 110); + this.dgSegments.Size = new System.Drawing.Size(186, 0); this.dgSegments.TabIndex = 1; this.dgSegments.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.OnSegmentsCellBeginEdit); this.dgSegments.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.OnSegmentsCellContentClick); @@ -249,7 +249,7 @@ namespace DxPlay { this.segmentActions.Location = new System.Drawing.Point(3, 3); this.segmentActions.Name = "segmentActions"; this.segmentActions.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; - this.segmentActions.Size = new System.Drawing.Size(309, 29); + this.segmentActions.Size = new System.Drawing.Size(186, 25); this.segmentActions.TabIndex = 0; this.segmentActions.Text = "toolStrip1"; // @@ -260,14 +260,14 @@ namespace DxPlay { this.tbDefineSegment.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbDefineSegment.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbDefineSegment.Name = "tbDefineSegment"; - this.tbDefineSegment.Size = new System.Drawing.Size(29, 26); + this.tbDefineSegment.Size = new System.Drawing.Size(23, 22); this.tbDefineSegment.Text = "toolStripButton5"; this.tbDefineSegment.Click += new System.EventHandler(this.OnDefineOneSegmentClick); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(6, 29); + this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // tbPositionAsTCIn // @@ -276,7 +276,7 @@ namespace DxPlay { this.tbPositionAsTCIn.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbPositionAsTCIn.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbPositionAsTCIn.Name = "tbPositionAsTCIn"; - this.tbPositionAsTCIn.Size = new System.Drawing.Size(29, 26); + this.tbPositionAsTCIn.Size = new System.Drawing.Size(23, 22); this.tbPositionAsTCIn.Text = "toolStripButton1"; this.tbPositionAsTCIn.Click += new System.EventHandler(this.OnActualPositionToTCInToolStripMenuItem1Click); // @@ -287,7 +287,7 @@ namespace DxPlay { this.tbSplitSegment.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbSplitSegment.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbSplitSegment.Name = "tbSplitSegment"; - this.tbSplitSegment.Size = new System.Drawing.Size(29, 26); + this.tbSplitSegment.Size = new System.Drawing.Size(23, 22); this.tbSplitSegment.Text = "toolStripButton4"; this.tbSplitSegment.Click += new System.EventHandler(this.OnSplitSegmentAtCurrentPositionClick); // @@ -298,14 +298,14 @@ namespace DxPlay { this.tbPositionAsTCOut.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbPositionAsTCOut.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbPositionAsTCOut.Name = "tbPositionAsTCOut"; - this.tbPositionAsTCOut.Size = new System.Drawing.Size(29, 26); + this.tbPositionAsTCOut.Size = new System.Drawing.Size(23, 22); this.tbPositionAsTCOut.Text = "toolStripButton2"; this.tbPositionAsTCOut.Click += new System.EventHandler(this.OnActualPositionToTCOutToolStripMenuItem1Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29); + this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // tbDeleteSegment // @@ -314,7 +314,7 @@ namespace DxPlay { this.tbDeleteSegment.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbDeleteSegment.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbDeleteSegment.Name = "tbDeleteSegment"; - this.tbDeleteSegment.Size = new System.Drawing.Size(29, 26); + this.tbDeleteSegment.Size = new System.Drawing.Size(23, 22); this.tbDeleteSegment.Text = "toolStripButton3"; this.tbDeleteSegment.Click += new System.EventHandler(this.OnDeleteSegmentClick); // @@ -334,7 +334,7 @@ namespace DxPlay { this.btnToggleSegmentEditor.Location = new System.Drawing.Point(0, 4); this.btnToggleSegmentEditor.Margin = new System.Windows.Forms.Padding(0, 4, 0, 0); this.btnToggleSegmentEditor.Name = "btnToggleSegmentEditor"; - this.btnToggleSegmentEditor.Size = new System.Drawing.Size(28, 72); + this.btnToggleSegmentEditor.Size = new System.Drawing.Size(23, 63); this.btnToggleSegmentEditor.TabIndex = 0; this.btnToggleSegmentEditor.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.btnToggleSegmentEditor.UseVisualStyleBackColor = false; @@ -350,13 +350,13 @@ namespace DxPlay { this.pMetadataDisplay.Controls.Add(this.labelSelectedMetadata, 0, 0); this.pMetadataDisplay.Controls.Add(this.txtSelectedID, 0, 1); this.pMetadataDisplay.Dock = System.Windows.Forms.DockStyle.Bottom; - this.pMetadataDisplay.Location = new System.Drawing.Point(0, 223); + this.pMetadataDisplay.Location = new System.Drawing.Point(0, 278); this.pMetadataDisplay.Margin = new System.Windows.Forms.Padding(0); this.pMetadataDisplay.Name = "pMetadataDisplay"; this.pMetadataDisplay.RowCount = 2; this.pMetadataDisplay.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.pMetadataDisplay.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.pMetadataDisplay.Size = new System.Drawing.Size(451, 72); + this.pMetadataDisplay.Size = new System.Drawing.Size(502, 63); this.pMetadataDisplay.TabIndex = 5; // // btnApprove @@ -368,10 +368,10 @@ namespace DxPlay { this.btnApprove.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnApprove.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.btnApprove.Image = ((System.Drawing.Image)(resources.GetObject("btnApprove.Image"))); - this.btnApprove.Location = new System.Drawing.Point(340, 32); + this.btnApprove.Location = new System.Drawing.Point(400, 29); this.btnApprove.Margin = new System.Windows.Forms.Padding(0, 4, 0, 0); this.btnApprove.Name = "btnApprove"; - this.btnApprove.Size = new System.Drawing.Size(111, 30); + this.btnApprove.Size = new System.Drawing.Size(102, 30); this.btnApprove.TabIndex = 17; this.btnApprove.Text = "Approve"; this.btnApprove.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; @@ -388,7 +388,7 @@ namespace DxPlay { this.labelSelectedMetadata.Location = new System.Drawing.Point(3, 0); this.labelSelectedMetadata.Name = "labelSelectedMetadata"; this.labelSelectedMetadata.Padding = new System.Windows.Forms.Padding(0, 5, 0, 5); - this.labelSelectedMetadata.Size = new System.Drawing.Size(334, 28); + this.labelSelectedMetadata.Size = new System.Drawing.Size(394, 25); this.labelSelectedMetadata.TabIndex = 13; this.labelSelectedMetadata.Text = "Selected metadata"; // @@ -398,9 +398,9 @@ namespace DxPlay { this.txtSelectedID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtSelectedID.Dock = System.Windows.Forms.DockStyle.Fill; this.txtSelectedID.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.txtSelectedID.Location = new System.Drawing.Point(3, 31); + this.txtSelectedID.Location = new System.Drawing.Point(3, 28); this.txtSelectedID.Name = "txtSelectedID"; - this.txtSelectedID.Size = new System.Drawing.Size(334, 38); + this.txtSelectedID.Size = new System.Drawing.Size(394, 32); this.txtSelectedID.TabIndex = 12; // // mainMenu @@ -410,7 +410,7 @@ namespace DxPlay { this.fileToolStripMenuItem}); this.mainMenu.Location = new System.Drawing.Point(0, 0); this.mainMenu.Name = "mainMenu"; - this.mainMenu.Size = new System.Drawing.Size(931, 28); + this.mainMenu.Size = new System.Drawing.Size(1034, 24); this.mainMenu.TabIndex = 21; this.mainMenu.Text = "menuStrip1"; // @@ -422,14 +422,14 @@ namespace DxPlay { this.toolStripSeparator3, this.menuRedefineSegments}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; - this.fileToolStripMenuItem.Size = new System.Drawing.Size(46, 24); + this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "File"; // // menuOpenFile // this.menuOpenFile.Name = "menuOpenFile"; this.menuOpenFile.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); - this.menuOpenFile.Size = new System.Drawing.Size(269, 26); + this.menuOpenFile.Size = new System.Drawing.Size(215, 22); this.menuOpenFile.Text = "Open file"; this.menuOpenFile.Click += new System.EventHandler(this.MenuOpenFile_Click); // @@ -437,20 +437,20 @@ namespace DxPlay { // this.menuApprove.Name = "menuApprove"; this.menuApprove.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); - this.menuApprove.Size = new System.Drawing.Size(269, 26); + this.menuApprove.Size = new System.Drawing.Size(215, 22); this.menuApprove.Text = "Approve"; this.menuApprove.Click += new System.EventHandler(this.OnApprove); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; - this.toolStripSeparator3.Size = new System.Drawing.Size(266, 6); + this.toolStripSeparator3.Size = new System.Drawing.Size(212, 6); // // menuRedefineSegments // this.menuRedefineSegments.Name = "menuRedefineSegments"; this.menuRedefineSegments.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R))); - this.menuRedefineSegments.Size = new System.Drawing.Size(269, 26); + this.menuRedefineSegments.Size = new System.Drawing.Size(215, 22); this.menuRedefineSegments.Text = "Redefine segments"; this.menuRedefineSegments.Click += new System.EventHandler(this.OnRedefineSegments); // @@ -460,17 +460,17 @@ namespace DxPlay { this.flowLayoutPanel1.Controls.Add(this.btnSave); this.flowLayoutPanel1.Controls.Add(this.btnCancel); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; - this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 528); + this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 532); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes; - this.flowLayoutPanel1.Size = new System.Drawing.Size(931, 33); + this.flowLayoutPanel1.Size = new System.Drawing.Size(1034, 29); this.flowLayoutPanel1.TabIndex = 23; // // btnSave // - this.btnSave.Location = new System.Drawing.Point(838, 3); + this.btnSave.Location = new System.Drawing.Point(956, 3); this.btnSave.Name = "btnSave"; - this.btnSave.Size = new System.Drawing.Size(90, 27); + this.btnSave.Size = new System.Drawing.Size(75, 23); this.btnSave.TabIndex = 0; this.btnSave.Text = "Save"; this.btnSave.UseVisualStyleBackColor = true; @@ -478,9 +478,9 @@ namespace DxPlay { // // btnCancel // - this.btnCancel.Location = new System.Drawing.Point(742, 3); + this.btnCancel.Location = new System.Drawing.Point(875, 3); this.btnCancel.Name = "btnCancel"; - this.btnCancel.Size = new System.Drawing.Size(90, 27); + this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 1; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; @@ -492,25 +492,25 @@ namespace DxPlay { this.playerControls.BackColor = System.Drawing.Color.Transparent; this.playerControls.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.playerControls.Dock = System.Windows.Forms.DockStyle.Bottom; - this.playerControls.Location = new System.Drawing.Point(0, 325); + this.playerControls.Location = new System.Drawing.Point(0, 367); this.playerControls.Margin = new System.Windows.Forms.Padding(0); this.playerControls.Name = "playerControls"; - this.playerControls.Size = new System.Drawing.Size(931, 203); + this.playerControls.Size = new System.Drawing.Size(1034, 165); this.playerControls.TabIndex = 22; // // PlayerForm // this.AllowDrop = true; - this.AutoScaleBaseSize = new System.Drawing.Size(6, 15); + this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.BackColor = System.Drawing.Color.White; - this.ClientSize = new System.Drawing.Size(931, 561); + this.ClientSize = new System.Drawing.Size(1034, 561); this.Controls.Add(this.mainSplit); this.Controls.Add(this.mainMenu); this.Controls.Add(this.playerControls); this.Controls.Add(this.flowLayoutPanel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; - this.MinimumSize = new System.Drawing.Size(768, 554); + this.MinimumSize = new System.Drawing.Size(640, 480); this.Name = "PlayerForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "MediaCube Player"; diff --git a/client/DxPlay/PlayerForm.resx b/client/DxPlay/PlayerForm.resx index 196f8add..769966ab 100644 --- a/client/DxPlay/PlayerForm.resx +++ b/client/DxPlay/PlayerForm.resx @@ -127,7 +127,7 @@ iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAC8SURBVDhP1ZO9DcIwFISfqKGjpaENG4S/GZiEOiWMkR2Y + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAC8SURBVDhP1ZO9DcIwFISfqKGjpaENG4S/GZiEOiWMkR2Y gREo2IEVaBDcOXnS48m24lRw0qf4nHeXxFLkZ3UC15GcQVAF3uAGYoM5mGF2BWTfG15LpdmdNb6Ib3ro lkkNKtJ9fgJLY9KZrTWpIvICLZgDq+Ii8gQNsNKZjTW5ogtYAq/BRXcQDjIhza6t8UVTMOmWSX0V8aBo joA3SmCG2RrIDDz6jTEwy46gBfBPi4WIn2M2K/9fKX8hkQ9xw2LrlhXH8QAAAABJRU5ErkJggg== @@ -136,7 +136,7 @@ iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAABOSURBVDhPYxgFVAWOUJoiUALE/4HYB8wjE8AMmQbmkQmo + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABOSURBVDhPYxgFVAWOUJoiUALE/4HYB8wjE8AMmQbmkQmo asg8MI8C0ADEMIMYQQKUgG4gpoqrQABmGEXhBAMww3zBPAqBG5QeBWQBBgYAaigQp+qpuEkAAAAASUVO RK5CYII= @@ -144,7 +144,7 @@ iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAABlSURBVDhPYxjZ4AAUUwxGDUIFFUDcD2HCATaDQGoKIEzs + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABlSURBVDhPYxjZ4AAUUwxGDUIFFUDcD2HCATaDQGoKIEzs oIGRkfE/kEY2DN2gfqiaBggXN+hGMwzZIJgh3RAuYQAzrB2IYQa1k2oIDMAM+wHC5BoCA2DDKDUEBkAG UGzIkAUMDABv+SVD4UMwTwAAAABJRU5ErkJggg== @@ -152,7 +152,7 @@ iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAABOSURBVDhPYxgFFAMnKE0R8APi/0BcAuZRCKYBMdUMmwfE + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABOSURBVDhPYxgFFAMnKE0R8APi/0BcAuZRCKYBMdUMmwfE VDGMEYiXADHFhoEMgrmqASRADkA2pBskQC6giiH+QEyxITDgBqVHAcWAgQEAtZ4QxOLkcD0AAAAASUVO RK5CYII= @@ -160,7 +160,7 @@ iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAABvSURBVDhPYxhZwBVK4wOOUBoncAPi/0DcDuZhByA5kBon + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABvSURBVDhPYxhZwBVK4wOOUBoncAPi/0DcDuZhByA5kBon MA8P6AdiXIbBDAGpIQpgM4xkQ2AAZlg9EDdA2SQbAgPTgBhkAEWGgADMVRQZBDME5C2yvQYzhKLAxmYI DBBtGFUTJDFZhBg1wwMwMAAAvx8nVwi8b+UAAAAASUVORK5CYII= @@ -173,7 +173,7 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABo - CAAAAk1TRnQBSQFMAgEBAgEAATgBAwE4AQMBGAEAARgBAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo + CAAAAk1TRnQBSQFMAgEBAgEAAVABAwFQAQMBGAEAARgBAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo AwABYAMAARgDAAEBAQABCAYAAQkYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA diff --git a/client/DxPlay/Properties/AssemblyInfo.cs b/client/DxPlay/Properties/AssemblyInfo.cs index ec662944..9cc490b2 100644 --- a/client/DxPlay/Properties/AssemblyInfo.cs +++ b/client/DxPlay/Properties/AssemblyInfo.cs @@ -27,7 +27,7 @@ using System.Runtime.CompilerServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.1.0.2")] +[assembly: AssemblyVersion("2.1.0.3")] // // In order to sign your assembly you must specify a key to use. Refer to the @@ -57,5 +57,5 @@ using System.Runtime.CompilerServices; [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile("")] [assembly: AssemblyKeyName("")] -[assembly: AssemblyFileVersion("2.1.0.2")] +[assembly: AssemblyFileVersion("2.1.0.3")] -- 2.54.0