First version of the DbBrowser demo program
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
BIN
demos/dbbrowse/bitmaps/col.ico
Normal file
After Width: | Height: | Size: 1.1 KiB |
23
demos/dbbrowse/bitmaps/col.xpm
Normal file
@@ -0,0 +1,23 @@
|
||||
/* XPM */
|
||||
static char* COL_xpm[] = {
|
||||
"16 16 4 1",
|
||||
" c #000000",
|
||||
"! c #000080",
|
||||
"# c #C0C0C0",
|
||||
"$ c #808080",
|
||||
"$$$$$$$ $$$$",
|
||||
"$######!!!!!### ",
|
||||
"$######!!!!!### ",
|
||||
"$######!!!!!### ",
|
||||
"$######!###!### ",
|
||||
"$# #!$$$!# # ",
|
||||
"$# ####! !### ",
|
||||
"$# #! ! !# # ",
|
||||
"$# ####! !### ",
|
||||
"$# #! ! !# # ",
|
||||
"$# ####! !### ",
|
||||
"$# #! ! !# # ",
|
||||
"$$$$$$#! !### ",
|
||||
" #! !# ",
|
||||
" #!!!!!# ",
|
||||
" "};
|
BIN
demos/dbbrowse/bitmaps/d_closed.ico
Normal file
After Width: | Height: | Size: 318 B |
26
demos/dbbrowse/bitmaps/d_closed.xpm
Normal file
@@ -0,0 +1,26 @@
|
||||
/* XPM */
|
||||
static char * DocClosed_xpm[] = {
|
||||
/* width height ncolors chars_per_pixel */
|
||||
"16 16 4 1",
|
||||
/* colors */
|
||||
" s None c None",
|
||||
". c #000000",
|
||||
"& c #ff0000",
|
||||
"+ c #ffffff",
|
||||
/* pixels */
|
||||
" ",
|
||||
"........ ",
|
||||
".++++++.. ",
|
||||
".+.+.++.+. ",
|
||||
".++++++.... ",
|
||||
".+.+.+++++.. ",
|
||||
".+++++++++.&. ",
|
||||
".+.+.+.+.+.&&. ",
|
||||
".+++++++++.&&&. ",
|
||||
".+.+.+.+.+.&&&. ",
|
||||
".+++++++++.&&. ",
|
||||
".+.+.+.+.+.&. ",
|
||||
".+++++++++.. ",
|
||||
"........... ",
|
||||
" ",
|
||||
" "};
|
BIN
demos/dbbrowse/bitmaps/d_open.ico
Normal file
After Width: | Height: | Size: 318 B |
26
demos/dbbrowse/bitmaps/d_open.xpm
Normal file
@@ -0,0 +1,26 @@
|
||||
/* XPM */
|
||||
static char * DocOpen_xpm[] = {
|
||||
/* width height ncolors chars_per_pixel */
|
||||
"16 16 4 1",
|
||||
/* colors */
|
||||
" s None c None",
|
||||
". c #000000",
|
||||
"& c #00ff00",
|
||||
"+ c #ffffff",
|
||||
/* pixels */
|
||||
" ",
|
||||
"........ ",
|
||||
".++++++.. ",
|
||||
".+.+.++.+. ",
|
||||
".++++++.... ",
|
||||
".+.+.+++++.. ",
|
||||
".+++++++++.&. ",
|
||||
".+.+.+.+.+.&&. ",
|
||||
".+++++++++.&&&. ",
|
||||
".+.+.+.+.+.&&&. ",
|
||||
".+++++++++.&&. ",
|
||||
".+.+.+.+.+.&. ",
|
||||
".+++++++++.. ",
|
||||
"........... ",
|
||||
" ",
|
||||
" "};
|
BIN
demos/dbbrowse/bitmaps/dsn.ico
Normal file
After Width: | Height: | Size: 1.1 KiB |
23
demos/dbbrowse/bitmaps/dsn.xpm
Normal file
@@ -0,0 +1,23 @@
|
||||
/* XPM */
|
||||
static char* DSN_xpm[] = {
|
||||
"16 16 4 1",
|
||||
" c #000000",
|
||||
"! c #C0C0C0",
|
||||
"# c #808080",
|
||||
"$ c #FFFF00",
|
||||
" # ####### ",
|
||||
" ###!#!!!!## ",
|
||||
" #!#!!!!!!!!# ",
|
||||
"$## !!###!!!!# ",
|
||||
" # #!!!!!!!!# ",
|
||||
" #!#!#!!!### ",
|
||||
" $#!#!### ## ",
|
||||
" # $!!#### # ",
|
||||
" # !### ## ",
|
||||
" # !!!#### # ",
|
||||
" # !### ## ",
|
||||
" # !!!#### # ",
|
||||
" # !### ## ",
|
||||
" # !!!#### # ",
|
||||
" ## !### ## ",
|
||||
" ######## "};
|
BIN
demos/dbbrowse/bitmaps/dsnclose.ico
Normal file
After Width: | Height: | Size: 1.1 KiB |
23
demos/dbbrowse/bitmaps/dsnclose.xpm
Normal file
@@ -0,0 +1,23 @@
|
||||
/* XPM */
|
||||
static char* DsnClosed_xpm[] = {
|
||||
"16 16 4 1",
|
||||
" c #000000",
|
||||
"! c #C0C0C0",
|
||||
"# c #808080",
|
||||
"$ c #FF0000",
|
||||
" $ $##$### ",
|
||||
" $#$!$!!!!## ",
|
||||
" #!$!!!!!!!!# ",
|
||||
"$$$ !!$$$!!!!# ",
|
||||
" # $!!!!!!!!# ",
|
||||
" $!$!$!!!### ",
|
||||
" $!!$!#!$ ## ",
|
||||
" # $!!#### # ",
|
||||
" # !### ## ",
|
||||
" # !!!#### # ",
|
||||
" # !### ## ",
|
||||
" # !!!#### # ",
|
||||
" # !### ## ",
|
||||
" # !!!#### # ",
|
||||
" ## !### ## ",
|
||||
" ######## "};
|
BIN
demos/dbbrowse/bitmaps/dsnopen.ico
Normal file
After Width: | Height: | Size: 1.1 KiB |
23
demos/dbbrowse/bitmaps/dsnopen.xpm
Normal file
@@ -0,0 +1,23 @@
|
||||
/* XPM */
|
||||
static char* DsnOpen_xpm[] = {
|
||||
"16 16 4 1",
|
||||
" c #000000",
|
||||
"! c #C0C0C0",
|
||||
"# c #808080",
|
||||
"$ c #00FF00",
|
||||
" $ $##$### ",
|
||||
" $#$!$!!!!## ",
|
||||
" #!$!!!!!!!!# ",
|
||||
"$$$ !!$$$!!!!# ",
|
||||
" # $!!!!!!!!# ",
|
||||
" $!$!$!!!### ",
|
||||
" $!!$!#!$ ## ",
|
||||
" # $!!#### # ",
|
||||
" # !### ## ",
|
||||
" # !!!#### # ",
|
||||
" # !### ## ",
|
||||
" # !!!#### # ",
|
||||
" # !### ## ",
|
||||
" # !!!#### # ",
|
||||
" ## !### ## ",
|
||||
" ######## "};
|
BIN
demos/dbbrowse/bitmaps/f_closed.ico
Normal file
After Width: | Height: | Size: 318 B |
28
demos/dbbrowse/bitmaps/f_closed.xpm
Normal file
@@ -0,0 +1,28 @@
|
||||
/* XPM */
|
||||
static char * FolderClosed_xpm[] = {
|
||||
/* width height ncolors chars_per_pixel */
|
||||
"16 16 6 1",
|
||||
/* colors */
|
||||
" s None c None",
|
||||
". c #000000",
|
||||
"+ c #c0c0c0",
|
||||
"@ c #808080",
|
||||
"# c #ffff00",
|
||||
"$ c #ffffff",
|
||||
/* pixels */
|
||||
" ",
|
||||
" @@@@@ ",
|
||||
" @#+#+#@ ",
|
||||
" @#+#+#+#@@@@@@ ",
|
||||
" @$$$$$$$$$$$$@.",
|
||||
" @$#+#+#+#+#+#@.",
|
||||
" @$+#+#+#+#+#+@.",
|
||||
" @$#+#+#+#+#+#@.",
|
||||
" @$+#+#+#+#+#+@.",
|
||||
" @$#+#+#+#+#+#@.",
|
||||
" @$+#+#+#+#+#+@.",
|
||||
" @$#+#+#+#+#+#@.",
|
||||
" @@@@@@@@@@@@@@.",
|
||||
" ..............",
|
||||
" ",
|
||||
" "};
|
BIN
demos/dbbrowse/bitmaps/f_open.ico
Normal file
After Width: | Height: | Size: 318 B |
28
demos/dbbrowse/bitmaps/f_open.xpm
Normal file
@@ -0,0 +1,28 @@
|
||||
/* XPM */
|
||||
static char * FolderOpen_xpm[] = {
|
||||
/* width height ncolors chars_per_pixel */
|
||||
"16 16 6 1",
|
||||
/* colors */
|
||||
" s None c None",
|
||||
". c #000000",
|
||||
"+ c #c0c0c0",
|
||||
"@ c #808080",
|
||||
"# c #ffff00",
|
||||
"$ c #ffffff",
|
||||
/* pixels */
|
||||
" ",
|
||||
" @@@@@ ",
|
||||
" @$$$$$@ ",
|
||||
" @$#+#+#$@@@@@@ ",
|
||||
" @$+#+#+$$$$$$@.",
|
||||
" @$#+#+#+#+#+#@.",
|
||||
"@@@@@@@@@@@@@#@.",
|
||||
"@$$$$$$$$$$@@+@.",
|
||||
"@$#+#+#+#+##.@@.",
|
||||
" @$#+#+#+#+#+.@.",
|
||||
" @$+#+#+#+#+#.@.",
|
||||
" @$+#+#+#+##@..",
|
||||
" @@@@@@@@@@@@@.",
|
||||
" .............",
|
||||
" ",
|
||||
" "};
|
BIN
demos/dbbrowse/bitmaps/key.ico
Normal file
After Width: | Height: | Size: 1.1 KiB |
26
demos/dbbrowse/bitmaps/key.xpm
Normal file
@@ -0,0 +1,26 @@
|
||||
/* XPM */
|
||||
static char* XpmKEY_xpm[] = {
|
||||
"16 16 7 1",
|
||||
" c #000000",
|
||||
"! c #008000",
|
||||
"# c #808000",
|
||||
"$ c #000080",
|
||||
"% c #C0C0C0",
|
||||
"& c #808080",
|
||||
"' c #FFFF00",
|
||||
" && ",
|
||||
" ## #&% ",
|
||||
" #'& $'#& ",
|
||||
"#''& $'#% ",
|
||||
"#''& %'#& ",
|
||||
" #'''''%#% ",
|
||||
" ##%%%'#% ",
|
||||
" #%'# ",
|
||||
" #'#& !!!!! ",
|
||||
" %#'## !!!!! ",
|
||||
" ###& !! !! ",
|
||||
" #'## !!!!! ",
|
||||
" ###& !!!! ",
|
||||
" #'#& !! ",
|
||||
" #%#& !!!! ",
|
||||
" &% "};
|
BIN
demos/dbbrowse/bitmaps/keyf.ico
Normal file
After Width: | Height: | Size: 1.1 KiB |
26
demos/dbbrowse/bitmaps/keyf.xpm
Normal file
@@ -0,0 +1,26 @@
|
||||
/* XPM */
|
||||
static char* XpmKEYF_xpm[] = {
|
||||
"16 16 7 1",
|
||||
" c #000000",
|
||||
"! c #808000",
|
||||
"# c #000080",
|
||||
"$ c #C0C0C0",
|
||||
"% c #808080",
|
||||
"& c #FFFF00",
|
||||
"' c #0000FF",
|
||||
" %% ",
|
||||
" !! !%$ ",
|
||||
" !&% #&!% ",
|
||||
"!&&% #&!$ ",
|
||||
"!&&% $&!% ",
|
||||
" !&&&&&$!$ ",
|
||||
" !!$$$&!$ ",
|
||||
" !$&!$ ",
|
||||
" !&!% '''''' ",
|
||||
" $!&!! '' ' ",
|
||||
" !!!% '' ",
|
||||
" !&!! ''' ",
|
||||
" !!!% '' ",
|
||||
" !&!% '' ",
|
||||
" !$!% '''' ",
|
||||
" %$ "};
|
BIN
demos/dbbrowse/bitmaps/logo.ico
Normal file
After Width: | Height: | Size: 1.1 KiB |
23
demos/dbbrowse/bitmaps/logo.xpm
Normal file
@@ -0,0 +1,23 @@
|
||||
/* XPM */
|
||||
static char* Logo_xpm[] = {
|
||||
"16 16 4 1",
|
||||
" c #000000",
|
||||
"! c #C0C0C0",
|
||||
"# c #808080",
|
||||
"$ c #FF0000",
|
||||
" ###### ",
|
||||
" ##!!! ## ",
|
||||
" #!!! !!! # ",
|
||||
" #!!! ! !! # ",
|
||||
" #!! ! !!!! ",
|
||||
" #!! ! !!!!! ",
|
||||
" #!! !!!!! ",
|
||||
" # !! # ",
|
||||
" # !! ### $ ",
|
||||
" #!!!!# !$$ ",
|
||||
" # !!### ##!$$ ",
|
||||
" #!!!!#### #!$$ ",
|
||||
" # !!### ## #!$$",
|
||||
" #!!!!#### # #$#",
|
||||
" ##!!### ## # ",
|
||||
" ######## "};
|
BIN
demos/dbbrowse/bitmaps/pgmctrl.bmp
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
demos/dbbrowse/bitmaps/pgmctrl.ico
Normal file
After Width: | Height: | Size: 1.1 KiB |
27
demos/dbbrowse/bitmaps/pgmctrl.xpm
Normal file
@@ -0,0 +1,27 @@
|
||||
/* XPM */
|
||||
static char * PgmCtrl_xpm[] = {
|
||||
/* width height ncolors chars_per_pixel */
|
||||
"16 16 5 1",
|
||||
/* colors */
|
||||
" s None c None",
|
||||
". c #000000",
|
||||
"+ c #ff0000",
|
||||
"@ c #0000ff",
|
||||
"# c #ffffff",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ",
|
||||
" ########## ",
|
||||
" #........# ",
|
||||
" #........# ",
|
||||
" #........# ",
|
||||
" #..########### ",
|
||||
" #..#+++++++++# ",
|
||||
" ####++#####++# ",
|
||||
" #+#@@@@@#+# ",
|
||||
" #+#@@@@@#+# ",
|
||||
" #+#@@@@@#+# ",
|
||||
" #++#####++# ",
|
||||
" #+++++++++# ",
|
||||
" ########### ",
|
||||
" "};
|
BIN
demos/dbbrowse/bitmaps/tab.ico
Normal file
After Width: | Height: | Size: 1.1 KiB |
26
demos/dbbrowse/bitmaps/tab.xpm
Normal file
@@ -0,0 +1,26 @@
|
||||
/* XPM */
|
||||
static char* TAB[] = {
|
||||
"16 16 7 1",
|
||||
" c #000000",
|
||||
"! c #800080",
|
||||
"# c #008080",
|
||||
"$ c #C0C0C0",
|
||||
"% c #808080",
|
||||
"& c #0000FF",
|
||||
"' c #00FFFF",
|
||||
" ",
|
||||
" ",
|
||||
"!!!!!!!!!!!!!!!!",
|
||||
"!&&&&&&&&&&&&&&!",
|
||||
"!!!!!!!!!!!!!!!!",
|
||||
"!'$'#$'$$$#$$$$!",
|
||||
"!$'$#'$$$$#$$$$!",
|
||||
"!##############!",
|
||||
"!$'$#$$$$$#$$%$!",
|
||||
"!'$$#$$$$$#$%$%!",
|
||||
"!##############!",
|
||||
"!$$$#$$%$$#%%%%!",
|
||||
"!$$%#$%$%%#%%%%!",
|
||||
"!!!!!!!!!!!!!!!!",
|
||||
" ",
|
||||
" "};
|