ms globix config
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user