home *** CD-ROM | disk | FTP | other *** search
- object LoginDialog: TLoginDialog
- Left = 213
- Top = 99
- ActiveControl = Password
- BorderStyle = bsDialog
- Caption = 'Database Login'
- ClientHeight = 150
- 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 = 114
- Width = 77
- Height = 27
- TabOrder = 0
- Kind = bkOK
- Margin = 2
- Spacing = -1
- end
- object CancelButton: TBitBtn
- Left = 188
- Top = 114
- Width = 77
- Height = 27
- TabOrder = 1
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- end
- object Panel: TPanel
- Left = 8
- Top = 7
- Width = 257
- Height = 98
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 2
- object Label1: TLabel
- Left = 10
- Top = 39
- Width = 67
- Height = 13
- Caption = '&User Name:'
- FocusControl = UserName
- end
- object Label2: TLabel
- Left = 10
- Top = 67
- Width = 59
- Height = 13
- Caption = '&Password:'
- FocusControl = Password
- end
- object Label3: TLabel
- Left = 10
- Top = 6
- Width = 59
- Height = 13
- Caption = 'Database:'
- end
- object DatabaseName: TLabel
- Left = 91
- Top = 6
- Width = 55
- Height = 13
- Caption = 'InterBase'
- end
- object Bevel: TBevel
- Left = 1
- Top = 24
- Width = 254
- Height = 9
- Shape = bsTopLine
- end
- object UserName: TEdit
- Left = 88
- Top = 36
- Width = 153
- Height = 20
- MaxLength = 31
- TabOrder = 0
- end
- object Password: TEdit
- Left = 88
- Top = 64
- Width = 153
- Height = 20
- MaxLength = 31
- PasswordChar = '*'
- TabOrder = 1
- end
- end
- end
-