Icon :: read - Read icon from resource
The function provides the icon definition for the icon from the resource database (ADKC_Bitmap) looking for a resource with the name passed in sResource
Return value:  Icon data ( odabagui::Icon & )
Icon data defines three pixmaps for displaying images with different states.
Implementation details
odabagui::Icon &
Icon  :: read ( odaba::String &sResource )
- sResource
 - Name of resoure
"ok_button" // button in the current window "address.street" // line edit in the address subwindow ".name" // line edit in the upper control (window) 

