You've already forked lazarus-ccr
aarre
applications
bindings
components
ZVDateTimeCtrls
aboutcomponent
acs
beepfp
chelper
cmdline
COPYING
COPYING.LESSER
CmdLineExample.lpi
CmdLineExample.lpr
cmdbox.lpk
cmdbox.pas
demotext.txt
tcmdbox.lrs
tcmdbox.xpm
ucmdbox.pas
wnmainform.lfm
wnmainform.lrs
wnmainform.pas
cmdlinecfg
colorpalette
csvdocument
epiktimer
fpsound
fpspreadsheet
fractions
freetypepascal
geckoport
gradcontrols
iosdesigner
iphonelazext
jujiboutils
jvcllaz
kcontrols
lazbarcodes
lclextensions
longtimer
manualdock
mplayer
multithreadprocs
nvidia-widgets
onguard
orpheus
playsoundpackage
poweredby
powerpdf
rgbgraphics
richmemo
richview
rtfview
rx
scrolltext
smnetgradient
spktoolbar
svn
tdi
thtmlport
tparadoxdataset
tvplanit
virtualtreeview
virtualtreeview-new
xdev_toolkit
zlibar
examples
lclbindings
wst
40 lines
980 B
C
40 lines
980 B
C
![]() |
/* XPM */
|
||
|
static char *tcmdbox[] = {
|
||
|
/* width height num_colors chars_per_pixel */
|
||
|
" 24 24 8 1",
|
||
|
/* colors */
|
||
|
"` c #C0C0C0",
|
||
|
". c #000000",
|
||
|
"# c #000000",
|
||
|
"a c #000000",
|
||
|
"b c #000000",
|
||
|
"c c #000000",
|
||
|
"d c #000000",
|
||
|
"e c #000000",
|
||
|
/* pixels */
|
||
|
"````````````````````````",
|
||
|
"`......................`",
|
||
|
"`..`...`....`..``...``.`",
|
||
|
"`.`..`.`....`..`.`.`...`",
|
||
|
"`.`.....`..```.``..`...`",
|
||
|
"`.`..`..`..`.`.`.`.`...`",
|
||
|
"`..`.....`.`.`.``...``.`",
|
||
|
"`......................`",
|
||
|
"`......................`",
|
||
|
"`......................`",
|
||
|
"`......................`",
|
||
|
"`......................`",
|
||
|
"`.````.................`",
|
||
|
"`......................`",
|
||
|
"`......................`",
|
||
|
"`......................`",
|
||
|
"`......................`",
|
||
|
"`......................`",
|
||
|
"`......................`",
|
||
|
"`......................`",
|
||
|
"`......................`",
|
||
|
"`......................`",
|
||
|
"`......................`",
|
||
|
"````````````````````````"
|
||
|
};
|