home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / modemdr / _SETUP.1 / MDRW95.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1999-04-03  |  1.5 KB  |  78 lines

  1. object AboutBox: TAboutBox
  2.   Left = 243
  3.   Top = 108
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 218
  8.   ClientWidth = 298
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 281
  21.     Height = 161
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 8
  26.       Top = 8
  27.       Width = 33
  28.       Height = 33
  29.       Picture.Data = {<image000.ico>}
  30.       IsControl = True
  31.     end
  32.     object ProductName: TLabel
  33.       Left = 88
  34.       Top = 16
  35.       Width = 136
  36.       Height = 13
  37.       Caption = 'Modem Doctor for Win95/98'
  38.       IsControl = True
  39.     end
  40.     object Version: TLabel
  41.       Left = 88
  42.       Top = 40
  43.       Width = 56
  44.       Height = 13
  45.       Caption = 'Version 1.5 '
  46.       IsControl = True
  47.     end
  48.     object Copyright: TLabel
  49.       Left = 8
  50.       Top = 80
  51.       Width = 130
  52.       Height = 13
  53.       Caption = 'Copyright 1999 Hank Volpe'
  54.       IsControl = True
  55.     end
  56.     object Comments: TLabel
  57.       Left = 8
  58.       Top = 104
  59.       Width = 167
  60.       Height = 13
  61.       Caption = 'T0,LF,Dynamnic and WScreen INF'
  62.       WordWrap = True
  63.       IsControl = True
  64.     end
  65.   end
  66.   object OKButton: TButton
  67.     Left = 120
  68.     Top = 178
  69.     Width = 65
  70.     Height = 33
  71.     Caption = 'OK'
  72.     Default = True
  73.     ModalResult = 1
  74.     TabOrder = 1
  75.     IsControl = True
  76.   end
  77. end
  78.