home *** CD-ROM | disk | FTP | other *** search
- object EnterPin: TEnterPin
- Left = 505
- Top = 221
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Enter Pin'
- ClientHeight = 143
- ClientWidth = 253
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnKeyPress = FormKeyPress
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 11
- Top = 23
- Width = 224
- Height = 13
- Caption = 'Please Enter Your Personal ID Number:'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- end
- object LocalPinNo: TEdit
- Left = 75
- Top = 48
- Width = 88
- Height = 21
- Color = clWhite
- MaxLength = 5
- PasswordChar = '*'
- TabOrder = 0
- OnChange = LocalPinNoChange
- end
- object BOk: TButton
- Left = 42
- Top = 110
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = BOkClick
- end
- object SavePin: TCheckBox
- Left = 11
- Top = 75
- Width = 190
- Height = 30
- Caption = 'Save PIN to disk'
- Color = clBtnFace
- ParentColor = False
- TabOrder = 2
- OnClick = SavePinClick
- end
- object BCancel: TButton
- Left = 138
- Top = 110
- Width = 75
- Height = 23
- Caption = 'Cancel'
- Default = True
- ModalResult = 2
- TabOrder = 3
- end
- end
-