home *** CD-ROM | disk | FTP | other *** search
- object YesNoDlg: TYesNoDlg
- Left = 434
- Top = 291
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Net2Phone'
- ClientHeight = 183
- ClientWidth = 363
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object QLabel: TLabel
- Left = 72
- Top = 16
- Width = 5
- Height = 13
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object Icon: TImage
- Left = 2
- Top = 18
- Width = 53
- Height = 60
- AutoSize = True
- end
- object BYes: TButton
- Left = 32
- Top = 152
- Width = 75
- Height = 25
- Caption = 'Yes'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 6
- ParentFont = False
- TabOrder = 0
- OnClick = BYesClick
- end
- object BNo: TButton
- Left = 144
- Top = 152
- Width = 75
- Height = 25
- Caption = 'No'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 7
- ParentFont = False
- TabOrder = 1
- OnClick = BNoClick
- end
- object BCancel: TButton
- Left = 264
- Top = 152
- Width = 75
- Height = 25
- Caption = 'Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 2
- end
- object CheckAgain: TCheckBox
- Left = 16
- Top = 120
- Width = 329
- Height = 17
- Caption = 'Don'#39't ask this question again'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 100
- OnTimer = Timer1Timer
- Left = 96
- Top = 16
- end
- end
-