From 87f4d70fb8c856276107cb871aba65a3c93e30eb Mon Sep 17 00:00:00 2001 From: alexs75 Date: Wed, 17 Oct 2007 09:48:13 +0000 Subject: [PATCH] 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 --- .../images/componet_img/all_component_res.bat | 5 +++++ .../images/componet_img/all_component_res.sh | 5 +++++ .../rx/images/componet_img/picDateEdit.bmp | Bin 0 -> 310 bytes .../rx/images/componet_img/rx_markerdown.xpm | 16 ++++++++++++++++ .../rx/images/componet_img/rx_markerup.xpm | 17 +++++++++++++++++ 5 files changed, 43 insertions(+) create mode 100644 components/rx/images/componet_img/all_component_res.bat create mode 100644 components/rx/images/componet_img/all_component_res.sh create mode 100644 components/rx/images/componet_img/picDateEdit.bmp create mode 100644 components/rx/images/componet_img/rx_markerdown.xpm create mode 100644 components/rx/images/componet_img/rx_markerup.xpm diff --git a/components/rx/images/componet_img/all_component_res.bat b/components/rx/images/componet_img/all_component_res.bat new file mode 100644 index 000000000..af4c7034f --- /dev/null +++ b/components/rx/images/componet_img/all_component_res.bat @@ -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 diff --git a/components/rx/images/componet_img/all_component_res.sh b/components/rx/images/componet_img/all_component_res.sh new file mode 100644 index 000000000..1b8b54dc2 --- /dev/null +++ b/components/rx/images/componet_img/all_component_res.sh @@ -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 diff --git a/components/rx/images/componet_img/picDateEdit.bmp b/components/rx/images/componet_img/picDateEdit.bmp new file mode 100644 index 0000000000000000000000000000000000000000..976ba28c1f9a264937b089db1a60fa5ee5bbc238 GIT binary patch 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 literal 0 HcmV?d00001 diff --git a/components/rx/images/componet_img/rx_markerdown.xpm b/components/rx/images/componet_img/rx_markerdown.xpm new file mode 100644 index 000000000..3634c7f31 --- /dev/null +++ b/components/rx/images/componet_img/rx_markerdown.xpm @@ -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....", +"..........", +".........."}; diff --git a/components/rx/images/componet_img/rx_markerup.xpm b/components/rx/images/componet_img/rx_markerup.xpm new file mode 100644 index 000000000..b57680434 --- /dev/null +++ b/components/rx/images/componet_img/rx_markerup.xpm @@ -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.", +".........."};