home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 299
- Top = 232
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 181
- ClientWidth = 255
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnActivate = FormActivate
- OnClose = FormClose
- OnDeactivate = FormDeactivate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object LogoImage: TImage
- Left = 4
- Top = 8
- Width = 32
- Height = 32
- AutoSize = True
- OnClick = LogoImageClick
- end
- object LVersion: TLabel
- Left = 4
- Top = 76
- Width = 41
- Height = 13
- Caption = 'LVersion'
- Color = clBtnFace
- ParentColor = False
- IsControl = True
- end
- object LLang: TLabel
- Left = 4
- Top = 93
- Width = 48
- Height = 13
- Caption = 'Language'
- Color = clBtnFace
- ParentColor = False
- IsControl = True
- end
- object LFeatures: TLabel
- Left = 4
- Top = 111
- Width = 41
- Height = 13
- Caption = 'Features'
- Color = clBtnFace
- ParentColor = False
- IsControl = True
- end
- object LCopyRight: TLabel
- Left = 4
- Top = 44
- Width = 52
- Height = 13
- Caption = 'CopyRight:'
- Color = clBtnFace
- ParentColor = False
- IsControl = True
- end
- object LogoName: TLabel
- Left = 44
- Top = 8
- Width = 54
- Height = 13
- Caption = 'Net2Phone'
- Color = clBtnFace
- ParentColor = False
- IsControl = True
- end
- object Copyright: TLabel
- Left = 68
- Top = 44
- Width = 24
- Height = 13
- Caption = '1998'
- Color = clBtnFace
- ParentColor = False
- IsControl = True
- end
- object Version: TLabel
- Left = 92
- Top = 76
- Width = 35
- Height = 13
- Caption = 'Version'
- Color = clBtnFace
- ParentColor = False
- IsControl = True
- end
- object Lang: TLabel
- Left = 92
- Top = 93
- Width = 48
- Height = 13
- Caption = 'Language'
- Color = clBtnFace
- ParentColor = False
- IsControl = True
- end
- object Features: TLabel
- Left = 92
- Top = 111
- Width = 126
- Height = 13
- Caption = 'Full-Duplex/LHS Encoding'
- Color = clBtnFace
- ParentColor = False
- IsControl = True
- end
- object OKButton: TButton
- Left = 79
- Top = 151
- Width = 75
- Height = 23
- Caption = 'OK'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = OKButtonClick
- end
- object Panel1: TPanel
- Left = 4
- Top = 64
- Width = 245
- Height = 2
- BevelOuter = bvLowered
- TabOrder = 1
- end
- end
-