home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / biuro / CreditCardMath / _SETUP.1 / ccm3220.exe / 0 / RCDATA / TSPLASHSCREEN / TSPLASHSCREEN.txt < prev   
Text File  |  1998-05-02  |  2KB  |  74 lines

  1. object SplashScreen: TSplashScreen
  2.   Left = 209
  3.   Top = 99
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 113
  7.   ClientWidth = 306
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   Visible = True
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 306
  20.     Height = 113
  21.     Align = alClient
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     BorderWidth = 2
  25.     BorderStyle = bsSingle
  26.     Color = clSilver
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 61
  30.       Top = 19
  31.       Width = 221
  32.       Height = 32
  33.       Caption = 'Credit Card Math'
  34.       Font.Color = clBlack
  35.       Font.Height = -27
  36.       Font.Name = 'Arial'
  37.       Font.Style = [fsBold]
  38.       ParentFont = False
  39.     end
  40.     object Label2: TLabel
  41.       Left = 18
  42.       Top = 61
  43.       Width = 268
  44.       Height = 16
  45.       Caption = 'Copyright (c) 1994-1998 by Michael J. Riley'
  46.       Font.Color = clBlack
  47.       Font.Height = -13
  48.       Font.Name = 'Arial'
  49.       Font.Style = [fsBold]
  50.       ParentFont = False
  51.     end
  52.     object Label3: TLabel
  53.       Left = 95
  54.       Top = 80
  55.       Width = 115
  56.       Height = 16
  57.       Caption = 'All rights reserved'
  58.       Font.Color = clBlack
  59.       Font.Height = -13
  60.       Font.Name = 'Arial'
  61.       Font.Style = [fsBold]
  62.       ParentFont = False
  63.     end
  64.     object Image1: TImage
  65.       Left = 21
  66.       Top = 17
  67.       Width = 32
  68.       Height = 32
  69.       AutoSize = True
  70.       Picture.Data = {<image000.ico>}
  71.     end
  72.   end
  73. end
  74.