home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / PROGRAM / DELPHI / LCSCMP / LICINFO.RES / LICINFO.txt < prev   
Text File  |  1995-04-11  |  3KB  |  125 lines

  1. object AboutBox: TAboutBox
  2.   Left = 309
  3.   Top = 205
  4.   ActiveControl = OKButton
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Product Information'
  8.   ClientHeight = 168
  9.   ClientWidth = 298
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 6
  19.     Top = 9
  20.     Width = 281
  21.     Height = 121
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 5
  27.       Top = 8
  28.       Width = 65
  29.       Height = 57
  30.       Picture.Data = {<image000.bmp>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 71
  36.       Top = 7
  37.       Width = 208
  38.       Height = 13
  39.       Alignment = taCenter
  40.       AutoSize = False
  41.       Caption = 'DELPHI VCL component'
  42.       Font.Color = clBlack
  43.       Font.Height = -11
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = [fsBold]
  46.       ParentFont = False
  47.       IsControl = True
  48.     end
  49.     object ShareWare: TLabel
  50.       Left = 72
  51.       Top = 40
  52.       Width = 203
  53.       Height = 53
  54.       Alignment = taCenter
  55.       AutoSize = False
  56.       Caption = 
  57.         ' This is an unregistered Shareware Version    If you find this c' +
  58.         'omponent useful a registered version is available by mailing 727' +
  59.         '73,2016'
  60.       Font.Color = clBlack
  61.       Font.Height = -11
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = []
  64.       ParentFont = False
  65.       Visible = False
  66.       IsControl = True
  67.     end
  68.     object Copyright: TLabel
  69.       Left = 8
  70.       Top = 103
  71.       Width = 270
  72.       Height = 13
  73.       Alignment = taCenter
  74.       AutoSize = False
  75.       Caption = 'Copyright Lenham Computer Services Ltd 1995'
  76.       Font.Color = clBlack
  77.       Font.Height = -11
  78.       Font.Name = 'MS Sans Serif'
  79.       Font.Style = []
  80.       ParentFont = False
  81.       IsControl = True
  82.     end
  83.     object Version: TLabel
  84.       Left = 70
  85.       Top = 22
  86.       Width = 209
  87.       Height = 13
  88.       Alignment = taCenter
  89.       AutoSize = False
  90.       Caption = 'Version'
  91.       Font.Color = clBlack
  92.       Font.Height = -11
  93.       Font.Name = 'MS Sans Serif'
  94.       Font.Style = [fsBold]
  95.       ParentFont = False
  96.       IsControl = True
  97.     end
  98.     object Licence: TLabel
  99.       Left = 8
  100.       Top = 70
  101.       Width = 61
  102.       Height = 15
  103.       Alignment = taCenter
  104.       AutoSize = False
  105.       Caption = '0000'
  106.     end
  107.   end
  108.   object OKButton: TBitBtn
  109.     Left = 110
  110.     Top = 136
  111.     Width = 77
  112.     Height = 27
  113.     Font.Color = clBlack
  114.     Font.Height = -11
  115.     Font.Name = 'MS Sans Serif'
  116.     Font.Style = [fsBold]
  117.     ParentFont = False
  118.     TabOrder = 1
  119.     Kind = bkOK
  120.     Margin = 2
  121.     Spacing = -1
  122.     IsControl = True
  123.   end
  124. end
  125.