-namespace DxPlay.Controls {\r
- partial class PlayerControls {\r
+namespace DxPlay.Controls\r
+{\r
+ partial class PlayerControls\r
+ {\r
/// <summary> \r
/// Required designer variable.\r
/// </summary>\r
/// Clean up any resources being used.\r
/// </summary>\r
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
- protected override void Dispose(bool disposing) {\r
- if (disposing && (components != null)) {\r
+ protected override void Dispose(bool disposing)\r
+ {\r
+ if (disposing && (components != null))\r
+ {\r
components.Dispose();\r
}\r
base.Dispose(disposing);\r
/// Required method for Designer support - do not modify \r
/// the contents of this method with the code editor.\r
/// </summary>\r
- private void InitializeComponent() {\r
+ private void InitializeComponent()\r
+ {\r
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PlayerControls));\r
this.mainPanel = new System.Windows.Forms.TableLayoutPanel();\r
this.trackBar = new MaestroShared.Controls.ColorSlider();\r
this.btnStepForward = new MaestroShared.Controls.NoFocusCueButton();\r
this.btnForward = new MaestroShared.Controls.NoFocusCueButton();\r
this.logoPanel = new System.Windows.Forms.Panel();\r
+ this.playSpeed = new DxPlay.Controls.VideoSpeedTrackbar();\r
+ this.lblPlaySpeed = new System.Windows.Forms.Label();\r
this.mainPanel.SuspendLayout();\r
this.timecodePanel.SuspendLayout();\r
this.controlsPanel.SuspendLayout();\r
this.buttonsPanel.SuspendLayout();\r
+ ((System.ComponentModel.ISupportInitialize)(this.playSpeed)).BeginInit();\r
this.SuspendLayout();\r
// \r
// mainPanel\r
this.mainPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
this.mainPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
this.mainPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));\r
- this.mainPanel.Size = new System.Drawing.Size(1113, 152);\r
+ this.mainPanel.Size = new System.Drawing.Size(1113, 203);\r
this.mainPanel.TabIndex = 0;\r
// \r
// trackBar\r
// \r
// lbCurrentTC\r
// \r
- this.lbCurrentTC.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
- | System.Windows.Forms.AnchorStyles.Left) \r
+ this.lbCurrentTC.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
+ | System.Windows.Forms.AnchorStyles.Left)\r
| System.Windows.Forms.AnchorStyles.Right)));\r
this.lbCurrentTC.BackColor = System.Drawing.Color.Transparent;\r
this.lbCurrentTC.Font = new System.Drawing.Font("Calibri", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));\r
this.controlsPanel.Name = "controlsPanel";\r
this.controlsPanel.RowCount = 1;\r
this.controlsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
- this.controlsPanel.Size = new System.Drawing.Size(1105, 75);\r
+ this.controlsPanel.Size = new System.Drawing.Size(1105, 126);\r
this.controlsPanel.TabIndex = 21;\r
// \r
// buttonsPanel\r
this.buttonsPanel.Controls.Add(this.btnStop);\r
this.buttonsPanel.Controls.Add(this.btnStepForward);\r
this.buttonsPanel.Controls.Add(this.btnForward);\r
+ this.buttonsPanel.Controls.Add(this.playSpeed);\r
+ this.buttonsPanel.Controls.Add(this.lblPlaySpeed);\r
this.buttonsPanel.Dock = System.Windows.Forms.DockStyle.Left;\r
this.buttonsPanel.Location = new System.Drawing.Point(0, 0);\r
this.buttonsPanel.Margin = new System.Windows.Forms.Padding(0);\r
this.buttonsPanel.Name = "buttonsPanel";\r
- this.buttonsPanel.Size = new System.Drawing.Size(560, 75);\r
+ this.buttonsPanel.Size = new System.Drawing.Size(866, 126);\r
this.buttonsPanel.TabIndex = 20;\r
// \r
// btnPlay\r
this.logoPanel.BackgroundImage = global::DxPlay.Properties.Resources.bs_user_logo;\r
this.logoPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;\r
this.logoPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
- this.logoPanel.Location = new System.Drawing.Point(873, 0);\r
+ this.logoPanel.Location = new System.Drawing.Point(874, 0);\r
this.logoPanel.Margin = new System.Windows.Forms.Padding(0);\r
this.logoPanel.Name = "logoPanel";\r
- this.logoPanel.Size = new System.Drawing.Size(232, 75);\r
+ this.logoPanel.Size = new System.Drawing.Size(231, 126);\r
this.logoPanel.TabIndex = 21;\r
// \r
+ // playSpeed\r
+ // \r
+ this.playSpeed.AvailableSpeeds = new float[] {\r
+ 0.25F,\r
+ 0.5F,\r
+ 1F,\r
+ 2F,\r
+ 3F,\r
+ 5F};\r
+ this.playSpeed.Location = new System.Drawing.Point(563, 3);\r
+ this.playSpeed.Maximum = 5;\r
+ this.playSpeed.Minimum = 1;\r
+ this.playSpeed.Name = "playSpeed";\r
+ this.playSpeed.Size = new System.Drawing.Size(136, 56);\r
+ this.playSpeed.TabIndex = 26;\r
+ this.playSpeed.Value = 3;\r
+ this.playSpeed.ValueChanged += new System.EventHandler(this.onPlaySpeedChanged);\r
+ // \r
+ // lblPlaySpeed\r
+ // \r
+ this.lblPlaySpeed.AutoSize = true;\r
+ this.lblPlaySpeed.Location = new System.Drawing.Point(705, 0);\r
+ this.lblPlaySpeed.Name = "lblPlaySpeed";\r
+ this.lblPlaySpeed.Size = new System.Drawing.Size(158, 17);\r
+ this.lblPlaySpeed.TabIndex = 27;\r
+ this.lblPlaySpeed.Text = "Lejátszási sebesség: 1x";\r
+ // \r
// PlayerControls\r
// \r
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);\r
this.controlsPanel.PerformLayout();\r
this.buttonsPanel.ResumeLayout(false);\r
this.buttonsPanel.PerformLayout();\r
+ ((System.ComponentModel.ISupportInitialize)(this.playSpeed)).EndInit();\r
this.ResumeLayout(false);\r
\r
}\r
private MaestroShared.Controls.NoFocusCueButton btnStepBack;\r
private MaestroShared.Controls.NoFocusCueButton btnStepForward;\r
private MaestroShared.Controls.NoFocusCueButton btnPause;\r
- //private VideoSpeedTrackbar playSpeed;\r
+ private VideoSpeedTrackbar playSpeed;\r
+ private System.Windows.Forms.Label lblPlaySpeed;\r
}\r
-}\r
+}
\ No newline at end of file