diff --git a/GUIs.ZooFlow/ApplicationEvents.vb b/GUIs.ZooFlow/ApplicationEvents.vb index 175c2d35..ebcabca5 100644 --- a/GUIs.ZooFlow/ApplicationEvents.vb +++ b/GUIs.ZooFlow/ApplicationEvents.vb @@ -18,8 +18,9 @@ Namespace My Private _BaseMachineConfigPath As String = Windows.Forms.Application.CommonAppDataPath Public Sub App_Startup() Handles Me.Startup - Dim oLogConfig As New LogConfig(PathType.AppData) - oLogConfig.Debug = True + Dim oLogConfig As New LogConfig(LogPath:=PathType.AppData, CompanyName:="Digital Data", ProductName:="ZooFlow") With { + .Debug = True + } ' System Config files like Service Url will be saved in %LocalAppdata% so they will remain on the machine Dim oSystemConfigManager As New ConfigManager(Of ClassConfig)(oLogConfig, diff --git a/GUIs.ZooFlow/My Project/licenses.licx b/GUIs.ZooFlow/My Project/licenses.licx index e69de29b..9741815a 100644 --- a/GUIs.ZooFlow/My Project/licenses.licx +++ b/GUIs.ZooFlow/My Project/licenses.licx @@ -0,0 +1,2 @@ +DevExpress.XtraEditors.PictureEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a +DevExpress.XtraEditors.ProgressBarControl, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a diff --git a/GUIs.ZooFlow/ZooFlow.vbproj.bak b/GUIs.ZooFlow/ZooFlow.vbproj.bak deleted file mode 100644 index f08c2ae2..00000000 --- a/GUIs.ZooFlow/ZooFlow.vbproj.bak +++ /dev/null @@ -1,251 +0,0 @@ - - - - Debug - x86 - 8.0.30703 - 2.0 - {D0FB36EB-783D-40E1-B71E-A0B84B2FE567} - WinExe - DigitalData.GUIs.ZooFlow - DigitalData.GUIs.ZooFlow - v4.6.1 - ZooFlow.Program - 512 - On - Binary - Off - On - - - AnyCPU - true - full - false - bin\Debug\ - true - true - prompt - - - AnyCPU - pdbonly - true - bin\Release\ - false - true - prompt - - - WindowsForms - - - DigitalData.GUIs.ZooFlow.My.MyApplication - - - - - - - - - - - - - - - ..\packages\NLog.4.6.8\lib\net45\NLog.dll - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - frmConfigDatabase.vb - - - Form - - - Form - - - frmAdmin.vb - - - frmFlowForm.vb - - - Form - - - frmSettings.vb - - - Form - - - frmSplash.vb - - - Form - - - True - Application.myapp - - - - - - frmConfigDatabase.vb - - - frmAdmin.vb - - - frmFlowForm.vb - - - frmSettings.vb - - - frmSplash.vb - - - - VbMyResourcesResXFileCodeGenerator - Resources.Designer.vb - My.Resources - Designer - - - True - Resources.resx - True - - - - SettingsSingleFileGenerator - Settings.Designer.vb - - - True - Settings.settings - True - - - - - MyApplicationCodeGenerator - Application.Designer.vb - - - - - {b7d465a2-ae31-4cdf-a8b2-34b42d3ea84e} - ClipboardWatcher - - - {44982F9B-6116-44E2-85D0-F39650B1EF99} - Config - - - {EAF0EA75-5FA7-485D-89C7-B2D843B03A96} - Database - - - {991d0231-4623-496d-8bd0-9ca906029cbc} - Filesystem - - - {d3c8cfed-d6f6-43a8-9bdf-454145d0352f} - Language - - - {903B2D7D-3B80-4BE9-8713-7447B704E1B0} - Logging - - - {af664d85-0a4b-4bab-a2f8-83110c06553a} - Messaging - - - {7c3b0c7e-59fe-4e1a-a655-27ae119f9444} - Patterns - - - {81cac44f-3711-4c8f-ae98-e02a7448782a} - ZooFlow - - - {5efaef9b-90b9-4f05-9f70-f79ad77fff86} - Windows - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/GUIs.ZooFlow/frmAdmin.vb b/GUIs.ZooFlow/frmAdmin.vb index f13f9ec5..fd30ca45 100644 --- a/GUIs.ZooFlow/frmAdmin.vb +++ b/GUIs.ZooFlow/frmAdmin.vb @@ -8,6 +8,7 @@ Imports DigitalData.Modules.ZooFlow Imports DigitalData.Modules.ZooFlow.Params Imports DigitalData.GUIs.ZooFlow.OnFlowFormStateChangedEvent.FlowFormState Imports DigitalData.Modules.ClipboardWatcher +Imports DigitalData.GUIs.ClipboardWatcher Partial Public Class frmAdmin Private WithEvents FlowForm As frmFlowForm