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

  1. object OkDlg: TOkDlg
  2.   Left = 353
  3.   Top = 214
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dialog'
  7.   ClientHeight = 199
  8.   ClientWidth = 361
  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.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object QLabel: TLabel
  24.     Left = 58
  25.     Top = 18
  26.     Width = 71
  27.     Height = 13
  28.     Caption = 'Confirmation'
  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 QFlash: TLabel
  45.     Left = 2
  46.     Top = 130
  47.     Width = 31
  48.     Height = 13
  49.     Caption = 'Flash'
  50.     Color = clBtnFace
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clRed
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = [fsBold]
  56.     ParentColor = False
  57.     ParentFont = False
  58.     WordWrap = True
  59.   end
  60.   object BOk: TButton
  61.     Left = 136
  62.     Top = 160
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'OK'
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clBlack
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ModalResult = 1
  72.     ParentFont = False
  73.     TabOrder = 0
  74.   end
  75.   object BCancel: TButton
  76.     Left = 240
  77.     Top = 160
  78.     Width = 75
  79.     Height = 25
  80.     Caption = 'Cancel'
  81.     Font.Charset = DEFAULT_CHARSET
  82.     Font.Color = clBlack
  83.     Font.Height = -11
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = []
  86.     ModalResult = 2
  87.     ParentFont = False
  88.     TabOrder = 1
  89.   end
  90.   object Timer1: TTimer
  91.     Enabled = False
  92.     Interval = 500
  93.     OnTimer = Timer1Timer
  94.     Left = 24
  95.     Top = 152
  96.   end
  97. end
  98.