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

  1. object YesNoDlg: TYesNoDlg
  2.   Left = 434
  3.   Top = 291
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Net2Phone'
  7.   ClientHeight = 183
  8.   ClientWidth = 363
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object QLabel: TLabel
  25.     Left = 72
  26.     Top = 16
  27.     Width = 5
  28.     Height = 13
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clBlack
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.     WordWrap = True
  36.   end
  37.   object Icon: TImage
  38.     Left = 2
  39.     Top = 18
  40.     Width = 53
  41.     Height = 60
  42.     AutoSize = True
  43.   end
  44.   object BYes: TButton
  45.     Left = 32
  46.     Top = 152
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'Yes'
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clBlack
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ModalResult = 6
  56.     ParentFont = False
  57.     TabOrder = 0
  58.     OnClick = BYesClick
  59.   end
  60.   object BNo: TButton
  61.     Left = 144
  62.     Top = 152
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'No'
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clBlack
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ModalResult = 7
  72.     ParentFont = False
  73.     TabOrder = 1
  74.     OnClick = BNoClick
  75.   end
  76.   object BCancel: TButton
  77.     Left = 264
  78.     Top = 152
  79.     Width = 75
  80.     Height = 25
  81.     Caption = 'Cancel'
  82.     Font.Charset = DEFAULT_CHARSET
  83.     Font.Color = clBlack
  84.     Font.Height = -11
  85.     Font.Name = 'MS Sans Serif'
  86.     Font.Style = []
  87.     ModalResult = 2
  88.     ParentFont = False
  89.     TabOrder = 2
  90.   end
  91.   object CheckAgain: TCheckBox
  92.     Left = 16
  93.     Top = 120
  94.     Width = 329
  95.     Height = 17
  96.     Caption = 'Don'#39't ask this question again'
  97.     Font.Charset = DEFAULT_CHARSET
  98.     Font.Color = clBlack
  99.     Font.Height = -11
  100.     Font.Name = 'MS Sans Serif'
  101.     Font.Style = []
  102.     ParentFont = False
  103.     TabOrder = 3
  104.   end
  105.   object Timer1: TTimer
  106.     Enabled = False
  107.     Interval = 100
  108.     OnTimer = Timer1Timer
  109.     Left = 96
  110.     Top = 16
  111.   end
  112. end
  113.