added calculator icons

git-svn-id: trunk@4950 -
This commit is contained in:
mattias 2003-12-25 11:53:36 +00:00
parent 2b6d885985
commit 8febab2490
11 changed files with 263 additions and 0 deletions

10
.gitattributes vendored
View File

@ -829,6 +829,16 @@ lcl/graphics.pp svneol=native#text/pascal
lcl/graphmath.pp svneol=native#text/pascal
lcl/graphtype.pp svneol=native#text/pascal
lcl/grids.pas svneol=native#text/pascal
lcl/images/btncalccancel.xpm -text svneol=native#image/x-xpixmap
lcl/images/btncalcimg.xpm -text svneol=native#image/x-xpixmap
lcl/images/btncalcmin.xpm -text svneol=native#image/x-xpixmap
lcl/images/btncalcmul.xpm -text svneol=native#image/x-xpixmap
lcl/images/btncalcok.xpm -text svneol=native#image/x-xpixmap
lcl/images/btncalcplus.xpm -text svneol=native#image/x-xpixmap
lcl/images/btncalcpm.xpm -text svneol=native#image/x-xpixmap
lcl/images/btncalculator.xpm -text svneol=native#image/x-xpixmap
lcl/images/btncalendar.xpm -text svneol=native#image/x-xpixmap
lcl/images/btnseldir.xpm -text svneol=native#image/x-xpixmap
lcl/images/dbnavcancel.xpm -text svneol=native#image/x-xpixmap
lcl/images/dbnavdelete.xpm -text svneol=native#image/x-xpixmap
lcl/images/dbnavedit.xpm -text svneol=native#image/x-xpixmap

View File

@ -0,0 +1,21 @@
/* XPM */
static char *calccancel[] = {
/* columns rows colors chars-per-pixel */
"11 13 2 1",
" c black",
"> c None",
/* pixels */
">>>>>>>>>>>",
">>>>>>>>>>>",
"> >>>>> >",
"> >>> >",
">> > >>",
">>> >>>",
">>>> >>>>",
">>> >>>",
">> > >>",
"> >>> >",
"> >>>>> >",
">>>>>>>>>>>",
">>>>>>>>>>>"
};

22
lcl/images/btncalcimg.xpm Normal file
View File

@ -0,0 +1,22 @@
/* XPM */
static char *calcimg[] = {
/* columns rows colors chars-per-pixel */
"84 13 3 1",
" c black",
"+ c #800080",
"> c None",
/* pixels */
">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>",
">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>",
">>> >>>>> >>>>>>>>>>>> >>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>++>>>>>>",
">>> >>> >>>>>>>>>>> >>>>>>>> >>>>>>>>>++>>>++>>>>>>>>>>>>>>>>>>>>>>>>++>>>>>>",
">>>> > >>>>>>>>>>> >>>>>> >>>>>>+++>+++>>>>>>>>>>>>>>>>>>>>>>>>++>>>>>>",
">>>>> >>>>>>>>>>> >>>>>>> >>>>>>>+++++>>>>>>>>++++++++>>>>>>++++++++>>>",
">>>>>> >>>>>> >>> >>>>>>>>>>> >>>>>>>>>>>+++>>>>>>>>>++++++++>>>>>>++++++++>>>",
">>>>> >>>>> > >>>>>>>>>>>> >>>>>>>>>>+++++>>>>>>>>>>>>>>>>>>>>>>>>>++>>>>>>",
">>>> > >>>>> >>>>>>>>>>>>> >>>>>>>>>+++>+++>>>>>>>>>>>>>>>>>>>>>>>>++>>>>>>",
">>> >>> >>>>> >>>>>>>>>>>>>>>>>>>>>>>>>++>>>++>>>>>>>>>>>>>>>>>>>>>>>>++>>>>>>",
">>> >>>>> >>>>>> >>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>",
">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>",
">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
};

21
lcl/images/btncalcmin.xpm Normal file
View File

@ -0,0 +1,21 @@
/* XPM */
static char *calcmin[] = {
/* columns rows colors chars-per-pixel */
"10 13 2 1",
"+ c black",
"> c None",
/* pixels */
">>>>>>>>>>",
">>>>>>>>>>",
">>>>>>>>>>",
">>>>>>>>>>",
">>>>>>>>>>",
">++++++++>",
">++++++++>",
">>>>>>>>>>",
">>>>>>>>>>",
">>>>>>>>>>",
">>>>>>>>>>",
">>>>>>>>>>",
">>>>>>>>>>"
};

21
lcl/images/btncalcmul.xpm Normal file
View File

@ -0,0 +1,21 @@
/* XPM */
static char *calcmul[] = {
/* columns rows colors chars-per-pixel */
"9 13 2 1",
"+ c black",
"> c None",
/* pixels */
">>>>>>>>>",
">>>>>>>>>",
">>>>>>>>>",
">++>>>++>",
">+++>+++>",
">>+++++>>",
">>>+++>>>",
">>+++++>>",
">+++>+++>",
">++>>>++>",
">>>>>>>>>",
">>>>>>>>>",
">>>>>>>>>"
};

