You've already forked lazarus-ccr
RxDateEdit - fix button icon
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2797 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,5 +1,10 @@
|
|||||||
rm tooledit.lrs
|
rm tooledit.lrs
|
||||||
rm rxdbgrid.lrs
|
rm rxdbgrid.lrs
|
||||||
|
rm tooledit.res
|
||||||
|
rm rxdbgrid.res
|
||||||
|
|
||||||
../../../../tools\lazres.exe tooledit.lrs picDateEdit.bmp
|
/usr/local/share/lazarus/tools/lazres tooledit.res picDateEdit.png
|
||||||
../../../../tools\lazres.exe rxdbgrid.lrs rx_markerdown.xpm rx_markerup.xpm
|
/usr/local/share/lazarus/tools/lazres rxdbgrid.res rx_markerdown.png rx_markerup.png
|
||||||
|
|
||||||
|
#../../../../tools\lazres.exe tooledit.lrs picDateEdit.bmp
|
||||||
|
#../../../../tools\lazres.exe rxdbgrid.lrs rx_markerdown.xpm rx_markerup.xpm
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 310 B |
BIN
components/rx/images/componet_img/picDateEdit.png
Normal file
BIN
components/rx/images/componet_img/picDateEdit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 304 B |
BIN
components/rx/images/componet_img/rx_markerdown.png
Normal file
BIN
components/rx/images/componet_img/rx_markerdown.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 242 B |
@ -1,16 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *rx_mark_down[]={
|
|
||||||
"10 10 3 1",
|
|
||||||
". c None",
|
|
||||||
"# c #808080",
|
|
||||||
"a c #ffffff",
|
|
||||||
"..........",
|
|
||||||
".#######a.",
|
|
||||||
".#......a.",
|
|
||||||
"..#....a..",
|
|
||||||
"..#....a..",
|
|
||||||
"...#..a...",
|
|
||||||
"...#..a...",
|
|
||||||
"....#a....",
|
|
||||||
"..........",
|
|
||||||
".........."};
|
|
BIN
components/rx/images/componet_img/rx_markerup.png
Normal file
BIN
components/rx/images/componet_img/rx_markerup.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 240 B |
@ -1,17 +0,0 @@
|
|||||||
/* 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.",
|
|
||||||
".........."};
|
|
Reference in New Issue
Block a user