home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 February / PCWorld_1999-02_cd.bin / temacd / TaskInfo / TaskInfo.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-10-25  |  3KB  |  133 lines

  1. object AboutBox: TAboutBox
  2.   Left = 441
  3.   Top = 162
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 161
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 8
  27.       Top = 8
  28.       Width = 64
  29.       Height = 64
  30.       Picture.Data = {<image000.bmp>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 88
  36.       Top = 16
  37.       Width = 68
  38.       Height = 13
  39.       Caption = 'Product Name'
  40.       IsControl = True
  41.     end
  42.     object Version: TLabel
  43.       Left = 88
  44.       Top = 40
  45.       Width = 35
  46.       Height = 13
  47.       Caption = 'Version'
  48.       IsControl = True
  49.     end
  50.     object Copyright: TLabel
  51.       Left = 8
  52.       Top = 80
  53.       Width = 44
  54.       Height = 13
  55.       Caption = 'Copyright'
  56.       IsControl = True
  57.     end
  58.     object Comments: TLabel
  59.       Left = 8
  60.       Top = 104
  61.       Width = 49
  62.       Height = 13
  63.       Caption = 'Comments'
  64.       WordWrap = True
  65.       IsControl = True
  66.     end
  67.     object Label1: TLabel
  68.       Left = 184
  69.       Top = 16
  70.       Width = 54
  71.       Height = 13
  72.       Caption = 'TaskInfo98'
  73.     end
  74.     object Label2: TLabel
  75.       Left = 187
  76.       Top = 38
  77.       Width = 21
  78.       Height = 13
  79.       Caption = '1.00'
  80.     end
  81.     object Label3: TLabel
  82.       Left = 88
  83.       Top = 78
  84.       Width = 111
  85.       Height = 13
  86.       Caption = 'Igor M Arsenin (C) 1998'
  87.     end
  88.     object Label4: TLabel
  89.       Left = 88
  90.       Top = 105
  91.       Width = 84
  92.       Height = 13
  93.       Caption = 'Freeware Product'
  94.     end
  95.     object Label5: TLabel
  96.       Left = 8
  97.       Top = 128
  98.       Width = 54
  99.       Height = 13
  100.       Caption = 'WWW Site'
  101.       WordWrap = True
  102.       IsControl = True
  103.     end
  104.     object Label6: TLabel
  105.       Left = 88
  106.       Top = 129
  107.       Width = 103
  108.       Height = 13
  109.       Cursor = crHandPoint
  110.       Caption = 'http://www.iarsn.com'
  111.       Color = clBtnFace
  112.       Font.Charset = DEFAULT_CHARSET
  113.       Font.Color = clBlue
  114.       Font.Height = -11
  115.       Font.Name = 'MS Sans Serif'
  116.       Font.Style = []
  117.       ParentColor = False
  118.       ParentFont = False
  119.       OnClick = Label6DblClick
  120.     end
  121.   end
  122.   object OKButton: TButton
  123.     Left = 111
  124.     Top = 180
  125.     Width = 75
  126.     Height = 25
  127.     Caption = 'OK'
  128.     Default = True
  129.     ModalResult = 1
  130.     TabOrder = 1
  131.   end
  132. end
  133.