added xmlcfg

git-svn-id: trunk@9436 -
This commit is contained in:
mattias 2006-06-14 17:57:47 +00:00
parent e8a420de15
commit ca930b7116
2 changed files with 30 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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/ttreeview.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/unregisteredcomponent.xpm -text svneol=native#image/x-xpixmap
images/components_images.lrs svneol=native#text/pascal

View File

@ -0,0 +1,29 @@
/* XPM */
static char * txmlcfg_xpm[] = {
"24 24 2 1",
" c None",
". c #00DC24",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" . . .. . . ",
" .. . .. .. . ",
" . . .. .. . ",
" .. . . . . . ",
" .. . . . . . ",
" . . . ... . . ",
" . . . . . . ",
" . . . . ..... ",
" ",
" "};