home *** CD-ROM | disk | FTP | other *** search
- object frmPassword: TfrmPassword
- Left = 238
- Top = 168
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Protected Task'
- ClientHeight = 145
- ClientWidth = 329
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 120
- TextHeight = 16
- object lblPasswordDesc: TLabel
- Left = 74
- Top = 5
- Width = 247
- Height = 50
- AutoSize = False
- Caption =
- 'This task has been protected from read access. Please enter the' +
- ' password for this task to view the properties.'
- WordWrap = True
- end
- object lblPassword: TLabel
- Left = 5
- Top = 89
- Width = 70
- Height = 25
- AutoSize = False
- Caption = '&Password:'
- FocusControl = edtPassword
- end
- object imgSecurity: TImage
- Left = 5
- Top = 5
- Width = 52
- Height = 52
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object edtPassword: TEdit
- Left = 5
- Top = 111
- Width = 203
- Height = 24
- PasswordChar = '*'
- TabOrder = 0
- end
- object comOK: TButton
- Left = 236
- Top = 74
- Width = 90
- Height = 28
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object comCancel: TButton
- Left = 236
- Top = 108
- Width = 90
- Height = 29
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-