diff --git a/components/rx/images/componet_img/all_component_res.sh b/components/rx/images/componet_img/all_component_res.sh index 1b8b54dc2..b2ebbeaad 100644 --- a/components/rx/images/componet_img/all_component_res.sh +++ b/components/rx/images/componet_img/all_component_res.sh @@ -1,5 +1,10 @@ rm tooledit.lrs rm rxdbgrid.lrs +rm tooledit.res +rm rxdbgrid.res -../../../../tools\lazres.exe tooledit.lrs picDateEdit.bmp -../../../../tools\lazres.exe rxdbgrid.lrs rx_markerdown.xpm rx_markerup.xpm +/usr/local/share/lazarus/tools/lazres tooledit.res picDateEdit.png +/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 diff --git a/components/rx/images/componet_img/picDateEdit.bmp b/components/rx/images/componet_img/picDateEdit.bmp deleted file mode 100644 index 976ba28c1..000000000 Binary files a/components/rx/images/componet_img/picDateEdit.bmp and /dev/null differ diff --git a/components/rx/images/componet_img/picDateEdit.png b/components/rx/images/componet_img/picDateEdit.png new file mode 100644 index 000000000..de59f5efa Binary files /dev/null and b/components/rx/images/componet_img/picDateEdit.png differ diff --git a/components/rx/images/componet_img/rx_markerdown.png b/components/rx/images/componet_img/rx_markerdown.png new file mode 100644 index 000000000..3e07cf6c3 Binary files /dev/null and b/components/rx/images/componet_img/rx_markerdown.png differ diff --git a/components/rx/images/componet_img/rx_markerdown.xpm b/components/rx/images/componet_img/rx_markerdown.xpm deleted file mode 100644 index 3634c7f31..000000000 --- a/components/rx/images/componet_img/rx_markerdown.xpm +++ /dev/null @@ -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....", -"..........", -".........."}; diff --git a/components/rx/images/componet_img/rx_markerup.png b/components/rx/images/componet_img/rx_markerup.png new file mode 100644 index 000000000..64f683e3b Binary files /dev/null and b/components/rx/images/componet_img/rx_markerup.png differ diff --git a/components/rx/images/componet_img/rx_markerup.xpm b/components/rx/images/componet_img/rx_markerup.xpm deleted file mode 100644 index b57680434..000000000 --- a/components/rx/images/componet_img/rx_markerup.xpm +++ /dev/null @@ -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.", -".........."};