mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 02:38:16 +02:00
26 lines
424 B
C
26 lines
424 B
C
/* XPM */
|
|
static char * dbgridcheckedcb[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"13 13 6 1",
|
|
" c None",
|
|
". c #808080",
|
|
"+ c #FFFFFF",
|
|
"@ c #404040",
|
|
"# c #D4D0C8",
|
|
"$ c #000000",
|
|
/* pixels */
|
|
"............+",
|
|
".@@@@@@@@@@#+",
|
|
".@+++++++++#+",
|
|
".@+++++++$+#+",
|
|
".@++++++$$+#+",
|
|
".@+$+++$$$+#+",
|
|
".@+$$+$$$++#+",
|
|
".@+$$$$$+++#+",
|
|
".@++$$$++++#+",
|
|
".@+++$+++++#+",
|
|
".@+++++++++#+",
|
|
".###########+",
|
|
"+++++++++++++"
|
|
);
|