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

  1. object EnterPin: TEnterPin
  2.   Left = 505
  3.   Top = 221
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Enter Pin'
  7.   ClientHeight = 143
  8.   ClientWidth = 253
  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.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnKeyPress = FormKeyPress
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label1: TLabel
  25.     Left = 11
  26.     Top = 23
  27.     Width = 224
  28.     Height = 13
  29.     Caption = 'Please Enter Your Personal ID Number:'
  30.     Color = clBtnFace
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clBlack
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = [fsBold]
  36.     ParentColor = False
  37.     ParentFont = False
  38.   end
  39.   object LocalPinNo: TEdit
  40.     Left = 75
  41.     Top = 48
  42.     Width = 88
  43.     Height = 21
  44.     Color = clWhite
  45.     MaxLength = 5
  46.     PasswordChar = '*'
  47.     TabOrder = 0
  48.     OnChange = LocalPinNoChange
  49.   end
  50.   object BOk: TButton
  51.     Left = 42
  52.     Top = 110
  53.     Width = 75
  54.     Height = 23
  55.     Caption = 'OK'
  56.     Default = True
  57.     TabOrder = 1
  58.     OnClick = BOkClick
  59.   end
  60.   object SavePin: TCheckBox
  61.     Left = 11
  62.     Top = 75
  63.     Width = 190
  64.     Height = 30
  65.     Caption = 'Save PIN to disk'
  66.     Color = clBtnFace
  67.     ParentColor = False
  68.     TabOrder = 2
  69.     OnClick = SavePinClick
  70.   end
  71.   object BCancel: TButton
  72.     Left = 138
  73.     Top = 110
  74.     Width = 75
  75.     Height = 23
  76.     Caption = 'Cancel'
  77.     Default = True
  78.     ModalResult = 2
  79.     TabOrder = 3
  80.   end
  81. end
  82.