Resources associated with an exe or dll. Use Application.resources to get the resources object associated with the current instance?.
module dfl.resources;
{
public final Icon getIcon(char[] name,bool defaultSize = true);
public final Icon getIcon(int id,bool defaultSize = true);
public final WORD language;
[property getter]
}