THeaderControl icon

git-svn-id: trunk@11280 -
This commit is contained in:
paul 2007-06-05 02:48:18 +00:00
parent f0f36ca1c6
commit be94d619f3
3 changed files with 3805 additions and 3360 deletions

1
.gitattributes vendored
View File

@ -1937,6 +1937,7 @@ images/components/tfontdialog.ico -text svneol=unset#image/x-icon
images/components/tfontdialog.xpm -text svneol=native#image/x-xpixmap
images/components/tgroupbox.ico -text svneol=unset#image/x-icon
images/components/tgroupbox.xpm -text svneol=native#image/x-xpixmap
images/components/theadercontrol.xpm svneol=native#text/plain
images/components/thtmlbrowserhelpviewer.xpm svneol=native#text/plain
images/components/thtmlhelpdatabase.xpm svneol=native#text/plain
images/components/tidedialoglayoutstorage.xpm -text svneol=unset#image/xpm

View File

@ -0,0 +1,31 @@
/* XPM */
static char * THeaderControl_xpm[] = {
"24 24 4 1",
" c None",
". c #AABFFF",
"+ c #FFFFFF",
"@ c #CCD9FF",
" ",
" ",
" ",
" ",
" ...................... ",
" .++++++++++++++++++++ ",
" .+++++++.+++++++++.+++ ",
" .+++++++.+++++++++.++ ",
" .+++++++.+++++++++.+++ ",
" .+++++++.+++++++++.++ ",
" .+++++++.+++++++++.+++ ",
" .+++++++.+++++++++.++ ",
" .+++++++.+++++++++.+++ ",
" .+++++++.+++++++++.++ ",
" .+++++++.+++++++++.+++ ",
" .+++++++.+++++++++.++ ",
" .+++++++++++++++++++++ ",
" ..................... ",
" @@@@@@@@@@@@@@@@@@@@@ ",
" ",
" ",
" ",
" ",
" "};

File diff suppressed because it is too large Load Diff