ZooFlow: Small fixes
This commit is contained in:
parent
e09b261064
commit
f9c7761474
@ -46,7 +46,7 @@ Namespace My
|
|||||||
oCommandLineArgs.Parse(oArgs)
|
oCommandLineArgs.Parse(oArgs)
|
||||||
|
|
||||||
CommandLineFunction = oCommandLineArgs.FunctionName
|
CommandLineFunction = oCommandLineArgs.FunctionName
|
||||||
CommandLineArgs = oCommandLineArgs.FunctionArgs
|
CommandLineArguments = oCommandLineArgs.FunctionArgs
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Public Sub App_Shutdown(sender As Object, e As EventArgs) Handles Me.Shutdown
|
Public Sub App_Shutdown(sender As Object, e As EventArgs) Handles Me.Shutdown
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
Imports System.IO
|
Option Explicit On
|
||||||
|
|
||||||
|
Imports System.IO
|
||||||
Imports System.Text.RegularExpressions
|
Imports System.Text.RegularExpressions
|
||||||
Imports DigitalData.Modules.Logging
|
Imports DigitalData.Modules.Logging
|
||||||
Imports Independentsoft
|
Imports Independentsoft
|
||||||
|
|||||||
@ -7,6 +7,8 @@
|
|||||||
End Class
|
End Class
|
||||||
Public Class SearchFormConfig
|
Public Class SearchFormConfig
|
||||||
Public Property Location As New Point(0, 0)
|
Public Property Location As New Point(0, 0)
|
||||||
|
Public Property Size As New Size(0, 0)
|
||||||
|
Public Property OpenSearchInSameWindow As Boolean = False
|
||||||
End Class
|
End Class
|
||||||
Public Class GlobixConfig
|
Public Class GlobixConfig
|
||||||
Public Property FilePreview As Boolean = True
|
Public Property FilePreview As Boolean = True
|
||||||
|
|||||||
@ -1,14 +1,15 @@
|
|||||||
DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.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
|
||||||
DevExpress.XtraEditors.PictureEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
DevExpress.XtraEditors.PictureEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
DevExpress.XtraLayout.LayoutControl, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
DevExpress.XtraLayout.LayoutControl, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
DevExpress.XtraEditors.ButtonEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraBars.FormAssistant, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraEditors.Repository.RepositoryItemComboBox, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraEditors.ComboBoxEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
DevExpress.XtraEditors.ComboBoxEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraEditors.Repository.RepositoryItemDateEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraEditors.DateEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraEditors.Repository.RepositoryItemTextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
DevExpress.XtraEditors.Repository.RepositoryItemTextEdit, 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
|
DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraBars.FormAssistant, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraEditors.DateEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraTreeList.TreeList, DevExpress.XtraTreeList.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraEditors.Repository.RepositoryItemDateEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraEditors.Repository.RepositoryItemComboBox, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraEditors.ButtonEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
|||||||
@ -51,7 +51,7 @@ Namespace My
|
|||||||
Public Property GDPictureLicense As String
|
Public Property GDPictureLicense As String
|
||||||
|
|
||||||
Public CommandLineFunction As String
|
Public CommandLineFunction As String
|
||||||
Public CommandLineArgs As New Dictionary(Of String, String)
|
Public CommandLineArguments As New Dictionary(Of String, String)
|
||||||
End Class
|
End Class
|
||||||
End Namespace
|
End Namespace
|
||||||
|
|
||||||
|
|||||||
@ -6,4 +6,8 @@
|
|||||||
Public Function FNDD_MODULE_INIT(Username As String) As String
|
Public Function FNDD_MODULE_INIT(Username As String) As String
|
||||||
Return String.Format("SELECT * FROM [dbo].[FNZF_GET_MODULE_INFO] ('{0}')", Username)
|
Return String.Format("SELECT * FROM [dbo].[FNZF_GET_MODULE_INFO] ('{0}')", Username)
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
|
Public Function FNIDB_GET_SEARCH_PROFILES(UserId As Integer, UserLanguage As String) As String
|
||||||
|
Return String.Format("SELECT * FROM [dbo].[FNIDB_GET_SEARCH_PROFILES] ({0},'{1}')", UserId, UserLanguage)
|
||||||
|
End Function
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
@ -145,10 +145,10 @@
|
|||||||
<Compile Include="frmGlobix_Index.vb">
|
<Compile Include="frmGlobix_Index.vb">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="frmPreSearch.Designer.vb">
|
<Compile Include="frmSearchPredefined.Designer.vb">
|
||||||
<DependentUpon>frmPreSearch.vb</DependentUpon>
|
<DependentUpon>frmSearchPredefined.vb</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="frmPreSearch.vb">
|
<Compile Include="frmSearchPredefined.vb">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="frmSearchStart.Designer.vb">
|
<Compile Include="frmSearchStart.Designer.vb">
|
||||||
@ -210,8 +210,8 @@
|
|||||||
<EmbeddedResource Include="frmGlobix_Index.resx">
|
<EmbeddedResource Include="frmGlobix_Index.resx">
|
||||||
<DependentUpon>frmGlobix_Index.vb</DependentUpon>
|
<DependentUpon>frmGlobix_Index.vb</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="frmPreSearch.resx">
|
<EmbeddedResource Include="frmSearchPredefined.resx">
|
||||||
<DependentUpon>frmPreSearch.vb</DependentUpon>
|
<DependentUpon>frmSearchPredefined.vb</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="frmSearchStart.resx">
|
<EmbeddedResource Include="frmSearchStart.resx">
|
||||||
<DependentUpon>frmSearchStart.vb</DependentUpon>
|
<DependentUpon>frmSearchStart.vb</DependentUpon>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user