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

  1. object FAccount: TFAccount
  2.   Left = 392
  3.   Top = 321
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Net2Phone Account Number'
  7.   ClientHeight = 136
  8.   ClientWidth = 338
  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.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object LAccount: TLabel
  22.     Left = 7
  23.     Top = 19
  24.     Width = 99
  25.     Height = 13
  26.     Caption = 'Account Number:'
  27.     Color = clBtnFace
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clBtnText
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentColor = False
  34.     ParentFont = False
  35.     WordWrap = True
  36.   end
  37.   object Num: TLabel
  38.     Left = 16
  39.     Top = 104
  40.     Width = 22
  41.     Height = 13
  42.     Caption = 'Num'
  43.     Visible = False
  44.   end
  45.   object LAccountTmp: TLabel
  46.     Left = 16
  47.     Top = 56
  48.     Width = 67
  49.     Height = 13
  50.     Caption = 'LAccountTmp'
  51.     Visible = False
  52.   end
  53.   object OkBtn: TButton
  54.     Left = 71
  55.     Top = 107
  56.     Width = 75
  57.     Height = 23
  58.     Caption = 'OK'
  59.     Default = True
  60.     TabOrder = 1
  61.     OnClick = OkBtnClick
  62.   end
  63.   object LocalAccount: TEdit
  64.     Left = 180
  65.     Top = 15
  66.     Width = 141
  67.     Height = 21
  68.     Color = clWhite
  69.     Ctl3D = True
  70.     ParentCtl3D = False
  71.     ReadOnly = True
  72.     TabOrder = 0
  73.     Text = '9999'
  74.     OnChange = acct1Change
  75.   end
  76.   object CancelBtn: TButton
  77.     Left = 191
  78.     Top = 107
  79.     Width = 75
  80.     Height = 23
  81.     Caption = 'Cancel'
  82.     Default = True
  83.     ModalResult = 2
  84.     TabOrder = 2
  85.   end
  86. end
  87.