mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 10:40:35 +02:00
added calculator icons
git-svn-id: trunk@4950 -
This commit is contained in:
parent
2b6d885985
commit
8febab2490
10
.gitattributes
vendored
10
.gitattributes
vendored
@ -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
|
||||
|
21
lcl/images/btncalccancel.xpm
Normal file
21
lcl/images/btncalccancel.xpm
Normal 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
22
lcl/images/btncalcimg.xpm
Normal 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
21
lcl/images/btncalcmin.xpm
Normal 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
21
lcl/images/btncalcmul.xpm
Normal 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
21
lcl/images/btncalcok.xpm
Normal file
@ -0,0 +1,21 @@
|
||||
/* XPM */
|
||||
static char *calcok[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"13 13 2 1",
|
||||
" c black",
|
||||
"> c None",
|
||||
/* pixels */
|
||||
">>>>>>>>>>>>>",
|
||||
">>>>>>>>>>>>>",
|
||||
">>>>>>>>>> >",
|
||||
">>>>>>>>> >",
|
||||
">>>>>>>> >>",
|
||||
">>>>>>> >>>",
|
||||
"> >>> >>>>",
|
||||
"> > >>>>>",
|
||||
">> >>>>>>",
|
||||
">>> >>>>>>>",
|
||||
">>>> >>>>>>>>",
|
||||
">>>>>>>>>>>>>",
|
||||
">>>>>>>>>>>>>"
|
||||
};
|
21
lcl/images/btncalcplus.xpm
Normal file
21
lcl/images/btncalcplus.xpm
Normal 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
21
lcl/images/btncalcpm.xpm
Normal file
@ -0,0 +1,21 @@
|
||||
/* XPM */
|
||||
static char *calcpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"10 13 2 1",
|
||||
" c black",
|
||||
"> c None",
|
||||
/* pixels */
|
||||
">>>>>>>>>>",
|
||||
">>>> >>>>",
|
||||
">>>> >>>>",
|
||||
">>>> >>>>",
|
||||
"> >",
|
||||
"> >",
|
||||
">>>> >>>>",
|
||||
">>>> >>>>",
|
||||
">>>> >>>>",
|
||||
">>>>>>>>>>",
|
||||
"> >",
|
||||
"> >",
|
||||
">>>>>>>>>>"
|
||||
};
|
35
lcl/images/btncalculator.xpm
Normal file
35
lcl/images/btncalculator.xpm
Normal 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 ",
|
||||
"> >"
|
||||
};
|
35
lcl/images/btncalendar.xpm
Normal file
35
lcl/images/btncalendar.xpm
Normal 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
35
lcl/images/btnseldir.xpm
Normal 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*: >",
|
||||
"> :*:*:*:*:* >",
|
||||
"> >",
|
||||
">>>>>>>>>>>>>>"
|
||||
};
|
Loading…
Reference in New Issue
Block a user