ms globix config

This commit is contained in:
2022-02-23 13:06:50 +01:00
parent 7a4bee819c
commit ccced62560
13 changed files with 552 additions and 511 deletions

View File

@@ -508,7 +508,12 @@ Public Class frmFlowForm
End Sub
Private Sub frmFlowForm_DragEnter(sender As Object, e As DragEventArgs) Handles MyBase.DragEnter
PictureBoxDragDrop.Image = My.Resources._1_LOGO_ZOO_FLOW_DROP3
If My.Application.GlobixDropAreaStyle = "PROGRESSIVE" Then
PictureBoxDragDrop.Image = My.Resources._1_LOGO_ZOO_FLOW_DROP3
Else
PictureBoxDragDrop.Image = My.Resources._1_LOGO_ZOO_FLOW_DROP2
End If
e.Effect = DragDropEffects.Copy
Drag_Enter(sender, e)
@@ -1236,5 +1241,9 @@ Public Class frmFlowForm
frmConfigBasic.ShowDialog()
Quicksearch1(True)
End Sub
Private Sub BarButtonItem9_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem9.ItemClick
frmGlobixBasicConfig.ShowDialog()
End Sub
End Class