home *** CD-ROM | disk | FTP | other *** search
- object dbpwForm: TdbpwForm
- Left = 370
- Top = 295
- BorderStyle = bsDialog
- Caption = 'Enter dBASE Password'
- ClientHeight = 151
- ClientWidth = 267
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Default'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object panel: TPanel
- Left = 5
- Top = 3
- Width = 256
- Height = 110
- BevelInner = bvRaised
- BevelOuter = bvLowered
- Caption = 'panel'
- TabOrder = 0
- object Label1: TLabel
- Left = 15
- Top = 19
- Width = 56
- Height = 13
- Caption = '&User Name:'
- FocusControl = eUserName
- end
- object Label2: TLabel
- Left = 15
- Top = 47
- Width = 63
- Height = 13
- Caption = '&Group Name:'
- FocusControl = eGroupName
- end
- object Label3: TLabel
- Left = 15
- Top = 76
- Width = 49
- Height = 13
- Caption = '&Password:'
- FocusControl = ePassword
- end
- object eUserName: TEdit
- Left = 92
- Top = 14
- Width = 149
- Height = 21
- TabOrder = 0
- end
- object eGroupName: TEdit
- Left = 92
- Top = 43
- Width = 149
- Height = 21
- TabOrder = 1
- end
- object ePassword: TEdit
- Left = 92
- Top = 72
- Width = 149
- Height = 21
- TabOrder = 2
- end
- end
- object bOK: TButton
- Left = 105
- Top = 122
- Width = 75
- Height = 25
- Caption = '&OK'
- ModalResult = 1
- TabOrder = 1
- end
- object bCancel: TButton
- Left = 186
- Top = 122
- Width = 75
- Height = 25
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-