Pluralize LibationWinForms

This commit is contained in:
Robert McRackan 2019-12-10 10:45:14 -05:00
parent 123a32ff9b
commit 2fa5170f28
55 changed files with 41 additions and 41 deletions

View File

@ -50,7 +50,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AudibleApi", "..\audible ap
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AudibleApi.Tests", "..\audible api\AudibleApi\_Tests\AudibleApi.Tests\AudibleApi.Tests.csproj", "{111420E2-D4F0-4068-B46A-C4B6DCC823DC}"
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
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinFormsDesigner", "WinFormsDesigner\WinFormsDesigner.csproj", "{0807616A-A77A-4B08-A65A-1582B09E114B}"
EndProject

View File

@ -14,7 +14,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\LibationWinForm\LibationWinForm.csproj" />
<ProjectReference Include="..\LibationWinForms\LibationWinForms.csproj" />
</ItemGroup>
<ItemGroup>

View File

@ -2,7 +2,7 @@ using System;
using System.Windows.Forms;
using Dinah.Core.Logging;
using FileManager;
using LibationWinForm;
using LibationWinForms;
using Microsoft.Extensions.Configuration;
using Serilog;
@ -54,7 +54,7 @@ Go to Import > Scan Library
// 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}";
// 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}";

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<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>

View File

