FFmpeg ToolTip fixes

This commit is contained in:
mcored 2014-05-12 22:09:08 +08:00
parent 750fc940f7
commit 86a8db2067
4 changed files with 47 additions and 42 deletions

View file

@ -111,7 +111,10 @@ private void InitializeComponent()
// //
this.tpFFmpeg.AutoPopDelay = 30000; this.tpFFmpeg.AutoPopDelay = 30000;
this.tpFFmpeg.InitialDelay = 500; this.tpFFmpeg.InitialDelay = 500;
this.tpFFmpeg.IsBalloon = true;
this.tpFFmpeg.ReshowDelay = 100; this.tpFFmpeg.ReshowDelay = 100;
this.tpFFmpeg.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
this.tpFFmpeg.ToolTipTitle = "FFmpeg";
// //
// nudQscale // nudQscale
// //

View file

@ -121,6 +121,8 @@
<value>17, 17</value> <value>17, 17</value>
</metadata> </metadata>
<data name="nudx264CRF.ToolTip" xml:space="preserve"> <data name="nudx264CRF.ToolTip" xml:space="preserve">
<value>Constant Rate Factor (CRF): The range of the quantizer scale is 0-51: where 0 is lossless, 23 is default, and 51 is worst possible. A lower value is a higher quality and a subjectively sane range is 18-28. Consider 18 to be visually lossless or nearly so: it should look the same or nearly the same as the input but it isn't technically lossless.</value> <value>Constant Rate Factor (CRF): The range of the quantizer scale is 0-51: where 0 is lossless, 23 is default, and 51 is worst possible.
A lower value is a higher quality and a subjectively sane range is 18-28.
Consider 18 to be visually lossless or nearly so: it should look the same or nearly the same as the input but it isn't technically lossless.</value>
</data> </data>
</root> </root>

View file

