home *** CD-ROM | disk | FTP | other *** search
- object frmPassword: TfrmPassword
- Left = 476
- Top = 281
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Supply Password'
- ClientHeight = 135
- ClientWidth = 306
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object lblMessage: TLabel
- Left = 12
- Top = 15
- Width = 282
- Height = 13
- AutoSize = False
- Caption = 'This image is password protected.'
- end
- object lblPassword: TLabel
- Left = 98
- Top = 44
- Width = 114
- Height = 13
- Caption = '&Password:'
- FocusControl = edtPassword
- end
- object btnOK: TButton
- Left = 64
- Top = 97
- Width = 85
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object btnCancel: TButton
- Left = 157
- Top = 97
- Width = 85
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object edtPassword: TEdit
- Left = 98
- Top = 59
- Width = 109
- Height = 21
- PasswordChar = '*'
- TabOrder = 0
- end
- end
-