if (remainder == 0) return value;\r
return (value + remainder);\r
}\r
+\r
+ // Hidden UI feature to drop the MaxWidth / Height with the MaxWidth/Height label is double clicked\r
+ private void lbl_max_DoubleClick(object sender, EventArgs e)\r
+ {\r
+ PresetMaximumResolution = new Size(0,0);\r
+ if (PictureSettingsChanged != null)\r
+ PictureSettingsChanged(this, new EventArgs());\r
+ }\r
}\r
}
\ No newline at end of file
// \r
this.lbl_preview.BackColor = System.Drawing.Color.Transparent;\r
this.lbl_preview.Name = "lbl_preview";\r
- this.lbl_preview.Size = new System.Drawing.Size(91, 22);\r
+ this.lbl_preview.Size = new System.Drawing.Size(89, 22);\r
this.lbl_preview.Text = "Start at Preview:";\r
// \r
// cb_preview\r
// \r
this.toolStripLabel2.BackColor = System.Drawing.Color.Transparent;\r
this.toolStripLabel2.Name = "toolStripLabel2";\r
- this.toolStripLabel2.Size = new System.Drawing.Size(107, 22);\r
+ this.toolStripLabel2.Size = new System.Drawing.Size(98, 22);\r
this.toolStripLabel2.Text = "Duration (seconds)";\r
// \r
// cb_duration\r
this.btn_playQT.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
this.btn_playQT.ImageTransparentColor = System.Drawing.Color.Magenta;\r
this.btn_playQT.Name = "btn_playQT";\r
- this.btn_playQT.Size = new System.Drawing.Size(96, 22);\r
+ this.btn_playQT.Size = new System.Drawing.Size(89, 22);\r
this.btn_playQT.Text = "Play with QT";\r
this.btn_playQT.Click += new System.EventHandler(this.btn_playQT_Click);\r
// \r
this.btn_playVLC.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
this.btn_playVLC.ImageTransparentColor = System.Drawing.Color.Magenta;\r
this.btn_playVLC.Name = "btn_playVLC";\r
- this.btn_playVLC.Size = new System.Drawing.Size(101, 22);\r
+ this.btn_playVLC.Size = new System.Drawing.Size(93, 22);\r
this.btn_playVLC.Text = "Play with VLC";\r
this.btn_playVLC.Click += new System.EventHandler(this.btn_playVLC_Click);\r
// \r
this.Name = "frmPreview";\r
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
this.Text = "Video Preview";\r
- this.TopMost = true;\r
this.toolBar.ResumeLayout(false);\r
this.toolBar.PerformLayout();\r
((System.ComponentModel.ISupportInitialize)(this.QTControl)).EndInit();\r