Private Sub ObjDraw1_KeyUp(KeyAscii As Integer, Shift As Integer)
StatusBar1.Panels(1).Text = ""
End Sub
Private Sub ObjDraw1_MouseMove(Button As Integer, Shift As Integer, x As Single, Y As Single)
StatusBar1.Panels(2).Text = "X: " & x & " - Y: " & Y
End Sub
Private Sub ObjDraw1_NewDrawingEnd()
Toolbar4.Buttons(1).Value = tbrPressed
End Sub
Private Sub ObjDraw1_ObjectResize(ObjType As ObjectDraw.myObType, Index As Long, ObjLeft As Single, ObjTop As Single, ObjWidth As Single, ObjHeight As Single, ObjAspect As Single)
Private Sub ObjDraw1_ObjSelected(ObjType As ObjectDraw.myObType, Index As Long, ObjLeft As Single, ObjTop As Single, ObjWidth As Single, ObjHeight As Single, ObjAngle As Single, ObjFillColor As Long, ObjFillStyle As myFill, ObjBorderColor As Long, ObjBorderWidth As Integer, ObjAspect As Single, ObjFontName As String, ObjFontSize As Single, ObjFontBold As Boolean, ObjFontItalic As Boolean, ObjFontUnderline As Boolean, ObjFontStrikethru As Boolean, ObjText As String, ObjTextAlign As AlignmentConstants, ObjPointQty As Integer)
Dim tmp As String
If ObjType <> -1 Then
doNothing = True
If ObjFillColor > -1 Then bFillColor = ObjFillColor
OpColor(0).BackColor = bFillColor
If ObjFillStyle > -1 Then CboFill.ListIndex = ObjFillStyle