From e469ce13544c74242b326508afc0b94004ec9efd Mon Sep 17 00:00:00 2001 From: alexs75 Date: Sat, 28 Sep 2013 16:11:28 +0000 Subject: [PATCH] RxDateEdit - fix button icon git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2797 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../images/componet_img/all_component_res.sh | 9 +++++++-- .../rx/images/componet_img/picDateEdit.bmp | Bin 310 -> 0 bytes .../rx/images/componet_img/picDateEdit.png | Bin 0 -> 304 bytes .../rx/images/componet_img/rx_markerdown.png | Bin 0 -> 242 bytes .../rx/images/componet_img/rx_markerdown.xpm | 16 ---------------- .../rx/images/componet_img/rx_markerup.png | Bin 0 -> 240 bytes .../rx/images/componet_img/rx_markerup.xpm | 17 ----------------- 7 files changed, 7 insertions(+), 35 deletions(-) delete mode 100644 components/rx/images/componet_img/picDateEdit.bmp create mode 100644 components/rx/images/componet_img/picDateEdit.png create mode 100644 components/rx/images/componet_img/rx_markerdown.png delete mode 100644 components/rx/images/componet_img/rx_markerdown.xpm create mode 100644 components/rx/images/componet_img/rx_markerup.png delete mode 100644 components/rx/images/componet_img/rx_markerup.xpm 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 976ba28c1f9a264937b089db1a60fa5ee5bbc238..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmZurF%H5o47^H=Nc{j0;04SGA$8(AWU7*}8(+#VJXw698(k`Mw#9~>yZC&L;@jgg zAmT|r6DQ(G3^dWwk!+( Ni#1$xe{$|O17Bllg;W3l diff --git a/components/rx/images/componet_img/picDateEdit.png b/components/rx/images/componet_img/picDateEdit.png new file mode 100644 index 0000000000000000000000000000000000000000..de59f5efa02816544e9c6acd741da693d7ceed98 GIT binary patch literal 304 zcmeAS@N?(olHy`uVBq!ia0vp^GC<73!VDyvzaFpwQbGYfA+G-!{sWmE9UcGw|37o) z43Oz1vH2iSh%w3A-Gy0@$LAA}ljZ5+7{YPgx9=eD0R;}%`WGxmzT_n^>gENAukidH zzf@s*9sj38$_xc8DigVSET8W^p~Us3KCoGRLy2DB)FoEmE-kLsT>2(v@!)EV{HQyD+7b*`~68M8glbfGSe!d8q9PJO+t)}tV~R; Yj4dDzyD{nF5iq zwtzyDylDzR^{OSV5hW>!C8<`)MX5lF!N|bSSl7T(*T^Eo(9+5jh>W!j zOsotHqVM-7p=ij>PsvQHglaI;H8cq^GO{u;wKBGVXpp>qQ5>j&!PC{xWt~$(69Cd( BKDqz^ literal 0 HcmV?d00001 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.", -".........."};