home *** CD-ROM | disk | FTP | other *** search
- object FTerms: TFTerms
- Left = 228
- Top = 133
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Net2Phone Read-Me'
- ClientHeight = 346
- ClientWidth = 496
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object LLicense: TLabel
- Left = 16
- Top = 320
- Width = 43
- Height = 13
- Caption = 'LLicense'
- WordWrap = True
- end
- object Terms: TMemo
- Left = 7
- Top = 7
- Width = 480
- Height = 303
- Lines.Strings = (
- 'READ ME FILE')
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object OkBtn: TButton
- Left = 218
- Top = 319
- Width = 61
- Height = 19
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = OkBtnClick
- end
- object YesBtn: TButton
- Left = 338
- Top = 319
- Width = 61
- Height = 19
- Caption = 'Yes'
- Default = True
- ModalResult = 6
- TabOrder = 2
- end
- object NoBtn: TButton
- Left = 426
- Top = 319
- Width = 61
- Height = 19
- Caption = 'No'
- Default = True
- ModalResult = 7
- TabOrder = 3
- end
- end
-