home *** CD-ROM | disk | FTP | other *** search
- object PasswordDialog: TPasswordDialog
- Left = 260
- Top = 184
- ActiveControl = Edit
- BorderStyle = bsDialog
- Caption = 'Enter password'
- ClientHeight = 134
- ClientWidth = 273
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object OKButton: TBitBtn
- Left = 100
- Top = 98
- Width = 77
- Height = 27
- Enabled = False
- TabOrder = 1
- OnClick = OKButtonClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- end
- object CancelButton: TBitBtn
- Left = 188
- Top = 98
- Width = 77
- Height = 27
- TabOrder = 2
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 257
- Height = 81
- Caption = 'Password'
- TabOrder = 0
- object Edit: TEdit
- Left = 16
- Top = 18
- Width = 225
- Height = 20
- PasswordChar = '*'
- TabOrder = 0
- OnChange = EditChange
- end
- object AddButton: TButton
- Left = 16
- Top = 46
- Width = 65
- Height = 25
- Caption = '&Add'
- Enabled = False
- TabOrder = 1
- OnClick = AddButtonClick
- end
- object RemoveButton: TButton
- Left = 88
- Top = 46
- Width = 65
- Height = 25
- Caption = '&Remove'
- Enabled = False
- TabOrder = 2
- OnClick = RemoveButtonClick
- end
- object RemoveAllButton: TButton
- Left = 160
- Top = 46
- Width = 81
- Height = 25
- Caption = 'Re&move all'
- TabOrder = 3
- OnClick = RemoveAllButtonClick
- end
- end
- end
-