@ -312,7 +312,7 @@ private void InitializeComponent()
this.chkOverrideFTP.Location = new System.Drawing.Point(6, 240); this.chkOverrideFTP.Location = new System.Drawing.Point(6, 240);
this.chkOverrideFTP.Name = "chkOverrideFTP"; this.chkOverrideFTP.Name = "chkOverrideFTP";
this.chkOverrideFTP.Size = new System.Drawing.Size(169, 17); this.chkOverrideFTP.Size = new System.Drawing.Size(169, 17);
this.chkOverrideFTP.TabIndex = 14; this.chkOverrideFTP.TabIndex = 9;
this.chkOverrideFTP.Text = "Override default FTP account:"; this.chkOverrideFTP.Text = "Override default FTP account:";
this.chkOverrideFTP.UseVisualStyleBackColor = true; this.chkOverrideFTP.UseVisualStyleBackColor = true;
this.chkOverrideFTP.CheckedChanged += new System.EventHandler(this.chkOverrideFTP_CheckedChanged); this.chkOverrideFTP.CheckedChanged += new System.EventHandler(this.chkOverrideFTP_CheckedChanged);
@ -325,7 +325,7 @@ private void InitializeComponent()
this.cboFTPaccounts.Location = new System.Drawing.Point(181, 238); this.cboFTPaccounts.Location = new System.Drawing.Point(181, 238);
this.cboFTPaccounts.Name = "cboFTPaccounts"; this.cboFTPaccounts.Name = "cboFTPaccounts";
this.cboFTPaccounts.Size = new System.Drawing.Size(330, 21); this.cboFTPaccounts.Size = new System.Drawing.Size(330, 21);
this.cboFTPaccounts.TabIndex = 13; this.cboFTPaccounts.TabIndex = 10;
this.cboFTPaccounts.SelectedIndexChanged += new System.EventHandler(this.cboFTPaccounts_SelectedIndexChanged); this.cboFTPaccounts.SelectedIndexChanged += new System.EventHandler(this.cboFTPaccounts_SelectedIndexChanged);
// //
// btnAfterCapture // btnAfterCapture
@ -448,7 +448,7 @@ private void InitializeComponent()
this.panelGeneral.Location = new System.Drawing.Point(3, 30); this.panelGeneral.Location = new System.Drawing.Point(3, 30);
this.panelGeneral.Name = "panelGeneral"; this.panelGeneral.Name = "panelGeneral";
this.panelGeneral.Size = new System.Drawing.Size(544, 327); this.panelGeneral.Size = new System.Drawing.Size(544, 327);
this.panelGeneral.TabIndex = 19; this.panelGeneral.TabIndex = 1;
// //
// lblAfterTaskNotification // lblAfterTaskNotification
// //
@ -456,7 +456,7 @@ private void InitializeComponent()
this.lblAfterTaskNotification.Location = new System.Drawing.Point(8, 84); this.lblAfterTaskNotification.Location = new System.Drawing.Point(8, 84);
this.lblAfterTaskNotification.Name = "lblAfterTaskNotification"; this.lblAfterTaskNotification.Name = "lblAfterTaskNotification";
this.lblAfterTaskNotification.Size = new System.Drawing.Size(117, 13); this.lblAfterTaskNotification.Size = new System.Drawing.Size(117, 13);
this.lblAfterTaskNotification.TabIndex = 21; this.lblAfterTaskNotification.TabIndex = 3;
this.lblAfterTaskNotification.Text = "After task is completed:"; this.lblAfterTaskNotification.Text = "After task is completed:";
// //
// cboPopUpNotification // cboPopUpNotification
@ -466,7 +466,7 @@ private void InitializeComponent()
this.cboPopUpNotification.Location = new System.Drawing.Point(128, 80); this.cboPopUpNotification.Location = new System.Drawing.Point(128, 80);
this.cboPopUpNotification.Name = "cboPopUpNotification"; this.cboPopUpNotification.Name = "cboPopUpNotification";
this.cboPopUpNotification.Size = new System.Drawing.Size(224, 21); this.cboPopUpNotification.Size = new System.Drawing.Size(224, 21);
this.cboPopUpNotification.TabIndex = 20; this.cboPopUpNotification.TabIndex = 4;
this.cboPopUpNotification.SelectedIndexChanged += new System.EventHandler(this.cboPopUpNotification_SelectedIndexChanged); this.cboPopUpNotification.SelectedIndexChanged += new System.EventHandler(this.cboPopUpNotification_SelectedIndexChanged);
// //
// chkShowAfterUploadForm // chkShowAfterUploadForm
@ -475,7 +475,7 @@ private void InitializeComponent()
this.chkShowAfterUploadForm.Location = new System.Drawing.Point(8, 112); this.chkShowAfterUploadForm.Location = new System.Drawing.Point(8, 112);
this.chkShowAfterUploadForm.Name = "chkShowAfterUploadForm"; this.chkShowAfterUploadForm.Name = "chkShowAfterUploadForm";
this.chkShowAfterUploadForm.Size = new System.Drawing.Size(271, 17); this.chkShowAfterUploadForm.Size = new System.Drawing.Size(271, 17);
this.chkShowAfterUploadForm.TabIndex = 18; this.chkShowAfterUploadForm.TabIndex = 5;
this.chkShowAfterUploadForm.Text = "Show \"After upload\" window after task is completed"; this.chkShowAfterUploadForm.Text = "Show \"After upload\" window after task is completed";
this.chkShowAfterUploadForm.UseVisualStyleBackColor = true; this.chkShowAfterUploadForm.UseVisualStyleBackColor = true;
this.chkShowAfterUploadForm.CheckedChanged += new System.EventHandler(this.chkShowAfterUploadForm_CheckedChanged); this.chkShowAfterUploadForm.CheckedChanged += new System.EventHandler(this.chkShowAfterUploadForm_CheckedChanged);
@ -486,7 +486,7 @@ private void InitializeComponent()
this.cbShowAfterCaptureTasksForm.Location = new System.Drawing.Point(8, 32); this.cbShowAfterCaptureTasksForm.Location = new System.Drawing.Point(8, 32);
this.cbShowAfterCaptureTasksForm.Name = "cbShowAfterCaptureTasksForm"; this.cbShowAfterCaptureTasksForm.Name = "cbShowAfterCaptureTasksForm";
this.cbShowAfterCaptureTasksForm.Size = new System.Drawing.Size(295, 17); this.cbShowAfterCaptureTasksForm.Size = new System.Drawing.Size(295, 17);
this.cbShowAfterCaptureTasksForm.TabIndex = 13; this.cbShowAfterCaptureTasksForm.TabIndex = 1;
this.cbShowAfterCaptureTasksForm.Text = "Show \"Post capture tasks\" window after capture is made"; this.cbShowAfterCaptureTasksForm.Text = "Show \"Post capture tasks\" window after capture is made";
this.cbShowAfterCaptureTasksForm.UseVisualStyleBackColor = true; this.cbShowAfterCaptureTasksForm.UseVisualStyleBackColor = true;
this.cbShowAfterCaptureTasksForm.CheckedChanged += new System.EventHandler(this.cbShowAfterCaptureTasksForm_CheckedChanged); this.cbShowAfterCaptureTasksForm.CheckedChanged += new System.EventHandler(this.cbShowAfterCaptureTasksForm_CheckedChanged);
@ -497,7 +497,7 @@ private void InitializeComponent()
this.cbPlaySoundAfterUpload.Location = new System.Drawing.Point(8, 56); this.cbPlaySoundAfterUpload.Location = new System.Drawing.Point(8, 56);
this.cbPlaySoundAfterUpload.Name = "cbPlaySoundAfterUpload"; this.cbPlaySoundAfterUpload.Name = "cbPlaySoundAfterUpload";
this.cbPlaySoundAfterUpload.Size = new System.Drawing.Size(187, 17); this.cbPlaySoundAfterUpload.Size = new System.Drawing.Size(187, 17);
this.cbPlaySoundAfterUpload.TabIndex = 15; this.cbPlaySoundAfterUpload.TabIndex = 2;
this.cbPlaySoundAfterUpload.Text = "Play sound after task is completed"; this.cbPlaySoundAfterUpload.Text = "Play sound after task is completed";
this.cbPlaySoundAfterUpload.UseVisualStyleBackColor = true; this.cbPlaySoundAfterUpload.UseVisualStyleBackColor = true;
this.cbPlaySoundAfterUpload.CheckedChanged += new System.EventHandler(this.cbPlaySoundAfterUpload_CheckedChanged); this.cbPlaySoundAfterUpload.CheckedChanged += new System.EventHandler(this.cbPlaySoundAfterUpload_CheckedChanged);
@ -508,7 +508,7 @@ private void InitializeComponent()
this.cbHistorySave.Location = new System.Drawing.Point(8, 136); this.cbHistorySave.Location = new System.Drawing.Point(8, 136);
this.cbHistorySave.Name = "cbHistorySave"; this.cbHistorySave.Name = "cbHistorySave";
this.cbHistorySave.Size = new System.Drawing.Size(139, 17); this.cbHistorySave.Size = new System.Drawing.Size(139, 17);
this.cbHistorySave.TabIndex = 17; this.cbHistorySave.TabIndex = 6;
this.cbHistorySave.Text = "Save task info to history"; this.cbHistorySave.Text = "Save task info to history";
this.cbHistorySave.UseVisualStyleBackColor = true; this.cbHistorySave.UseVisualStyleBackColor = true;
this.cbHistorySave.CheckedChanged += new System.EventHandler(this.cbHistorySave_CheckedChanged); this.cbHistorySave.CheckedChanged += new System.EventHandler(this.cbHistorySave_CheckedChanged);
@ -519,7 +519,7 @@ private void InitializeComponent()
this.cbPlaySoundAfterCapture.Location = new System.Drawing.Point(8, 8); this.cbPlaySoundAfterCapture.Location = new System.Drawing.Point(8, 8);
this.cbPlaySoundAfterCapture.Name = "cbPlaySoundAfterCapture"; this.cbPlaySoundAfterCapture.Name = "cbPlaySoundAfterCapture";
this.cbPlaySoundAfterCapture.Size = new System.Drawing.Size(180, 17); this.cbPlaySoundAfterCapture.Size = new System.Drawing.Size(180, 17);
this.cbPlaySoundAfterCapture.TabIndex = 14; this.cbPlaySoundAfterCapture.TabIndex = 0;
this.cbPlaySoundAfterCapture.Text = "Play sound after capture is made"; this.cbPlaySoundAfterCapture.Text = "Play sound after capture is made";
this.cbPlaySoundAfterCapture.UseVisualStyleBackColor = true; this.cbPlaySoundAfterCapture.UseVisualStyleBackColor = true;
this.cbPlaySoundAfterCapture.CheckedChanged += new System.EventHandler(this.cbPlaySoundAfterCapture_CheckedChanged); this.cbPlaySoundAfterCapture.CheckedChanged += new System.EventHandler(this.cbPlaySoundAfterCapture_CheckedChanged);
@ -534,7 +534,7 @@ private void InitializeComponent()
this.chkUseDefaultGeneralSettings.Name = "chkUseDefaultGeneralSettings"; this.chkUseDefaultGeneralSettings.Name = "chkUseDefaultGeneralSettings";
this.chkUseDefaultGeneralSettings.Padding = new System.Windows.Forms.Padding(5); this.chkUseDefaultGeneralSettings.Padding = new System.Windows.Forms.Padding(5);
this.chkUseDefaultGeneralSettings.Size = new System.Drawing.Size(544, 27); this.chkUseDefaultGeneralSettings.Size = new System.Drawing.Size(544, 27);
this.chkUseDefaultGeneralSettings.TabIndex = 20; this.chkUseDefaultGeneralSettings.TabIndex = 0;
this.chkUseDefaultGeneralSettings.Text = "Use default general settings"; this.chkUseDefaultGeneralSettings.Text = "Use default general settings";
this.chkUseDefaultGeneralSettings.UseVisualStyleBackColor = true; this.chkUseDefaultGeneralSettings.UseVisualStyleBackColor = true;
this.chkUseDefaultGeneralSettings.CheckedChanged += new System.EventHandler(this.chkUseDefaultGeneralSettings_CheckedChanged); this.chkUseDefaultGeneralSettings.CheckedChanged += new System.EventHandler(this.chkUseDefaultGeneralSettings_CheckedChanged);
@ -769,7 +769,7 @@ private void InitializeComponent()
this.gbImageEffects.Location = new System.Drawing.Point(16, 16); this.gbImageEffects.Location = new System.Drawing.Point(16, 16);
this.gbImageEffects.Name = "gbImageEffects"; this.gbImageEffects.Name = "gbImageEffects";
this.gbImageEffects.Size = new System.Drawing.Size(304, 112); this.gbImageEffects.Size = new System.Drawing.Size(304, 112);
this.gbImageEffects.TabIndex = 5; this.gbImageEffects.TabIndex = 0;
this.gbImageEffects.TabStop = false; this.gbImageEffects.TabStop = false;
this.gbImageEffects.Text = "Image effects"; this.gbImageEffects.Text = "Image effects";
// //
@ -779,7 +779,7 @@ private void InitializeComponent()
this.chkShowImageEffectsWindowAfterCapture.Location = new System.Drawing.Point(16, 56); this.chkShowImageEffectsWindowAfterCapture.Location = new System.Drawing.Point(16, 56);
this.chkShowImageEffectsWindowAfterCapture.Name = "chkShowImageEffectsWindowAfterCapture"; this.chkShowImageEffectsWindowAfterCapture.Name = "chkShowImageEffectsWindowAfterCapture";
this.chkShowImageEffectsWindowAfterCapture.Size = new System.Drawing.Size(221, 17); this.chkShowImageEffectsWindowAfterCapture.Size = new System.Drawing.Size(221, 17);
this.chkShowImageEffectsWindowAfterCapture.TabIndex = 4; this.chkShowImageEffectsWindowAfterCapture.TabIndex = 1;
this.chkShowImageEffectsWindowAfterCapture.Text = "Show image effects window after capture"; this.chkShowImageEffectsWindowAfterCapture.Text = "Show image effects window after capture";
this.chkShowImageEffectsWindowAfterCapture.UseVisualStyleBackColor = true; this.chkShowImageEffectsWindowAfterCapture.UseVisualStyleBackColor = true;
this.chkShowImageEffectsWindowAfterCapture.CheckedChanged += new System.EventHandler(this.chkShowImageEffectsWindowAfterCapture_CheckedChanged); this.chkShowImageEffectsWindowAfterCapture.CheckedChanged += new System.EventHandler(this.chkShowImageEffectsWindowAfterCapture_CheckedChanged);
@ -790,7 +790,7 @@ private void InitializeComponent()
this.cbImageEffectOnlyRegionCapture.Location = new System.Drawing.Point(16, 80); this.cbImageEffectOnlyRegionCapture.Location = new System.Drawing.Point(16, 80);
this.cbImageEffectOnlyRegionCapture.Name = "cbImageEffectOnlyRegionCapture"; this.cbImageEffectOnlyRegionCapture.Name = "cbImageEffectOnlyRegionCapture";
this.cbImageEffectOnlyRegionCapture.Size = new System.Drawing.Size(193, 17); this.cbImageEffectOnlyRegionCapture.Size = new System.Drawing.Size(193, 17);
this.cbImageEffectOnlyRegionCapture.TabIndex = 3; this.cbImageEffectOnlyRegionCapture.TabIndex = 2;
this.cbImageEffectOnlyRegionCapture.Text = "Only apply effects to region capture"; this.cbImageEffectOnlyRegionCapture.Text = "Only apply effects to region capture";
this.cbImageEffectOnlyRegionCapture.UseVisualStyleBackColor = true; this.cbImageEffectOnlyRegionCapture.UseVisualStyleBackColor = true;
this.cbImageEffectOnlyRegionCapture.CheckedChanged += new System.EventHandler(this.cbImageEffectOnlyRegionCapture_CheckedChanged); this.cbImageEffectOnlyRegionCapture.CheckedChanged += new System.EventHandler(this.cbImageEffectOnlyRegionCapture_CheckedChanged);
@ -800,7 +800,7 @@ private void InitializeComponent()
this.btnImageEffects.Location = new System.Drawing.Point(16, 24); this.btnImageEffects.Location = new System.Drawing.Point(16, 24);
this.btnImageEffects.Name = "btnImageEffects"; this.btnImageEffects.Name = "btnImageEffects";
this.btnImageEffects.Size = new System.Drawing.Size(208, 23); this.btnImageEffects.Size = new System.Drawing.Size(208, 23);
this.btnImageEffects.TabIndex = 2; this.btnImageEffects.TabIndex = 0;
this.btnImageEffects.Text = "Image effects configuration..."; this.btnImageEffects.Text = "Image effects configuration...";
this.btnImageEffects.UseVisualStyleBackColor = true; this.btnImageEffects.UseVisualStyleBackColor = true;
this.btnImageEffects.Click += new System.EventHandler(this.btnImageEffects_Click); this.btnImageEffects.Click += new System.EventHandler(this.btnImageEffects_Click);
@ -810,7 +810,7 @@ private void InitializeComponent()
this.btnWatermarkSettings.Location = new System.Drawing.Point(16, 144); this.btnWatermarkSettings.Location = new System.Drawing.Point(16, 144);
this.btnWatermarkSettings.Name = "btnWatermarkSettings"; this.btnWatermarkSettings.Name = "btnWatermarkSettings";
this.btnWatermarkSettings.Size = new System.Drawing.Size(208, 23); this.btnWatermarkSettings.Size = new System.Drawing.Size(208, 23);
this.btnWatermarkSettings.TabIndex = 0; this.btnWatermarkSettings.TabIndex = 1;
this.btnWatermarkSettings.Text = "Watermark configuration..."; this.btnWatermarkSettings.Text = "Watermark configuration...";
this.btnWatermarkSettings.UseVisualStyleBackColor = true; this.btnWatermarkSettings.UseVisualStyleBackColor = true;
this.btnWatermarkSettings.Click += new System.EventHandler(this.btnWatermarkSettings_Click); this.btnWatermarkSettings.Click += new System.EventHandler(this.btnWatermarkSettings_Click);
@ -859,7 +859,7 @@ private void InitializeComponent()
this.lblThumbnailName.Location = new System.Drawing.Point(16, 76); this.lblThumbnailName.Location = new System.Drawing.Point(16, 76);
this.lblThumbnailName.Name = "lblThumbnailName"; this.lblThumbnailName.Name = "lblThumbnailName";
this.lblThumbnailName.Size = new System.Drawing.Size(88, 13); this.lblThumbnailName.Size = new System.Drawing.Size(88, 13);
this.lblThumbnailName.TabIndex = 5; this.lblThumbnailName.TabIndex = 4;
this.lblThumbnailName.Text = "Thumbnail name:"; this.lblThumbnailName.Text = "Thumbnail name:";
// //
// txtThumbnailName // txtThumbnailName
@ -867,7 +867,7 @@ private void InitializeComponent()
this.txtThumbnailName.Location = new System.Drawing.Point(112, 72); this.txtThumbnailName.Location = new System.Drawing.Point(112, 72);
this.txtThumbnailName.Name = "txtThumbnailName"; this.txtThumbnailName.Name = "txtThumbnailName";
this.txtThumbnailName.Size = new System.Drawing.Size(128, 20); this.txtThumbnailName.Size = new System.Drawing.Size(128, 20);
this.txtThumbnailName.TabIndex = 4; this.txtThumbnailName.TabIndex = 5;
this.txtThumbnailName.TextChanged += new System.EventHandler(this.txtThumbnailName_TextChanged); this.txtThumbnailName.TextChanged += new System.EventHandler(this.txtThumbnailName_TextChanged);
// //
// lblThumbnailHeight // lblThumbnailHeight
@ -876,7 +876,7 @@ private void InitializeComponent()
this.lblThumbnailHeight.Location = new System.Drawing.Point(16, 44); this.lblThumbnailHeight.Location = new System.Drawing.Point(16, 44);
this.lblThumbnailHeight.Name = "lblThumbnailHeight"; this.lblThumbnailHeight.Name = "lblThumbnailHeight";
this.lblThumbnailHeight.Size = new System.Drawing.Size(41, 13); this.lblThumbnailHeight.Size = new System.Drawing.Size(41, 13);
this.lblThumbnailHeight.TabIndex = 3; this.lblThumbnailHeight.TabIndex = 2;
this.lblThumbnailHeight.Text = "Height:"; this.lblThumbnailHeight.Text = "Height:";
// //
// lblThumbnailWidth // lblThumbnailWidth
@ -885,7 +885,7 @@ private void InitializeComponent()
this.lblThumbnailWidth.Location = new System.Drawing.Point(16, 16); this.lblThumbnailWidth.Location = new System.Drawing.Point(16, 16);
this.lblThumbnailWidth.Name = "lblThumbnailWidth"; this.lblThumbnailWidth.Name = "lblThumbnailWidth";
this.lblThumbnailWidth.Size = new System.Drawing.Size(38, 13); this.lblThumbnailWidth.Size = new System.Drawing.Size(38, 13);
this.lblThumbnailWidth.TabIndex = 2; this.lblThumbnailWidth.TabIndex = 0;
this.lblThumbnailWidth.Text = "Width:"; this.lblThumbnailWidth.Text = "Width:";
// //
// nudThumbnailHeight // nudThumbnailHeight
@ -898,7 +898,7 @@ private void InitializeComponent()
0}); 0});
this.nudThumbnailHeight.Name = "nudThumbnailHeight"; this.nudThumbnailHeight.Name = "nudThumbnailHeight";
this.nudThumbnailHeight.Size = new System.Drawing.Size(64, 20); this.nudThumbnailHeight.Size = new System.Drawing.Size(64, 20);
this.nudThumbnailHeight.TabIndex = 1; this.nudThumbnailHeight.TabIndex = 3;
this.nudThumbnailHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudThumbnailHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudThumbnailHeight.ValueChanged += new System.EventHandler(this.nudThumbnailHeight_ValueChanged); this.nudThumbnailHeight.ValueChanged += new System.EventHandler(this.nudThumbnailHeight_ValueChanged);
// //
@ -912,7 +912,7 @@ private void InitializeComponent()
0}); 0});
this.nudThumbnailWidth.Name = "nudThumbnailWidth"; this.nudThumbnailWidth.Name = "nudThumbnailWidth";
this.nudThumbnailWidth.Size = new System.Drawing.Size(64, 20); this.nudThumbnailWidth.Size = new System.Drawing.Size(64, 20);
this.nudThumbnailWidth.TabIndex = 0; this.nudThumbnailWidth.TabIndex = 1;
this.nudThumbnailWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudThumbnailWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudThumbnailWidth.ValueChanged += new System.EventHandler(this.nudThumbnailWidth_ValueChanged); this.nudThumbnailWidth.ValueChanged += new System.EventHandler(this.nudThumbnailWidth_ValueChanged);
// //
@ -1106,7 +1106,7 @@ private void InitializeComponent()
this.pgShapesCapture.Name = "pgShapesCapture"; this.pgShapesCapture.Name = "pgShapesCapture";
this.pgShapesCapture.PropertySort = System.Windows.Forms.PropertySort.NoSort; this.pgShapesCapture.PropertySort = System.Windows.Forms.PropertySort.NoSort;
this.pgShapesCapture.Size = new System.Drawing.Size(530, 295); this.pgShapesCapture.Size = new System.Drawing.Size(530, 295);
this.pgShapesCapture.TabIndex = 11; this.pgShapesCapture.TabIndex = 0;
this.pgShapesCapture.ToolbarVisible = false; this.pgShapesCapture.ToolbarVisible = false;
// //
// tpScreenRecorder // tpScreenRecorder
@ -1149,7 +1149,7 @@ private void InitializeComponent()
0}); 0});
this.nudScreenRecordFPS.Name = "nudScreenRecordFPS"; this.nudScreenRecordFPS.Name = "nudScreenRecordFPS";
this.nudScreenRecordFPS.Size = new System.Drawing.Size(64, 20); this.nudScreenRecordFPS.Size = new System.Drawing.Size(64, 20);
this.nudScreenRecordFPS.TabIndex = 16; this.nudScreenRecordFPS.TabIndex = 8;
this.nudScreenRecordFPS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudScreenRecordFPS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudScreenRecordFPS.Value = new decimal(new int[] { this.nudScreenRecordFPS.Value = new decimal(new int[] {
20, 20,
@ -1164,7 +1164,7 @@ private void InitializeComponent()
this.lblScreenRecordFPS.Location = new System.Drawing.Point(208, 73); this.lblScreenRecordFPS.Location = new System.Drawing.Point(208, 73);
this.lblScreenRecordFPS.Name = "lblScreenRecordFPS"; this.lblScreenRecordFPS.Name = "lblScreenRecordFPS";
this.lblScreenRecordFPS.Size = new System.Drawing.Size(100, 13); this.lblScreenRecordFPS.Size = new System.Drawing.Size(100, 13);
this.lblScreenRecordFPS.TabIndex = 15; this.lblScreenRecordFPS.TabIndex = 7;
this.lblScreenRecordFPS.Text = "Screen record FPS:"; this.lblScreenRecordFPS.Text = "Screen record FPS:";
// //
// chkRunScreencastCLI // chkRunScreencastCLI
@ -1173,7 +1173,7 @@ private void InitializeComponent()
this.chkRunScreencastCLI.Location = new System.Drawing.Point(392, 14); this.chkRunScreencastCLI.Location = new System.Drawing.Point(392, 14);
this.chkRunScreencastCLI.Name = "chkRunScreencastCLI"; this.chkRunScreencastCLI.Name = "chkRunScreencastCLI";
this.chkRunScreencastCLI.Size = new System.Drawing.Size(117, 17); this.chkRunScreencastCLI.Size = new System.Drawing.Size(117, 17);
this.chkRunScreencastCLI.TabIndex = 14; this.chkRunScreencastCLI.TabIndex = 3;
this.chkRunScreencastCLI.Text = "Run CLI afterwards"; this.chkRunScreencastCLI.Text = "Run CLI afterwards";
this.chkRunScreencastCLI.UseVisualStyleBackColor = true; this.chkRunScreencastCLI.UseVisualStyleBackColor = true;
this.chkRunScreencastCLI.CheckedChanged += new System.EventHandler(this.chkRunScreencastCLI_CheckedChanged); this.chkRunScreencastCLI.CheckedChanged += new System.EventHandler(this.chkRunScreencastCLI_CheckedChanged);
@ -1184,7 +1184,7 @@ private void InitializeComponent()
this.lblScreenRecorderCLI.Location = new System.Drawing.Point(16, 48); this.lblScreenRecorderCLI.Location = new System.Drawing.Point(16, 48);
this.lblScreenRecorderCLI.Name = "lblScreenRecorderCLI"; this.lblScreenRecorderCLI.Name = "lblScreenRecorderCLI";
this.lblScreenRecorderCLI.Size = new System.Drawing.Size(26, 13); this.lblScreenRecorderCLI.Size = new System.Drawing.Size(26, 13);
this.lblScreenRecorderCLI.TabIndex = 13; this.lblScreenRecorderCLI.TabIndex = 4;
this.lblScreenRecorderCLI.Text = "CLI:"; this.lblScreenRecorderCLI.Text = "CLI:";
// //
// btnScreenRecorderOptions // btnScreenRecorderOptions
@ -1192,7 +1192,7 @@ private void InitializeComponent()
this.btnScreenRecorderOptions.Location = new System.Drawing.Point(320, 11); this.btnScreenRecorderOptions.Location = new System.Drawing.Point(320, 11);
this.btnScreenRecorderOptions.Name = "btnScreenRecorderOptions"; this.btnScreenRecorderOptions.Name = "btnScreenRecorderOptions";
this.btnScreenRecorderOptions.Size = new System.Drawing.Size(64, 23); this.btnScreenRecorderOptions.Size = new System.Drawing.Size(64, 23);
this.btnScreenRecorderOptions.TabIndex = 12; this.btnScreenRecorderOptions.TabIndex = 2;
this.btnScreenRecorderOptions.Text = "Options..."; this.btnScreenRecorderOptions.Text = "Options...";
this.btnScreenRecorderOptions.UseVisualStyleBackColor = true; this.btnScreenRecorderOptions.UseVisualStyleBackColor = true;
this.btnScreenRecorderOptions.Click += new System.EventHandler(this.btnScreenRecorderOptions_Click); this.btnScreenRecorderOptions.Click += new System.EventHandler(this.btnScreenRecorderOptions_Click);
@ -1202,7 +1202,7 @@ private void InitializeComponent()
this.btnEncoderConfig.Location = new System.Drawing.Point(392, 40); this.btnEncoderConfig.Location = new System.Drawing.Point(392, 40);
this.btnEncoderConfig.Name = "btnEncoderConfig"; this.btnEncoderConfig.Name = "btnEncoderConfig";
this.btnEncoderConfig.Size = new System.Drawing.Size(40, 23); this.btnEncoderConfig.Size = new System.Drawing.Size(40, 23);
this.btnEncoderConfig.TabIndex = 11; this.btnEncoderConfig.TabIndex = 6;
this.btnEncoderConfig.Text = "..."; this.btnEncoderConfig.Text = "...";
this.btnEncoderConfig.UseVisualStyleBackColor = true; this.btnEncoderConfig.UseVisualStyleBackColor = true;
this.btnEncoderConfig.Click += new System.EventHandler(this.btnEncoderConfig_Click); this.btnEncoderConfig.Click += new System.EventHandler(this.btnEncoderConfig_Click);
@ -1214,7 +1214,7 @@ private void InitializeComponent()
this.cboEncoder.Location = new System.Drawing.Point(64, 41); this.cboEncoder.Location = new System.Drawing.Point(64, 41);
this.cboEncoder.Name = "cboEncoder"; this.cboEncoder.Name = "cboEncoder";
this.cboEncoder.Size = new System.Drawing.Size(320, 21); this.cboEncoder.Size = new System.Drawing.Size(320, 21);
this.cboEncoder.TabIndex = 10; this.cboEncoder.TabIndex = 5;
this.cboEncoder.SelectedIndexChanged += new System.EventHandler(this.cboEncoder_SelectedIndexChanged); this.cboEncoder.SelectedIndexChanged += new System.EventHandler(this.cboEncoder_SelectedIndexChanged);
// //
// nudScreenRecorderDuration // nudScreenRecorderDuration
@ -1238,7 +1238,7 @@ private void InitializeComponent()
0}); 0});
this.nudScreenRecorderDuration.Name = "nudScreenRecorderDuration"; this.nudScreenRecorderDuration.Name = "nudScreenRecorderDuration";
this.nudScreenRecorderDuration.Size = new System.Drawing.Size(64, 20); this.nudScreenRecorderDuration.Size = new System.Drawing.Size(64, 20);
this.nudScreenRecorderDuration.TabIndex = 6; this.nudScreenRecorderDuration.TabIndex = 12;
this.nudScreenRecorderDuration.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudScreenRecorderDuration.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudScreenRecorderDuration.Value = new decimal(new int[] { this.nudScreenRecorderDuration.Value = new decimal(new int[] {
3, 3,
@ -1253,7 +1253,7 @@ private void InitializeComponent()
this.lblScreenRecorderStartDelay.Location = new System.Drawing.Point(248, 154); this.lblScreenRecorderStartDelay.Location = new System.Drawing.Point(248, 154);
this.lblScreenRecorderStartDelay.Name = "lblScreenRecorderStartDelay"; this.lblScreenRecorderStartDelay.Name = "lblScreenRecorderStartDelay";
this.lblScreenRecorderStartDelay.Size = new System.Drawing.Size(60, 13); this.lblScreenRecorderStartDelay.Size = new System.Drawing.Size(60, 13);
this.lblScreenRecorderStartDelay.TabIndex = 9; this.lblScreenRecorderStartDelay.TabIndex = 13;
this.lblScreenRecorderStartDelay.Text = "Start delay:"; this.lblScreenRecorderStartDelay.Text = "Start delay:";
// //
// nudScreenRecorderStartDelay // nudScreenRecorderStartDelay
@ -1272,7 +1272,7 @@ private void InitializeComponent()
0}); 0});
this.nudScreenRecorderStartDelay.Name = "nudScreenRecorderStartDelay"; this.nudScreenRecorderStartDelay.Name = "nudScreenRecorderStartDelay";
this.nudScreenRecorderStartDelay.Size = new System.Drawing.Size(64, 20); this.nudScreenRecorderStartDelay.Size = new System.Drawing.Size(64, 20);
this.nudScreenRecorderStartDelay.TabIndex = 8; this.nudScreenRecorderStartDelay.TabIndex = 14;
this.nudScreenRecorderStartDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudScreenRecorderStartDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudScreenRecorderStartDelay.Value = new decimal(new int[] { this.nudScreenRecorderStartDelay.Value = new decimal(new int[] {
1, 1,
@ -1306,7 +1306,7 @@ private void InitializeComponent()
this.cbScreenRecorderFixedDuration.Location = new System.Drawing.Point(164, 125); this.cbScreenRecorderFixedDuration.Location = new System.Drawing.Point(164, 125);
this.cbScreenRecorderFixedDuration.Name = "cbScreenRecorderFixedDuration"; this.cbScreenRecorderFixedDuration.Name = "cbScreenRecorderFixedDuration";
this.cbScreenRecorderFixedDuration.Size = new System.Drawing.Size(144, 17); this.cbScreenRecorderFixedDuration.Size = new System.Drawing.Size(144, 17);
this.cbScreenRecorderFixedDuration.TabIndex = 4; this.cbScreenRecorderFixedDuration.TabIndex = 11;
this.cbScreenRecorderFixedDuration.Text = "Fixed duration (seconds):"; this.cbScreenRecorderFixedDuration.Text = "Fixed duration (seconds):";
this.cbScreenRecorderFixedDuration.UseVisualStyleBackColor = true; this.cbScreenRecorderFixedDuration.UseVisualStyleBackColor = true;
this.cbScreenRecorderFixedDuration.CheckedChanged += new System.EventHandler(this.cbScreenRecorderFixedDuration_CheckedChanged); this.cbScreenRecorderFixedDuration.CheckedChanged += new System.EventHandler(this.cbScreenRecorderFixedDuration_CheckedChanged);
@ -1326,7 +1326,7 @@ private void InitializeComponent()
0}); 0});
this.nudGIFFPS.Name = "nudGIFFPS"; this.nudGIFFPS.Name = "nudGIFFPS";
this.nudGIFFPS.Size = new System.Drawing.Size(64, 20); this.nudGIFFPS.Size = new System.Drawing.Size(64, 20);
this.nudGIFFPS.TabIndex = 3; this.nudGIFFPS.TabIndex = 10;
this.nudGIFFPS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudGIFFPS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudGIFFPS.Value = new decimal(new int[] { this.nudGIFFPS.Value = new decimal(new int[] {
5, 5,
@ -1341,7 +1341,7 @@ private void InitializeComponent()
this.lblGIFPS.Location = new System.Drawing.Point(258, 100); this.lblGIFPS.Location = new System.Drawing.Point(258, 100);
this.lblGIFPS.Name = "lblGIFPS"; this.lblGIFPS.Name = "lblGIFPS";
this.lblGIFPS.Size = new System.Drawing.Size(50, 13); this.lblGIFPS.Size = new System.Drawing.Size(50, 13);
this.lblGIFPS.TabIndex = 2; this.lblGIFPS.TabIndex = 9;
this.lblGIFPS.Text = "GIF FPS:"; this.lblGIFPS.Text = "GIF FPS:";
// //
// chkUseDefaultCaptureSettings // chkUseDefaultCaptureSettings
@ -1669,7 +1669,7 @@ private void InitializeComponent()
this.chkClipboardUploadContents.Location = new System.Drawing.Point(16, 16); this.chkClipboardUploadContents.Location = new System.Drawing.Point(16, 16);
this.chkClipboardUploadContents.Name = "chkClipboardUploadContents"; this.chkClipboardUploadContents.Name = "chkClipboardUploadContents";
this.chkClipboardUploadContents.Size = new System.Drawing.Size(308, 17); this.chkClipboardUploadContents.Size = new System.Drawing.Size(308, 17);
this.chkClipboardUploadContents.TabIndex = 3; this.chkClipboardUploadContents.TabIndex = 0;
this.chkClipboardUploadContents.Text = "If clipboard contains a file URL then download it and upload"; this.chkClipboardUploadContents.Text = "If clipboard contains a file URL then download it and upload";
this.chkClipboardUploadContents.UseVisualStyleBackColor = true; this.chkClipboardUploadContents.UseVisualStyleBackColor = true;
this.chkClipboardUploadContents.CheckedChanged += new System.EventHandler(this.chkClipboardUploadContents_CheckedChanged); this.chkClipboardUploadContents.CheckedChanged += new System.EventHandler(this.chkClipboardUploadContents_CheckedChanged);
@ -1730,7 +1730,7 @@ private void InitializeComponent()
this.pgIndexerConfig.Name = "pgIndexerConfig"; this.pgIndexerConfig.Name = "pgIndexerConfig";
this.pgIndexerConfig.PropertySort = System.Windows.Forms.PropertySort.Categorized; this.pgIndexerConfig.PropertySort = System.Windows.Forms.PropertySort.Categorized;
this.pgIndexerConfig.Size = new System.Drawing.Size(544, 327); this.pgIndexerConfig.Size = new System.Drawing.Size(544, 327);
this.pgIndexerConfig.TabIndex = 0; this.pgIndexerConfig.TabIndex = 1;
this.pgIndexerConfig.ToolbarVisible = false; this.pgIndexerConfig.ToolbarVisible = false;
// //
// chkUseDefaultIndexerSettings // chkUseDefaultIndexerSettings
@ -1743,7 +1743,7 @@ private void InitializeComponent()
this.chkUseDefaultIndexerSettings.Name = "chkUseDefaultIndexerSettings"; this.chkUseDefaultIndexerSettings.Name = "chkUseDefaultIndexerSettings";
this.chkUseDefaultIndexerSettings.Padding = new System.Windows.Forms.Padding(5); this.chkUseDefaultIndexerSettings.Padding = new System.Windows.Forms.Padding(5);
this.chkUseDefaultIndexerSettings.Size = new System.Drawing.Size(544, 27); this.chkUseDefaultIndexerSettings.Size = new System.Drawing.Size(544, 27);
this.chkUseDefaultIndexerSettings.TabIndex = 1; this.chkUseDefaultIndexerSettings.TabIndex = 0;
this.chkUseDefaultIndexerSettings.Text = "Use default indexer settings"; this.chkUseDefaultIndexerSettings.Text = "Use default indexer settings";
this.chkUseDefaultIndexerSettings.UseVisualStyleBackColor = true; this.chkUseDefaultIndexerSettings.UseVisualStyleBackColor = true;
this.chkUseDefaultIndexerSettings.CheckedChanged += new System.EventHandler(this.chkUseDefaultIndexerSettings_CheckedChanged); this.chkUseDefaultIndexerSettings.CheckedChanged += new System.EventHandler(this.chkUseDefaultIndexerSettings_CheckedChanged);

View file

@ -11,5 +11,5 @@
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
[assembly: ComVisible(false)] [assembly: ComVisible(false)]
[assembly: Guid("82E6AC09-0FEF-4390-AD9F-0DD3F5561EFC")] [assembly: Guid("82E6AC09-0FEF-4390-AD9F-0DD3F5561EFC")]
[assembly: AssemblyVersion("8.8.1")] [assembly: AssemblyVersion("8.8.2")]
[assembly: AssemblyFileVersion("8.8.1")] [assembly: AssemblyFileVersion("8.8.2")]