Home
last modified time | relevance | path

Searched refs:IDB_TOOLBARICONS (Results 1 – 3 of 3) sorted by relevance

/reactos/base/applications/mspaint/
H A Dresource.h14 #define IDB_TOOLBARICONS 510 macro
H A Drsrc.rc24 IDB_TOOLBARICONS BITMAP "img/iconbar.bmp" bitmap
H A Dtoolbox.cpp51 HBITMAP hbmIcons = (HBITMAP)::LoadImageW(g_hinstExe, MAKEINTRESOURCEW(IDB_TOOLBARICONS), in DoCreate()