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

  1. object PurchaseForm: TPurchaseForm
  2.   Left = 368
  3.   Top = 222
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Recharge Credit Card'
  7.   ClientHeight = 250
  8.   ClientWidth = 319
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_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 Label2: TLabel
  23.     Left = 11
  24.     Top = 232
  25.     Width = 199
  26.     Height = 13
  27.     Caption = 'Contacting Server.  Please Wait ...'
  28.     Color = clBtnFace
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clBlack
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = [fsBold]
  34.     ParentColor = False
  35.     ParentFont = False
  36.   end
  37.   object OkBtn: TButton
  38.     Left = 48
  39.     Top = 192
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'OK'
  43.     TabOrder = 0
  44.     OnClick = OkBtnClick
  45.   end
  46.   object CancelBtn: TButton
  47.     Left = 176
  48.     Top = 192
  49.     Width = 75
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     TabOrder = 1
  54.     OnClick = CancelBtnClick
  55.   end
  56.   object Panel1: TPanel
  57.     Left = 0
  58.     Top = 8
  59.     Width = 319
  60.     Height = 169
  61.     BevelOuter = bvNone
  62.     TabOrder = 2
  63.     object Label1: TLabel
  64.       Left = 11
  65.       Top = 7
  66.       Width = 224
  67.       Height = 13
  68.       Caption = 'Please Enter Your Personal ID Number:'
  69.       Color = clBtnFace
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clBlack
  72.       Font.Height = -11
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = [fsBold]
  75.       ParentColor = False
  76.       ParentFont = False
  77.     end
  78.     object Label3: TLabel
  79.       Left = 11
  80.       Top = 70
  81.       Width = 186
  82.       Height = 13
  83.       Caption = 'Please Enter Amount To Charge:'
  84.       Font.Charset = DEFAULT_CHARSET
  85.       Font.Color = clWindowText
  86.       Font.Height = -11
  87.       Font.Name = 'MS Sans Serif'
  88.       Font.Style = [fsBold]
  89.       ParentFont = False
  90.     end
  91.     object LocalPinNo: TEdit
  92.       Left = 123
  93.       Top = 32
  94.       Width = 88
  95.       Height = 21
  96.       Color = clWhite
  97.       MaxLength = 5
  98.       PasswordChar = '*'
  99.       TabOrder = 0
  100.       Text = 'LocalPinNo'
  101.       OnChange = LocalPinNoChange
  102.     end
  103.     object val25: TRadioButton
  104.       Left = 48
  105.       Top = 94
  106.       Width = 105
  107.       Height = 17
  108.       Caption = '$25'
  109.       Checked = True
  110.       TabOrder = 1
  111.       TabStop = True
  112.     end
  113.     object val50: TRadioButton
  114.       Left = 48
  115.       Top = 118
  116.       Width = 121
  117.       Height = 17
  118.       Caption = '$50'
  119.       TabOrder = 2
  120.     end
  121.     object val100: TRadioButton
  122.       Left = 48
  123.       Top = 142
  124.       Width = 137
  125.       Height = 17
  126.       Caption = '$100'
  127.       TabOrder = 3
  128.     end
  129.   end
  130.   object Timer1: TTimer
  131.     Enabled = False
  132.     Interval = 3000
  133.     OnTimer = DoTimer
  134.     Left = 256
  135.     Top = 40
  136.   end
  137. end
  138.