@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace LibationWinForm.Properties {
namespace LibationWinForms.Properties {
using System;
@ -39,7 +39,7 @@ namespace LibationWinForm.Properties {
internal static global::System.Resources.ResourceManager ResourceManager {
get {
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;
}
return resourceMan;

View File

Before

Width:  |  Height:  |  Size: 314 B

After

Width:  |  Height:  |  Size: 314 B

View File

Before

Width:  |  Height:  |  Size: 573 B

After

Width:  |  Height:  |  Size: 573 B

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 92 KiB

View File

@ -1,4 +1,4 @@
namespace LibationWinForm.BookLiberation
namespace LibationWinForms.BookLiberation
{
partial class AutomatedBackupsForm
{

View File

@ -2,7 +2,7 @@
using System.Windows.Forms;
using Dinah.Core.Windows.Forms;
namespace LibationWinForm.BookLiberation
namespace LibationWinForms.BookLiberation
{
public partial class AutomatedBackupsForm : Form
{

View File

@ -1,4 +1,4 @@
namespace LibationWinForm.BookLiberation
namespace LibationWinForms.BookLiberation
{
partial class DecryptForm
{

View File

@ -4,7 +4,7 @@ using Dinah.Core.Drawing;
using Dinah.Core.IO;
using Dinah.Core.Windows.Forms;
namespace LibationWinForm.BookLiberation
namespace LibationWinForms.BookLiberation
{
public partial class DecryptForm : Form
{

View File

@ -1,4 +1,4 @@
namespace LibationWinForm.BookLiberation
namespace LibationWinForms.BookLiberation
{
partial class DownloadForm
{

View File

@ -2,7 +2,7 @@
using System.Windows.Forms;
using Dinah.Core.Windows.Forms;
namespace LibationWinForm.BookLiberation
namespace LibationWinForms.BookLiberation
{
public partial class DownloadForm : Form
{

View File

@ -4,7 +4,7 @@ using DataLayer;
using Dinah.Core.ErrorHandling;
using FileLiberator;
namespace LibationWinForm.BookLiberation
namespace LibationWinForms.BookLiberation
{
// matches a file processor with a form
public static class ProcessorAutomationController

View File

@ -1,4 +1,4 @@
namespace LibationWinForm.Dialogs
namespace LibationWinForms.Dialogs
{
partial class EditQuickFilters
{

View File

@ -9,7 +9,7 @@ using System.Threading.Tasks;
using System.Windows.Forms;
using FileManager;
namespace LibationWinForm.Dialogs
namespace LibationWinForms.Dialogs
{
public partial class EditQuickFilters : Form
{

View File

@ -1,4 +1,4 @@
namespace LibationWinForm
namespace LibationWinForms
{
partial class EditTagsDialog
{

View File

@ -1,7 +1,7 @@
using System;
using System.Windows.Forms;
namespace LibationWinForm
namespace LibationWinForms
{
public partial class EditTagsDialog : Form
{

View File

@ -1,4 +1,4 @@
namespace LibationWinForm
namespace LibationWinForms
{
partial class IndexLibraryDialog
{

View File

@ -2,7 +2,7 @@
using System.Windows.Forms;
using ApplicationServices;
namespace LibationWinForm
namespace LibationWinForms
{
public partial class IndexLibraryDialog : Form
{

View File

@ -1,4 +1,4 @@
namespace LibationWinForm.Dialogs.Login
namespace LibationWinForms.Dialogs.Login
{
partial class AudibleLoginDialog
{

View File

@ -1,7 +1,7 @@
using System;
using System.Windows.Forms;
namespace LibationWinForm.Dialogs.Login
namespace LibationWinForms.Dialogs.Login
{
public partial class AudibleLoginDialog : Form
{

View File

@ -1,4 +1,4 @@
namespace LibationWinForm.Dialogs.Login
namespace LibationWinForms.Dialogs.Login
{
partial class CaptchaDialog
{

View File

@ -3,7 +3,7 @@ using System.Drawing;
using System.IO;
using System.Windows.Forms;
namespace LibationWinForm.Dialogs.Login
namespace LibationWinForms.Dialogs.Login
{
public partial class CaptchaDialog : Form
{

View File

@ -1,7 +1,7 @@
using System;
using LibationWinForm.Dialogs.Login;
using LibationWinForms.Dialogs.Login;
namespace LibationWinForm.Login
namespace LibationWinForms.Login
{
public class WinformResponder : AudibleApi.ILoginCallback
{

View File

@ -1,4 +1,4 @@
namespace LibationWinForm.Dialogs.Login
namespace LibationWinForms.Dialogs.Login
{
partial class _2faCodeDialog
{

View File

@ -1,7 +1,7 @@
using System;
using System.Windows.Forms;
namespace LibationWinForm.Dialogs.Login
namespace LibationWinForms.Dialogs.Login
{
public partial class _2faCodeDialog : Form
{

View File

@ -1,4 +1,4 @@
namespace LibationWinForm.Dialogs
namespace LibationWinForms.Dialogs
{
partial class SearchSyntaxDialog
{

View File

@ -1,7 +1,7 @@
using System;
using System.Windows.Forms;
namespace LibationWinForm.Dialogs
namespace LibationWinForms.Dialogs
{
public partial class SearchSyntaxDialog : Form
{

View File

@ -1,4 +1,4 @@
namespace LibationWinForm
namespace LibationWinForms
{
partial class SettingsDialog
{

View File

@ -4,7 +4,7 @@ using System.Windows.Forms;
using Dinah.Core;
using FileManager;
namespace LibationWinForm
namespace LibationWinForms
{
public partial class SettingsDialog : Form
{

View File

@ -1,4 +1,4 @@
namespace LibationWinForm
namespace LibationWinForms
{
partial class Form1
{

View File

@ -9,7 +9,7 @@ using Dinah.Core.Drawing;
using Dinah.Core.Windows.Forms;
using FileManager;
namespace LibationWinForm
namespace LibationWinForms
{
public partial class Form1 : Form
{

View File

@ -5,7 +5,7 @@ using System.Drawing;
using System.Linq;
using DataLayer;
namespace LibationWinForm
namespace LibationWinForms
{
internal class GridEntry
{

View File

@ -1,4 +1,4 @@
namespace LibationWinForm
namespace LibationWinForms
{
partial class ProductsGrid
{
@ -49,7 +49,7 @@
//
// gridEntryBindingSource
//
this.gridEntryBindingSource.DataSource = typeof(LibationWinForm.GridEntry);
this.gridEntryBindingSource.DataSource = typeof(LibationWinForms.GridEntry);
//
// gridEntryDataGridView
//

View File

@ -8,7 +8,7 @@ using Dinah.Core.Collections.Generic;
using Dinah.Core.DataBinding;
using Dinah.Core.Windows.Forms;
namespace LibationWinForm
namespace LibationWinForms
{
// INSTRUCTIONS TO UPDATE DATA_GRID_VIEW
// - delete current DataGridView
@ -17,7 +17,7 @@ namespace LibationWinForm
// OR
// - Add New Data Source
// Object. Next
// LibationWinForm
// LibationWinForms
// AudibleDTO
// GridEntry
// - go to Design view

View File

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 92 KiB

View File

@ -26,7 +26,7 @@ click Publish
OPTION 2: cmd line
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
dotnet publish -c Release

View File

@ -35,7 +35,7 @@ namespace inAudibleLite
// 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}";
// 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}";