home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9COM / MDRW9510.ZIP / _SETUP.1 / MDRW95.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-05-16  |  2KB  |  103 lines

  1. object AboutBox: TAboutBox
  2.   Left = 302
  3.   Top = 224
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 232
  7.   ClientWidth = 299
  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.     OnClick = SpeedFocus
  26.     object Bevel1: TBevel
  27.       Left = 5
  28.       Top = 5
  29.       Width = 71
  30.       Height = 63
  31.     end
  32.     object ProgramIcon: TImage
  33.       Left = 8
  34.       Top = 8
  35.       Width = 65
  36.       Height = 57
  37.       Picture.Data = {<image000.bmp>}
  38.       Stretch = True
  39.       OnClick = ShowOrderInfo
  40.       IsControl = True
  41.     end
  42.     object ProductName: TLabel
  43.       Left = 88
  44.       Top = 16
  45.       Width = 119
  46.       Height = 13
  47.       Caption = 'Modem Doctor for Win95'
  48.       OnDblClick = SpeedFocus
  49.       IsControl = True
  50.     end
  51.     object Version: TLabel
  52.       Left = 88
  53.       Top = 32
  54.       Width = 53
  55.       Height = 13
  56.       Caption = 'Version 1.0'
  57.       OnDblClick = SpeedFocus
  58.       IsControl = True
  59.     end
  60.     object Copyright: TLabel
  61.       Left = 88
  62.       Top = 48
  63.       Width = 133
  64.       Height = 13
  65.       Caption = 'Copyright 1998, Hank Volpe'
  66.       OnDblClick = SpeedFocus
  67.       IsControl = True
  68.     end
  69.     object Comments: TLabel
  70.       Left = 32
  71.       Top = 72
  72.       Width = 217
  73.       Height = 25
  74.       Caption = 'Shareware Version, can be freely distributed'
  75.       WordWrap = True
  76.       OnDblClick = SpeedFocus
  77.       IsControl = True
  78.     end
  79.     object Stateit: TMemo
  80.       Left = 24
  81.       Top = 112
  82.       Width = 241
  83.       Height = 17
  84.       Alignment = taCenter
  85.       BorderStyle = bsNone
  86.       Color = clBtnFace
  87.       Lines.Strings = (
  88.         'If you find this program useful, Please register!')
  89.       ReadOnly = True
  90.       TabOrder = 0
  91.       OnDblClick = SpeedFocus
  92.     end
  93.   end
  94.   object OkButton: TBitBtn
  95.     Left = 112
  96.     Top = 184
  97.     Width = 75
  98.     Height = 33
  99.     TabOrder = 1
  100.     Kind = bkOK
  101.   end
  102. end
  103.