home *** CD-ROM | disk | FTP | other *** search
/ BUG 10 / BUGCD1998_01.ISO / bug_62 / drbob / setup.exe / Main / DRBOB.DLL / RCDATA / TBSPLASH / TBSPLASH.txt < prev   
Encoding:
Text File  |  1997-05-26  |  2.1 KB  |  99 lines

  1. object BSplash: TBSplash
  2.   Left = 333
  3.   Top = 99
  4.   HelpContext = 12
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   Caption = 'Splash'
  8.   ClientHeight = 140
  9.   ClientWidth = 392
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   PixelsPerInch = 96
  16.   Scaled = False
  17.   OnActivate = FormActivate
  18.   OnClick = Click
  19.   TextHeight = 16
  20.   object Panel: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 392
  24.     Height = 140
  25.     Align = alClient
  26.     BevelInner = bvLowered
  27.     BevelWidth = 3
  28.     TabOrder = 0
  29.     OnClick = Click
  30.     object Image: TImage
  31.       Left = 6
  32.       Top = 6
  33.       Width = 109
  34.       Height = 128
  35.       Align = alLeft
  36.       AutoSize = True
  37.       Picture.Data = {<image000.bmp>}
  38.       OnClick = Click
  39.     end
  40.     object Experts: TB3dLabel
  41.       Left = 116
  42.       Top = 32
  43.       Width = 236
  44.       Height = 74
  45.       Caption = 'Wizards'
  46.       Font.Color = clTeal
  47.       Font.Height = -64
  48.       Font.Name = 'Arial'
  49.       Font.Style = [fsBold, fsItalic]
  50.       ParentFont = False
  51.       Transparent = True
  52.       OnClick = Click
  53.       LabelStyle = lsRaised
  54.     end
  55.     object Copyright: TLabel
  56.       Left = 118
  57.       Top = 118
  58.       Width = 265
  59.       Height = 18
  60.       AutoSize = False
  61.       Caption = '16-/32-bits source code: GO SWREG #11698 US$ 75,='
  62.       Font.Color = clBlack
  63.       Font.Height = -11
  64.       Font.Name = 'Arial'
  65.       Font.Style = []
  66.       ParentFont = False
  67.       Transparent = True
  68.       OnClick = Click
  69.     end
  70.     object Header: TB3dLabel
  71.       Left = 100
  72.       Top = 12
  73.       Width = 266
  74.       Height = 22
  75.       Caption = 'Dr.Bob'#39's Collection of Delphi'
  76.       Font.Color = clGray
  77.       Font.Height = -19
  78.       Font.Name = 'Arial'
  79.       Font.Style = [fsBold]
  80.       ParentFont = False
  81.       Transparent = True
  82.       OnClick = Click
  83.       LabelStyle = lsLowered
  84.     end
  85.     object Label1: TLabel
  86.       Left = 351
  87.       Top = 91
  88.       Width = 25
  89.       Height = 16
  90.       Caption = '2.50'
  91.       Font.Color = clYellow
  92.       Font.Height = -13
  93.       Font.Name = 'Arial'
  94.       Font.Style = [fsBold, fsItalic]
  95.       ParentFont = False
  96.     end
  97.   end
  98. end
  99.