Zooflow: Fix focus issue with search
This commit is contained in:
6
GUIs.ZooFlow/frmFlowForm.Designer.vb
generated
6
GUIs.ZooFlow/frmFlowForm.Designer.vb
generated
@@ -26,7 +26,7 @@ Partial Class frmFlowForm
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim SplashScreenManager As DevExpress.XtraSplashScreen.SplashScreenManager = New DevExpress.XtraSplashScreen.SplashScreenManager(Me, GetType(Global.DigitalData.GUIs.ZooFlow.frmSplash), True, True)
|
||||
Dim SplashScreenManager1 As DevExpress.XtraSplashScreen.SplashScreenManager = New DevExpress.XtraSplashScreen.SplashScreenManager(Me, GetType(Global.DigitalData.GUIs.ZooFlow.frmSplash), True, True)
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmFlowForm))
|
||||
Me.NotifyIcon = New System.Windows.Forms.NotifyIcon(Me.components)
|
||||
Me.ContextMenuSystray = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
@@ -85,9 +85,9 @@ Partial Class frmFlowForm
|
||||
CType(Me.BarManager1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'SplashScreenManager
|
||||
'SplashScreenManager1
|
||||
'
|
||||
SplashScreenManager.ClosingDelay = 500
|
||||
SplashScreenManager1.ClosingDelay = 500
|
||||
'
|
||||
'NotifyIcon
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user