home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / bookmag / _SETUP.1 / BookmarkMagic.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt < prev   
Encoding:
Text File  |  1999-01-11  |  2.4 KB  |  103 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 212
  3.   Top = 171
  4.   HelpContext = 50
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Bookmark Magic'
  8.   ClientHeight = 185
  9.   ClientWidth = 335
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 16
  24.     Width = 297
  25.     Height = 51
  26.     Caption = 'Bookmark Magic!'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clGreen
  29.     Font.Height = -37
  30.     Font.Name = 'Comic Sans MS'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object Label2: TLabel
  35.     Left = 24
  36.     Top = 168
  37.     Width = 297
  38.     Height = 14
  39.     Caption = 'Copyright 1998 CyberMatrix Corporation  All Rights Reserved.'
  40.     Font.Charset = ANSI_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'Arial'
  44.     Font.Style = []
  45.     ParentFont = False
  46.   end
  47.   object Image1: TImage
  48.     Left = 144
  49.     Top = 88
  50.     Width = 41
  51.     Height = 33
  52.     Picture.Data = {<image001.ico>}
  53.   end
  54.   object labRegistered: TLabel
  55.     Left = 64
  56.     Top = 128
  57.     Width = 193
  58.     Height = 35
  59.     Caption = 'UNREGISTERED'
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clRed
  62.     Font.Height = -24
  63.     Font.Name = 'Comic Sans MS'
  64.     Font.Style = [fsBold]
  65.     ParentFont = False
  66.   end
  67.   object labReg: TLabel
  68.     Left = 72
  69.     Top = 136
  70.     Width = 85
  71.     Height = 15
  72.     Caption = 'Registered To: '
  73.     Font.Charset = ANSI_CHARSET
  74.     Font.Color = clWindowText
  75.     Font.Height = -12
  76.     Font.Name = 'Arial'
  77.     Font.Style = [fsBold]
  78.     ParentFont = False
  79.     Visible = False
  80.   end
  81.   object MarsCaption1: TMarsCaption
  82.     ActiveBeginColor = clNavy
  83.     ActiveEndColor = clBlue
  84.     ActiveFontColor = clWhite
  85.     InactiveBeginColor = clGray
  86.     InactiveEndColor = clSilver
  87.     InactiveFontColor = clSilver
  88.     ApplicationNameFont.Charset = ANSI_CHARSET
  89.     ApplicationNameFont.Color = clWindowText
  90.     ApplicationNameFont.Height = -11
  91.     ApplicationNameFont.Name = 'MS Sans Serif'
  92.     ApplicationNameFont.Style = []
  93.     CaptionFont.Charset = ANSI_CHARSET
  94.     CaptionFont.Color = clWindowText
  95.     CaptionFont.Height = -11
  96.     CaptionFont.Name = 'MS Sans Serif'
  97.     CaptionFont.Style = [fsBold]
  98.     NumColors = 64
  99.     AutoSize = False
  100.     Top = 8
  101.   end
  102. end
  103.