home *** CD-ROM | disk | FTP | other *** search
/ 200+ Great Games for PDA / 200+PDA.BIN / 200+PalmGames / _data / layout.scr < prev    next >
Text File  |  2002-04-10  |  1KB  |  38 lines

  1. Desktop(800,600)
  2. {
  3.     Bitmap( "_data\Hatter.bmp" )
  4.     {
  5.         Button[747,555]( "" ) "exitb";
  6.         Button[26,555]( "" ) "setupb";
  7.         Button[330,407]( "" ) "instb";        
  8.  
  9.         Button[528,360]( "" ) "sback";
  10.         Button[689,359]( "" ) "snext";
  11.         Button[600,377]( "" ) "snew";
  12.  
  13.         Edit[80,250,220,25]( "" ) "info0";
  14.         Edit[80,265,220,25]( "" ) "info1";
  15.         Edit[80,280,220,25]( "" ) "info2";
  16.         Edit[80,295,220,25]( "" ) "info3";
  17.         Edit[80,310,220,25]( "" ) "info4";
  18.  
  19.         Edit[50,470,200,25]( "" ) "au0";
  20.         Edit[50,490,200,25]( "" ) "au1";
  21.         Edit[50,510,200,25]( "" ) "au2";
  22.         View[530,45,195,290]
  23.         {
  24.             List[0,0,175,0] "details";
  25.         };
  26.         Bitmap[104,65]( "_data\screenshot.bmp" ) "ss";
  27.         Edit[315,360,180,20]( "No game selected." ) "name";
  28.         Edit[305,465,210,20]( "Please wait" ) "msg0";
  29.         Edit[305,485,210,20]( "Reading table of contents..." ) "msg1";
  30.  
  31.         Edit[305,540,200,20]( "" ) "sfolder";
  32.         Edit[580,350,100,20]( "" ) "stext";
  33.         View[315, 45, 180, 270]
  34.         {
  35.             List[0,0,160,0] "gamelist";
  36.         };
  37.     };
  38. };