home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / CHIPCD_2_2000.iso / software / shareware / executefilelocker / Locker32.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1999-09-08  |  3KB  |  120 lines

  1. object AboutBox: TAboutBox
  2.   Left = 223
  3.   Top = 166
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 160
  7.   ClientWidth = 273
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 257
  22.     Height = 121
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     ParentColor = True
  26.     TabOrder = 0
  27.     object ProgramIcon: TImage
  28.       Left = 8
  29.       Top = 8
  30.       Width = 32
  31.       Height = 32
  32.       AutoSize = True
  33.       Picture.Data = {<image000.ico>}
  34.       Stretch = True
  35.       IsControl = True
  36.     end
  37.     object ProductName: TLabel
  38.       Left = 56
  39.       Top = 8
  40.       Width = 196
  41.       Height = 19
  42.       Caption = 'Shareware: EXE-File Locker'
  43.       Font.Charset = ANSI_CHARSET
  44.       Font.Color = clWindowText
  45.       Font.Height = -16
  46.       Font.Name = 'Times New Roman'
  47.       Font.Style = [fsBold, fsItalic]
  48.       ParentFont = False
  49.       IsControl = True
  50.     end
  51.     object Version: TLabel
  52.       Left = 56
  53.       Top = 26
  54.       Width = 59
  55.       Height = 13
  56.       Caption = 'Version v2.0'
  57.       IsControl = True
  58.     end
  59.     object Copyright: TLabel
  60.       Left = 8
  61.       Top = 48
  62.       Width = 182
  63.       Height = 13
  64.       Caption = 'Copyright @Game Station (1996-1998)'
  65.       IsControl = True
  66.     end
  67.     object Comments: TLabel
  68.       Left = 8
  69.       Top = 80
  70.       Width = 201
  71.       Height = 13
  72.       Cursor = crHandPoint
  73.       Caption = 'Homepage: http://www.hkstar.com/~myst'
  74.       Font.Charset = DEFAULT_CHARSET
  75.       Font.Color = clBlue
  76.       Font.Height = -11
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = []
  79.       ParentFont = False
  80.       WordWrap = True
  81.       OnClick = CommentsClick
  82.       IsControl = True
  83.     end
  84.     object Label1: TLabel
  85.       Left = 8
  86.       Top = 64
  87.       Width = 158
  88.       Height = 13
  89.       Caption = 'Made by: Ho Ching Tao(Myst Ho)'
  90.     end
  91.     object Label2: TLabel
  92.       Left = 8
  93.       Top = 96
  94.       Width = 118
  95.       Height = 13
  96.       Cursor = crHandPoint
  97.       Caption = 'E-mail: myst@hkstar.com'
  98.       Font.Charset = DEFAULT_CHARSET
  99.       Font.Color = clBlue
  100.       Font.Height = -11
  101.       Font.Name = 'MS Sans Serif'
  102.       Font.Style = []
  103.       ParentFont = False
  104.       WordWrap = True
  105.       OnClick = Label2Click
  106.       IsControl = True
  107.     end
  108.   end
  109.   object OKButton: TButton
  110.     Left = 95
  111.     Top = 132
  112.     Width = 75
  113.     Height = 25
  114.     Caption = 'OK'
  115.     Default = True
  116.     ModalResult = 1
  117.     TabOrder = 1
  118.   end
  119. end
  120.