Pluralize LibationWinForms
@ -50,7 +50,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AudibleApi", "..\audible ap
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AudibleApi.Tests", "..\audible api\AudibleApi\_Tests\AudibleApi.Tests\AudibleApi.Tests.csproj", "{111420E2-D4F0-4068-B46A-C4B6DCC823DC}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AudibleApi.Tests", "..\audible api\AudibleApi\_Tests\AudibleApi.Tests\AudibleApi.Tests.csproj", "{111420E2-D4F0-4068-B46A-C4B6DCC823DC}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibationWinForm", "LibationWinForm\LibationWinForm.csproj", "{635F00E1-AAD1-45F7-BEB7-D909AD33B9F6}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibationWinForms", "LibationWinForms\LibationWinForms.csproj", "{635F00E1-AAD1-45F7-BEB7-D909AD33B9F6}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinFormsDesigner", "WinFormsDesigner\WinFormsDesigner.csproj", "{0807616A-A77A-4B08-A65A-1582B09E114B}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinFormsDesigner", "WinFormsDesigner\WinFormsDesigner.csproj", "{0807616A-A77A-4B08-A65A-1582B09E114B}"
|
||||||
EndProject
|
EndProject
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\LibationWinForm\LibationWinForm.csproj" />
|
<ProjectReference Include="..\LibationWinForms\LibationWinForms.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -2,7 +2,7 @@ using System;
|
|||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using Dinah.Core.Logging;
|
using Dinah.Core.Logging;
|
||||||
using FileManager;
|
using FileManager;
|
||||||
using LibationWinForm;
|
using LibationWinForms;
|
||||||
using Microsoft.Extensions.Configuration;
|
using Microsoft.Extensions.Configuration;
|
||||||
using Serilog;
|
using Serilog;
|
||||||
|
|
||||||
@ -54,7 +54,7 @@ Go to Import > Scan Library
|
|||||||
// 2019-11-26 08:48:40.224 -05:00 [DBG] Begin Libation
|
// 2019-11-26 08:48:40.224 -05:00 [DBG] Begin Libation
|
||||||
var default_outputTemplate = "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level:u3}] {Message:lj}{NewLine}{Exception}";
|
var default_outputTemplate = "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level:u3}] {Message:lj}{NewLine}{Exception}";
|
||||||
// with class and method info. output example:
|
// with class and method info. output example:
|
||||||
// 2019-11-26 08:48:40.224 -05:00 [DBG] (at LibationWinForm.Program.init()) Begin Libation
|
// 2019-11-26 08:48:40.224 -05:00 [DBG] (at LibationWinForms.Program.init()) Begin Libation
|
||||||
var code_outputTemplate = "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level:u3}] (at {Caller}) {Message:lj}{NewLine}{Exception}";
|
var code_outputTemplate = "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level:u3}] (at {Caller}) {Message:lj}{NewLine}{Exception}";
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -6,5 +6,5 @@
|
|||||||
cause the file to be unrecognizable by the program.
|
cause the file to be unrecognizable by the program.
|
||||||
-->
|
-->
|
||||||
<GenericObjectDataSource DisplayName="GridEntry" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
<GenericObjectDataSource DisplayName="GridEntry" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||||
<TypeInfo>LibationWinForm.GridEntry, LibationWinForm, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
<TypeInfo>LibationWinForms.GridEntry, LibationWinForms, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||||
</GenericObjectDataSource>
|
</GenericObjectDataSource>
|
||||||
@ -8,7 +8,7 @@
|
|||||||
// </auto-generated>
|
// </auto-generated>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
namespace LibationWinForm.Properties {
|
namespace LibationWinForms.Properties {
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
|
|
||||||
@ -39,7 +39,7 @@ namespace LibationWinForm.Properties {
|
|||||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||||
get {
|
get {
|
||||||
if (object.ReferenceEquals(resourceMan, null)) {
|
if (object.ReferenceEquals(resourceMan, null)) {
|
||||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("LibationWinForm.Properties.Resources", typeof(Resources).Assembly);
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("LibationWinForms.Properties.Resources", typeof(Resources).Assembly);
|
||||||
resourceMan = temp;
|
resourceMan = temp;
|
||||||
}
|
}
|
||||||
return resourceMan;
|
return resourceMan;
|
||||||
|
Before Width: | Height: | Size: 314 B After Width: | Height: | Size: 314 B |
|
Before Width: | Height: | Size: 573 B After Width: | Height: | Size: 573 B |
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.0 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
@ -1,4 +1,4 @@
|
|||||||
namespace LibationWinForm.BookLiberation
|
namespace LibationWinForms.BookLiberation
|
||||||
{
|
{
|
||||||
partial class AutomatedBackupsForm
|
partial class AutomatedBackupsForm
|
||||||
{
|
{
|
||||||
@ -2,7 +2,7 @@
|
|||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using Dinah.Core.Windows.Forms;
|
using Dinah.Core.Windows.Forms;
|
||||||
|
|
||||||
namespace LibationWinForm.BookLiberation
|
namespace LibationWinForms.BookLiberation
|
||||||
{
|
{
|
||||||
public partial class AutomatedBackupsForm : Form
|
public partial class AutomatedBackupsForm : Form
|
||||||
{
|
{
|
||||||
@ -1,4 +1,4 @@
|
|||||||
namespace LibationWinForm.BookLiberation
|
namespace LibationWinForms.BookLiberation
|
||||||
{
|
{
|
||||||
partial class DecryptForm
|
partial class DecryptForm
|
||||||
{
|
{
|
||||||
@ -4,7 +4,7 @@ using Dinah.Core.Drawing;
|
|||||||
using Dinah.Core.IO;
|
using Dinah.Core.IO;
|
||||||
using Dinah.Core.Windows.Forms;
|
using Dinah.Core.Windows.Forms;
|
||||||
|
|
||||||
namespace LibationWinForm.BookLiberation
|
namespace LibationWinForms.BookLiberation
|
||||||
{
|
{
|
||||||
public partial class DecryptForm : Form
|
public partial class DecryptForm : Form
|
||||||
{
|
{
|
||||||
@ -1,4 +1,4 @@
|
|||||||
namespace LibationWinForm.BookLiberation
|
namespace LibationWinForms.BookLiberation
|
||||||
{
|
{
|
||||||
partial class DownloadForm
|
partial class DownloadForm
|
||||||
{
|
{
|
||||||
@ -2,7 +2,7 @@
|
|||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using Dinah.Core.Windows.Forms;
|
using Dinah.Core.Windows.Forms;
|
||||||
|
|
||||||
namespace LibationWinForm.BookLiberation
|
namespace LibationWinForms.BookLiberation
|
||||||
{
|
{
|
||||||
public partial class DownloadForm : Form
|
public partial class DownloadForm : Form
|
||||||
{
|
{
|
||||||
@ -4,7 +4,7 @@ using DataLayer;
|
|||||||
using Dinah.Core.ErrorHandling;
|
using Dinah.Core.ErrorHandling;
|
||||||
using FileLiberator;
|
using FileLiberator;
|
||||||
|
|
||||||
namespace LibationWinForm.BookLiberation
|
namespace LibationWinForms.BookLiberation
|
||||||
{
|
{
|
||||||
// matches a file processor with a form
|
// matches a file processor with a form
|
||||||
public static class ProcessorAutomationController
|
public static class ProcessorAutomationController
|
||||||
@ -1,4 +1,4 @@
|
|||||||
namespace LibationWinForm.Dialogs
|
namespace LibationWinForms.Dialogs
|
||||||
{
|
{
|
||||||
partial class EditQuickFilters
|
partial class EditQuickFilters
|
||||||
{
|
{
|
||||||
@ -9,7 +9,7 @@ using System.Threading.Tasks;
|
|||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using FileManager;
|
using FileManager;
|
||||||
|
|
||||||
namespace LibationWinForm.Dialogs
|
namespace LibationWinForms.Dialogs
|
||||||
{
|
{
|
||||||
public partial class EditQuickFilters : Form
|
public partial class EditQuickFilters : Form
|
||||||
{
|
{
|
||||||
@ -1,4 +1,4 @@
|
|||||||
namespace LibationWinForm
|
namespace LibationWinForms
|
||||||
{
|
{
|
||||||
partial class EditTagsDialog
|
partial class EditTagsDialog
|
||||||
{
|
{
|
||||||
@ -1,7 +1,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace LibationWinForm
|
namespace LibationWinForms
|
||||||
{
|
{
|
||||||
public partial class EditTagsDialog : Form
|
public partial class EditTagsDialog : Form
|
||||||
{
|
{
|
||||||
@ -1,4 +1,4 @@
|
|||||||
namespace LibationWinForm
|
namespace LibationWinForms
|
||||||
{
|
{
|
||||||
partial class IndexLibraryDialog
|
partial class IndexLibraryDialog
|
||||||
{
|
{
|
||||||
@ -2,7 +2,7 @@
|
|||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using ApplicationServices;
|
using ApplicationServices;
|
||||||
|
|
||||||
namespace LibationWinForm
|
namespace LibationWinForms
|
||||||
{
|
{
|
||||||
public partial class IndexLibraryDialog : Form
|
public partial class IndexLibraryDialog : Form
|
||||||
{
|
{
|
||||||
@ -1,4 +1,4 @@
|
|||||||
namespace LibationWinForm.Dialogs.Login
|
namespace LibationWinForms.Dialogs.Login
|
||||||
{
|
{
|
||||||
partial class AudibleLoginDialog
|
partial class AudibleLoginDialog
|
||||||
{
|
{
|
||||||
@ -1,7 +1,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace LibationWinForm.Dialogs.Login
|
namespace LibationWinForms.Dialogs.Login
|
||||||
{
|
{
|
||||||
public partial class AudibleLoginDialog : Form
|
public partial class AudibleLoginDialog : Form
|
||||||
{
|
{
|
||||||
@ -1,4 +1,4 @@
|
|||||||
namespace LibationWinForm.Dialogs.Login
|
namespace LibationWinForms.Dialogs.Login
|
||||||
{
|
{
|
||||||
partial class CaptchaDialog
|
partial class CaptchaDialog
|
||||||
{
|
{
|
||||||
@ -3,7 +3,7 @@ using System.Drawing;
|
|||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace LibationWinForm.Dialogs.Login
|
namespace LibationWinForms.Dialogs.Login
|
||||||
{
|
{
|
||||||
public partial class CaptchaDialog : Form
|
public partial class CaptchaDialog : Form
|
||||||
{
|
{
|
||||||
@ -1,7 +1,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using LibationWinForm.Dialogs.Login;
|
using LibationWinForms.Dialogs.Login;
|
||||||
|
|
||||||
namespace LibationWinForm.Login
|
namespace LibationWinForms.Login
|
||||||
{
|
{
|
||||||
public class WinformResponder : AudibleApi.ILoginCallback
|
public class WinformResponder : AudibleApi.ILoginCallback
|
||||||
{
|
{
|
||||||
@ -1,4 +1,4 @@
|
|||||||
namespace LibationWinForm.Dialogs.Login
|
namespace LibationWinForms.Dialogs.Login
|
||||||
{
|
{
|
||||||
partial class _2faCodeDialog
|
partial class _2faCodeDialog
|
||||||
{
|
{
|
||||||
@ -1,7 +1,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace LibationWinForm.Dialogs.Login
|
namespace LibationWinForms.Dialogs.Login
|
||||||
{
|
{
|
||||||
public partial class _2faCodeDialog : Form
|
public partial class _2faCodeDialog : Form
|
||||||
{
|
{
|
||||||
@ -1,4 +1,4 @@
|
|||||||
namespace LibationWinForm.Dialogs
|
namespace LibationWinForms.Dialogs
|
||||||
{
|
{
|
||||||
partial class SearchSyntaxDialog
|
partial class SearchSyntaxDialog
|
||||||
{
|
{
|
||||||
@ -1,7 +1,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace LibationWinForm.Dialogs
|
namespace LibationWinForms.Dialogs
|
||||||
{
|
{
|
||||||
public partial class SearchSyntaxDialog : Form
|
public partial class SearchSyntaxDialog : Form
|
||||||
{
|
{
|
||||||
@ -1,4 +1,4 @@
|
|||||||
namespace LibationWinForm
|
namespace LibationWinForms
|
||||||
{
|
{
|
||||||
partial class SettingsDialog
|
partial class SettingsDialog
|
||||||
{
|
{
|
||||||
@ -4,7 +4,7 @@ using System.Windows.Forms;
|
|||||||
using Dinah.Core;
|
using Dinah.Core;
|
||||||
using FileManager;
|
using FileManager;
|
||||||
|
|
||||||
namespace LibationWinForm
|
namespace LibationWinForms
|
||||||
{
|
{
|
||||||
public partial class SettingsDialog : Form
|
public partial class SettingsDialog : Form
|
||||||
{
|
{
|
||||||
@ -1,4 +1,4 @@
|
|||||||
namespace LibationWinForm
|
namespace LibationWinForms
|
||||||
{
|
{
|
||||||
partial class Form1
|
partial class Form1
|
||||||
{
|
{
|
||||||
@ -9,7 +9,7 @@ using Dinah.Core.Drawing;
|
|||||||
using Dinah.Core.Windows.Forms;
|
using Dinah.Core.Windows.Forms;
|
||||||
using FileManager;
|
using FileManager;
|
||||||
|
|
||||||
namespace LibationWinForm
|
namespace LibationWinForms
|
||||||
{
|
{
|
||||||
public partial class Form1 : Form
|
public partial class Form1 : Form
|
||||||
{
|
{
|
||||||
@ -5,7 +5,7 @@ using System.Drawing;
|
|||||||
using System.Linq;
|
using System.Linq;
|
||||||
using DataLayer;
|
using DataLayer;
|
||||||
|
|
||||||
namespace LibationWinForm
|
namespace LibationWinForms
|
||||||
{
|
{
|
||||||
internal class GridEntry
|
internal class GridEntry
|
||||||
{
|
{
|
||||||
@ -1,4 +1,4 @@
|
|||||||
namespace LibationWinForm
|
namespace LibationWinForms
|
||||||
{
|
{
|
||||||
partial class ProductsGrid
|
partial class ProductsGrid
|
||||||
{
|
{
|
||||||
@ -49,7 +49,7 @@
|
|||||||
//
|
//
|
||||||
// gridEntryBindingSource
|
// gridEntryBindingSource
|
||||||
//
|
//
|
||||||
this.gridEntryBindingSource.DataSource = typeof(LibationWinForm.GridEntry);
|
this.gridEntryBindingSource.DataSource = typeof(LibationWinForms.GridEntry);
|
||||||
//
|
//
|
||||||
// gridEntryDataGridView
|
// gridEntryDataGridView
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@ using Dinah.Core.Collections.Generic;
|
|||||||
using Dinah.Core.DataBinding;
|
using Dinah.Core.DataBinding;
|
||||||
using Dinah.Core.Windows.Forms;
|
using Dinah.Core.Windows.Forms;
|
||||||
|
|
||||||
namespace LibationWinForm
|
namespace LibationWinForms
|
||||||
{
|
{
|
||||||
// INSTRUCTIONS TO UPDATE DATA_GRID_VIEW
|
// INSTRUCTIONS TO UPDATE DATA_GRID_VIEW
|
||||||
// - delete current DataGridView
|
// - delete current DataGridView
|
||||||
@ -17,7 +17,7 @@ namespace LibationWinForm
|
|||||||
// OR
|
// OR
|
||||||
// - Add New Data Source
|
// - Add New Data Source
|
||||||
// Object. Next
|
// Object. Next
|
||||||
// LibationWinForm
|
// LibationWinForms
|
||||||
// AudibleDTO
|
// AudibleDTO
|
||||||
// GridEntry
|
// GridEntry
|
||||||
// - go to Design view
|
// - go to Design view
|
||||||
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
@ -26,7 +26,7 @@ click Publish
|
|||||||
|
|
||||||
OPTION 2: cmd line
|
OPTION 2: cmd line
|
||||||
change dir to folder containing project
|
change dir to folder containing project
|
||||||
cd C:\[full...path]\Libation\LibationWinForm
|
cd C:\[full...path]\Libation\LibationWinForms
|
||||||
this will use the parameters specified in csproj
|
this will use the parameters specified in csproj
|
||||||
dotnet publish -c Release
|
dotnet publish -c Release
|
||||||
|
|
||||||
|
|||||||
@ -35,7 +35,7 @@ namespace inAudibleLite
|
|||||||
// 2019-11-26 08:48:40.224 -05:00 [DBG] Begin Libation
|
// 2019-11-26 08:48:40.224 -05:00 [DBG] Begin Libation
|
||||||
var default_outputTemplate = "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level:u3}] {Message:lj}{NewLine}{Exception}";
|
var default_outputTemplate = "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level:u3}] {Message:lj}{NewLine}{Exception}";
|
||||||
// with class and method info. output example:
|
// with class and method info. output example:
|
||||||
// 2019-11-26 08:48:40.224 -05:00 [DBG] (at LibationWinForm.Program.init()) Begin Libation
|
// 2019-11-26 08:48:40.224 -05:00 [DBG] (at LibationWinForms.Program.init()) Begin Libation
|
||||||
var code_outputTemplate = "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level:u3}] (at {Caller}) {Message:lj}{NewLine}{Exception}";
|
var code_outputTemplate = "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level:u3}] (at {Caller}) {Message:lj}{NewLine}{Exception}";
|
||||||
|
|
||||||
|
|
||||||
|
|||||||