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

  1. object SplashForm: TSplashForm
  2.   Left = 204
  3.   Top = 105
  4.   HelpContext = 5
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Dr.Bob'#39's Splash Form Expert'
  8.   ClientHeight = 301
  9.   ClientWidth = 441
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 441
  23.     Height = 301
  24.     Align = alClient
  25.     BevelInner = bvLowered
  26.     BorderWidth = 4
  27.     TabOrder = 0
  28.     object LabelDirs: TLabel
  29.       Left = 12
  30.       Top = 12
  31.       Width = 53
  32.       Height = 13
  33.       Caption = '&Directories:'
  34.       FocusControl = DirectoryOutline
  35.     end
  36.     object Path: TLabel
  37.       Left = 12
  38.       Top = 28
  39.       Width = 197
  40.       Height = 13
  41.       AutoSize = False
  42.       Caption = 'Path'
  43.     end
  44.     object LabelDrives: TLabel
  45.       Left = 12
  46.       Top = 255
  47.       Width = 33
  48.       Height = 13
  49.       Caption = 'Dri&ves:'
  50.       FocusControl = DriveComboBox
  51.     end
  52.     object LabelFiles: TLabel
  53.       Left = 212
  54.       Top = 12
  55.       Width = 50
  56.       Height = 13
  57.       Caption = 'File &Name:'
  58.       FocusControl = FileListBox
  59.     end
  60.     object ImageDrBob: TImage
  61.       Left = 325
  62.       Top = 156
  63.       Width = 109
  64.       Height = 139
  65.       Picture.Data = {<image000.bmp>}
  66.       Stretch = True
  67.       OnClick = ImageDrBobDblClick
  68.     end
  69.     object DirectoryOutline: TBDirectoryOutline
  70.       Left = 12
  71.       Top = 42
  72.       Width = 193
  73.       Height = 211
  74.       ItemHeight = 13
  75.       OnChange = DirectoryOutlineChange
  76.       PictureLeaf.Data = {<image001.BM6(>}
  77.