home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9APLI / QCARD250.ZIP / QC2000.EXE / 0 / RCDATA / TQCPROSPLASH / TQCPROSPLASH.txt
Text File  |  1998-06-12  |  2KB  |  86 lines

  1. object QCProSplash: TQCProSplash
  2.   Left = 201
  3.   Top = 110
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ QuickCard 97'
  7.   ClientHeight = 378
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object PMultiImage1: TPMultiImage
  20.     Left = 0
  21.     Top = 320
  22.     Width = 427
  23.     Height = 58
  24.     Align = alBottom
  25.     Center = True
  26.     Color = clNavy
  27.     Font.Color = clYellow
  28.     Font.Height = -48
  29.     Font.Name = 'EucrosiaUPC'
  30.     Font.Style = [fsBold]
  31.     ImageName = 'file not found'
  32.     ImageDither = True
  33.     ImageReadRes = lAutoMatic
  34.     ImageWriteRes = sAutoMatic
  35.     TifSaveCompress = sNONE
  36.     JPegSaveQuality = 25
  37.     JPegSaveSmooth = 0
  38.     OnClick = PMultiImage1Click
  39.     ParentFont = False
  40.     TextShadow = True
  41.     TextShadowColor = clGray
  42.     TextLeft = 80
  43.     TextTop = 0
  44.     TextRotate = 0
  45.     TabOrder = 0
  46.     TabStop = False
  47.   end
  48.   object PMultiImage2: TPMultiImage
  49.     Left = 0
  50.     Top = 0
  51.     Width = 427
  52.     Height = 320
  53.     Align = alClient
  54.     Center = True
  55.     Color = clBlack
  56.     Font.Color = clRed
  57.     Font.Height = -32
  58.     Font.Name = 'Times New Roman'
  59.     Font.Style = [fsBold]
  60.     ImageName = 'file not found'
  61.     ImageDither = True
  62.     ImageReadRes = lAutoMatic
  63.     ImageWriteRes = sAutoMatic
  64.     TifSaveCompress = sNONE
  65.     JPegSaveQuality = 25
  66.     JPegSaveSmooth = 0
  67.     OnClick = PMultiImage1Click
  68.     ParentFont = False
  69.     StretchRatio = True
  70.     Text = 'QuickCard 97 - 2000'
  71.     TextShadow = True
  72.     TextShadowColor = clGray
  73.     TextLeft = 70
  74.     TextTop = 0
  75.     TextRotate = 0
  76.     TabOrder = 1
  77.     TabStop = False
  78.   end
  79.   object Timer1: TTimer
  80.     Interval = 100
  81.     OnTimer = Timer1Timer
  82.     Left = 199
  83.     Top = 122
  84.   end
  85. end
  86.