home *** CD-ROM | disk | FTP | other *** search
/ Online Today 2000 January / Onto0100.iso / pc / Browser / Web-Fix / Web-Fix Installer.exe / Main / Credits.k < prev    next >
Encoding:
Text File  |  1999-09-08  |  851 b   |  43 lines

  1. module oRoot1 is cBox
  2. with 
  3.     release Editor:
  4.         IOWindow is {$0000013A,$000000AB,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  5.         LayoutWindow is {$0000013C,$0000002A,$0000028F,$000001EF,$00000055,$0000003A,$00000064,$00000000};
  6.     end;
  7.     Name is "Root"; 
  8.     Enabled is false; 
  9.     
  10.     Width is 470; Height is 364; 
  11.     
  12.     
  13.     Elements is [
  14.         oWF_Logo2,
  15.         oCredits3
  16.     ];
  17. end;
  18.  
  19. object oWF_Logo2 is cImage
  20. with 
  21.     Flags is $00000010; 
  22.     Name is "WF_Logo"; 
  23.     Enabled is false; 
  24.     AdjustX is AlignToCenter; AdjustY is AlignToTop; 
  25.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  26.     
  27.     URL is "WF_Logo.pic"; 
  28.     
  29.     
  30. end;
  31.  
  32. object oCredits3 is cRTFText
  33. with 
  34.     Flags is $00008015; 
  35.     Name is "Credits"; 
  36.     Enabled is false; 
  37.     Y is 153; 
  38.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  39.     
  40.     URL is "L1/Credits.rtf"; 
  41.     
  42.     Antialiased is true; 
  43. end;