21
lcl/images/btncalcok.xpm Normal file
View File

@ -0,0 +1,21 @@
/* XPM */
static char *calcok[] = {
/* columns rows colors chars-per-pixel */
"13 13 2 1",
" c black",
"> c None",
/* pixels */
">>>>>>>>>>>>>",
">>>>>>>>>>>>>",
">>>>>>>>>> >",
">>>>>>>>> >",
">>>>>>>> >>",
">>>>>>> >>>",
"> >>> >>>>",
"> > >>>>>",
">> >>>>>>",
">>> >>>>>>>",
">>>> >>>>>>>>",
">>>>>>>>>>>>>",
">>>>>>>>>>>>>"
};

View File

@ -0,0 +1,21 @@
/* XPM */
static char *calcplus[] = {
/* columns rows colors chars-per-pixel */
"10 13 2 1",
"+ c black",
"> c None",
/* pixels */
">>>>>>>>>>",
">>>>>>>>>>",
">>>>++>>>>",
">>>>++>>>>",
">>>>++>>>>",
">++++++++>",
">++++++++>",
">>>>++>>>>",
">>>>++>>>>",
">>>>++>>>>",
">>>>>>>>>>",
">>>>>>>>>>",
">>>>>>>>>>"
};

21
lcl/images/btncalcpm.xpm Normal file
View File

@ -0,0 +1,21 @@
/* XPM */
static char *calcpm[] = {
/* columns rows colors chars-per-pixel */
"10 13 2 1",
" c black",
"> c None",
/* pixels */
">>>>>>>>>>",
">>>> >>>>",
">>>> >>>>",
">>>> >>>>",
"> >",
"> >",
">>>> >>>>",
">>>> >>>>",
">>>> >>>>",
">>>>>>>>>>",
"> >",
"> >",
">>>>>>>>>>"
};

View File

@ -0,0 +1,35 @@
/* XPM */
static char *calculator[] = {
/* columns rows colors chars-per-pixel */
"14 12 17 1",
" c black",
". c #800000",
"X c #008000",
"o c #808000",
"O c navy",
"+ c #800080",
"@ c #008080",
"# c #808080",
"$ c #C0C0C0",
"% c red",
"& c green",
"* c yellow",
"= c blue",
"- c magenta",
"; c cyan",
": c gray100",
"> c None",
/* pixels */
">@@@@@@@@@@@@>",
"@:;:;:;:;:;:@ ",
"@; @@O ",
"@: ::::::$@@O ",
"@; $$$$$$$@@O ",
"@:@@@@@@@@@@O ",
"@;@ : : : : O ",
"@:@@@@@@@@@@O ",
"@;@ : : : : O ",
"@:@@@@@@@@@@O ",
"@@OOOOOOOOOOO ",
"> >"
};

View File

@ -0,0 +1,35 @@
/* XPM */
static char *calendar[] = {
/* columns rows colors chars-per-pixel */
"14 12 17 1",
" c black",
". c #800000",
"X c #008000",
"o c #808000",
"O c navy",
"+ c #800080",
"@ c #008080",
"# c #808080",
"$ c #C0C0C0",
"% c red",
"& c green",
"* c yellow",
"= c blue",
"- c magenta",
"; c cyan",
": c gray100",
"> c None",
/* pixels */
">> >>",
">>:$$$$$$$$:O#",
">>::::::::::O#",
">>:: :: :O#",
">>: :: ::::O#",
">>:: :: $:O#",
">>:: ::::: :O#",
">>:: ::$:$ :O#",
">>: : $:O#",
">>::::::::::O#",
">> O OO O O#",
">>>###########"
};

35
lcl/images/btnseldir.xpm Normal file
View File

@ -0,0 +1,35 @@
/* XPM */
static char *directory[] = {
/* columns rows colors chars-per-pixel */
"14 12 17 1",
" c black",
". c #800000",
"X c #008000",
"o c #808000",
"O c navy",
"+ c #800080",
"@ c #008080",
"# c #808080",
"$ c #C0C0C0",
"% c red",
"& c green",
"* c yellow",
"= c blue",
"- c magenta",
"; c cyan",
": c gray100",
"> c None",
/* pixels */
">>> >>>>>>>",
">> *:*: >>>>>>",
"> >",
"> :*:*:*:*:* >",
"> *:*O*O*O*: >",
"> :*:*OOO*:* >",
"> *:*OO*OO*: >",
"> :*:*OOO*:* >",
"> *:*O*O*O*: >",
"> :*:*:*:*:* >",
"> >",
">>>>>>>>>>>>>>"
};