home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 B / CHIP_HITWARE_7B.iso / Edukacja / Promille / Promille.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt < prev   
Encoding:
Text File  |  1997-11-23  |  1.3 KB  |  62 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'frmSplash'
  7.   ClientHeight = 324
  8.   ClientWidth = 218
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 218
  23.     Height = 271
  24.     AutoSize = True
  25.     Picture.Data = {<image000.bmp>}
  26.     Transparent = True
  27.   end
  28.   object ShadowedLabel1: TShadowedLabel
  29.     Left = 15
  30.     Top = 280
  31.     Width = 187
  32.     Height = 32
  33.     Transparent = True
  34.     ShadowType = shdDRight
  35.     SolidShadow = True
  36.     ShadowColor = clWhite
  37.     ShadowDown = 2
  38.     ShadowLeft = 2
  39.     Caption = 'Promille v2.02'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clBlue
  42.     Font.Height = -27
  43.     Font.Name = 'Arial'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.   end
  47.   object Label1: TLabel
  48.     Left = 15
  49.     Top = 309
  50.     Width = 124
  51.     Height = 13
  52.     Caption = '∩┐╜1997 Dieter Hildenbrand'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clBlue
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.     Transparent = True
  60.   end
  61. end
  62.