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

  1. object FProceed: TFProceed
  2.   Left = 502
  3.   Top = 181
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Proceed With Call?'
  7.   ClientHeight = 215
  8.   ClientWidth = 330
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object LBalance: TLabel
  23.     Left = 55
  24.     Top = 27
  25.     Width = 120
  26.     Height = 13
  27.     Alignment = taRightJustify
  28.     Caption = 'Your Account Balance is:'
  29.   end
  30.   object LTime: TLabel
  31.     Left = 83
  32.     Top = 66
  33.     Width = 91
  34.     Height = 13
  35.     Alignment = taRightJustify
  36.     Caption = 'You may speak for:'
  37.   end
  38.   object LProceed: TLabel
  39.     Left = 38
  40.     Top = 114
  41.     Width = 192
  42.     Height = 13
  43.     Caption = 'Do You Want To Place This Call?'
  44.     Font.Charset = ANSI_CHARSET
  45.     Font.Color = clWindowText
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = [fsBold]
  49.     ParentFont = False
  50.     WordWrap = True
  51.   end
  52.   object LTimeLeft: TLabel
  53.     Left = 24
  54.     Top = 192
  55.     Width = 47
  56.     Height = 13
  57.     Caption = 'LTimeLeft'
  58.   end
  59.   object SBalance: TEdit
  60.     Left = 184
  61.     Top = 23
  62.     Width = 125
  63.     Height = 21
  64.     TabStop = False
  65.     Color = clWhite
  66.     Ctl3D = True
  67.     Font.Charset = ANSI_CHARSET
  68.     Font.Color = clBlack
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = [fsBold]
  72.     ParentCtl3D = False
  73.     ParentFont = False
  74.     ReadOnly = True
  75.     TabOrder = 0
  76.     Text = 'SBalance'
  77.   end
  78.   object STime: TEdit
  79.     Left = 182
  80.     Top = 63
  81.     Width = 125
  82.     Height = 21
  83.     TabStop = False
  84.     Color = clWhite
  85.     Ctl3D = True
  86.     Font.Charset = ANSI_CHARSET
  87.     Font.Color = clBlack
  88.     Font.Height = -11
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = [fsBold]
  91.     ParentCtl3D = False
  92.     ParentFont = False
  93.     ReadOnly = True
  94.     TabOrder = 1
  95.     Text = 'STime'
  96.   end
  97.   object BYes: TButton
  98.     Left = 86
  99.     Top = 144
  100.     Width = 75
  101.     Height = 23
  102.     Caption = 'Yes'
  103.     Font.Charset = ANSI_CHARSET
  104.     Font.Color = clBlack
  105.     Font.Height = -11
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = []
  108.     ParentFont = False
  109.     TabOrder = 2
  110.     OnClick = BYesClick
  111.     OnMouseDown = BYesMouseDown
  112.   end
  113.   object BNo: TButton
  114.     Left = 189
  115.     Top = 146
  116.     Width = 75
  117.     Height = 23
  118.     Caption = 'No'
  119.     Default = True
  120.     Font.Charset = ANSI_CHARSET
  121.     Font.Color = clBlack
  122.     Font.Height = -11
  123.     Font.Name = 'MS Sans Serif'
  124.     Font.Style = []
  125.     ParentFont = False
  126.     TabOrder = 3
  127.     OnClick = BNoClick
  128.   end
  129.   object ReplyTimer: TTimer
  130.     Enabled = False
  131.     OnTimer = ReplyTimerTimer
  132.     Left = 10
  133.     Top = 136
  134.   end
  135. end
  136.