home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9UTI / CLPMG12A.ZIP / _SETUP.1 / ClipboardMagic.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-04-13  |  4KB  |  193 lines

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