diff --git a/GUIs.ZooFlow/App.config b/GUIs.ZooFlow/App.config index c913810d..865a709b 100644 --- a/GUIs.ZooFlow/App.config +++ b/GUIs.ZooFlow/App.config @@ -5,9 +5,6 @@
- -
- --> - - - - - - - \ No newline at end of file diff --git a/GUIs.ZooFlow/My Project/Settings.Designer.vb b/GUIs.ZooFlow/My Project/Settings.Designer.vb index b39b31fb..82aecbae 100644 --- a/GUIs.ZooFlow/My Project/Settings.Designer.vb +++ b/GUIs.ZooFlow/My Project/Settings.Designer.vb @@ -84,18 +84,6 @@ Partial Friend NotInheritable Class Settings End Get End Property - _ - Public Property IDBOBJID() As String - Get - Return CType(Me("IDBOBJID"),String) - End Get - Set - Me("IDBOBJID") = value - End Set - End Property - _ diff --git a/GUIs.ZooFlow/My Project/Settings.settings b/GUIs.ZooFlow/My Project/Settings.settings index 05598171..4564a6ed 100644 --- a/GUIs.ZooFlow/My Project/Settings.settings +++ b/GUIs.ZooFlow/My Project/Settings.settings @@ -21,9 +21,6 @@ </SerializableConnectionString> Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM;Persist Security Info=True;User ID=sa;Password=dd - - - DEV diff --git a/GUIs.ZooFlow/frmFlowForm.vb b/GUIs.ZooFlow/frmFlowForm.vb index 580d46b6..152c5c87 100644 --- a/GUIs.ZooFlow/frmFlowForm.vb +++ b/GUIs.ZooFlow/frmFlowForm.vb @@ -1194,10 +1194,6 @@ Public Class frmFlowForm Private Sub PictureBoxPM_Click(sender As Object, e As EventArgs) Handles PictureBoxPM.Click Try Dim oProcessManagerPath = Modules.GetProductProgramPath(DigitalData.Modules.Base.ECM.Product.ProcessManager) - If PM_Running() = True Then - NotifyIcon.ShowBalloonTip(30000, NI_TITLE, "TaskFlow already running", 1) - Exit Sub - End If If oProcessManagerPath IsNot Nothing AndAlso IO.File.Exists(oProcessManagerPath) Then Process.Start(oProcessManagerPath)