lazarus/lcl/images/dbgriduncheckedcb.xpm

26 lines
426 B
C

/* XPM */
static char * dbgriduncheckedcb[] = {
/* columns rows colors chars-per-pixel */
"13 13 6 1",
" c none",
". c #808080",
"+ c #ffffff",
"@ c #404040",
"# c #d4d0c8",
"$ c #000000",
/* pixels */
"............+",
".@@@@@@@@@@#+",
".@+++++++++#+",
".@+++++++++#+",
".@+++++++++#+",
".@+++++++++#+",
".@+++++++++#+",
".@+++++++++#+",
".@+++++++++#+",
".@+++++++++#+",
".@+++++++++#+",
".###########+",
"+++++++++++++"
);