mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 07:19:18 +02:00
added xmlcfg
git-svn-id: trunk@9436 -
This commit is contained in:
parent
e8a420de15
commit
ca930b7116
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1662,6 +1662,7 @@ images/components/ttrackbar.ico -text svneol=unset#image/x-icon
|
|||||||
images/components/ttrackbar.xpm -text svneol=native#image/x-xpixmap
|
images/components/ttrackbar.xpm -text svneol=native#image/x-xpixmap
|
||||||
images/components/ttreeview.xpm -text svneol=native#image/x-xpixmap
|
images/components/ttreeview.xpm -text svneol=native#image/x-xpixmap
|
||||||
images/components/tupdown.xpm -text svneol=native#image/x-xpixmap
|
images/components/tupdown.xpm -text svneol=native#image/x-xpixmap
|
||||||
|
images/components/txmlcfg.xpm svneol=native#text/plain
|
||||||
images/components/txmlpropstorage.xpm -text svneol=native#image/x-xpixmap
|
images/components/txmlpropstorage.xpm -text svneol=native#image/x-xpixmap
|
||||||
images/components/unregisteredcomponent.xpm -text svneol=native#image/x-xpixmap
|
images/components/unregisteredcomponent.xpm -text svneol=native#image/x-xpixmap
|
||||||
images/components_images.lrs svneol=native#text/pascal
|
images/components_images.lrs svneol=native#text/pascal
|
||||||
|
29
images/components/txmlcfg.xpm
Normal file
29
images/components/txmlcfg.xpm
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
/* XPM */
|
||||||
|
static char * txmlcfg_xpm[] = {
|
||||||
|
"24 24 2 1",
|
||||||
|
" c None",
|
||||||
|
". c #00DC24",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" . . .. . . ",
|
||||||
|
" .. . .. .. . ",
|
||||||
|
" . . .. .. . ",
|
||||||
|
" .. . . . . . ",
|
||||||
|
" .. . . . . . ",
|
||||||
|
" . . . ... . . ",
|
||||||
|
" . . . . . . ",
|
||||||
|
" . . . . ..... ",
|
||||||
|
" ",
|
||||||
|
" "};
|
Loading…
Reference in New Issue
Block a user