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

  1. object AboutBox: TAboutBox
  2.   Left = 238
  3.   Top = 104
  4.   HelpContext = 61
  5.   ActiveControl = OKButton
  6.   BorderStyle = bsDialog
  7.   Caption = 'About Bookmark Magic'
  8.   ClientHeight = 276
  9.   ClientWidth = 298
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'Arial'
  14.   Font.Style = [fsBold]
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 15
  22.   object Panel1: TPanel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 281
  26.     Height = 161
  27.     BevelInner = bvRaised
  28.     BevelOuter = bvLowered
  29.     TabOrder = 0
  30.     object ProgramIcon: TImage
  31.       Left = 8
  32.       Top = 8
  33.       Width = 33
  34.       Height = 33
  35.       Picture.Data = {<image000.ico>}
  36.       Stretch = True
  37.       OnDblClick = ProgramIconDblClick
  38.       IsControl = True
  39.     end
  40.     object ProductName: TLabel
  41.       Left = 88
  42.       Top = 16
  43.       Width = 96
  44.       Height = 15
  45.       Caption = 'Bookmark Magic'
  46.       Font.Charset = ANSI_CHARSET
  47.       Font.Color = clBlack
  48.       Font.Height = -12
  49.       Font.Name = 'Arial'
  50.       Font.Style = [fsBold]
  51.       ParentFont = False
  52.       IsControl = True
  53.     end
  54.     object Version: TLabel
  55.       Left = 96
  56.       Top = 40
  57.       Width = 71
  58.       Height = 15
  59.       Caption = 'Version 2.00'
  60.       Font.Charset = ANSI_CHARSET
  61.       Font.Color = clBlack
  62.       Font.Height = -12
  63.       Font.Name = 'Arial'
  64.       Font.Style = [fsBold]
  65.       ParentFont = False
  66.       IsControl = True
  67.     end
  68.     object Copyright: TLabel
  69.       Left = 32
  70.       Top = 64
  71.       Width = 213
  72.       Height = 14
  73.       Caption = 'Copyright 1998 CyberMatrix Corporation Inc.'
  74.       Font.Charset = ANSI_CHARSET
  75.       Font.Color = clBlack
  76.       Font.Height = -11
  77.       Font.Name = 'Arial'
  78.       Font.Style = []
  79.       ParentFont = False
  80.       IsControl = True
  81.     end
  82.     object lblResFree: TLabel
  83.       Left = 24
  84.       Top = 136
  85.       Width = 145
  86.       Height = 14
  87.       Caption = 'Available System Resources: '
  88.       Font.Charset = ANSI_CHARSET
  89.       Font.Color = clBlack
  90.       Font.Height = -11
  91.       Font.Name = 'Arial'
  92.       Font.Style = []
  93.       ParentFont = False
  94.       Visible = False
  95.     end
  96.     object Image1: TImage
  97.       Left = 88
  98.       Top = 88
  99.       Width = 105
  100.       Height = 41
  101.       Hint = 'http://www.inprise.com/delphi/'
  102.       ParentShowHint = False
  103.       Picture.Data = {<image001.bmp>}
  104.       ShowHint = True
  105.       OnClick = Image1Click
  106.     end
  107.     object Image2: TImage
  108.       Left = 240
  109.       Top = 8
  110.       Width = 33
  111.       Height = 33
  112.       Hint = 'http://www.cyber-matrix.com'
  113.       ParentShowHint = False
  114.       Picture.Data = {<image002.ico>}
  115.       ShowHint = True
  116.       Stretch = True
  117.       OnClick = Image2Click
  118.       IsControl = True
  119.     end
  120.   end
  121.   object OKButton: TBitBtn
  122.     Left = 111
  123.     Top = 242
  124.     Width = 77
  125.     Height = 27
  126.     Font.Charset = ANSI_CHARSET
  127.     Font.Color = clBlack
  128.     Font.Height = -12
  129.     Font.Name = 'Arial'
  130.     Font.Style = [fsBold]
  131.     ParentFont = False
  132.     TabOrder = 1
  133.     OnClick = OKButtonClick
  134.     Kind = bkOK
  135.     Margin = 2
  136.     Spacing = -1
  137.     IsControl = True
  138.   end
  139.   object Panel2: TPanel
  140.     Left = 8
  141.     Top = 176
  142.     Width = 281
  143.     Height = 57
  144.     BevelInner = bvRaised
  145.     BevelOuter = bvLowered
  146.     TabOrder = 2
  147.     object labReg: TLabel
  148.       Left = 8
  149.       Top = 8
  150.       Width = 265
  151.       Height = 16
  152.       Alignment = taCenter
  153.       AutoSize = False
  154.       Caption = 'Unregistered Copy'
  155.       Color = clBtnFace
  156.       Font.Charset = ANSI_CHARSET
  157.       Font.Color = clRed
  158.       Font.Height = -11
  159.       Font.Name = 'Arial'
  160.       Font.Style = []
  161.       ParentColor = False
  162.       ParentFont = False
  163.     end
  164.     object labLicense: TLabel
  165.       Left = 80
  166.       Top = 32
  167.       Width = 112
  168.       Height = 15
  169.       Caption = 'Single User License'
  170.       Font.Charset = ANSI_CHARSET
  171.       Font.Color = clBlack
  172.       Font.Height = -12
  173.       Font.Name = 'Arial'
  174.       Font.Style = []
  175.       ParentFont = False
  176.       Visible = False
  177.     end
  178.   end
  179.   object MarsCaption1: TMarsCaption
  180.     ActiveBeginColor = clNavy
  181.     ActiveEndColor = clBlue
  182.     ActiveFontColor = clWhite
  183.     InactiveBeginColor = clGray
  184.     InactiveEndColor = clSilver
  185.     InactiveFontColor = clSilver
  186.     ApplicationNameFont.Charset = ANSI_CHARSET
  187.     ApplicationNameFont.Color = clWindowText
  188.     ApplicationNameFont.Height = -11
  189.     ApplicationNameFont.Name = 'MS Sans Serif'
  190.     ApplicationNameFont.Style = []
  191.     CaptionFont.Charset = ANSI_CHARSET
  192.     CaptionFont.Color = clWindowText
  193.     CaptionFont.Height = -11
  194.     CaptionFont.Name = 'Arial'
  195.     CaptionFont.Style = [fsBold]
  196.     NumColors = 64
  197.     AutoSize = False
  198.     Top = 8
  199.   end
  200. end
  201.