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

  1. object ValPINDlg: TValPINDlg
  2.   Left = 352
  3.   Top = 425
  4.   ActiveControl = PIN
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Validate PIN'
  8.   ClientHeight = 127
  9.   ClientWidth = 233
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clBlack
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnClose = FormClose
  21.   OnKeyPress = FormKeyPress
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Label1: TLabel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 144
  29.     Height = 13
  30.     Caption = 'Please re-enter your PIN:'
  31.     Color = clBtnFace
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clBlack
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsBold]
  37.     ParentColor = False
  38.     ParentFont = False
  39.     WordWrap = True
  40.   end
  41.   object PIN: TEdit
  42.     Left = 72
  43.     Top = 60
  44.     Width = 73
  45.     Height = 21
  46.     Color = clWhite
  47.     MaxLength = 5
  48.     PasswordChar = '*'
  49.     TabOrder = 0
  50.     OnChange = PINChange
  51.   end
  52.   object OKBtn: TButton
  53.     Left = 24
  54.     Top = 96
  55.     Width = 75
  56.     Height = 23
  57.     Caption = 'Ok'
  58.     ModalResult = 1
  59.     TabOrder = 1
  60.   end
  61.   object CancelBtn: TButton
  62.     Left = 128
  63.     Top = 96
  64.     Width = 75
  65.     Height = 23
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 2
  69.   end
  70. end
  71.