home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 24 / CDROM24.iso / faq / aide / _SETUP.1 / ModemLog.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1997-10-28  |  2.5 KB  |  122 lines

  1. object AboutBox: TAboutBox
  2.   Left = 268
  3.   Top = 179
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object UrlLabelHomePage: TUrlLabel
  17.     Left = 80
  18.     Top = 163
  19.     Width = 139
  20.     Height = 13
  21.     Cursor = 5
  22.     Alignment = taCenter
  23.     Caption = 'Aide Onlinometer Home Page'
  24.     Font.Color = clBlue
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsUnderline]
  28.     ParentFont = False
  29.     PopupMenu = UrlLabelHomePage.
  30.     URL = 'http://www.digicron.com/friberg'
  31.   end
  32.   object Panel1: TPanel
  33.     Left = 8
  34.     Top = 8
  35.     Width = 281
  36.     Height = 150
  37.     BevelInner = bvRaised
  38.     BevelOuter = bvLowered
  39.     ParentColor = True
  40.     TabOrder = 0
  41.     object ProgramIcon: TImage
  42.       Left = 8
  43.       Top = 8
  44.       Width = 33
  45.       Height = 33
  46.       Picture.Data = {<image000.ico>}
  47.       Stretch = True
  48.       IsControl = True
  49.     end
  50.     object ProductName: TLabel
  51.       Left = 48
  52.       Top = 8
  53.       Width = 14
  54.       Height = 27
  55.       Font.Color = clBlack
  56.       Font.Height = -24
  57.       Font.Name = 'Courier New'
  58.       Font.Style = [fsBold]
  59.       ParentFont = False
  60.       IsControl = True
  61.     end
  62.     object Version: TLabel
  63.       Left = 80
  64.       Top = 40
  65.       Width = 56
  66.       Height = 13
  67.       Font.Color = clBlack
  68.       Font.Height = -11
  69.       Font.Name = 'MS Sans Serif'
  70.       Font.Style = [fsBold]
  71.       ParentFont = False
  72.       IsControl = True
  73.     end
  74.     object Copyright: TLabel
  75.       Left = 8
  76.       Top = 80
  77.       Width = 5
  78.       Height = 13
  79.       Font.Color = clBlack
  80.       Font.Height = -11
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = [fsBold]
  83.       ParentFont = False
  84.       IsControl = True
  85.     end
  86.     object Comments: TLabel
  87.       Left = 8
  88.       Top = 104
  89.       Width = 169
  90.       Height = 13
  91.       Font.Color = clBlack
  92.       Font.Height = -11
  93.       Font.Name = 'MS Sans Serif'
  94.       Font.Style = [fsBold]
  95.       ParentFont = False
  96.       WordWrap = True
  97.       IsControl = True
  98.     end
  99.     object lblRegisteredTo: TLabel
  100.       Left = 8
  101.       Top = 130
  102.       Width = 5
  103.       Height = 13
  104.       Font.Color = clBlack
  105.       Font.Height = -11
  106.       Font.Name = 'MS Sans Serif'
  107.       Font.Style = [fsBold]
  108.       ParentFont = False
  109.     end
  110.   end
  111.   object OKButton: TButton
  112.     Left = 111
  113.     Top = 185
  114.     Width = 75
  115.     Height = 25
  116.     Caption = 'OK'
  117.     Default = True
  118.     ModalResult = 1
  119.     TabOrder = 1
  120.   end
  121. end
  122.