mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-09-13 06:07:30 -04:00
Libation asked GitHub for a newer release every time it started, with no way to stop it. That is noise for anyone whose install is updated by something else - a package manager, or an AppImage updater - because the prompt it raises is one they can do nothing useful with. Add CheckForUpgradesAtStartup, on by default so nothing changes for people who rely on the prompt. Only the automatic check is optional: the About window's "Check for Upgrade" button and the CLI's `version --check` ask for a check outright, so they run either way. That is why the setting is read in a new CheckForUpgradeAtStartupAsync rather than inside CheckForUpgradeAsync, which the startup path and the About button share. The new setting takes the slot of BetaOptIn, which is deleted here. It was declared, described and logged, but no axaml or designer ever bound it and nothing read the value: GetLatestRelease only ever asks for the stable release, so there was no beta channel for it to select. A stale BetaOptIn key in an existing Settings.json needs no migration, since PersistentDictionary ignores keys with no matching property. Closes #1999 Co-authored-by: rmcrackan <rmcrackan@gmail.com>
1998 lines
89 KiB
C#
1998 lines
89 KiB
C#
namespace LibationWinForms.Dialogs
|
|
{
|
|
partial class SettingsDialog
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
booksLocationDescLbl = new System.Windows.Forms.Label();
|
|
inProgressDescLbl = new System.Windows.Forms.Label();
|
|
saveBtn = new System.Windows.Forms.Button();
|
|
cancelBtn = new System.Windows.Forms.Button();
|
|
importEpisodesCb = new System.Windows.Forms.CheckBox();
|
|
downloadEpisodesCb = new System.Windows.Forms.CheckBox();
|
|
badBookGb = new System.Windows.Forms.GroupBox();
|
|
dailyDownloadLimitGb = new System.Windows.Forms.GroupBox();
|
|
dailyDownloadLimitDescLbl = new System.Windows.Forms.Label();
|
|
dailyDownloadLimitScopeCb = new System.Windows.Forms.ComboBox();
|
|
dailyDownloadLimitQtyLbl = new System.Windows.Forms.Label();
|
|
dailyDownloadLimitQtyNud = new System.Windows.Forms.NumericUpDown();
|
|
dailyDownloadLimitUnitCb = new System.Windows.Forms.ComboBox();
|
|
dailyDownloadLimitApproxLbl = new System.Windows.Forms.Label();
|
|
badBookIgnoreRb = new System.Windows.Forms.RadioButton();
|
|
badBookRetryRb = new System.Windows.Forms.RadioButton();
|
|
badBookAbortRb = new System.Windows.Forms.RadioButton();
|
|
badBookAskRb = new System.Windows.Forms.RadioButton();
|
|
stripAudibleBrandingCbox = new System.Windows.Forms.CheckBox();
|
|
splitFilesByChapterCbox = new System.Windows.Forms.CheckBox();
|
|
allowLibationFixupCbox = new System.Windows.Forms.CheckBox();
|
|
convertLossyRb = new System.Windows.Forms.RadioButton();
|
|
convertLosslessRb = new System.Windows.Forms.RadioButton();
|
|
logsBtn = new System.Windows.Forms.Button();
|
|
loggingLevelLbl = new System.Windows.Forms.Label();
|
|
loggingLevelCb = new System.Windows.Forms.ComboBox();
|
|
tabControl = new System.Windows.Forms.TabControl();
|
|
tab5Audiobookshelf = new System.Windows.Forms.TabPage();
|
|
absEnabledCb = new System.Windows.Forms.CheckBox();
|
|
absPlaintextWarningLbl = new System.Windows.Forms.Label();
|
|
absUrlLbl = new System.Windows.Forms.Label();
|
|
absUrlTb = new System.Windows.Forms.TextBox();
|
|
absTokenLbl = new System.Windows.Forms.Label();
|
|
absTokenTb = new System.Windows.Forms.TextBox();
|
|
absConnectBtn = new System.Windows.Forms.Button();
|
|
absStatusLbl = new System.Windows.Forms.Label();
|
|
absLibraryLbl = new System.Windows.Forms.Label();
|
|
absLibraryCb = new System.Windows.Forms.ComboBox();
|
|
absFolderLbl = new System.Windows.Forms.Label();
|
|
absFolderCb = new System.Windows.Forms.ComboBox();
|
|
tab1ImportantSettings = new System.Windows.Forms.TabPage();
|
|
checkForUpgradesCbox = new System.Windows.Forms.CheckBox();
|
|
themeLbl = new System.Windows.Forms.Label();
|
|
themeCb = new System.Windows.Forms.ComboBox();
|
|
label22 = new System.Windows.Forms.Label();
|
|
groupBox1 = new System.Windows.Forms.GroupBox();
|
|
applyDisplaySettingsBtn = new System.Windows.Forms.Button();
|
|
gridScaleFactorLbl = new System.Windows.Forms.Label();
|
|
gridScaleFactorTbar = new System.Windows.Forms.TrackBar();
|
|
gridFontScaleFactorLbl = new System.Windows.Forms.Label();
|
|
gridFontScaleFactorTbar = new System.Windows.Forms.TrackBar();
|
|
tokenStorageGb = new System.Windows.Forms.GroupBox();
|
|
encryptTokensCbox = new System.Windows.Forms.CheckBox();
|
|
plaintextTokenWarningLbl = new System.Windows.Forms.Label();
|
|
osSecretStoreUnavailableLbl = new System.Windows.Forms.Label();
|
|
exportMasterKeyBtn = new System.Windows.Forms.Button();
|
|
updateExistingTokensBtn = new System.Windows.Forms.Button();
|
|
booksGb = new System.Windows.Forms.GroupBox();
|
|
booksSelectControl = new DirectoryOrCustomSelectControl();
|
|
lastWriteTimeCb = new System.Windows.Forms.ComboBox();
|
|
creationTimeCb = new System.Windows.Forms.ComboBox();
|
|
lastWriteTimeLbl = new System.Windows.Forms.Label();
|
|
creationTimeLbl = new System.Windows.Forms.Label();
|
|
overwriteExistingCbox = new System.Windows.Forms.CheckBox();
|
|
saveEpisodesToSeriesFolderCbox = new System.Windows.Forms.CheckBox();
|
|
tab2ImportLibrary = new System.Windows.Forms.TabPage();
|
|
importPlusTitlesCb = new System.Windows.Forms.CheckBox();
|
|
autoDownloadEpisodesCb = new System.Windows.Forms.CheckBox();
|
|
autoScanCb = new System.Windows.Forms.CheckBox();
|
|
showImportedStatsCb = new System.Windows.Forms.CheckBox();
|
|
useWebViewCb = new System.Windows.Forms.CheckBox();
|
|
tab3DownloadDecrypt = new System.Windows.Forms.TabPage();
|
|
saveMetadataToFileCbox = new System.Windows.Forms.CheckBox();
|
|
useCoverAsFolderIconCb = new System.Windows.Forms.CheckBox();
|
|
inProgressFilesGb = new System.Windows.Forms.GroupBox();
|
|
inProgressSelectControl = new DirectoryOrCustomSelectControl();
|
|
customFileNamingGb = new System.Windows.Forms.GroupBox();
|
|
editCharreplacementBtn = new System.Windows.Forms.Button();
|
|
chapterFileTemplateBtn = new System.Windows.Forms.Button();
|
|
chapterFileTemplateTb = new System.Windows.Forms.TextBox();
|
|
chapterFileTemplateLbl = new System.Windows.Forms.Label();
|
|
fileTemplateBtn = new System.Windows.Forms.Button();
|
|
fileTemplateTb = new System.Windows.Forms.TextBox();
|
|
fileTemplateLbl = new System.Windows.Forms.Label();
|
|
folderTemplateBtn = new System.Windows.Forms.Button();
|
|
folderTemplateTb = new System.Windows.Forms.TextBox();
|
|
folderTemplateLbl = new System.Windows.Forms.Label();
|
|
tab4AudioFileOptions = new System.Windows.Forms.TabPage();
|
|
request_xHE_AAC_Cbox = new System.Windows.Forms.CheckBox();
|
|
useWidevineCbox = new System.Windows.Forms.CheckBox();
|
|
moveMoovAtomCbox = new System.Windows.Forms.CheckBox();
|
|
fileDownloadQualityCb = new System.Windows.Forms.ComboBox();
|
|
fileDownloadQualityLbl = new System.Windows.Forms.Label();
|
|
combineNestedChapterTitlesCbox = new System.Windows.Forms.CheckBox();
|
|
clipsBookmarksFormatCb = new System.Windows.Forms.ComboBox();
|
|
downloadClipsBookmarksCbox = new System.Windows.Forms.CheckBox();
|
|
audiobookFixupsGb = new System.Windows.Forms.GroupBox();
|
|
minFileDurationLbl = new System.Windows.Forms.Label();
|
|
minFileDurationNud = new System.Windows.Forms.NumericUpDown();
|
|
stripUnabridgedCbox = new System.Windows.Forms.CheckBox();
|
|
chapterTitleTemplateGb = new System.Windows.Forms.GroupBox();
|
|
chapterTitleTemplateBtn = new System.Windows.Forms.Button();
|
|
chapterTitleTemplateTb = new System.Windows.Forms.TextBox();
|
|
lameOptionsGb = new System.Windows.Forms.GroupBox();
|
|
label20 = new System.Windows.Forms.Label();
|
|
label21 = new System.Windows.Forms.Label();
|
|
encoderQualityCb = new System.Windows.Forms.ComboBox();
|
|
maxSampleRateCb = new System.Windows.Forms.ComboBox();
|
|
lameDownsampleMonoCbox = new System.Windows.Forms.CheckBox();
|
|
lameBitrateGb = new System.Windows.Forms.GroupBox();
|
|
LameMatchSourceBRCbox = new System.Windows.Forms.CheckBox();
|
|
lameConstantBitrateCbox = new System.Windows.Forms.CheckBox();
|
|
label7 = new System.Windows.Forms.Label();
|
|
label6 = new System.Windows.Forms.Label();
|
|
label5 = new System.Windows.Forms.Label();
|
|
label4 = new System.Windows.Forms.Label();
|
|
label11 = new System.Windows.Forms.Label();
|
|
label3 = new System.Windows.Forms.Label();
|
|
lameBitrateTb = new System.Windows.Forms.TrackBar();
|
|
lameQualityGb = new System.Windows.Forms.GroupBox();
|
|
label19 = new System.Windows.Forms.Label();
|
|
label18 = new System.Windows.Forms.Label();
|
|
label17 = new System.Windows.Forms.Label();
|
|
label16 = new System.Windows.Forms.Label();
|
|
label12 = new System.Windows.Forms.Label();
|
|
label15 = new System.Windows.Forms.Label();
|
|
label9 = new System.Windows.Forms.Label();
|
|
label8 = new System.Windows.Forms.Label();
|
|
label13 = new System.Windows.Forms.Label();
|
|
label10 = new System.Windows.Forms.Label();
|
|
label14 = new System.Windows.Forms.Label();
|
|
label2 = new System.Windows.Forms.Label();
|
|
lameVBRQualityTb = new System.Windows.Forms.TrackBar();
|
|
groupBox2 = new System.Windows.Forms.GroupBox();
|
|
lameTargetQualityRb = new System.Windows.Forms.RadioButton();
|
|
lameTargetBitrateRb = new System.Windows.Forms.RadioButton();
|
|
label1 = new System.Windows.Forms.Label();
|
|
mergeOpeningEndCreditsCbox = new System.Windows.Forms.CheckBox();
|
|
retainAaxFileCbox = new System.Windows.Forms.CheckBox();
|
|
downloadCoverArtCbox = new System.Windows.Forms.CheckBox();
|
|
createCueSheetCbox = new System.Windows.Forms.CheckBox();
|
|
badBookGb.SuspendLayout();
|
|
dailyDownloadLimitGb.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)dailyDownloadLimitQtyNud).BeginInit();
|
|
tabControl.SuspendLayout();
|
|
tab1ImportantSettings.SuspendLayout();
|
|
groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)gridScaleFactorTbar).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)gridFontScaleFactorTbar).BeginInit();
|
|
tokenStorageGb.SuspendLayout();
|
|
booksGb.SuspendLayout();
|
|
tab2ImportLibrary.SuspendLayout();
|
|
tab3DownloadDecrypt.SuspendLayout();
|
|
inProgressFilesGb.SuspendLayout();
|
|
customFileNamingGb.SuspendLayout();
|
|
tab4AudioFileOptions.SuspendLayout();
|
|
tab5Audiobookshelf.SuspendLayout();
|
|
audiobookFixupsGb.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)minFileDurationNud).BeginInit();
|
|
chapterTitleTemplateGb.SuspendLayout();
|
|
lameOptionsGb.SuspendLayout();
|
|
lameBitrateGb.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)lameBitrateTb).BeginInit();
|
|
lameQualityGb.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)lameVBRQualityTb).BeginInit();
|
|
groupBox2.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// booksLocationDescLbl
|
|
//
|
|
booksLocationDescLbl.AutoSize = true;
|
|
booksLocationDescLbl.Location = new System.Drawing.Point(7, 19);
|
|
booksLocationDescLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
booksLocationDescLbl.Name = "booksLocationDescLbl";
|
|
booksLocationDescLbl.Size = new System.Drawing.Size(69, 15);
|
|
booksLocationDescLbl.TabIndex = 1;
|
|
booksLocationDescLbl.Text = "[book desc]";
|
|
//
|
|
// inProgressDescLbl
|
|
//
|
|
inProgressDescLbl.AutoSize = true;
|
|
inProgressDescLbl.Location = new System.Drawing.Point(7, 17);
|
|
inProgressDescLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
inProgressDescLbl.Name = "inProgressDescLbl";
|
|
inProgressDescLbl.Size = new System.Drawing.Size(100, 45);
|
|
inProgressDescLbl.TabIndex = 18;
|
|
inProgressDescLbl.Text = "[in progress desc]\r\n[line 2]\r\n[line 3]";
|
|
//
|
|
// saveBtn
|
|
//
|
|
saveBtn.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
|
|
saveBtn.Location = new System.Drawing.Point(668, 501);
|
|
saveBtn.Margin = new System.Windows.Forms.Padding(4, 1, 4, 1);
|
|
saveBtn.Name = "saveBtn";
|
|
saveBtn.Size = new System.Drawing.Size(88, 27);
|
|
saveBtn.TabIndex = 98;
|
|
saveBtn.Text = "Save";
|
|
saveBtn.UseVisualStyleBackColor = true;
|
|
saveBtn.Click += saveBtn_Click;
|
|
//
|
|
// cancelBtn
|
|
//
|
|
cancelBtn.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
|
|
cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
cancelBtn.Location = new System.Drawing.Point(785, 501);
|
|
cancelBtn.Margin = new System.Windows.Forms.Padding(1);
|
|
cancelBtn.Name = "cancelBtn";
|
|
cancelBtn.Size = new System.Drawing.Size(88, 27);
|
|
cancelBtn.TabIndex = 99;
|
|
cancelBtn.Text = "Cancel";
|
|
cancelBtn.UseVisualStyleBackColor = true;
|
|
cancelBtn.Click += cancelBtn_Click;
|
|
//
|
|
// importEpisodesCb
|
|
//
|
|
importEpisodesCb.AutoSize = true;
|
|
importEpisodesCb.Location = new System.Drawing.Point(6, 81);
|
|
importEpisodesCb.Name = "importEpisodesCb";
|
|
importEpisodesCb.Size = new System.Drawing.Size(146, 19);
|
|
importEpisodesCb.TabIndex = 4;
|
|
importEpisodesCb.Text = "[import episodes desc]";
|
|
importEpisodesCb.UseVisualStyleBackColor = true;
|
|
//
|
|
// downloadEpisodesCb
|
|
//
|
|
downloadEpisodesCb.AutoSize = true;
|
|
downloadEpisodesCb.Location = new System.Drawing.Point(6, 131);
|
|
downloadEpisodesCb.Name = "downloadEpisodesCb";
|
|
downloadEpisodesCb.Size = new System.Drawing.Size(163, 19);
|
|
downloadEpisodesCb.TabIndex = 6;
|
|
downloadEpisodesCb.Text = "[download episodes desc]";
|
|
downloadEpisodesCb.UseVisualStyleBackColor = true;
|
|
//
|
|
// badBookGb
|
|
//
|
|
badBookGb.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
badBookGb.Controls.Add(badBookIgnoreRb);
|
|
badBookGb.Controls.Add(badBookRetryRb);
|
|
badBookGb.Controls.Add(badBookAbortRb);
|
|
badBookGb.Controls.Add(badBookAskRb);
|
|
badBookGb.Location = new System.Drawing.Point(7, 122);
|
|
badBookGb.Name = "badBookGb";
|
|
badBookGb.Size = new System.Drawing.Size(841, 76);
|
|
badBookGb.TabIndex = 13;
|
|
badBookGb.TabStop = false;
|
|
badBookGb.Text = "[bad book desc]";
|
|
//
|
|
// badBookIgnoreRb
|
|
//
|
|
badBookIgnoreRb.AutoSize = true;
|
|
badBookIgnoreRb.Location = new System.Drawing.Point(384, 47);
|
|
badBookIgnoreRb.Name = "badBookIgnoreRb";
|
|
badBookIgnoreRb.Size = new System.Drawing.Size(94, 19);
|
|
badBookIgnoreRb.TabIndex = 17;
|
|
badBookIgnoreRb.TabStop = true;
|
|
badBookIgnoreRb.Text = "[ignore desc]";
|
|
badBookIgnoreRb.UseVisualStyleBackColor = true;
|
|
//
|
|
// badBookRetryRb
|
|
//
|
|
badBookRetryRb.AutoSize = true;
|
|
badBookRetryRb.Location = new System.Drawing.Point(5, 47);
|
|
badBookRetryRb.Name = "badBookRetryRb";
|
|
badBookRetryRb.Size = new System.Drawing.Size(84, 19);
|
|
badBookRetryRb.TabIndex = 16;
|
|
badBookRetryRb.TabStop = true;
|
|
badBookRetryRb.Text = "[retry desc]";
|
|
badBookRetryRb.UseVisualStyleBackColor = true;
|
|
//
|
|
// badBookAbortRb
|
|
//
|
|
badBookAbortRb.AutoSize = true;
|
|
badBookAbortRb.Location = new System.Drawing.Point(384, 22);
|
|
badBookAbortRb.Name = "badBookAbortRb";
|
|
badBookAbortRb.Size = new System.Drawing.Size(88, 19);
|
|
badBookAbortRb.TabIndex = 15;
|
|
badBookAbortRb.TabStop = true;
|
|
badBookAbortRb.Text = "[abort desc]";
|
|
badBookAbortRb.UseVisualStyleBackColor = true;
|
|
//
|
|
// badBookAskRb
|
|
//
|
|
badBookAskRb.AutoSize = true;
|
|
badBookAskRb.Location = new System.Drawing.Point(6, 22);
|
|
badBookAskRb.Name = "badBookAskRb";
|
|
badBookAskRb.Size = new System.Drawing.Size(77, 19);
|
|
badBookAskRb.TabIndex = 14;
|
|
badBookAskRb.TabStop = true;
|
|
badBookAskRb.Text = "[ask desc]";
|
|
badBookAskRb.UseVisualStyleBackColor = true;
|
|
//
|
|
// stripAudibleBrandingCbox
|
|
//
|
|
stripAudibleBrandingCbox.AutoSize = true;
|
|
stripAudibleBrandingCbox.Location = new System.Drawing.Point(13, 88);
|
|
stripAudibleBrandingCbox.Name = "stripAudibleBrandingCbox";
|
|
stripAudibleBrandingCbox.Size = new System.Drawing.Size(143, 34);
|
|
stripAudibleBrandingCbox.TabIndex = 16;
|
|
stripAudibleBrandingCbox.Text = "[StripAudibleBranding\r\ndesc]";
|
|
stripAudibleBrandingCbox.UseVisualStyleBackColor = true;
|
|
//
|
|
// splitFilesByChapterCbox
|
|
//
|
|
splitFilesByChapterCbox.AutoSize = true;
|
|
splitFilesByChapterCbox.Location = new System.Drawing.Point(13, 22);
|
|
splitFilesByChapterCbox.Name = "splitFilesByChapterCbox";
|
|
splitFilesByChapterCbox.Size = new System.Drawing.Size(162, 19);
|
|
splitFilesByChapterCbox.TabIndex = 14;
|
|
splitFilesByChapterCbox.Text = "[SplitFilesByChapter desc]";
|
|
splitFilesByChapterCbox.UseVisualStyleBackColor = true;
|
|
splitFilesByChapterCbox.CheckedChanged += splitFilesByChapterCbox_CheckedChanged;
|
|
//
|
|
// allowLibationFixupCbox
|
|
//
|
|
allowLibationFixupCbox.AutoSize = true;
|
|
allowLibationFixupCbox.Checked = true;
|
|
allowLibationFixupCbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
allowLibationFixupCbox.Location = new System.Drawing.Point(19, 204);
|
|
allowLibationFixupCbox.Name = "allowLibationFixupCbox";
|
|
allowLibationFixupCbox.Size = new System.Drawing.Size(162, 19);
|
|
allowLibationFixupCbox.TabIndex = 13;
|
|
allowLibationFixupCbox.Text = "[AllowLibationFixup desc]";
|
|
allowLibationFixupCbox.UseVisualStyleBackColor = true;
|
|
allowLibationFixupCbox.CheckedChanged += allowLibationFixupCbox_CheckedChanged;
|
|
//
|
|
// convertLossyRb
|
|
//
|
|
convertLossyRb.AutoSize = true;
|
|
convertLossyRb.Location = new System.Drawing.Point(438, 53);
|
|
convertLossyRb.Name = "convertLossyRb";
|
|
convertLossyRb.Size = new System.Drawing.Size(329, 19);
|
|
convertLossyRb.TabIndex = 27;
|
|
convertLossyRb.TabStop = true;
|
|
convertLossyRb.Text = "Download my books as .MP3 files (transcode if necessary)";
|
|
convertLossyRb.UseVisualStyleBackColor = true;
|
|
convertLossyRb.CheckedChanged += convertFormatRb_CheckedChanged;
|
|
//
|
|
// convertLosslessRb
|
|
//
|
|
convertLosslessRb.AutoSize = true;
|
|
convertLosslessRb.Checked = true;
|
|
convertLosslessRb.Location = new System.Drawing.Point(438, 6);
|
|
convertLosslessRb.Name = "convertLosslessRb";
|
|
convertLosslessRb.Size = new System.Drawing.Size(335, 19);
|
|
convertLosslessRb.TabIndex = 25;
|
|
convertLosslessRb.TabStop = true;
|
|
convertLosslessRb.Text = "Download my books in the original audio format (Lossless)";
|
|
convertLosslessRb.UseVisualStyleBackColor = true;
|
|
convertLosslessRb.CheckedChanged += convertFormatRb_CheckedChanged;
|
|
//
|
|
// logsBtn
|
|
//
|
|
logsBtn.Location = new System.Drawing.Point(256, 534);
|
|
logsBtn.Name = "logsBtn";
|
|
logsBtn.Size = new System.Drawing.Size(132, 23);
|
|
logsBtn.TabIndex = 5;
|
|
logsBtn.Text = "Open log folder";
|
|
logsBtn.UseVisualStyleBackColor = true;
|
|
logsBtn.Click += logsBtn_Click;
|
|
//
|
|
// loggingLevelLbl
|
|
//
|
|
loggingLevelLbl.AutoSize = true;
|
|
loggingLevelLbl.Location = new System.Drawing.Point(6, 537);
|
|
loggingLevelLbl.Name = "loggingLevelLbl";
|
|
loggingLevelLbl.Size = new System.Drawing.Size(78, 15);
|
|
loggingLevelLbl.TabIndex = 3;
|
|
loggingLevelLbl.Text = "Logging level";
|
|
//
|
|
// loggingLevelCb
|
|
//
|
|
loggingLevelCb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
loggingLevelCb.FormattingEnabled = true;
|
|
loggingLevelCb.Location = new System.Drawing.Point(90, 534);
|
|
loggingLevelCb.Name = "loggingLevelCb";
|
|
loggingLevelCb.Size = new System.Drawing.Size(129, 23);
|
|
loggingLevelCb.TabIndex = 4;
|
|
//
|
|
// checkForUpgradesCbox
|
|
//
|
|
checkForUpgradesCbox.AutoSize = true;
|
|
checkForUpgradesCbox.Location = new System.Drawing.Point(6, 569);
|
|
checkForUpgradesCbox.Name = "checkForUpgradesCbox";
|
|
checkForUpgradesCbox.Size = new System.Drawing.Size(300, 19);
|
|
checkForUpgradesCbox.TabIndex = 13;
|
|
checkForUpgradesCbox.Text = "[Check for upgrades at startup]";
|
|
checkForUpgradesCbox.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabControl
|
|
//
|
|
tabControl.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
tabControl.Controls.Add(tab1ImportantSettings);
|
|
tabControl.Controls.Add(tab2ImportLibrary);
|
|
tabControl.Controls.Add(tab3DownloadDecrypt);
|
|
tabControl.Controls.Add(tab4AudioFileOptions);
|
|
tabControl.Controls.Add(tab5Audiobookshelf);
|
|
tabControl.Location = new System.Drawing.Point(12, 12);
|
|
tabControl.Name = "tabControl";
|
|
tabControl.SelectedIndex = 0;
|
|
tabControl.Size = new System.Drawing.Size(864, 485);
|
|
tabControl.TabIndex = 100;
|
|
//
|
|
// tab1ImportantSettings
|
|
//
|
|
tab1ImportantSettings.AutoScroll = true;
|
|
tab1ImportantSettings.BackColor = System.Drawing.SystemColors.Window;
|
|
tab1ImportantSettings.Controls.Add(checkForUpgradesCbox);
|
|
tab1ImportantSettings.Controls.Add(themeLbl);
|
|
tab1ImportantSettings.Controls.Add(themeCb);
|
|
tab1ImportantSettings.Controls.Add(label22);
|
|
tab1ImportantSettings.Controls.Add(groupBox1);
|
|
tab1ImportantSettings.Controls.Add(tokenStorageGb);
|
|
tab1ImportantSettings.Controls.Add(booksGb);
|
|
tab1ImportantSettings.Controls.Add(logsBtn);
|
|
tab1ImportantSettings.Controls.Add(loggingLevelCb);
|
|
tab1ImportantSettings.Controls.Add(loggingLevelLbl);
|
|
tab1ImportantSettings.Location = new System.Drawing.Point(4, 24);
|
|
tab1ImportantSettings.Name = "tab1ImportantSettings";
|
|
tab1ImportantSettings.Padding = new System.Windows.Forms.Padding(3);
|
|
tab1ImportantSettings.Size = new System.Drawing.Size(856, 457);
|
|
tab1ImportantSettings.TabIndex = 0;
|
|
tab1ImportantSettings.Text = "Important settings";
|
|
//
|
|
// themeLbl
|
|
//
|
|
themeLbl.AutoSize = true;
|
|
themeLbl.Location = new System.Drawing.Point(190, 503);
|
|
themeLbl.Name = "themeLbl";
|
|
themeLbl.Size = new System.Drawing.Size(296, 15);
|
|
themeLbl.TabIndex = 12;
|
|
themeLbl.Text = "You must restart Libation for this change to take effect.";
|
|
//
|
|
// themeCb
|
|
//
|
|
themeCb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
themeCb.FormattingEnabled = true;
|
|
themeCb.Location = new System.Drawing.Point(63, 500);
|
|
themeCb.Name = "themeCb";
|
|
themeCb.Size = new System.Drawing.Size(121, 23);
|
|
themeCb.TabIndex = 11;
|
|
themeCb.SelectedIndexChanged += themeCb_SelectedIndexChanged;
|
|
//
|
|
// label22
|
|
//
|
|
label22.AutoSize = true;
|
|
label22.Location = new System.Drawing.Point(4, 503);
|
|
label22.Name = "label22";
|
|
label22.Size = new System.Drawing.Size(44, 15);
|
|
label22.TabIndex = 10;
|
|
label22.Text = "Theme";
|
|
//
|
|
// groupBox1
|
|
//
|
|
groupBox1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
groupBox1.Controls.Add(applyDisplaySettingsBtn);
|
|
groupBox1.Controls.Add(gridScaleFactorLbl);
|
|
groupBox1.Controls.Add(gridScaleFactorTbar);
|
|
groupBox1.Controls.Add(gridFontScaleFactorLbl);
|
|
groupBox1.Controls.Add(gridFontScaleFactorTbar);
|
|
groupBox1.Location = new System.Drawing.Point(6, 387);
|
|
groupBox1.Name = "groupBox1";
|
|
groupBox1.Size = new System.Drawing.Size(844, 83);
|
|
groupBox1.TabIndex = 9;
|
|
groupBox1.TabStop = false;
|
|
groupBox1.Text = "Display Settings";
|
|
//
|
|
// applyDisplaySettingsBtn
|
|
//
|
|
applyDisplaySettingsBtn.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
applyDisplaySettingsBtn.Location = new System.Drawing.Point(672, 26);
|
|
applyDisplaySettingsBtn.Name = "applyDisplaySettingsBtn";
|
|
applyDisplaySettingsBtn.Size = new System.Drawing.Size(148, 34);
|
|
applyDisplaySettingsBtn.TabIndex = 9;
|
|
applyDisplaySettingsBtn.Text = "Apply Display Settings";
|
|
applyDisplaySettingsBtn.UseVisualStyleBackColor = true;
|
|
applyDisplaySettingsBtn.Click += applyDisplaySettingsBtn_Click;
|
|
//
|
|
// gridScaleFactorLbl
|
|
//
|
|
gridScaleFactorLbl.AutoSize = true;
|
|
gridScaleFactorLbl.Location = new System.Drawing.Point(6, 36);
|
|
gridScaleFactorLbl.Name = "gridScaleFactorLbl";
|
|
gridScaleFactorLbl.Size = new System.Drawing.Size(124, 15);
|
|
gridScaleFactorLbl.TabIndex = 8;
|
|
gridScaleFactorLbl.Text = "[GridScaleFactor desc]";
|
|
//
|
|
// gridScaleFactorTbar
|
|
//
|
|
gridScaleFactorTbar.AutoSize = false;
|
|
gridScaleFactorTbar.LargeChange = 25;
|
|
gridScaleFactorTbar.Location = new System.Drawing.Point(136, 36);
|
|
gridScaleFactorTbar.Maximum = 100;
|
|
gridScaleFactorTbar.Minimum = -100;
|
|
gridScaleFactorTbar.Name = "gridScaleFactorTbar";
|
|
gridScaleFactorTbar.Size = new System.Drawing.Size(160, 20);
|
|
gridScaleFactorTbar.TabIndex = 7;
|
|
gridScaleFactorTbar.TickFrequency = 25;
|
|
//
|
|
// gridFontScaleFactorLbl
|
|
//
|
|
gridFontScaleFactorLbl.AutoSize = true;
|
|
gridFontScaleFactorLbl.Location = new System.Drawing.Point(320, 36);
|
|
gridFontScaleFactorLbl.Name = "gridFontScaleFactorLbl";
|
|
gridFontScaleFactorLbl.Size = new System.Drawing.Size(124, 15);
|
|
gridFontScaleFactorLbl.TabIndex = 8;
|
|
gridFontScaleFactorLbl.Text = "[GridScaleFactor desc]";
|
|
//
|
|
// gridFontScaleFactorTbar
|
|
//
|
|
gridFontScaleFactorTbar.AutoSize = false;
|
|
gridFontScaleFactorTbar.LargeChange = 25;
|
|
gridFontScaleFactorTbar.Location = new System.Drawing.Point(450, 36);
|
|
gridFontScaleFactorTbar.Maximum = 100;
|
|
gridFontScaleFactorTbar.Minimum = -100;
|
|
gridFontScaleFactorTbar.Name = "gridFontScaleFactorTbar";
|
|
gridFontScaleFactorTbar.Size = new System.Drawing.Size(160, 20);
|
|
gridFontScaleFactorTbar.TabIndex = 7;
|
|
gridFontScaleFactorTbar.TickFrequency = 25;
|
|
//
|
|
// tokenStorageGb
|
|
//
|
|
tokenStorageGb.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
tokenStorageGb.Controls.Add(updateExistingTokensBtn);
|
|
tokenStorageGb.Controls.Add(exportMasterKeyBtn);
|
|
tokenStorageGb.Controls.Add(osSecretStoreUnavailableLbl);
|
|
tokenStorageGb.Controls.Add(plaintextTokenWarningLbl);
|
|
tokenStorageGb.Controls.Add(encryptTokensCbox);
|
|
tokenStorageGb.Location = new System.Drawing.Point(6, 277);
|
|
tokenStorageGb.Name = "tokenStorageGb";
|
|
tokenStorageGb.Size = new System.Drawing.Size(844, 104);
|
|
tokenStorageGb.TabIndex = 8;
|
|
tokenStorageGb.TabStop = false;
|
|
tokenStorageGb.Text = "Authentication tokens";
|
|
//
|
|
// encryptTokensCbox
|
|
//
|
|
encryptTokensCbox.AutoSize = true;
|
|
encryptTokensCbox.Location = new System.Drawing.Point(8, 22);
|
|
encryptTokensCbox.Name = "encryptTokensCbox";
|
|
encryptTokensCbox.Size = new System.Drawing.Size(520, 19);
|
|
encryptTokensCbox.TabIndex = 0;
|
|
encryptTokensCbox.Text = "Store authentication tokens encrypted. Unchecking this option stores tokens in plaintext.";
|
|
encryptTokensCbox.UseVisualStyleBackColor = true;
|
|
encryptTokensCbox.CheckedChanged += encryptTokensCbox_CheckedChanged;
|
|
//
|
|
// plaintextTokenWarningLbl
|
|
//
|
|
plaintextTokenWarningLbl.AutoSize = true;
|
|
plaintextTokenWarningLbl.ForeColor = System.Drawing.Color.DarkRed;
|
|
plaintextTokenWarningLbl.Location = new System.Drawing.Point(27, 44);
|
|
plaintextTokenWarningLbl.Name = "plaintextTokenWarningLbl";
|
|
plaintextTokenWarningLbl.Size = new System.Drawing.Size(480, 15);
|
|
plaintextTokenWarningLbl.TabIndex = 1;
|
|
plaintextTokenWarningLbl.Text = "Authentication tokens will be stored as readable plaintext in AccountsSettings.json.";
|
|
//
|
|
// osSecretStoreUnavailableLbl
|
|
//
|
|
osSecretStoreUnavailableLbl.AutoSize = true;
|
|
osSecretStoreUnavailableLbl.ForeColor = System.Drawing.Color.DarkRed;
|
|
osSecretStoreUnavailableLbl.Location = new System.Drawing.Point(27, 44);
|
|
osSecretStoreUnavailableLbl.Name = "osSecretStoreUnavailableLbl";
|
|
osSecretStoreUnavailableLbl.Size = new System.Drawing.Size(250, 15);
|
|
osSecretStoreUnavailableLbl.TabIndex = 2;
|
|
osSecretStoreUnavailableLbl.Text = "[OS secret store unavailable]";
|
|
osSecretStoreUnavailableLbl.Visible = false;
|
|
//
|
|
// exportMasterKeyBtn
|
|
//
|
|
exportMasterKeyBtn.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
exportMasterKeyBtn.Location = new System.Drawing.Point(422, 68);
|
|
exportMasterKeyBtn.Name = "exportMasterKeyBtn";
|
|
exportMasterKeyBtn.Size = new System.Drawing.Size(200, 27);
|
|
exportMasterKeyBtn.TabIndex = 3;
|
|
exportMasterKeyBtn.Text = "Export encryption key...";
|
|
exportMasterKeyBtn.UseVisualStyleBackColor = true;
|
|
exportMasterKeyBtn.Click += exportMasterKeyBtn_Click;
|
|
//
|
|
// updateExistingTokensBtn
|
|
//
|
|
updateExistingTokensBtn.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
updateExistingTokensBtn.Location = new System.Drawing.Point(628, 68);
|
|
updateExistingTokensBtn.Name = "updateExistingTokensBtn";
|
|
updateExistingTokensBtn.Size = new System.Drawing.Size(200, 27);
|
|
updateExistingTokensBtn.TabIndex = 4;
|
|
updateExistingTokensBtn.Text = "Update existing stored tokens";
|
|
updateExistingTokensBtn.UseVisualStyleBackColor = true;
|
|
updateExistingTokensBtn.Click += updateExistingTokensBtn_Click;
|
|
//
|
|
// booksGb
|
|
//
|
|
booksGb.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
booksGb.Controls.Add(booksSelectControl);
|
|
booksGb.Controls.Add(lastWriteTimeCb);
|
|
booksGb.Controls.Add(creationTimeCb);
|
|
booksGb.Controls.Add(lastWriteTimeLbl);
|
|
booksGb.Controls.Add(creationTimeLbl);
|
|
booksGb.Controls.Add(overwriteExistingCbox);
|
|
booksGb.Controls.Add(saveEpisodesToSeriesFolderCbox);
|
|
booksGb.Controls.Add(booksLocationDescLbl);
|
|
booksGb.Location = new System.Drawing.Point(6, 6);
|
|
booksGb.Name = "booksGb";
|
|
booksGb.Size = new System.Drawing.Size(844, 265);
|
|
booksGb.TabIndex = 0;
|
|
booksGb.TabStop = false;
|
|
booksGb.Text = "Books location";
|
|
//
|
|
// booksSelectControl
|
|
//
|
|
booksSelectControl.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
booksSelectControl.Location = new System.Drawing.Point(8, 37);
|
|
booksSelectControl.Name = "booksSelectControl";
|
|
booksSelectControl.Size = new System.Drawing.Size(830, 80);
|
|
booksSelectControl.TabIndex = 6;
|
|
//
|
|
// lastWriteTimeCb
|
|
//
|
|
lastWriteTimeCb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
lastWriteTimeCb.FormattingEnabled = true;
|
|
lastWriteTimeCb.Location = new System.Drawing.Point(212, 229);
|
|
lastWriteTimeCb.Name = "lastWriteTimeCb";
|
|
lastWriteTimeCb.Size = new System.Drawing.Size(272, 23);
|
|
lastWriteTimeCb.TabIndex = 5;
|
|
//
|
|
// creationTimeCb
|
|
//
|
|
creationTimeCb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
creationTimeCb.FormattingEnabled = true;
|
|
creationTimeCb.Location = new System.Drawing.Point(212, 200);
|
|
creationTimeCb.Name = "creationTimeCb";
|
|
creationTimeCb.Size = new System.Drawing.Size(272, 23);
|
|
creationTimeCb.TabIndex = 5;
|
|
//
|
|
// lastWriteTimeLbl
|
|
//
|
|
lastWriteTimeLbl.AutoSize = true;
|
|
lastWriteTimeLbl.Location = new System.Drawing.Point(8, 232);
|
|
lastWriteTimeLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
lastWriteTimeLbl.Name = "lastWriteTimeLbl";
|
|
lastWriteTimeLbl.Size = new System.Drawing.Size(116, 15);
|
|
lastWriteTimeLbl.TabIndex = 4;
|
|
lastWriteTimeLbl.Text = "[last write time desc]";
|
|
//
|
|
// creationTimeLbl
|
|
//
|
|
creationTimeLbl.AutoSize = true;
|
|
creationTimeLbl.Location = new System.Drawing.Point(8, 203);
|
|
creationTimeLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
creationTimeLbl.Name = "creationTimeLbl";
|
|
creationTimeLbl.Size = new System.Drawing.Size(112, 15);
|
|
creationTimeLbl.TabIndex = 4;
|
|
creationTimeLbl.Text = "[creation time desc]";
|
|
//
|
|
// overwriteExistingCbox
|
|
//
|
|
overwriteExistingCbox.AutoSize = true;
|
|
overwriteExistingCbox.Location = new System.Drawing.Point(8, 171);
|
|
overwriteExistingCbox.Name = "overwriteExistingCbox";
|
|
overwriteExistingCbox.Size = new System.Drawing.Size(128, 19);
|
|
overwriteExistingCbox.TabIndex = 3;
|
|
overwriteExistingCbox.Text = "[Overwrite Existing]";
|
|
overwriteExistingCbox.UseVisualStyleBackColor = true;
|
|
//
|
|
// saveEpisodesToSeriesFolderCbox
|
|
//
|
|
saveEpisodesToSeriesFolderCbox.AutoSize = true;
|
|
saveEpisodesToSeriesFolderCbox.Location = new System.Drawing.Point(8, 146);
|
|
saveEpisodesToSeriesFolderCbox.Name = "saveEpisodesToSeriesFolderCbox";
|
|
saveEpisodesToSeriesFolderCbox.Size = new System.Drawing.Size(192, 19);
|
|
saveEpisodesToSeriesFolderCbox.TabIndex = 3;
|
|
saveEpisodesToSeriesFolderCbox.Text = "[Save Episodes To Series Folder]";
|
|
saveEpisodesToSeriesFolderCbox.UseVisualStyleBackColor = true;
|
|
//
|
|
// tab2ImportLibrary
|
|
//
|
|
tab2ImportLibrary.AutoScroll = true;
|
|
tab2ImportLibrary.BackColor = System.Drawing.SystemColors.Window;
|
|
tab2ImportLibrary.Controls.Add(importPlusTitlesCb);
|
|
tab2ImportLibrary.Controls.Add(autoDownloadEpisodesCb);
|
|
tab2ImportLibrary.Controls.Add(autoScanCb);
|
|
tab2ImportLibrary.Controls.Add(showImportedStatsCb);
|
|
tab2ImportLibrary.Controls.Add(useWebViewCb);
|
|
tab2ImportLibrary.Controls.Add(importEpisodesCb);
|
|
tab2ImportLibrary.Controls.Add(downloadEpisodesCb);
|
|
tab2ImportLibrary.Location = new System.Drawing.Point(4, 24);
|
|
tab2ImportLibrary.Name = "tab2ImportLibrary";
|
|
tab2ImportLibrary.Padding = new System.Windows.Forms.Padding(3);
|
|
tab2ImportLibrary.Size = new System.Drawing.Size(856, 457);
|
|
tab2ImportLibrary.TabIndex = 1;
|
|
tab2ImportLibrary.Text = "Import library";
|
|
//
|
|
// importPlusTitlesCb
|
|
//
|
|
importPlusTitlesCb.AutoSize = true;
|
|
importPlusTitlesCb.Location = new System.Drawing.Point(6, 106);
|
|
importPlusTitlesCb.Name = "importPlusTitlesCb";
|
|
importPlusTitlesCb.Size = new System.Drawing.Size(199, 19);
|
|
importPlusTitlesCb.TabIndex = 5;
|
|
importPlusTitlesCb.Text = "[import audible plus books desc]";
|
|
importPlusTitlesCb.UseVisualStyleBackColor = true;
|
|
//
|
|
// autoDownloadEpisodesCb
|
|
//
|
|
autoDownloadEpisodesCb.AutoSize = true;
|
|
autoDownloadEpisodesCb.Location = new System.Drawing.Point(6, 156);
|
|
autoDownloadEpisodesCb.Name = "autoDownloadEpisodesCb";
|
|
autoDownloadEpisodesCb.Size = new System.Drawing.Size(190, 19);
|
|
autoDownloadEpisodesCb.TabIndex = 7;
|
|
autoDownloadEpisodesCb.Text = "[auto download episodes desc]";
|
|
autoDownloadEpisodesCb.UseVisualStyleBackColor = true;
|
|
//
|
|
// autoScanCb
|
|
//
|
|
autoScanCb.AutoSize = true;
|
|
autoScanCb.Location = new System.Drawing.Point(6, 6);
|
|
autoScanCb.Name = "autoScanCb";
|
|
autoScanCb.Size = new System.Drawing.Size(112, 19);
|
|
autoScanCb.TabIndex = 1;
|
|
autoScanCb.Text = "[auto scan desc]";
|
|
autoScanCb.UseVisualStyleBackColor = true;
|
|
//
|
|
// showImportedStatsCb
|
|
//
|
|
showImportedStatsCb.AutoSize = true;
|
|
showImportedStatsCb.Location = new System.Drawing.Point(6, 31);
|
|
showImportedStatsCb.Name = "showImportedStatsCb";
|
|
showImportedStatsCb.Size = new System.Drawing.Size(168, 19);
|
|
showImportedStatsCb.TabIndex = 2;
|
|
showImportedStatsCb.Text = "[show imported stats desc]";
|
|
showImportedStatsCb.UseVisualStyleBackColor = true;
|
|
//
|
|
// useWebViewCb
|
|
//
|
|
useWebViewCb.AutoSize = true;
|
|
useWebViewCb.Location = new System.Drawing.Point(6, 56);
|
|
useWebViewCb.Name = "useWebViewCb";
|
|
useWebViewCb.Size = new System.Drawing.Size(112, 19);
|
|
useWebViewCb.TabIndex = 3;
|
|
useWebViewCb.Text = "[use webview desc]";
|
|
useWebViewCb.UseVisualStyleBackColor = true;
|
|
//
|
|
// dailyDownloadLimitGb
|
|
//
|
|
dailyDownloadLimitGb.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
dailyDownloadLimitGb.Controls.Add(dailyDownloadLimitApproxLbl);
|
|
dailyDownloadLimitGb.Controls.Add(dailyDownloadLimitUnitCb);
|
|
dailyDownloadLimitGb.Controls.Add(dailyDownloadLimitQtyNud);
|
|
dailyDownloadLimitGb.Controls.Add(dailyDownloadLimitQtyLbl);
|
|
dailyDownloadLimitGb.Controls.Add(dailyDownloadLimitScopeCb);
|
|
dailyDownloadLimitGb.Controls.Add(dailyDownloadLimitDescLbl);
|
|
dailyDownloadLimitGb.Location = new System.Drawing.Point(7, 6);
|
|
dailyDownloadLimitGb.Name = "dailyDownloadLimitGb";
|
|
dailyDownloadLimitGb.Size = new System.Drawing.Size(842, 110);
|
|
dailyDownloadLimitGb.TabIndex = 23;
|
|
dailyDownloadLimitGb.TabStop = false;
|
|
dailyDownloadLimitGb.Text = "[daily download limit desc]";
|
|
//
|
|
// dailyDownloadLimitDescLbl
|
|
//
|
|
dailyDownloadLimitDescLbl.Location = new System.Drawing.Point(7, 19);
|
|
dailyDownloadLimitDescLbl.Name = "dailyDownloadLimitDescLbl";
|
|
dailyDownloadLimitDescLbl.Size = new System.Drawing.Size(828, 32);
|
|
dailyDownloadLimitDescLbl.TabIndex = 1;
|
|
dailyDownloadLimitDescLbl.Text = "[daily download limit long desc]";
|
|
//
|
|
// dailyDownloadLimitScopeCb
|
|
//
|
|
dailyDownloadLimitScopeCb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
dailyDownloadLimitScopeCb.FormattingEnabled = true;
|
|
dailyDownloadLimitScopeCb.Location = new System.Drawing.Point(7, 57);
|
|
dailyDownloadLimitScopeCb.Name = "dailyDownloadLimitScopeCb";
|
|
dailyDownloadLimitScopeCb.Size = new System.Drawing.Size(200, 23);
|
|
dailyDownloadLimitScopeCb.TabIndex = 2;
|
|
dailyDownloadLimitScopeCb.SelectedIndexChanged += dailyDownloadLimitScopeCb_SelectedIndexChanged;
|
|
//
|
|
// dailyDownloadLimitQtyLbl
|
|
//
|
|
dailyDownloadLimitQtyLbl.AutoSize = true;
|
|
dailyDownloadLimitQtyLbl.Location = new System.Drawing.Point(220, 61);
|
|
dailyDownloadLimitQtyLbl.Name = "dailyDownloadLimitQtyLbl";
|
|
dailyDownloadLimitQtyLbl.Size = new System.Drawing.Size(38, 15);
|
|
dailyDownloadLimitQtyLbl.TabIndex = 3;
|
|
dailyDownloadLimitQtyLbl.Text = "[qty]";
|
|
//
|
|
// dailyDownloadLimitQtyNud
|
|
//
|
|
dailyDownloadLimitQtyNud.Location = new System.Drawing.Point(264, 57);
|
|
dailyDownloadLimitQtyNud.Maximum = new decimal(new int[] { int.MaxValue, 0, 0, 0 });
|
|
dailyDownloadLimitQtyNud.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
|
|
dailyDownloadLimitQtyNud.Name = "dailyDownloadLimitQtyNud";
|
|
dailyDownloadLimitQtyNud.Size = new System.Drawing.Size(110, 23);
|
|
dailyDownloadLimitQtyNud.TabIndex = 4;
|
|
dailyDownloadLimitQtyNud.Value = new decimal(new int[] { 50, 0, 0, 0 });
|
|
//
|
|
// dailyDownloadLimitUnitCb
|
|
//
|
|
dailyDownloadLimitUnitCb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
dailyDownloadLimitUnitCb.FormattingEnabled = true;
|
|
dailyDownloadLimitUnitCb.Location = new System.Drawing.Point(383, 57);
|
|
dailyDownloadLimitUnitCb.Name = "dailyDownloadLimitUnitCb";
|
|
dailyDownloadLimitUnitCb.Size = new System.Drawing.Size(90, 23);
|
|
dailyDownloadLimitUnitCb.TabIndex = 5;
|
|
dailyDownloadLimitUnitCb.SelectedIndexChanged += dailyDownloadLimitUnitCb_SelectedIndexChanged;
|
|
//
|
|
// dailyDownloadLimitApproxLbl
|
|
//
|
|
dailyDownloadLimitApproxLbl.Location = new System.Drawing.Point(485, 53);
|
|
dailyDownloadLimitApproxLbl.Name = "dailyDownloadLimitApproxLbl";
|
|
dailyDownloadLimitApproxLbl.Size = new System.Drawing.Size(350, 45);
|
|
dailyDownloadLimitApproxLbl.TabIndex = 6;
|
|
dailyDownloadLimitApproxLbl.Text = "[mb/gb approximate note]";
|
|
//
|
|
// tab3DownloadDecrypt
|
|
//
|
|
tab3DownloadDecrypt.AutoScroll = true;
|
|
tab3DownloadDecrypt.BackColor = System.Drawing.SystemColors.Window;
|
|
tab3DownloadDecrypt.Controls.Add(saveMetadataToFileCbox);
|
|
tab3DownloadDecrypt.Controls.Add(useCoverAsFolderIconCb);
|
|
tab3DownloadDecrypt.Controls.Add(inProgressFilesGb);
|
|
tab3DownloadDecrypt.Controls.Add(customFileNamingGb);
|
|
tab3DownloadDecrypt.Controls.Add(badBookGb);
|
|
tab3DownloadDecrypt.Controls.Add(dailyDownloadLimitGb);
|
|
tab3DownloadDecrypt.Location = new System.Drawing.Point(4, 24);
|
|
tab3DownloadDecrypt.Name = "tab3DownloadDecrypt";
|
|
tab3DownloadDecrypt.Padding = new System.Windows.Forms.Padding(3);
|
|
tab3DownloadDecrypt.Size = new System.Drawing.Size(856, 457);
|
|
tab3DownloadDecrypt.TabIndex = 2;
|
|
tab3DownloadDecrypt.Text = "Download/Decrypt";
|
|
//
|
|
// saveMetadataToFileCbox
|
|
//
|
|
saveMetadataToFileCbox.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
saveMetadataToFileCbox.AutoSize = true;
|
|
saveMetadataToFileCbox.Location = new System.Drawing.Point(481, 551);
|
|
saveMetadataToFileCbox.Name = "saveMetadataToFileCbox";
|
|
saveMetadataToFileCbox.Size = new System.Drawing.Size(166, 19);
|
|
saveMetadataToFileCbox.TabIndex = 22;
|
|
saveMetadataToFileCbox.Text = "[SaveMetadataToFile desc]";
|
|
saveMetadataToFileCbox.UseVisualStyleBackColor = true;
|
|
//
|
|
// useCoverAsFolderIconCb
|
|
//
|
|
useCoverAsFolderIconCb.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left;
|
|
useCoverAsFolderIconCb.AutoSize = true;
|
|
useCoverAsFolderIconCb.Location = new System.Drawing.Point(6, 551);
|
|
useCoverAsFolderIconCb.Name = "useCoverAsFolderIconCb";
|
|
useCoverAsFolderIconCb.Size = new System.Drawing.Size(180, 19);
|
|
useCoverAsFolderIconCb.TabIndex = 22;
|
|
useCoverAsFolderIconCb.Text = "[UseCoverAsFolderIcon desc]";
|
|
useCoverAsFolderIconCb.UseVisualStyleBackColor = true;
|
|
//
|
|
// inProgressFilesGb
|
|
//
|
|
inProgressFilesGb.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
inProgressFilesGb.Controls.Add(inProgressSelectControl);
|
|
inProgressFilesGb.Controls.Add(inProgressDescLbl);
|
|
inProgressFilesGb.Location = new System.Drawing.Point(6, 397);
|
|
inProgressFilesGb.Name = "inProgressFilesGb";
|
|
inProgressFilesGb.Size = new System.Drawing.Size(842, 148);
|
|
inProgressFilesGb.TabIndex = 21;
|
|
inProgressFilesGb.TabStop = false;
|
|
inProgressFilesGb.Text = "In progress files";
|
|
//
|
|
// inProgressSelectControl
|
|
//
|
|
inProgressSelectControl.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
inProgressSelectControl.Location = new System.Drawing.Point(6, 65);
|
|
inProgressSelectControl.Name = "inProgressSelectControl";
|
|
inProgressSelectControl.Size = new System.Drawing.Size(830, 80);
|
|
inProgressSelectControl.TabIndex = 19;
|
|
//
|
|
// customFileNamingGb
|
|
//
|
|
customFileNamingGb.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
customFileNamingGb.Controls.Add(editCharreplacementBtn);
|
|
customFileNamingGb.Controls.Add(chapterFileTemplateBtn);
|
|
customFileNamingGb.Controls.Add(chapterFileTemplateTb);
|
|
customFileNamingGb.Controls.Add(chapterFileTemplateLbl);
|
|
customFileNamingGb.Controls.Add(fileTemplateBtn);
|
|
customFileNamingGb.Controls.Add(fileTemplateTb);
|
|
customFileNamingGb.Controls.Add(fileTemplateLbl);
|
|
customFileNamingGb.Controls.Add(folderTemplateBtn);
|
|
customFileNamingGb.Controls.Add(folderTemplateTb);
|
|
customFileNamingGb.Controls.Add(folderTemplateLbl);
|
|
customFileNamingGb.Location = new System.Drawing.Point(7, 204);
|
|
customFileNamingGb.Name = "customFileNamingGb";
|
|
customFileNamingGb.Size = new System.Drawing.Size(842, 187);
|
|
customFileNamingGb.TabIndex = 20;
|
|
customFileNamingGb.TabStop = false;
|
|
customFileNamingGb.Text = "Custom file naming";
|
|
//
|
|
// editCharreplacementBtn
|
|
//
|
|
editCharreplacementBtn.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
|
|
editCharreplacementBtn.Location = new System.Drawing.Point(5, 158);
|
|
editCharreplacementBtn.Name = "editCharreplacementBtn";
|
|
editCharreplacementBtn.Size = new System.Drawing.Size(281, 23);
|
|
editCharreplacementBtn.TabIndex = 8;
|
|
editCharreplacementBtn.Text = "[edit char replacement desc]";
|
|
editCharreplacementBtn.UseVisualStyleBackColor = true;
|
|
editCharreplacementBtn.Click += editCharreplacementBtn_Click;
|
|
//
|
|
// chapterFileTemplateBtn
|
|
//
|
|
chapterFileTemplateBtn.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
chapterFileTemplateBtn.Location = new System.Drawing.Point(762, 124);
|
|
chapterFileTemplateBtn.Name = "chapterFileTemplateBtn";
|
|
chapterFileTemplateBtn.Size = new System.Drawing.Size(75, 23);
|
|
chapterFileTemplateBtn.TabIndex = 8;
|
|
chapterFileTemplateBtn.Text = "Edit...";
|
|
chapterFileTemplateBtn.UseVisualStyleBackColor = true;
|
|
chapterFileTemplateBtn.Click += chapterFileTemplateBtn_Click;
|
|
//
|
|
// chapterFileTemplateTb
|
|
//
|
|
chapterFileTemplateTb.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
chapterFileTemplateTb.Location = new System.Drawing.Point(6, 125);
|
|
chapterFileTemplateTb.Name = "chapterFileTemplateTb";
|
|
chapterFileTemplateTb.ReadOnly = true;
|
|
chapterFileTemplateTb.Size = new System.Drawing.Size(750, 23);
|
|
chapterFileTemplateTb.TabIndex = 7;
|
|
//
|
|
// chapterFileTemplateLbl
|
|
//
|
|
chapterFileTemplateLbl.AutoSize = true;
|
|
chapterFileTemplateLbl.Location = new System.Drawing.Point(6, 107);
|
|
chapterFileTemplateLbl.Name = "chapterFileTemplateLbl";
|
|
chapterFileTemplateLbl.Size = new System.Drawing.Size(132, 15);
|
|
chapterFileTemplateLbl.TabIndex = 6;
|
|
chapterFileTemplateLbl.Text = "[chapter template desc]";
|
|
//
|
|
// fileTemplateBtn
|
|
//
|
|
fileTemplateBtn.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
fileTemplateBtn.Location = new System.Drawing.Point(762, 80);
|
|
fileTemplateBtn.Name = "fileTemplateBtn";
|
|
fileTemplateBtn.Size = new System.Drawing.Size(75, 23);
|
|
fileTemplateBtn.TabIndex = 5;
|
|
fileTemplateBtn.Text = "Edit...";
|
|
fileTemplateBtn.UseVisualStyleBackColor = true;
|
|
fileTemplateBtn.Click += fileTemplateBtn_Click;
|
|
//
|
|
// fileTemplateTb
|
|
//
|
|
fileTemplateTb.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
fileTemplateTb.Location = new System.Drawing.Point(6, 81);
|
|
fileTemplateTb.Name = "fileTemplateTb";
|
|
fileTemplateTb.ReadOnly = true;
|
|
fileTemplateTb.Size = new System.Drawing.Size(750, 23);
|
|
fileTemplateTb.TabIndex = 4;
|
|
//
|
|
// fileTemplateLbl
|
|
//
|
|
fileTemplateLbl.AutoSize = true;
|
|
fileTemplateLbl.Location = new System.Drawing.Point(6, 63);
|
|
fileTemplateLbl.Name = "fileTemplateLbl";
|
|
fileTemplateLbl.Size = new System.Drawing.Size(108, 15);
|
|
fileTemplateLbl.TabIndex = 3;
|
|
fileTemplateLbl.Text = "[file template desc]";
|
|
//
|
|
// folderTemplateBtn
|
|
//
|
|
folderTemplateBtn.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
folderTemplateBtn.Location = new System.Drawing.Point(762, 36);
|
|
folderTemplateBtn.Name = "folderTemplateBtn";
|
|
folderTemplateBtn.Size = new System.Drawing.Size(75, 23);
|
|
folderTemplateBtn.TabIndex = 2;
|
|
folderTemplateBtn.Text = "Edit...";
|
|
folderTemplateBtn.UseVisualStyleBackColor = true;
|
|
folderTemplateBtn.Click += folderTemplateBtn_Click;
|
|
//
|
|
// folderTemplateTb
|
|
//
|
|
folderTemplateTb.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
folderTemplateTb.Location = new System.Drawing.Point(5, 37);
|
|
folderTemplateTb.Name = "folderTemplateTb";
|
|
folderTemplateTb.ReadOnly = true;
|
|
folderTemplateTb.Size = new System.Drawing.Size(750, 23);
|
|
folderTemplateTb.TabIndex = 1;
|
|
//
|
|
// folderTemplateLbl
|
|
//
|
|
folderTemplateLbl.AutoSize = true;
|
|
folderTemplateLbl.Location = new System.Drawing.Point(5, 19);
|
|
folderTemplateLbl.Name = "folderTemplateLbl";
|
|
folderTemplateLbl.Size = new System.Drawing.Size(123, 15);
|
|
folderTemplateLbl.TabIndex = 0;
|
|
folderTemplateLbl.Text = "[folder template desc]";
|
|
//
|
|
// tab4AudioFileOptions
|
|
//
|
|
tab4AudioFileOptions.AutoScroll = true;
|
|
tab4AudioFileOptions.BackColor = System.Drawing.SystemColors.Window;
|
|
tab4AudioFileOptions.Controls.Add(request_xHE_AAC_Cbox);
|
|
tab4AudioFileOptions.Controls.Add(useWidevineCbox);
|
|
tab4AudioFileOptions.Controls.Add(moveMoovAtomCbox);
|
|
tab4AudioFileOptions.Controls.Add(fileDownloadQualityCb);
|
|
tab4AudioFileOptions.Controls.Add(fileDownloadQualityLbl);
|
|
tab4AudioFileOptions.Controls.Add(combineNestedChapterTitlesCbox);
|
|
tab4AudioFileOptions.Controls.Add(convertLosslessRb);
|
|
tab4AudioFileOptions.Controls.Add(convertLossyRb);
|
|
tab4AudioFileOptions.Controls.Add(clipsBookmarksFormatCb);
|
|
tab4AudioFileOptions.Controls.Add(downloadClipsBookmarksCbox);
|
|
tab4AudioFileOptions.Controls.Add(audiobookFixupsGb);
|
|
tab4AudioFileOptions.Controls.Add(chapterTitleTemplateGb);
|
|
tab4AudioFileOptions.Controls.Add(lameOptionsGb);
|
|
tab4AudioFileOptions.Controls.Add(mergeOpeningEndCreditsCbox);
|
|
tab4AudioFileOptions.Controls.Add(retainAaxFileCbox);
|
|
tab4AudioFileOptions.Controls.Add(downloadCoverArtCbox);
|
|
tab4AudioFileOptions.Controls.Add(createCueSheetCbox);
|
|
tab4AudioFileOptions.Controls.Add(allowLibationFixupCbox);
|
|
tab4AudioFileOptions.Location = new System.Drawing.Point(4, 24);
|
|
tab4AudioFileOptions.Name = "tab4AudioFileOptions";
|
|
tab4AudioFileOptions.Padding = new System.Windows.Forms.Padding(3);
|
|
tab4AudioFileOptions.Size = new System.Drawing.Size(856, 457);
|
|
tab4AudioFileOptions.TabIndex = 3;
|
|
tab4AudioFileOptions.Text = "Audio File Options";
|
|
//
|
|
// tab5Audiobookshelf
|
|
//
|
|
tab5Audiobookshelf.AutoScroll = true;
|
|
tab5Audiobookshelf.BackColor = System.Drawing.SystemColors.Window;
|
|
tab5Audiobookshelf.Controls.Add(absEnabledCb);
|
|
tab5Audiobookshelf.Controls.Add(absPlaintextWarningLbl);
|
|
tab5Audiobookshelf.Controls.Add(absUrlLbl);
|
|
tab5Audiobookshelf.Controls.Add(absUrlTb);
|
|
tab5Audiobookshelf.Controls.Add(absTokenLbl);
|
|
tab5Audiobookshelf.Controls.Add(absTokenTb);
|
|
tab5Audiobookshelf.Controls.Add(absConnectBtn);
|
|
tab5Audiobookshelf.Controls.Add(absStatusLbl);
|
|
tab5Audiobookshelf.Controls.Add(absLibraryLbl);
|
|
tab5Audiobookshelf.Controls.Add(absLibraryCb);
|
|
tab5Audiobookshelf.Controls.Add(absFolderLbl);
|
|
tab5Audiobookshelf.Controls.Add(absFolderCb);
|
|
tab5Audiobookshelf.Location = new System.Drawing.Point(4, 24);
|
|
tab5Audiobookshelf.Name = "tab5Audiobookshelf";
|
|
tab5Audiobookshelf.Padding = new System.Windows.Forms.Padding(3);
|
|
tab5Audiobookshelf.Size = new System.Drawing.Size(856, 457);
|
|
tab5Audiobookshelf.TabIndex = 4;
|
|
tab5Audiobookshelf.Text = "Audiobookshelf";
|
|
//
|
|
// request_xHE_AAC_Cbox
|
|
//
|
|
request_xHE_AAC_Cbox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
request_xHE_AAC_Cbox.Checked = true;
|
|
request_xHE_AAC_Cbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
request_xHE_AAC_Cbox.Location = new System.Drawing.Point(239, 35);
|
|
request_xHE_AAC_Cbox.Name = "request_xHE_AAC_Cbox";
|
|
request_xHE_AAC_Cbox.Size = new System.Drawing.Size(183, 19);
|
|
request_xHE_AAC_Cbox.TabIndex = 3;
|
|
request_xHE_AAC_Cbox.Text = "[Request_xHE_AAC desc]";
|
|
request_xHE_AAC_Cbox.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
request_xHE_AAC_Cbox.UseVisualStyleBackColor = true;
|
|
//
|
|
// useWidevineCbox
|
|
//
|
|
useWidevineCbox.AutoSize = true;
|
|
useWidevineCbox.Checked = true;
|
|
useWidevineCbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
useWidevineCbox.Location = new System.Drawing.Point(19, 35);
|
|
useWidevineCbox.Name = "useWidevineCbox";
|
|
useWidevineCbox.Size = new System.Drawing.Size(129, 19);
|
|
useWidevineCbox.TabIndex = 2;
|
|
useWidevineCbox.Text = "[UseWidevine desc]";
|
|
useWidevineCbox.UseVisualStyleBackColor = true;
|
|
useWidevineCbox.CheckedChanged += useWidevineCbox_CheckedChanged;
|
|
//
|
|
// moveMoovAtomCbox
|
|
//
|
|
moveMoovAtomCbox.AutoSize = true;
|
|
moveMoovAtomCbox.Location = new System.Drawing.Point(448, 28);
|
|
moveMoovAtomCbox.Name = "moveMoovAtomCbox";
|
|
moveMoovAtomCbox.Size = new System.Drawing.Size(189, 19);
|
|
moveMoovAtomCbox.TabIndex = 26;
|
|
moveMoovAtomCbox.Text = "[MoveMoovToBeginning desc]";
|
|
moveMoovAtomCbox.UseVisualStyleBackColor = true;
|
|
//
|
|
// fileDownloadQualityCb
|
|
//
|
|
fileDownloadQualityCb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
fileDownloadQualityCb.FormattingEnabled = true;
|
|
fileDownloadQualityCb.Location = new System.Drawing.Point(292, 6);
|
|
fileDownloadQualityCb.Margin = new System.Windows.Forms.Padding(3, 3, 5, 3);
|
|
fileDownloadQualityCb.Name = "fileDownloadQualityCb";
|
|
fileDownloadQualityCb.Size = new System.Drawing.Size(130, 23);
|
|
fileDownloadQualityCb.TabIndex = 1;
|
|
//
|
|
// fileDownloadQualityLbl
|
|
//
|
|
fileDownloadQualityLbl.AutoSize = true;
|
|
fileDownloadQualityLbl.Location = new System.Drawing.Point(19, 9);
|
|
fileDownloadQualityLbl.Margin = new System.Windows.Forms.Padding(0, 0, 2, 0);
|
|
fileDownloadQualityLbl.Name = "fileDownloadQualityLbl";
|
|
fileDownloadQualityLbl.Size = new System.Drawing.Size(152, 15);
|
|
fileDownloadQualityLbl.TabIndex = 1;
|
|
fileDownloadQualityLbl.Text = "[FileDownloadQuality desc]";
|
|
//
|
|
// combineNestedChapterTitlesCbox
|
|
//
|
|
combineNestedChapterTitlesCbox.AutoSize = true;
|
|
combineNestedChapterTitlesCbox.Location = new System.Drawing.Point(19, 180);
|
|
combineNestedChapterTitlesCbox.Name = "combineNestedChapterTitlesCbox";
|
|
combineNestedChapterTitlesCbox.Size = new System.Drawing.Size(217, 19);
|
|
combineNestedChapterTitlesCbox.TabIndex = 12;
|
|
combineNestedChapterTitlesCbox.Text = "[CombineNestedChapterTitles desc]";
|
|
combineNestedChapterTitlesCbox.UseVisualStyleBackColor = true;
|
|
//
|
|
// clipsBookmarksFormatCb
|
|
//
|
|
clipsBookmarksFormatCb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
clipsBookmarksFormatCb.FormattingEnabled = true;
|
|
clipsBookmarksFormatCb.Location = new System.Drawing.Point(285, 106);
|
|
clipsBookmarksFormatCb.Name = "clipsBookmarksFormatCb";
|
|
clipsBookmarksFormatCb.Size = new System.Drawing.Size(67, 23);
|
|
clipsBookmarksFormatCb.TabIndex = 9;
|
|
//
|
|
// downloadClipsBookmarksCbox
|
|
//
|
|
downloadClipsBookmarksCbox.AutoSize = true;
|
|
downloadClipsBookmarksCbox.Location = new System.Drawing.Point(19, 108);
|
|
downloadClipsBookmarksCbox.Name = "downloadClipsBookmarksCbox";
|
|
downloadClipsBookmarksCbox.Size = new System.Drawing.Size(248, 19);
|
|
downloadClipsBookmarksCbox.TabIndex = 8;
|
|
downloadClipsBookmarksCbox.Text = "Download Clips, Notes, and Bookmarks as";
|
|
downloadClipsBookmarksCbox.UseVisualStyleBackColor = true;
|
|
downloadClipsBookmarksCbox.CheckedChanged += downloadClipsBookmarksCbox_CheckedChanged;
|
|
//
|
|
// audiobookFixupsGb
|
|
//
|
|
audiobookFixupsGb.Controls.Add(minFileDurationLbl);
|
|
audiobookFixupsGb.Controls.Add(minFileDurationNud);
|
|
audiobookFixupsGb.Controls.Add(splitFilesByChapterCbox);
|
|
audiobookFixupsGb.Controls.Add(stripUnabridgedCbox);
|
|
audiobookFixupsGb.Controls.Add(stripAudibleBrandingCbox);
|
|
audiobookFixupsGb.Location = new System.Drawing.Point(6, 229);
|
|
audiobookFixupsGb.Name = "audiobookFixupsGb";
|
|
audiobookFixupsGb.Size = new System.Drawing.Size(416, 153);
|
|
audiobookFixupsGb.TabIndex = 14;
|
|
audiobookFixupsGb.TabStop = false;
|
|
audiobookFixupsGb.Text = "Audiobook Fix-ups";
|
|
//
|
|
// minFileDurationLbl
|
|
//
|
|
minFileDurationLbl.AutoSize = true;
|
|
minFileDurationLbl.Location = new System.Drawing.Point(34, 44);
|
|
minFileDurationLbl.Margin = new System.Windows.Forms.Padding(0, 0, 2, 0);
|
|
minFileDurationLbl.Name = "minFileDurationLbl";
|
|
minFileDurationLbl.Size = new System.Drawing.Size(159, 15);
|
|
minFileDurationLbl.TabIndex = 29;
|
|
minFileDurationLbl.Text = "[MinimumFileDuration desc]";
|
|
//
|
|
// minFileDurationNud
|
|
//
|
|
minFileDurationNud.Location = new System.Drawing.Point(243, 41);
|
|
minFileDurationNud.Maximum = new decimal(new int[] { 120, 0, 0, 0 });
|
|
minFileDurationNud.Name = "minFileDurationNud";
|
|
minFileDurationNud.Size = new System.Drawing.Size(51, 23);
|
|
minFileDurationNud.TabIndex = 17;
|
|
minFileDurationNud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// stripUnabridgedCbox
|
|
//
|
|
stripUnabridgedCbox.AutoSize = true;
|
|
stripUnabridgedCbox.Location = new System.Drawing.Point(13, 63);
|
|
stripUnabridgedCbox.Name = "stripUnabridgedCbox";
|
|
stripUnabridgedCbox.Size = new System.Drawing.Size(147, 19);
|
|
stripUnabridgedCbox.TabIndex = 15;
|
|
stripUnabridgedCbox.Text = "[StripUnabridged desc]";
|
|
stripUnabridgedCbox.UseVisualStyleBackColor = true;
|
|
//
|
|
// chapterTitleTemplateGb
|
|
//
|
|
chapterTitleTemplateGb.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
chapterTitleTemplateGb.Controls.Add(chapterTitleTemplateBtn);
|
|
chapterTitleTemplateGb.Controls.Add(chapterTitleTemplateTb);
|
|
chapterTitleTemplateGb.Location = new System.Drawing.Point(3, 388);
|
|
chapterTitleTemplateGb.Name = "chapterTitleTemplateGb";
|
|
chapterTitleTemplateGb.Size = new System.Drawing.Size(847, 54);
|
|
chapterTitleTemplateGb.TabIndex = 18;
|
|
chapterTitleTemplateGb.TabStop = false;
|
|
chapterTitleTemplateGb.Text = "[chapter title template desc]";
|
|
//
|
|
// chapterTitleTemplateBtn
|
|
//
|
|
chapterTitleTemplateBtn.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
chapterTitleTemplateBtn.Location = new System.Drawing.Point(769, 22);
|
|
chapterTitleTemplateBtn.Name = "chapterTitleTemplateBtn";
|
|
chapterTitleTemplateBtn.Size = new System.Drawing.Size(75, 23);
|
|
chapterTitleTemplateBtn.TabIndex = 17;
|
|
chapterTitleTemplateBtn.Text = "Edit...";
|
|
chapterTitleTemplateBtn.UseVisualStyleBackColor = true;
|
|
chapterTitleTemplateBtn.Click += chapterTitleTemplateBtn_Click;
|
|
//
|
|
// chapterTitleTemplateTb
|
|
//
|
|
chapterTitleTemplateTb.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
chapterTitleTemplateTb.Location = new System.Drawing.Point(6, 22);
|
|
chapterTitleTemplateTb.Name = "chapterTitleTemplateTb";
|
|
chapterTitleTemplateTb.ReadOnly = true;
|
|
chapterTitleTemplateTb.Size = new System.Drawing.Size(757, 23);
|
|
chapterTitleTemplateTb.TabIndex = 18;
|
|
//
|
|
// lameOptionsGb
|
|
//
|
|
lameOptionsGb.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
lameOptionsGb.Controls.Add(label20);
|
|
lameOptionsGb.Controls.Add(label21);
|
|
lameOptionsGb.Controls.Add(encoderQualityCb);
|
|
lameOptionsGb.Controls.Add(maxSampleRateCb);
|
|
lameOptionsGb.Controls.Add(lameDownsampleMonoCbox);
|
|
lameOptionsGb.Controls.Add(lameBitrateGb);
|
|
lameOptionsGb.Controls.Add(lameQualityGb);
|
|
lameOptionsGb.Controls.Add(groupBox2);
|
|
lameOptionsGb.Controls.Add(label1);
|
|
lameOptionsGb.Location = new System.Drawing.Point(438, 78);
|
|
lameOptionsGb.Name = "lameOptionsGb";
|
|
lameOptionsGb.Size = new System.Drawing.Size(412, 304);
|
|
lameOptionsGb.TabIndex = 28;
|
|
lameOptionsGb.TabStop = false;
|
|
lameOptionsGb.Text = "Mp3 Encoding Options";
|
|
//
|
|
// label20
|
|
//
|
|
label20.AutoSize = true;
|
|
label20.Location = new System.Drawing.Point(6, 75);
|
|
label20.Name = "label20";
|
|
label20.Size = new System.Drawing.Size(100, 15);
|
|
label20.TabIndex = 3;
|
|
label20.Text = "Max Sample Rate:";
|
|
//
|
|
// label21
|
|
//
|
|
label21.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
label21.AutoSize = true;
|
|
label21.Location = new System.Drawing.Point(227, 75);
|
|
label21.Name = "label21";
|
|
label21.Size = new System.Drawing.Size(94, 15);
|
|
label21.TabIndex = 0;
|
|
label21.Text = "Encoder Quality:";
|
|
//
|
|
// encoderQualityCb
|
|
//
|
|
encoderQualityCb.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
encoderQualityCb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
encoderQualityCb.FormattingEnabled = true;
|
|
encoderQualityCb.Location = new System.Drawing.Point(327, 72);
|
|
encoderQualityCb.Name = "encoderQualityCb";
|
|
encoderQualityCb.Size = new System.Drawing.Size(79, 23);
|
|
encoderQualityCb.TabIndex = 32;
|
|
//
|
|
// maxSampleRateCb
|
|
//
|
|
maxSampleRateCb.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
maxSampleRateCb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
maxSampleRateCb.FormattingEnabled = true;
|
|
maxSampleRateCb.Location = new System.Drawing.Point(113, 72);
|
|
maxSampleRateCb.Name = "maxSampleRateCb";
|
|
maxSampleRateCb.Size = new System.Drawing.Size(75, 23);
|
|
maxSampleRateCb.TabIndex = 31;
|
|
//
|
|
// lameDownsampleMonoCbox
|
|
//
|
|
lameDownsampleMonoCbox.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
lameDownsampleMonoCbox.Location = new System.Drawing.Point(209, 29);
|
|
lameDownsampleMonoCbox.Name = "lameDownsampleMonoCbox";
|
|
lameDownsampleMonoCbox.Size = new System.Drawing.Size(197, 34);
|
|
lameDownsampleMonoCbox.TabIndex = 30;
|
|
lameDownsampleMonoCbox.Text = "Downsample stereo to mono?\r\n(Recommended)\r\n";
|
|
lameDownsampleMonoCbox.UseVisualStyleBackColor = true;
|
|
//
|
|
// lameBitrateGb
|
|
//
|
|
lameBitrateGb.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
lameBitrateGb.Controls.Add(LameMatchSourceBRCbox);
|
|
lameBitrateGb.Controls.Add(lameConstantBitrateCbox);
|
|
lameBitrateGb.Controls.Add(label7);
|
|
lameBitrateGb.Controls.Add(label6);
|
|
lameBitrateGb.Controls.Add(label5);
|
|
lameBitrateGb.Controls.Add(label4);
|
|
lameBitrateGb.Controls.Add(label11);
|
|
lameBitrateGb.Controls.Add(label3);
|
|
lameBitrateGb.Controls.Add(lameBitrateTb);
|
|
lameBitrateGb.Location = new System.Drawing.Point(6, 100);
|
|
lameBitrateGb.Name = "lameBitrateGb";
|
|
lameBitrateGb.Size = new System.Drawing.Size(400, 92);
|
|
lameBitrateGb.TabIndex = 33;
|
|
lameBitrateGb.TabStop = false;
|
|
lameBitrateGb.Text = "Bitrate";
|
|
//
|
|
// LameMatchSourceBRCbox
|
|
//
|
|
LameMatchSourceBRCbox.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
LameMatchSourceBRCbox.AutoSize = true;
|
|
LameMatchSourceBRCbox.Location = new System.Drawing.Point(254, 65);
|
|
LameMatchSourceBRCbox.Name = "LameMatchSourceBRCbox";
|
|
LameMatchSourceBRCbox.Size = new System.Drawing.Size(140, 19);
|
|
LameMatchSourceBRCbox.TabIndex = 35;
|
|
LameMatchSourceBRCbox.Text = "Match source bitrate?";
|
|
LameMatchSourceBRCbox.UseVisualStyleBackColor = true;
|
|
LameMatchSourceBRCbox.CheckedChanged += LameMatchSourceBRCbox_CheckedChanged;
|
|
//
|
|
// lameConstantBitrateCbox
|
|
//
|
|
lameConstantBitrateCbox.AutoSize = true;
|
|
lameConstantBitrateCbox.Location = new System.Drawing.Point(10, 65);
|
|
lameConstantBitrateCbox.Name = "lameConstantBitrateCbox";
|
|
lameConstantBitrateCbox.Size = new System.Drawing.Size(216, 19);
|
|
lameConstantBitrateCbox.TabIndex = 34;
|
|
lameConstantBitrateCbox.Text = "Restrict encoder to constant bitrate?";
|
|
lameConstantBitrateCbox.UseVisualStyleBackColor = true;
|
|
//
|
|
// label7
|
|
//
|
|
label7.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
label7.AutoSize = true;
|
|
label7.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
label7.Location = new System.Drawing.Point(368, 47);
|
|
label7.Name = "label7";
|
|
label7.Size = new System.Drawing.Size(25, 15);
|
|
label7.TabIndex = 1;
|
|
label7.Text = "320";
|
|
//
|
|
// label6
|
|
//
|
|
label6.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
label6.AutoSize = true;
|
|
label6.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
label6.Location = new System.Drawing.Point(293, 47);
|
|
label6.Name = "label6";
|
|
label6.Size = new System.Drawing.Size(25, 15);
|
|
label6.TabIndex = 1;
|
|
label6.Text = "256";
|
|
//
|
|
// label5
|
|
//
|
|
label5.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
label5.AutoSize = true;
|
|
label5.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
label5.Location = new System.Drawing.Point(217, 47);
|
|
label5.Name = "label5";
|
|
label5.Size = new System.Drawing.Size(25, 15);
|
|
label5.TabIndex = 1;
|
|
label5.Text = "192";
|
|
//
|
|
// label4
|
|
//
|
|
label4.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
label4.AutoSize = true;
|
|
label4.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
label4.Location = new System.Drawing.Point(139, 47);
|
|
label4.Name = "label4";
|
|
label4.Size = new System.Drawing.Size(25, 15);
|
|
label4.TabIndex = 1;
|
|
label4.Text = "128";
|
|
//
|
|
// label11
|
|
//
|
|
label11.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
label11.AutoSize = true;
|
|
label11.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
label11.Location = new System.Drawing.Point(10, 47);
|
|
label11.Name = "label11";
|
|
label11.Size = new System.Drawing.Size(19, 15);
|
|
label11.TabIndex = 1;
|
|
label11.Text = "16";
|
|
//
|
|
// label3
|
|
//
|
|
label3.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
label3.AutoSize = true;
|
|
label3.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
label3.Location = new System.Drawing.Point(66, 47);
|
|
label3.Name = "label3";
|
|
label3.Size = new System.Drawing.Size(19, 15);
|
|
label3.TabIndex = 1;
|
|
label3.Text = "64";
|
|
//
|
|
// lameBitrateTb
|
|
//
|
|
lameBitrateTb.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
lameBitrateTb.LargeChange = 32;
|
|
lameBitrateTb.Location = new System.Drawing.Point(6, 17);
|
|
lameBitrateTb.Maximum = 320;
|
|
lameBitrateTb.Minimum = 16;
|
|
lameBitrateTb.Name = "lameBitrateTb";
|
|
lameBitrateTb.Size = new System.Drawing.Size(388, 45);
|
|
lameBitrateTb.SmallChange = 8;
|
|
lameBitrateTb.TabIndex = 33;
|
|
lameBitrateTb.TickFrequency = 16;
|
|
lameBitrateTb.Value = 64;
|
|
//
|
|
// lameQualityGb
|
|
//
|
|
lameQualityGb.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
lameQualityGb.Controls.Add(label19);
|
|
lameQualityGb.Controls.Add(label18);
|
|
lameQualityGb.Controls.Add(label17);
|
|
lameQualityGb.Controls.Add(label16);
|
|
lameQualityGb.Controls.Add(label12);
|
|
lameQualityGb.Controls.Add(label15);
|
|
lameQualityGb.Controls.Add(label9);
|
|
lameQualityGb.Controls.Add(label8);
|
|
lameQualityGb.Controls.Add(label13);
|
|
lameQualityGb.Controls.Add(label10);
|
|
lameQualityGb.Controls.Add(label14);
|
|
lameQualityGb.Controls.Add(label2);
|
|
lameQualityGb.Controls.Add(lameVBRQualityTb);
|
|
lameQualityGb.Location = new System.Drawing.Point(6, 196);
|
|
lameQualityGb.Name = "lameQualityGb";
|
|
lameQualityGb.Size = new System.Drawing.Size(400, 85);
|
|
lameQualityGb.TabIndex = 36;
|
|
lameQualityGb.TabStop = false;
|
|
lameQualityGb.Text = "Quality";
|
|
//
|
|
// label19
|
|
//
|
|
label19.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
label19.AutoSize = true;
|
|
label19.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
label19.Location = new System.Drawing.Point(332, 47);
|
|
label19.Name = "label19";
|
|
label19.Size = new System.Drawing.Size(20, 15);
|
|
label19.TabIndex = 1;
|
|
label19.Text = "V8";
|
|
//
|
|
// label18
|
|
//
|
|
label18.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
label18.AutoSize = true;
|
|
label18.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
label18.Location = new System.Drawing.Point(291, 47);
|
|
label18.Name = "label18";
|
|
label18.Size = new System.Drawing.Size(20, 15);
|
|
label18.TabIndex = 1;
|
|
label18.Text = "V7";
|
|
//
|
|
// label17
|
|
//
|
|
label17.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
label17.AutoSize = true;
|
|
label17.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
label17.Location = new System.Drawing.Point(251, 47);
|
|
label17.Name = "label17";
|
|
label17.Size = new System.Drawing.Size(20, 15);
|
|
label17.TabIndex = 1;
|
|
label17.Text = "V6";
|
|
//
|
|
// label16
|
|
//
|
|
label16.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
label16.AutoSize = true;
|
|
label16.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
label16.Location = new System.Drawing.Point(212, 47);
|
|
label16.Name = "label16";
|
|
label16.Size = new System.Drawing.Size(20, 15);
|
|
label16.TabIndex = 1;
|
|
label16.Text = "V5";
|
|
//
|
|
// label12
|
|
//
|
|
label12.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
label12.AutoSize = true;
|
|
label12.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
label12.Location = new System.Drawing.Point(170, 47);
|
|
label12.Name = "label12";
|
|
label12.Size = new System.Drawing.Size(20, 15);
|
|
label12.TabIndex = 1;
|
|
label12.Text = "V4";
|
|
//
|
|
// label15
|
|
//
|
|
label15.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
label15.AutoSize = true;
|
|
label15.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
label15.Location = new System.Drawing.Point(130, 47);
|
|
label15.Name = "label15";
|
|
label15.Size = new System.Drawing.Size(20, 15);
|
|
label15.TabIndex = 1;
|
|
label15.Text = "V3";
|
|
//
|
|
// label9
|
|
//
|
|
label9.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
label9.AutoSize = true;
|
|
label9.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
label9.Location = new System.Drawing.Point(89, 47);
|
|
label9.Name = "label9";
|
|
label9.Size = new System.Drawing.Size(20, 15);
|
|
label9.TabIndex = 1;
|
|
label9.Text = "V2";
|
|
//
|
|
// label8
|
|
//
|
|
label8.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
label8.AutoSize = true;
|
|
label8.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
label8.Location = new System.Drawing.Point(371, 47);
|
|
label8.Name = "label8";
|
|
label8.Size = new System.Drawing.Size(20, 15);
|
|
label8.TabIndex = 1;
|
|
label8.Text = "V9";
|
|
//
|
|
// label13
|
|
//
|
|
label13.AutoSize = true;
|
|
label13.Location = new System.Drawing.Point(355, 66);
|
|
label13.Name = "label13";
|
|
label13.Size = new System.Drawing.Size(39, 15);
|
|
label13.TabIndex = 0;
|
|
label13.Text = "Lower";
|
|
//
|
|
// label10
|
|
//
|
|
label10.AutoSize = true;
|
|
label10.Location = new System.Drawing.Point(6, 66);
|
|
label10.Name = "label10";
|
|
label10.Size = new System.Drawing.Size(43, 15);
|
|
label10.TabIndex = 0;
|
|
label10.Text = "Higher";
|
|
//
|
|
// label14
|
|
//
|
|
label14.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
label14.AutoSize = true;
|
|
label14.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
label14.Location = new System.Drawing.Point(50, 47);
|
|
label14.Name = "label14";
|
|
label14.Size = new System.Drawing.Size(20, 15);
|
|
label14.TabIndex = 1;
|
|
label14.Text = "V1";
|
|
//
|
|
// label2
|
|
//
|
|
label2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
label2.AutoSize = true;
|
|
label2.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
label2.Location = new System.Drawing.Point(10, 47);
|
|
label2.Name = "label2";
|
|
label2.Size = new System.Drawing.Size(20, 15);
|
|
label2.TabIndex = 1;
|
|
label2.Text = "V0";
|
|
//
|
|
// lameVBRQualityTb
|
|
//
|
|
lameVBRQualityTb.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
lameVBRQualityTb.LargeChange = 1;
|
|
lameVBRQualityTb.Location = new System.Drawing.Point(6, 17);
|
|
lameVBRQualityTb.Maximum = 9;
|
|
lameVBRQualityTb.Name = "lameVBRQualityTb";
|
|
lameVBRQualityTb.Size = new System.Drawing.Size(388, 45);
|
|
lameVBRQualityTb.TabIndex = 36;
|
|
lameVBRQualityTb.Value = 9;
|
|
//
|
|
// groupBox2
|
|
//
|
|
groupBox2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
groupBox2.Controls.Add(lameTargetQualityRb);
|
|
groupBox2.Controls.Add(lameTargetBitrateRb);
|
|
groupBox2.Location = new System.Drawing.Point(6, 22);
|
|
groupBox2.Name = "groupBox2";
|
|
groupBox2.Size = new System.Drawing.Size(182, 45);
|
|
groupBox2.TabIndex = 28;
|
|
groupBox2.TabStop = false;
|
|
groupBox2.Text = "Target";
|
|
//
|
|
// lameTargetQualityRb
|
|
//
|
|
lameTargetQualityRb.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
lameTargetQualityRb.AutoSize = true;
|
|
lameTargetQualityRb.Location = new System.Drawing.Point(104, 18);
|
|
lameTargetQualityRb.Name = "lameTargetQualityRb";
|
|
lameTargetQualityRb.Size = new System.Drawing.Size(63, 19);
|
|
lameTargetQualityRb.TabIndex = 29;
|
|
lameTargetQualityRb.TabStop = true;
|
|
lameTargetQualityRb.Text = "Quality";
|
|
lameTargetQualityRb.UseVisualStyleBackColor = true;
|
|
lameTargetQualityRb.CheckedChanged += lameTargetRb_CheckedChanged;
|
|
//
|
|
// lameTargetBitrateRb
|
|
//
|
|
lameTargetBitrateRb.AutoSize = true;
|
|
lameTargetBitrateRb.Location = new System.Drawing.Point(14, 18);
|
|
lameTargetBitrateRb.Name = "lameTargetBitrateRb";
|
|
lameTargetBitrateRb.Size = new System.Drawing.Size(59, 19);
|
|
lameTargetBitrateRb.TabIndex = 28;
|
|
lameTargetBitrateRb.TabStop = true;
|
|
lameTargetBitrateRb.Text = "Bitrate";
|
|
lameTargetBitrateRb.UseVisualStyleBackColor = true;
|
|
lameTargetBitrateRb.CheckedChanged += lameTargetRb_CheckedChanged;
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Enabled = false;
|
|
label1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Italic);
|
|
label1.Location = new System.Drawing.Point(6, 286);
|
|
label1.Name = "label1";
|
|
label1.Size = new System.Drawing.Size(172, 15);
|
|
label1.TabIndex = 0;
|
|
label1.Text = "Using L.A.M.E. encoding engine";
|
|
//
|
|
// mergeOpeningEndCreditsCbox
|
|
//
|
|
mergeOpeningEndCreditsCbox.AutoSize = true;
|
|
mergeOpeningEndCreditsCbox.Location = new System.Drawing.Point(19, 156);
|
|
mergeOpeningEndCreditsCbox.Name = "mergeOpeningEndCreditsCbox";
|
|
mergeOpeningEndCreditsCbox.Size = new System.Drawing.Size(198, 19);
|
|
mergeOpeningEndCreditsCbox.TabIndex = 11;
|
|
mergeOpeningEndCreditsCbox.Text = "[MergeOpeningEndCredits desc]";
|
|
mergeOpeningEndCreditsCbox.UseVisualStyleBackColor = true;
|
|
//
|
|
// retainAaxFileCbox
|
|
//
|
|
retainAaxFileCbox.AutoSize = true;
|
|
retainAaxFileCbox.Location = new System.Drawing.Point(19, 132);
|
|
retainAaxFileCbox.Name = "retainAaxFileCbox";
|
|
retainAaxFileCbox.Size = new System.Drawing.Size(131, 19);
|
|
retainAaxFileCbox.TabIndex = 10;
|
|
retainAaxFileCbox.Text = "[RetainAaxFile desc]";
|
|
retainAaxFileCbox.UseVisualStyleBackColor = true;
|
|
retainAaxFileCbox.CheckedChanged += allowLibationFixupCbox_CheckedChanged;
|
|
//
|
|
// downloadCoverArtCbox
|
|
//
|
|
downloadCoverArtCbox.AutoSize = true;
|
|
downloadCoverArtCbox.Checked = true;
|
|
downloadCoverArtCbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
downloadCoverArtCbox.Location = new System.Drawing.Point(19, 84);
|
|
downloadCoverArtCbox.Name = "downloadCoverArtCbox";
|
|
downloadCoverArtCbox.Size = new System.Drawing.Size(162, 19);
|
|
downloadCoverArtCbox.TabIndex = 7;
|
|
downloadCoverArtCbox.Text = "[DownloadCoverArt desc]";
|
|
downloadCoverArtCbox.UseVisualStyleBackColor = true;
|
|
downloadCoverArtCbox.CheckedChanged += allowLibationFixupCbox_CheckedChanged;
|
|
//
|
|
// createCueSheetCbox
|
|
//
|
|
createCueSheetCbox.AutoSize = true;
|
|
createCueSheetCbox.Checked = true;
|
|
createCueSheetCbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
createCueSheetCbox.Location = new System.Drawing.Point(19, 60);
|
|
createCueSheetCbox.Name = "createCueSheetCbox";
|
|
createCueSheetCbox.Size = new System.Drawing.Size(145, 19);
|
|
createCueSheetCbox.TabIndex = 6;
|
|
createCueSheetCbox.Text = "[CreateCueSheet desc]";
|
|
createCueSheetCbox.UseVisualStyleBackColor = true;
|
|
createCueSheetCbox.CheckedChanged += allowLibationFixupCbox_CheckedChanged;
|
|
//
|
|
// absEnabledCb
|
|
//
|
|
absEnabledCb.AutoSize = true;
|
|
absEnabledCb.Location = new System.Drawing.Point(6, 6);
|
|
absEnabledCb.Name = "absEnabledCb";
|
|
absEnabledCb.Size = new System.Drawing.Size(280, 19);
|
|
absEnabledCb.TabIndex = 0;
|
|
absEnabledCb.Text = "[AudiobookshelfEnabled desc]";
|
|
absEnabledCb.UseVisualStyleBackColor = true;
|
|
absEnabledCb.CheckedChanged += absEnabledCb_CheckedChanged;
|
|
//
|
|
// absPlaintextWarningLbl
|
|
//
|
|
absPlaintextWarningLbl.AutoSize = true;
|
|
absPlaintextWarningLbl.ForeColor = System.Drawing.Color.DarkOrange;
|
|
absPlaintextWarningLbl.Location = new System.Drawing.Point(6, 30);
|
|
absPlaintextWarningLbl.Name = "absPlaintextWarningLbl";
|
|
absPlaintextWarningLbl.Size = new System.Drawing.Size(480, 15);
|
|
absPlaintextWarningLbl.TabIndex = 1;
|
|
absPlaintextWarningLbl.Text = "Warning: The API token is stored as plaintext in Settings.json.";
|
|
//
|
|
// absUrlLbl
|
|
//
|
|
absUrlLbl.AutoSize = true;
|
|
absUrlLbl.Location = new System.Drawing.Point(6, 55);
|
|
absUrlLbl.Name = "absUrlLbl";
|
|
absUrlLbl.Size = new System.Drawing.Size(70, 15);
|
|
absUrlLbl.TabIndex = 2;
|
|
absUrlLbl.Text = "[AudiobookshelfServerUrl desc]";
|
|
//
|
|
// absUrlTb
|
|
//
|
|
absUrlTb.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
absUrlTb.Location = new System.Drawing.Point(90, 52);
|
|
absUrlTb.Name = "absUrlTb";
|
|
absUrlTb.Size = new System.Drawing.Size(550, 23);
|
|
absUrlTb.TabIndex = 3;
|
|
//
|
|
// absTokenLbl
|
|
//
|
|
absTokenLbl.AutoSize = true;
|
|
absTokenLbl.Location = new System.Drawing.Point(6, 84);
|
|
absTokenLbl.Name = "absTokenLbl";
|
|
absTokenLbl.Size = new System.Drawing.Size(65, 15);
|
|
absTokenLbl.TabIndex = 4;
|
|
absTokenLbl.Text = "[AudiobookshelfApiToken desc]";
|
|
//
|
|
// absTokenTb
|
|
//
|
|
absTokenTb.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
absTokenTb.Location = new System.Drawing.Point(90, 81);
|
|
absTokenTb.Name = "absTokenTb";
|
|
absTokenTb.Size = new System.Drawing.Size(550, 23);
|
|
absTokenTb.TabIndex = 5;
|
|
//
|
|
// absConnectBtn
|
|
//
|
|
absConnectBtn.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
absConnectBtn.Location = new System.Drawing.Point(646, 52);
|
|
absConnectBtn.Name = "absConnectBtn";
|
|
absConnectBtn.Size = new System.Drawing.Size(130, 52);
|
|
absConnectBtn.TabIndex = 6;
|
|
absConnectBtn.Text = "Connect / Refresh";
|
|
absConnectBtn.UseVisualStyleBackColor = true;
|
|
absConnectBtn.Click += absConnectBtn_Click;
|
|
//
|
|
// absStatusLbl
|
|
//
|
|
absStatusLbl.AutoSize = true;
|
|
absStatusLbl.Location = new System.Drawing.Point(6, 114);
|
|
absStatusLbl.Name = "absStatusLbl";
|
|
absStatusLbl.Size = new System.Drawing.Size(0, 15);
|
|
absStatusLbl.TabIndex = 7;
|
|
absStatusLbl.Text = "";
|
|
//
|
|
// absLibraryLbl
|
|
//
|
|
absLibraryLbl.AutoSize = true;
|
|
absLibraryLbl.Location = new System.Drawing.Point(6, 140);
|
|
absLibraryLbl.Name = "absLibraryLbl";
|
|
absLibraryLbl.Size = new System.Drawing.Size(50, 15);
|
|
absLibraryLbl.TabIndex = 8;
|
|
absLibraryLbl.Text = "[AudiobookshelfLibraryId desc]";
|
|
//
|
|
// absLibraryCb
|
|
//
|
|
absLibraryCb.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
absLibraryCb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
absLibraryCb.FormattingEnabled = true;
|
|
absLibraryCb.Location = new System.Drawing.Point(90, 137);
|
|
absLibraryCb.Name = "absLibraryCb";
|
|
absLibraryCb.Size = new System.Drawing.Size(686, 23);
|
|
absLibraryCb.TabIndex = 9;
|
|
absLibraryCb.SelectedIndexChanged += absLibraryCb_SelectedIndexChanged;
|
|
//
|
|
// absFolderLbl
|
|
//
|
|
absFolderLbl.AutoSize = true;
|
|
absFolderLbl.Location = new System.Drawing.Point(6, 170);
|
|
absFolderLbl.Name = "absFolderLbl";
|
|
absFolderLbl.Size = new System.Drawing.Size(45, 15);
|
|
absFolderLbl.TabIndex = 10;
|
|
absFolderLbl.Text = "[AudiobookshelfFolderId desc]";
|
|
//
|
|
// absFolderCb
|
|
//
|
|
absFolderCb.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
absFolderCb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
absFolderCb.FormattingEnabled = true;
|
|
absFolderCb.Location = new System.Drawing.Point(90, 167);
|
|
absFolderCb.Name = "absFolderCb";
|
|
absFolderCb.Size = new System.Drawing.Size(686, 23);
|
|
absFolderCb.TabIndex = 11;
|
|
//
|
|
// SettingsDialog
|
|
//
|
|
AcceptButton = saveBtn;
|
|
AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
CancelButton = cancelBtn;
|
|
ClientSize = new System.Drawing.Size(888, 538);
|
|
Controls.Add(tabControl);
|
|
Controls.Add(cancelBtn);
|
|
Controls.Add(saveBtn);
|
|
Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
MaximizeBox = false;
|
|
MinimizeBox = false;
|
|
Name = "SettingsDialog";
|
|
StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
Text = "Edit Settings";
|
|
Load += SettingsDialog_Load;
|
|
badBookGb.ResumeLayout(false);
|
|
badBookGb.PerformLayout();
|
|
dailyDownloadLimitGb.ResumeLayout(false);
|
|
dailyDownloadLimitGb.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)dailyDownloadLimitQtyNud).EndInit();
|
|
tabControl.ResumeLayout(false);
|
|
tab1ImportantSettings.ResumeLayout(false);
|
|
tab1ImportantSettings.PerformLayout();
|
|
groupBox1.ResumeLayout(false);
|
|
groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)gridScaleFactorTbar).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)gridFontScaleFactorTbar).EndInit();
|
|
tokenStorageGb.ResumeLayout(false);
|
|
tokenStorageGb.PerformLayout();
|
|
booksGb.ResumeLayout(false);
|
|
booksGb.PerformLayout();
|
|
tab2ImportLibrary.ResumeLayout(false);
|
|
tab2ImportLibrary.PerformLayout();
|
|
tab3DownloadDecrypt.ResumeLayout(false);
|
|
tab3DownloadDecrypt.PerformLayout();
|
|
inProgressFilesGb.ResumeLayout(false);
|
|
inProgressFilesGb.PerformLayout();
|
|
customFileNamingGb.ResumeLayout(false);
|
|
customFileNamingGb.PerformLayout();
|
|
tab4AudioFileOptions.ResumeLayout(false);
|
|
tab4AudioFileOptions.PerformLayout();
|
|
audiobookFixupsGb.ResumeLayout(false);
|
|
audiobookFixupsGb.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)minFileDurationNud).EndInit();
|
|
chapterTitleTemplateGb.ResumeLayout(false);
|
|
chapterTitleTemplateGb.PerformLayout();
|
|
lameOptionsGb.ResumeLayout(false);
|
|
lameOptionsGb.PerformLayout();
|
|
lameBitrateGb.ResumeLayout(false);
|
|
lameBitrateGb.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)lameBitrateTb).EndInit();
|
|
lameQualityGb.ResumeLayout(false);
|
|
lameQualityGb.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)lameVBRQualityTb).EndInit();
|
|
groupBox2.ResumeLayout(false);
|
|
groupBox2.PerformLayout();
|
|
tab5Audiobookshelf.ResumeLayout(false);
|
|
tab5Audiobookshelf.PerformLayout();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Label booksLocationDescLbl;
|
|
private System.Windows.Forms.Label inProgressDescLbl;
|
|
public System.Windows.Forms.Button saveBtn;
|
|
public System.Windows.Forms.Button cancelBtn;
|
|
private System.Windows.Forms.CheckBox allowLibationFixupCbox;
|
|
private System.Windows.Forms.RadioButton convertLossyRb;
|
|
private System.Windows.Forms.RadioButton convertLosslessRb;
|
|
private System.Windows.Forms.Button logsBtn;
|
|
private System.Windows.Forms.Label loggingLevelLbl;
|
|
private System.Windows.Forms.ComboBox loggingLevelCb;
|
|
private System.Windows.Forms.GroupBox badBookGb;
|
|
private System.Windows.Forms.GroupBox dailyDownloadLimitGb;
|
|
private System.Windows.Forms.Label dailyDownloadLimitDescLbl;
|
|
private System.Windows.Forms.ComboBox dailyDownloadLimitScopeCb;
|
|
private System.Windows.Forms.Label dailyDownloadLimitQtyLbl;
|
|
private System.Windows.Forms.NumericUpDown dailyDownloadLimitQtyNud;
|
|
private System.Windows.Forms.ComboBox dailyDownloadLimitUnitCb;
|
|
private System.Windows.Forms.Label dailyDownloadLimitApproxLbl;
|
|
private System.Windows.Forms.RadioButton badBookRetryRb;
|
|
private System.Windows.Forms.RadioButton badBookAbortRb;
|
|
private System.Windows.Forms.RadioButton badBookAskRb;
|
|
private System.Windows.Forms.RadioButton badBookIgnoreRb;
|
|
private System.Windows.Forms.CheckBox downloadEpisodesCb;
|
|
private System.Windows.Forms.CheckBox importEpisodesCb;
|
|
private System.Windows.Forms.CheckBox splitFilesByChapterCbox;
|
|
public System.Windows.Forms.TabControl tabControl;
|
|
private System.Windows.Forms.TabPage tab1ImportantSettings;
|
|
private System.Windows.Forms.GroupBox tokenStorageGb;
|
|
private System.Windows.Forms.CheckBox encryptTokensCbox;
|
|
private System.Windows.Forms.Label plaintextTokenWarningLbl;
|
|
private System.Windows.Forms.Label osSecretStoreUnavailableLbl;
|
|
private System.Windows.Forms.Button exportMasterKeyBtn;
|
|
private System.Windows.Forms.Button updateExistingTokensBtn;
|
|
private System.Windows.Forms.GroupBox booksGb;
|
|
private System.Windows.Forms.TabPage tab2ImportLibrary;
|
|
private System.Windows.Forms.TabPage tab3DownloadDecrypt;
|
|
private System.Windows.Forms.GroupBox inProgressFilesGb;
|
|
private System.Windows.Forms.GroupBox customFileNamingGb;
|
|
private System.Windows.Forms.Button chapterFileTemplateBtn;
|
|
private System.Windows.Forms.TextBox chapterFileTemplateTb;
|
|
private System.Windows.Forms.Label chapterFileTemplateLbl;
|
|
private System.Windows.Forms.Button fileTemplateBtn;
|
|
private System.Windows.Forms.TextBox fileTemplateTb;
|
|
private System.Windows.Forms.Label fileTemplateLbl;
|
|
private System.Windows.Forms.Button folderTemplateBtn;
|
|
private System.Windows.Forms.TextBox folderTemplateTb;
|
|
private System.Windows.Forms.Label folderTemplateLbl;
|
|
private System.Windows.Forms.CheckBox showImportedStatsCb;
|
|
private System.Windows.Forms.CheckBox stripAudibleBrandingCbox;
|
|
private System.Windows.Forms.TabPage tab4AudioFileOptions;
|
|
private System.Windows.Forms.CheckBox retainAaxFileCbox;
|
|
private System.Windows.Forms.CheckBox stripUnabridgedCbox;
|
|
private System.Windows.Forms.GroupBox lameOptionsGb;
|
|
private System.Windows.Forms.CheckBox lameDownsampleMonoCbox;
|
|
private System.Windows.Forms.GroupBox lameBitrateGb;
|
|
private System.Windows.Forms.TrackBar lameBitrateTb;
|
|
private System.Windows.Forms.GroupBox lameQualityGb;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.RadioButton lameTargetQualityRb;
|
|
private System.Windows.Forms.RadioButton lameTargetBitrateRb;
|
|
private System.Windows.Forms.CheckBox lameConstantBitrateCbox;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TrackBar lameVBRQualityTb;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.CheckBox LameMatchSourceBRCbox;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label label19;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.CheckBox createCueSheetCbox;
|
|
private System.Windows.Forms.CheckBox autoScanCb;
|
|
private System.Windows.Forms.CheckBox useWebViewCb;
|
|
private System.Windows.Forms.CheckBox checkForUpgradesCbox;
|
|
private System.Windows.Forms.CheckBox downloadCoverArtCbox;
|
|
private System.Windows.Forms.CheckBox autoDownloadEpisodesCb;
|
|
private System.Windows.Forms.CheckBox saveEpisodesToSeriesFolderCbox;
|
|
private System.Windows.Forms.GroupBox chapterTitleTemplateGb;
|
|
private System.Windows.Forms.Button chapterTitleTemplateBtn;
|
|
private System.Windows.Forms.TextBox chapterTitleTemplateTb;
|
|
private System.Windows.Forms.Button editCharreplacementBtn;
|
|
private System.Windows.Forms.CheckBox mergeOpeningEndCreditsCbox;
|
|
private System.Windows.Forms.GroupBox audiobookFixupsGb;
|
|
private System.Windows.Forms.CheckBox useCoverAsFolderIconCb;
|
|
private System.Windows.Forms.ComboBox clipsBookmarksFormatCb;
|
|
private System.Windows.Forms.CheckBox downloadClipsBookmarksCbox;
|
|
private System.Windows.Forms.CheckBox moveMoovAtomCbox;
|
|
private System.Windows.Forms.ComboBox encoderQualityCb;
|
|
private System.Windows.Forms.ComboBox maxSampleRateCb;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.Label label20;
|
|
private System.Windows.Forms.CheckBox overwriteExistingCbox;
|
|
private System.Windows.Forms.Label creationTimeLbl;
|
|
private System.Windows.Forms.ComboBox lastWriteTimeCb;
|
|
private System.Windows.Forms.ComboBox creationTimeCb;
|
|
private System.Windows.Forms.Label lastWriteTimeLbl;
|
|
private System.Windows.Forms.ComboBox fileDownloadQualityCb;
|
|
private System.Windows.Forms.Label fileDownloadQualityLbl;
|
|
private System.Windows.Forms.CheckBox combineNestedChapterTitlesCbox;
|
|
private System.Windows.Forms.CheckBox saveMetadataToFileCbox;
|
|
private System.Windows.Forms.TrackBar gridScaleFactorTbar;
|
|
private System.Windows.Forms.TrackBar gridFontScaleFactorTbar;
|
|
private System.Windows.Forms.Label gridScaleFactorLbl;
|
|
private System.Windows.Forms.Label gridFontScaleFactorLbl;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button applyDisplaySettingsBtn;
|
|
private System.Windows.Forms.CheckBox useWidevineCbox;
|
|
private System.Windows.Forms.CheckBox request_xHE_AAC_Cbox;
|
|
private DirectoryOrCustomSelectControl inProgressSelectControl;
|
|
private DirectoryOrCustomSelectControl booksSelectControl;
|
|
private System.Windows.Forms.Label label22;
|
|
private System.Windows.Forms.ComboBox themeCb;
|
|
private System.Windows.Forms.Label themeLbl;
|
|
private System.Windows.Forms.CheckBox importPlusTitlesCb;
|
|
private System.Windows.Forms.Label minFileDurationLbl;
|
|
private System.Windows.Forms.NumericUpDown minFileDurationNud;
|
|
private System.Windows.Forms.TabPage tab5Audiobookshelf;
|
|
private System.Windows.Forms.CheckBox absEnabledCb;
|
|
private System.Windows.Forms.Label absPlaintextWarningLbl;
|
|
private System.Windows.Forms.Label absUrlLbl;
|
|
private System.Windows.Forms.TextBox absUrlTb;
|
|
private System.Windows.Forms.Label absTokenLbl;
|
|
private System.Windows.Forms.TextBox absTokenTb;
|
|
private System.Windows.Forms.Button absConnectBtn;
|
|
private System.Windows.Forms.Label absStatusLbl;
|
|
private System.Windows.Forms.Label absLibraryLbl;
|
|
private System.Windows.Forms.ComboBox absLibraryCb;
|
|
private System.Windows.Forms.Label absFolderLbl;
|
|
private System.Windows.Forms.ComboBox absFolderCb;
|
|
}
|
|
} |