VERSION 5.00
Begin {BD4B4E61-F7B8-11D0-964D-00A0C9273C2A} crSelectedOwnerCharges 
   ClientHeight    =   10020
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   11235
   OleObjectBlob   =   "hisSelectedOwnerCharges.dsx":0000
End
Attribute VB_Name = "crSelectedOwnerCharges"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Section2_Format(ByVal pFormattingInfo As Object)
On Error GoTo errhandler
   Set picLogo.FormattedPicture = LoadPicture(fldstrLogoPath.Value)
   Exit Sub
errhandler:
   picLogo.Suppress = True
End Sub
