this.btnStop = new MaestroShared.Controls.NoFocusCueButton();\r
this.btnStepForward = new MaestroShared.Controls.NoFocusCueButton();\r
this.btnForward = new MaestroShared.Controls.NoFocusCueButton();\r
+ this.lblPlaySpeed = new System.Windows.Forms.Label();\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
// \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.btnForward.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;\r
this.btnForward.UseVisualStyleBackColor = false;\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
// logoPanel\r
// \r
this.logoPanel.AutoSize = true;\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(874, 0);\r
+ this.logoPanel.Location = new System.Drawing.Point(873, 0);\r
this.logoPanel.Margin = new System.Windows.Forms.Padding(0);\r
this.logoPanel.Name = "logoPanel";\r
- this.logoPanel.Size = new System.Drawing.Size(231, 126);\r
+ this.logoPanel.Size = new System.Drawing.Size(232, 126);\r
this.logoPanel.TabIndex = 21;\r
// \r
// playSpeed\r
2F,\r
3F,\r
5F};\r
+ this.playSpeed.CurrentSpeed = 0F;\r
this.playSpeed.Location = new System.Drawing.Point(563, 3);\r
this.playSpeed.Maximum = 5;\r
- this.playSpeed.Minimum = 1;\r
+ this.playSpeed.Minimum = 0;\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.Value = 2;\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