diff --git a/CUETools/frmSettings.Designer.cs b/CUETools/frmSettings.Designer.cs
index 9a2d6d3..05b95dd 100644
--- a/CUETools/frmSettings.Designer.cs
+++ b/CUETools/frmSettings.Designer.cs
@@ -126,23 +126,26 @@ namespace JDP {
this.listViewFormats = new System.Windows.Forms.ListView();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.tabPage10 = new System.Windows.Forms.TabPage();
- this.buttonEncoderDelete = new System.Windows.Forms.Button();
- this.buttonEncoderAdd = new System.Windows.Forms.Button();
- this.listBoxEncoders = new System.Windows.Forms.ListBox();
this.groupBoxExternalEncoder = new System.Windows.Forms.GroupBox();
this.labelEncoderName = new System.Windows.Forms.Label();
this.labelEncoderModes = new System.Windows.Forms.Label();
this.labelEncoderPath = new System.Windows.Forms.Label();
this.labelEncoderParameters = new System.Windows.Forms.Label();
+ this.groupBoxFlaCudaOptions = new System.Windows.Forms.GroupBox();
+ this.checkBoxFlaCudaGPUOnly = new System.Windows.Forms.CheckBox();
+ this.checkBoxFlaCudaVerify = new System.Windows.Forms.CheckBox();
+ this.buttonEncoderDelete = new System.Windows.Forms.Button();
+ this.buttonEncoderAdd = new System.Windows.Forms.Button();
+ this.listBoxEncoders = new System.Windows.Forms.ListBox();
this.comboBoxEncoderExtension = new System.Windows.Forms.ComboBox();
this.groupBoxLibMAC_SDK = new System.Windows.Forms.GroupBox();
this.groupBoxLibWavpack = new System.Windows.Forms.GroupBox();
this.chkWVStoreMD5 = new System.Windows.Forms.CheckBox();
this.numWVExtraMode = new System.Windows.Forms.NumericUpDown();
this.chkWVExtraMode = new System.Windows.Forms.CheckBox();
+ this.labelEncoderExtension = new System.Windows.Forms.Label();
this.groupBoxLibFLAC = new System.Windows.Forms.GroupBox();
this.chkFLACVerify = new System.Windows.Forms.CheckBox();
- this.labelEncoderExtension = new System.Windows.Forms.Label();
this.tabPage11 = new System.Windows.Forms.TabPage();
this.comboBoxDecoderExtension = new System.Windows.Forms.ComboBox();
this.groupBoxExternalDecoder = new System.Windows.Forms.GroupBox();
@@ -170,6 +173,7 @@ namespace JDP {
this.labelFormatDecoder = new System.Windows.Forms.Label();
this.labelFormatEncoder = new System.Windows.Forms.Label();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
+ this.checkBox1 = new System.Windows.Forms.CheckBox();
btnCancel = new System.Windows.Forms.Button();
this.grpGeneral.SuspendLayout();
this.groupBox1.SuspendLayout();
@@ -199,6 +203,7 @@ namespace JDP {
this.groupBoxFormat.SuspendLayout();
this.tabPage10.SuspendLayout();
this.groupBoxExternalEncoder.SuspendLayout();
+ this.groupBoxFlaCudaOptions.SuspendLayout();
this.groupBoxLibWavpack.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numWVExtraMode)).BeginInit();
this.groupBoxLibFLAC.SuspendLayout();
@@ -1051,43 +1056,18 @@ namespace JDP {
//
resources.ApplyResources(this.tabPage10, "tabPage10");
this.tabPage10.BackColor = System.Drawing.SystemColors.Control;
+ this.tabPage10.Controls.Add(this.groupBoxExternalEncoder);
this.tabPage10.Controls.Add(this.buttonEncoderDelete);
this.tabPage10.Controls.Add(this.buttonEncoderAdd);
this.tabPage10.Controls.Add(this.listBoxEncoders);
- this.tabPage10.Controls.Add(this.groupBoxExternalEncoder);
this.tabPage10.Controls.Add(this.comboBoxEncoderExtension);
this.tabPage10.Controls.Add(this.groupBoxLibMAC_SDK);
this.tabPage10.Controls.Add(this.groupBoxLibWavpack);
- this.tabPage10.Controls.Add(this.groupBoxLibFLAC);
this.tabPage10.Controls.Add(this.labelEncoderExtension);
+ this.tabPage10.Controls.Add(this.groupBoxLibFLAC);
+ this.tabPage10.Controls.Add(this.groupBoxFlaCudaOptions);
this.tabPage10.Name = "tabPage10";
//
- // buttonEncoderDelete
- //
- this.buttonEncoderDelete.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", this.encodersBindingSource, "CanBeDeleted", true));
- resources.ApplyResources(this.buttonEncoderDelete, "buttonEncoderDelete");
- this.buttonEncoderDelete.Name = "buttonEncoderDelete";
- this.buttonEncoderDelete.UseVisualStyleBackColor = true;
- this.buttonEncoderDelete.Click += new System.EventHandler(this.buttonEncoderDelete_Click);
- //
- // buttonEncoderAdd
- //
- resources.ApplyResources(this.buttonEncoderAdd, "buttonEncoderAdd");
- this.buttonEncoderAdd.Name = "buttonEncoderAdd";
- this.buttonEncoderAdd.UseVisualStyleBackColor = true;
- this.buttonEncoderAdd.Click += new System.EventHandler(this.buttonEncoderAdd_Click);
- //
- // listBoxEncoders
- //
- this.listBoxEncoders.BackColor = System.Drawing.SystemColors.Control;
- this.listBoxEncoders.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.listBoxEncoders.DataSource = this.encodersBindingSource;
- this.listBoxEncoders.DisplayMember = "Name";
- this.listBoxEncoders.FormattingEnabled = true;
- resources.ApplyResources(this.listBoxEncoders, "listBoxEncoders");
- this.listBoxEncoders.Name = "listBoxEncoders";
- this.listBoxEncoders.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listBoxEncoders_KeyDown);
- //
// groupBoxExternalEncoder
//
resources.ApplyResources(this.groupBoxExternalEncoder, "groupBoxExternalEncoder");
@@ -1123,6 +1103,52 @@ namespace JDP {
resources.ApplyResources(this.labelEncoderParameters, "labelEncoderParameters");
this.labelEncoderParameters.Name = "labelEncoderParameters";
//
+ // groupBoxFlaCudaOptions
+ //
+ this.groupBoxFlaCudaOptions.Controls.Add(this.checkBoxFlaCudaGPUOnly);
+ this.groupBoxFlaCudaOptions.Controls.Add(this.checkBoxFlaCudaVerify);
+ resources.ApplyResources(this.groupBoxFlaCudaOptions, "groupBoxFlaCudaOptions");
+ this.groupBoxFlaCudaOptions.Name = "groupBoxFlaCudaOptions";
+ this.groupBoxFlaCudaOptions.TabStop = false;
+ //
+ // checkBoxFlaCudaGPUOnly
+ //
+ resources.ApplyResources(this.checkBoxFlaCudaGPUOnly, "checkBoxFlaCudaGPUOnly");
+ this.checkBoxFlaCudaGPUOnly.Name = "checkBoxFlaCudaGPUOnly";
+ this.checkBoxFlaCudaGPUOnly.UseVisualStyleBackColor = true;
+ //
+ // checkBoxFlaCudaVerify
+ //
+ resources.ApplyResources(this.checkBoxFlaCudaVerify, "checkBoxFlaCudaVerify");
+ this.checkBoxFlaCudaVerify.Name = "checkBoxFlaCudaVerify";
+ this.checkBoxFlaCudaVerify.UseVisualStyleBackColor = true;
+ //
+ // buttonEncoderDelete
+ //
+ this.buttonEncoderDelete.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", this.encodersBindingSource, "CanBeDeleted", true));
+ resources.ApplyResources(this.buttonEncoderDelete, "buttonEncoderDelete");
+ this.buttonEncoderDelete.Name = "buttonEncoderDelete";
+ this.buttonEncoderDelete.UseVisualStyleBackColor = true;
+ this.buttonEncoderDelete.Click += new System.EventHandler(this.buttonEncoderDelete_Click);
+ //
+ // buttonEncoderAdd
+ //
+ resources.ApplyResources(this.buttonEncoderAdd, "buttonEncoderAdd");
+ this.buttonEncoderAdd.Name = "buttonEncoderAdd";
+ this.buttonEncoderAdd.UseVisualStyleBackColor = true;
+ this.buttonEncoderAdd.Click += new System.EventHandler(this.buttonEncoderAdd_Click);
+ //
+ // listBoxEncoders
+ //
+ this.listBoxEncoders.BackColor = System.Drawing.SystemColors.Control;
+ this.listBoxEncoders.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.listBoxEncoders.DataSource = this.encodersBindingSource;
+ this.listBoxEncoders.DisplayMember = "Name";
+ this.listBoxEncoders.FormattingEnabled = true;
+ resources.ApplyResources(this.listBoxEncoders, "listBoxEncoders");
+ this.listBoxEncoders.Name = "listBoxEncoders";
+ this.listBoxEncoders.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listBoxEncoders_KeyDown);
+ //
// comboBoxEncoderExtension
//
this.comboBoxEncoderExtension.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.encodersBindingSource, "Extension", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
@@ -1179,6 +1205,13 @@ namespace JDP {
this.chkWVExtraMode.Name = "chkWVExtraMode";
this.chkWVExtraMode.UseVisualStyleBackColor = true;
//
+ // labelEncoderExtension
+ //
+ resources.ApplyResources(this.labelEncoderExtension, "labelEncoderExtension");
+ this.labelEncoderExtension.DataBindings.Add(new System.Windows.Forms.Binding("ImageKey", this.encodersBindingSource, "DotExtension", true, System.Windows.Forms.DataSourceUpdateMode.Never));
+ this.labelEncoderExtension.MinimumSize = new System.Drawing.Size(100, 16);
+ this.labelEncoderExtension.Name = "labelEncoderExtension";
+ //
// groupBoxLibFLAC
//
this.groupBoxLibFLAC.Controls.Add(this.chkFLACVerify);
@@ -1192,13 +1225,6 @@ namespace JDP {
this.chkFLACVerify.Name = "chkFLACVerify";
this.chkFLACVerify.UseVisualStyleBackColor = true;
//
- // labelEncoderExtension
- //
- resources.ApplyResources(this.labelEncoderExtension, "labelEncoderExtension");
- this.labelEncoderExtension.DataBindings.Add(new System.Windows.Forms.Binding("ImageKey", this.encodersBindingSource, "DotExtension", true, System.Windows.Forms.DataSourceUpdateMode.Never));
- this.labelEncoderExtension.MinimumSize = new System.Drawing.Size(100, 16);
- this.labelEncoderExtension.Name = "labelEncoderExtension";
- //
// tabPage11
//
this.tabPage11.BackColor = System.Drawing.SystemColors.Control;
@@ -1419,6 +1445,12 @@ namespace JDP {
//
resources.ApplyResources(this.columnHeader2, "columnHeader2");
//
+ // checkBox1
+ //
+ resources.ApplyResources(this.checkBox1, "checkBox1");
+ this.checkBox1.Name = "checkBox1";
+ this.checkBox1.UseVisualStyleBackColor = true;
+ //
// frmSettings
//
this.AcceptButton = this.btnOK;
@@ -1477,6 +1509,8 @@ namespace JDP {
this.tabPage10.PerformLayout();
this.groupBoxExternalEncoder.ResumeLayout(false);
this.groupBoxExternalEncoder.PerformLayout();
+ this.groupBoxFlaCudaOptions.ResumeLayout(false);
+ this.groupBoxFlaCudaOptions.PerformLayout();
this.groupBoxLibWavpack.ResumeLayout(false);
this.groupBoxLibWavpack.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numWVExtraMode)).EndInit();
@@ -1645,6 +1679,10 @@ namespace JDP {
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.TextBox textBoxAlArtFilenameFormat;
private System.Windows.Forms.Label labelEncoderName;
+ private System.Windows.Forms.GroupBox groupBoxFlaCudaOptions;
+ private System.Windows.Forms.CheckBox checkBoxFlaCudaGPUOnly;
+ private System.Windows.Forms.CheckBox checkBoxFlaCudaVerify;
+ private System.Windows.Forms.CheckBox checkBox1;
}
}
\ No newline at end of file
diff --git a/CUETools/frmSettings.cs b/CUETools/frmSettings.cs
index 534908e..3b57721 100644
--- a/CUETools/frmSettings.cs
+++ b/CUETools/frmSettings.cs
@@ -45,6 +45,8 @@ namespace JDP {
numEncodeWhenPercent.Value = _config.encodeWhenPercent;
chkEncodeWhenZeroOffset.Checked = _config.encodeWhenZeroOffset;
chkFLACVerify.Checked = _config.flacVerify;
+ checkBoxFlaCudaVerify.Checked = _config.flaCudaVerify;
+ checkBoxFlaCudaGPUOnly.Checked = _config.flaCudaGPUOnly;
chkWriteArTagsOnConvert.Checked = _config.writeArTagsOnEncode;
chkWriteARTagsOnVerify.Checked = _config.writeArTagsOnVerify;
chkWVExtraMode.Checked = (_config.wvExtraMode != 0);
@@ -207,6 +209,8 @@ namespace JDP {
_config.encodeWhenConfidence = (uint)numEncodeWhenConfidence.Value;
_config.encodeWhenZeroOffset = chkEncodeWhenZeroOffset.Checked;
_config.flacVerify = chkFLACVerify.Checked;
+ _config.flaCudaVerify = checkBoxFlaCudaVerify.Checked;
+ _config.flaCudaGPUOnly = checkBoxFlaCudaGPUOnly.Checked;
_config.writeArTagsOnEncode = chkWriteArTagsOnConvert.Checked;
_config.writeArTagsOnVerify = chkWriteARTagsOnVerify.Checked;
if (!chkWVExtraMode.Checked) _config.wvExtraMode = 0;
@@ -489,6 +493,7 @@ namespace JDP {
comboBoxEncoderExtension.Visible = encoder != null;
comboBoxEncoderExtension.Enabled = encoder != null && encoder.path != null;
groupBoxExternalEncoder.Visible = encoder != null && encoder.path != null;
+ groupBoxFlaCudaOptions.Visible = encoder != null && encoder.path == null && encoder.className == "FlaCudaWriter";
groupBoxLibFLAC.Visible = encoder != null && encoder.path == null && encoder.className == "FLACWriter";
groupBoxLibWavpack.Visible = encoder != null && encoder.path == null && encoder.className == "WavPackWriter";
groupBoxLibMAC_SDK.Visible = encoder != null && encoder.path == null && encoder.className == "APEWriter";
diff --git a/CUETools/frmSettings.resx b/CUETools/frmSettings.resx
index 3c0f375..ded84c8 100644
--- a/CUETools/frmSettings.resx
+++ b/CUETools/frmSettings.resx
@@ -2928,106 +2928,6 @@
True
-
-
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAnBJREFUOE+lk+1L
- U1Ecx+tf0RdRgkRPhIRRUJjbdHrX2tzm012m1xmLWJqyO0wzKFmo4YtQS+1Rq73JtGFSahmpPQ4tr5XO
- dmuj1ua9e0z5tjtomyYSdOB74Rzu53M4v/M7GwFs+K8hCBJjr6hInqfKjR+pUmZWS3Iz2iLuA6lhpkiV
- 0VasSF79/wp4QVdBfKYo9keLGcGRIYTeTSA0Pgr+fg/s+hK8ySfYlxopkSiJCQR4roziF+/2YHn2PcLW
- ewh3NyHcfgG/brdhacwKZ40eEyox/0KREZNEBfM6XVIEdnA3u7HM2BC+fA6eJhO85moEL5kQaqYRbDyF
- 4INbWDhOYuzIAcdT+b6kaP2ETwSmXXVGLNkmozsGWmi4zxvgr9etCHeaRNByDa+z0zEsS6djgk/UMcZn
- uY5wbzs8jZX4XiBbM4uVJHhzLZymKjwm0piYgCnT+kMPLQi3mOA5q4+srz2cSgncVD687a0Yyt7ljwlm
- yAJ/oLcTwQY9/GdK1xW4StTwtrViULotLpguVjPuxloEmmhwJzUQdlozqmx46mpgrzHAKkqNH8FWqKAZ
- uQj+3i54tHK4S3L/ErAKMdi8XPi6r2BUugMDmVviRXxbIEt6VUQ4FsqL4LvTGS2gSy2NSlhlFlh5BJZL
- wXd1YKpQJsCOPtHm+DUKxZjMkxDjykP83FE1fDc68bOBhpNU4atGCXe9EfzVDkxrctCfmcJH4JWN9Kc1
- nysOEs8O72cncvfgW7UB7uaL0XypOoEnku0CzCbCsVtI7O0R2d7kYWmacYjYzTzK2ckNirZyA1mpTL84
- xdiXsWn9x7T6pf3L/DfyWaHnHqmNrQAAAABJRU5ErkJggg==
-
-
-
- NoControl
-
-
- 37, 232
-
-
- 25, 23
-
-
- 29
-
-
- buttonEncoderDelete
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabPage10
-
-
- 0
-
-
-
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAoVJREFUOE+lk/tL
- U2EYx+tfcb8UCEmJWSioKSVYKCubTVHx1lzOrSk629lcOnfzQqZz4qWiNnQbjXQX52V4wUw2Xeki9TiU
- aKMIgtrw12/nGJ6t/SBBDzyH8/Kez+c97/M+71kAZ/4raEF86uaaWGq3iOh0Csj26fqI9E1dpOV1FSm2
- VBCCiVJW4vcJsJitmhGFX20OwBteQeC7H5vf1jETtEHubgDPyAnXvLjNjpcwAt0cDQujc/s2HP7ax8IX
- J4zkCJ7v6mE7MGL16yK0yxKUjxdGuSMFjORYoJ0VJ1FwyLVnxv7PHYzt9OPphhq9vk7oAzoMBrTo3eqA
- 69AGws1HseFGqGggN+m4fvSDgmVDa0p8+rFFrTiIgW0tNO/k1NSfUG5IIF3hQ7bWCMeBFXfH81DwJEvG
- CDocDaQzaKV+1YRurwJd61JIFgSMoN7KRct8BcSzpRj+oEP/ajuu92aQjEA2xTvyfHZi6KOOgtsYMPFF
- OFMC2RIP5sAYcnTpR4ygzVZzNB2chNZPQOFrPlVAeOpgCYwiU50aEzRbK0mDTwv9tgZtb/kQLlWhxnKH
- EdEr0/nQzcWQT4kezyNcUabEtiCcLJPdt7BhD5ohWaqGyFN+vOeToGGBg4MmVynseyZc60tH6uPkWBH5
- ppKk2pfFIcJdjylygikYDTY66KRhLqZ3jXhgvkfDoRT5+dgx0sWofFbELhu9GW21V8NBSQw+FYj5Wkhn
- q2HwdsFOwXwzB6mK5CgF/91IJ63JGc5ns/V54cLhbPQtEzC918Pk10PjaUVOTxoNh+Nh5hTie/tWfzYr
- vy+TyO2+SmZp0iIZqouRy50XyEuKZCJFfu70y5R40/5l/BsV3J5Ng8nYFAAAAABJRU5ErkJggg==
-
-
-
- 6, 232
-
-
- 25, 23
-
-
- 28
-
-
- buttonEncoderAdd
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabPage10
-
-
- 1
-
-
- 6, 7
-
-
- 124, 221
-
-
- 27
-
-
- listBoxEncoders
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabPage10
-
-
- 2
-
None
@@ -3173,6 +3073,106 @@
tabPage10
+ 0
+
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+ YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAnBJREFUOE+lk+1L
+ U1Ecx+tf0RdRgkRPhIRRUJjbdHrX2tzm012m1xmLWJqyO0wzKFmo4YtQS+1Rq73JtGFSahmpPQ4tr5XO
+ dmuj1ua9e0z5tjtomyYSdOB74Rzu53M4v/M7GwFs+K8hCBJjr6hInqfKjR+pUmZWS3Iz2iLuA6lhpkiV
+ 0VasSF79/wp4QVdBfKYo9keLGcGRIYTeTSA0Pgr+fg/s+hK8ySfYlxopkSiJCQR4roziF+/2YHn2PcLW
+ ewh3NyHcfgG/brdhacwKZ40eEyox/0KREZNEBfM6XVIEdnA3u7HM2BC+fA6eJhO85moEL5kQaqYRbDyF
+ 4INbWDhOYuzIAcdT+b6kaP2ETwSmXXVGLNkmozsGWmi4zxvgr9etCHeaRNByDa+z0zEsS6djgk/UMcZn
+ uY5wbzs8jZX4XiBbM4uVJHhzLZymKjwm0piYgCnT+kMPLQi3mOA5q4+srz2cSgncVD687a0Yyt7ljwlm
+ yAJ/oLcTwQY9/GdK1xW4StTwtrViULotLpguVjPuxloEmmhwJzUQdlozqmx46mpgrzHAKkqNH8FWqKAZ
+ uQj+3i54tHK4S3L/ErAKMdi8XPi6r2BUugMDmVviRXxbIEt6VUQ4FsqL4LvTGS2gSy2NSlhlFlh5BJZL
+ wXd1YKpQJsCOPtHm+DUKxZjMkxDjykP83FE1fDc68bOBhpNU4atGCXe9EfzVDkxrctCfmcJH4JWN9Kc1
+ nysOEs8O72cncvfgW7UB7uaL0XypOoEnku0CzCbCsVtI7O0R2d7kYWmacYjYzTzK2ckNirZyA1mpTL84
+ xdiXsWn9x7T6pf3L/DfyWaHnHqmNrQAAAABJRU5ErkJggg==
+
+
+
+ NoControl
+
+
+ 37, 232
+
+
+ 25, 23
+
+
+ 29
+
+
+ buttonEncoderDelete
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabPage10
+
+
+ 1
+
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+ YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAoVJREFUOE+lk/tL
+ U2EYx+tfcb8UCEmJWSioKSVYKCubTVHx1lzOrSk629lcOnfzQqZz4qWiNnQbjXQX52V4wUw2Xeki9TiU
+ aKMIgtrw12/nGJ6t/SBBDzyH8/Kez+c97/M+71kAZ/4raEF86uaaWGq3iOh0Csj26fqI9E1dpOV1FSm2
+ VBCCiVJW4vcJsJitmhGFX20OwBteQeC7H5vf1jETtEHubgDPyAnXvLjNjpcwAt0cDQujc/s2HP7ax8IX
+ J4zkCJ7v6mE7MGL16yK0yxKUjxdGuSMFjORYoJ0VJ1FwyLVnxv7PHYzt9OPphhq9vk7oAzoMBrTo3eqA
+ 69AGws1HseFGqGggN+m4fvSDgmVDa0p8+rFFrTiIgW0tNO/k1NSfUG5IIF3hQ7bWCMeBFXfH81DwJEvG
+ CDocDaQzaKV+1YRurwJd61JIFgSMoN7KRct8BcSzpRj+oEP/ajuu92aQjEA2xTvyfHZi6KOOgtsYMPFF
+ OFMC2RIP5sAYcnTpR4ygzVZzNB2chNZPQOFrPlVAeOpgCYwiU50aEzRbK0mDTwv9tgZtb/kQLlWhxnKH
+ EdEr0/nQzcWQT4kezyNcUabEtiCcLJPdt7BhD5ohWaqGyFN+vOeToGGBg4MmVynseyZc60tH6uPkWBH5
+ ppKk2pfFIcJdjylygikYDTY66KRhLqZ3jXhgvkfDoRT5+dgx0sWofFbELhu9GW21V8NBSQw+FYj5Wkhn
+ q2HwdsFOwXwzB6mK5CgF/91IJ63JGc5ns/V54cLhbPQtEzC918Pk10PjaUVOTxoNh+Nh5hTie/tWfzYr
+ vy+TyO2+SmZp0iIZqouRy50XyEuKZCJFfu70y5R40/5l/BsV3J5Ng8nYFAAAAABJRU5ErkJggg==
+
+
+
+ 6, 232
+
+
+ 25, 23
+
+
+ 28
+
+
+ buttonEncoderAdd
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabPage10
+
+
+ 2
+
+
+ 6, 7
+
+
+ 124, 221
+
+
+ 27
+
+
+ listBoxEncoders
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabPage10
+
+
3
@@ -3337,6 +3337,42 @@
6
+
+ True
+
+
+ MiddleRight
+
+
+ NoControl
+
+
+ 351, 15
+
+
+ 100, 16
+
+
+ 12
+
+
+ Extension
+
+
+ False
+
+
+ labelEncoderExtension
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabPage10
+
+
+ 7
+
True
@@ -3392,43 +3428,94 @@
tabPage10
- 7
+ 8
-
+
True
-
- MiddleRight
-
-
+
NoControl
-
- 351, 15
+
+ 10, 26
-
- 100, 16
+
+ 69, 17
-
- 12
+
+ 21
-
- Extension
+
+ GPU only
-
+
+ checkBoxFlaCudaGPUOnly
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBoxFlaCudaOptions
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 9, 46
+
+
+ 54, 17
+
+
+ 20
+
+
+ Verify
+
+
+ checkBoxFlaCudaVerify
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBoxFlaCudaOptions
+
+
+ 1
+
+
+ 136, 39
+
+
+ 390, 74
+
+
+ 30
+
+
+ FlaCuda options
+
+
False
-
- labelEncoderExtension
+
+ groupBoxFlaCudaOptions
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
tabPage10
-
- 8
+
+ 9
4, 22
@@ -4093,6 +4180,30 @@
120
+
+ True
+
+
+ NoControl
+
+
+ 9, 46
+
+
+ 54, 17
+
+
+ 20
+
+
+ Verify
+
+
+ checkBox1
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
True