home *** CD-ROM | disk | FTP | other *** search
- object PasswordDlg: TPasswordDlg
- Left = 393
- Top = 217
- ActiveControl = PasswordEdit
- BorderStyle = bsToolWindow
- Caption = 'Password'
- ClientHeight = 114
- ClientWidth = 290
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 120
- TextHeight = 16
- object PasswordCommand: TLabel
- Left = 10
- Top = 11
- Width = 112
- Height = 16
- Caption = 'Enter password:'
- end
- object PasswordEdit: TEdit
- Left = 10
- Top = 33
- Width = 271
- Height = 24
- PasswordChar = '*'
- TabOrder = 0
- end
- object OKBtn: TBitBtn
- Left = 81
- Top = 73
- Width = 95
- Height = 33
- TabOrder = 1
- Kind = bkOK
- Margin = 2
- Spacing = -1
- end
- object CancelBtn: TBitBtn
- Left = 187
- Top = 73
- Width = 95
- Height = 33
- TabOrder = 2
- OnClick = CancelBtnClick
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- end
- end
-