new images for components, scripts for compile component images to lazarus resource

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@274 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2007-10-17 09:48:13 +00:00
parent f1b2e22789
commit 87f4d70fb8
5 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,5 @@
del tooledit.lrs
del rxdbgrid.lrs
..\..\..\..\tools\lazres.exe tooledit.lrs picDateEdit.bmp
..\..\..\..\tools\lazres.exe rxdbgrid.lrs rx_markerdown.xpm rx_markerup.xpm

View File

@ -0,0 +1,5 @@
rm tooledit.lrs
rm rxdbgrid.lrs
../../../../tools\lazres.exe tooledit.lrs picDateEdit.bmp
../../../../tools\lazres.exe rxdbgrid.lrs rx_markerdown.xpm rx_markerup.xpm

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B

View File

@ -0,0 +1,16 @@
/* XPM */
static char *rx_mark_down[]={
"10 10 3 1",
". c None",
"# c #808080",
"a c #ffffff",
"..........",
".#######a.",
".#......a.",
"..#....a..",
"..#....a..",
"...#..a...",
"...#..a...",
"....#a....",
"..........",
".........."};

View File

@ -0,0 +1,17 @@
/* XPM */
static char *rx_mark_up[]={
"10 10 4 1",
"b c None",
". c None",
"# c #808080",
"a c #ffffff",
"..........",
"....#a....",
"...#..a...",
"...#..a...",
"..#....a..",
"..#....a..",
".#......a.",
".aaaaaaaa.",
".bbbbbbbb.",
".........."};