home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / n2p.xpi / net2phone / Net2fone.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Encoding:
Text File  |  2001-06-19  |  2.7 KB  |  146 lines

  1. object AboutBox: TAboutBox
  2.   Left = 299
  3.   Top = 232
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 181
  8.   ClientWidth = 255
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnDeactivate = FormDeactivate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object LogoImage: TImage
  25.     Left = 4
  26.     Top = 8
  27.     Width = 32
  28.     Height = 32
  29.     AutoSize = True
  30.     OnClick = LogoImageClick
  31.   end
  32.   object LVersion: TLabel
  33.     Left = 4
  34.     Top = 76
  35.     Width = 41
  36.     Height = 13
  37.     Caption = 'LVersion'
  38.     Color = clBtnFace
  39.     ParentColor = False
  40.     IsControl = True
  41.   end
  42.   object LLang: TLabel
  43.     Left = 4
  44.     Top = 93
  45.     Width = 48
  46.     Height = 13
  47.     Caption = 'Language'
  48.     Color = clBtnFace
  49.     ParentColor = False
  50.     IsControl = True
  51.   end
  52.   object LFeatures: TLabel
  53.     Left = 4
  54.     Top = 111
  55.     Width = 41
  56.     Height = 13
  57.     Caption = 'Features'
  58.     Color = clBtnFace
  59.     ParentColor = False
  60.     IsControl = True
  61.   end
  62.   object LCopyRight: TLabel
  63.     Left = 4
  64.     Top = 44
  65.     Width = 52
  66.     Height = 13
  67.     Caption = 'CopyRight:'
  68.     Color = clBtnFace
  69.     ParentColor = False
  70.     IsControl = True
  71.   end
  72.   object LogoName: TLabel
  73.     Left = 44
  74.     Top = 8
  75.     Width = 54
  76.     Height = 13
  77.     Caption = 'Net2Phone'
  78.     Color = clBtnFace
  79.     ParentColor = False
  80.     IsControl = True
  81.   end
  82.   object Copyright: TLabel
  83.     Left = 68
  84.     Top = 44
  85.     Width = 24
  86.     Height = 13
  87.     Caption = '1998'
  88.     Color = clBtnFace
  89.     ParentColor = False
  90.     IsControl = True
  91.   end
  92.   object Version: TLabel
  93.     Left = 92
  94.     Top = 76
  95.     Width = 35
  96.     Height = 13
  97.     Caption = 'Version'
  98.     Color = clBtnFace
  99.     ParentColor = False
  100.     IsControl = True
  101.   end
  102.   object Lang: TLabel
  103.     Left = 92
  104.     Top = 93
  105.     Width = 48
  106.     Height = 13
  107.     Caption = 'Language'
  108.     Color = clBtnFace
  109.     ParentColor = False
  110.     IsControl = True
  111.   end
  112.   object Features: TLabel
  113.     Left = 92
  114.     Top = 111
  115.     Width = 126
  116.     Height = 13
  117.     Caption = 'Full-Duplex/LHS Encoding'
  118.     Color = clBtnFace
  119.     ParentColor = False
  120.     IsControl = True
  121.   end
  122.   object OKButton: TButton
  123.     Left = 79
  124.     Top = 151
  125.     Width = 75
  126.     Height = 23
  127.     Caption = 'OK'
  128.     Font.Charset = DEFAULT_CHARSET
  129.     Font.Color = clBtnText
  130.     Font.Height = -11
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ParentFont = False
  134.     TabOrder = 0
  135.     OnClick = OKButtonClick
  136.   end
  137.   object Panel1: TPanel
  138.     Left = 4
  139.     Top = 64
  140.     Width = 245
  141.     Height = 2
  142.     BevelOuter = bvLowered
  143.     TabOrder = 1
  144.   end
  145. end
  146.