home *** CD-ROM | disk | FTP | other *** search
- object FrmEnterPW: TFrmEnterPW
- Left = 218
- Top = 188
- HelpContext = 9020
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsToolWindow
- Caption = 'Toegangscode'
- ClientHeight = 107
- ClientWidth = 230
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object L_PW: TLabel
- Left = 8
- Top = 17
- Width = 75
- Height = 13
- Caption = 'Toegangscode '
- end
- object Bevel1: TBevel
- Left = 8
- Top = 44
- Width = 214
- Height = 9
- Shape = bsTopLine
- end
- object EdtPassWord: TEdit
- Left = 93
- Top = 12
- Width = 129
- Height = 21
- CharCase = ecLowerCase
- MaxLength = 8
- PasswordChar = '*'
- TabOrder = 0
- end
- object BtnOk: TBitBtn
- Left = 64
- Top = 71
- Width = 75
- Height = 25
- HelpContext = 9902
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = BtnOkClick
- NumGlyphs = 2
- end
- object BtnCancel: TBitBtn
- Left = 144
- Top = 71
- Width = 78
- Height = 25
- HelpContext = 9904
- Cancel = True
- Caption = 'Annuleren'
- TabOrder = 2
- OnClick = BtnCancelClick
- NumGlyphs = 2
- end
- end
-