home *** CD-ROM | disk | FTP | other *** search
- object frmUnPass: TfrmUnPass
- Left = 315
- Top = 291
- BorderStyle = bsDialog
- Caption = 'Password'
- ClientHeight = 104
- ClientWidth = 322
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnActivate = FormActivate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblPass: TLabel
- Left = 8
- Top = 8
- Width = 64
- Height = 13
- Caption = '&Password for:'
- FocusControl = edtPass
- end
- object lblFN: TLabel
- Left = 72
- Top = 8
- Width = 24
- Height = 13
- Caption = 'lblFN'
- end
- object edtPass: TEdit
- Left = 8
- Top = 24
- Width = 225
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- PasswordChar = '*'
- TabOrder = 0
- OnChange = edtPassChange
- end
- object cbMask: TCheckBox
- Left = 8
- Top = 80
- Width = 97
- Height = 17
- Caption = '&Mask Password'
- Checked = True
- State = cbChecked
- TabOrder = 1
- OnClick = cbMaskClick
- end
- object btnHelp: TButton
- Left = 240
- Top = 72
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 4
- OnClick = btnHelpClick
- end
- object btnCancel: TButton
- Left = 240
- Top = 40
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- OnClick = btnCancelClick
- end
- object btnOk: TButton
- Left = 240
- Top = 8
- Width = 75
- Height = 25
- Caption = '&OK'
- Enabled = False
- ModalResult = 1
- TabOrder = 2
- OnClick = btnOkClick
- end
- object FormCenter1: TFormCenter
- Center = True
- Left = 200
- Top = 64
- end
- end
-