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

  1. object PurchaseQueryForm: TPurchaseQueryForm
  2.   Left = 267
  3.   Top = 138
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'PurchaseQueryForm'
  7.   ClientHeight = 194
  8.   ClientWidth = 425
  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.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object LRecharge: TLabel
  21.     Left = 128
  22.     Top = 56
  23.     Width = 53
  24.     Height = 13
  25.     Caption = 'LRecharge'
  26.     WordWrap = True
  27.   end
  28.   object Lweb: TLabel
  29.     Left = 120
  30.     Top = 104
  31.     Width = 29
  32.     Height = 13
  33.     Caption = 'LWeb'
  34.     WordWrap = True
  35.   end
  36.   object tmp: TLabel
  37.     Left = 24
  38.     Top = 168
  39.     Width = 17
  40.     Height = 13
  41.     Caption = 'tmp'
  42.     Visible = False
  43.   end
  44.   object LInstructions: TLabel
  45.     Left = 8
  46.     Top = 8
  47.     Width = 74
  48.     Height = 13
  49.     Caption = 'LInstructions'
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clWindowText
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = [fsBold]
  55.     ParentFont = False
  56.     WordWrap = True
  57.   end
  58.   object bCancel: TButton
  59.     Left = 175
  60.     Top = 160
  61.     Width = 75
  62.     Height = 25
  63.     Caption = 'Cancel'
  64.     ModalResult = 2
  65.     TabOrder = 0
  66.   end
  67.   object bRecharge: TButton
  68.     Left = 8
  69.     Top = 56
  70.     Width = 90
  71.     Height = 25
  72.     Caption = 'Recharge'
  73.     ModalResult = 6
  74.     TabOrder = 1
  75.   end
  76.   object bWeb: TButton
  77.     Left = 8
  78.     Top = 96
  79.     Width = 90
  80.     Height = 25
  81.     Caption = 'Web'
  82.     ModalResult = 7
  83.     TabOrder = 2
  84.   end
  85. end
  86.