home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk12 / lib.pak / DBLOGDLG.DFM / DBLOGDLG.txt
Encoding:
Text File  |  1995-08-24  |  1.8 KB  |  100 lines

  1. object LoginDialog: TLoginDialog
  2.   Left = 213
  3.   Top = 99
  4.   ActiveControl = Password
  5.   BorderStyle = bsDialog
  6.   Caption = 'Database Login'
  7.   ClientHeight = 150
  8.   ClientWidth = 273
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object OKButton: TBitBtn
  17.     Left = 100
  18.     Top = 114
  19.     Width = 77
  20.     Height = 27
  21.     TabOrder = 0
  22.     Kind = bkOK
  23.     Margin = 2
  24.     Spacing = -1
  25.   end
  26.   object CancelButton: TBitBtn
  27.     Left = 188
  28.     Top = 114
  29.     Width = 77
  30.     Height = 27
  31.     TabOrder = 1
  32.     Kind = bkCancel
  33.     Margin = 2
  34.     Spacing = -1
  35.   end
  36.   object Panel: TPanel
  37.     Left = 8
  38.     Top = 7
  39.     Width = 257
  40.     Height = 98
  41.     BevelInner = bvRaised
  42.     BevelOuter = bvLowered
  43.     TabOrder = 2
  44.     object Label1: TLabel
  45.       Left = 10
  46.       Top = 39
  47.       Width = 67
  48.       Height = 13
  49.       Caption = '&User Name:'
  50.       FocusControl = UserName
  51.     end
  52.     object Label2: TLabel
  53.       Left = 10
  54.       Top = 67
  55.       Width = 59
  56.       Height = 13
  57.       Caption = '&Password:'
  58.       FocusControl = Password
  59.     end
  60.     object Label3: TLabel
  61.       Left = 10
  62.       Top = 6
  63.       Width = 59
  64.       Height = 13
  65.       Caption = 'Database:'
  66.     end
  67.     object DatabaseName: TLabel
  68.       Left = 91
  69.       Top = 6
  70.       Width = 55
  71.       Height = 13
  72.       Caption = 'InterBase'
  73.     end
  74.     object Bevel: TBevel
  75.       Left = 1
  76.       Top = 24
  77.       Width = 254
  78.       Height = 9
  79.       Shape = bsTopLine
  80.     end
  81.     object UserName: TEdit
  82.       Left = 88
  83.       Top = 36
  84.       Width = 153
  85.       Height = 20
  86.       MaxLength = 31
  87.       TabOrder = 0
  88.     end
  89.     object Password: TEdit
  90.       Left = 88
  91.       Top = 64
  92.       Width = 153
  93.       Height = 20
  94.       MaxLength = 31
  95.       PasswordChar = '*'
  96.       TabOrder = 1
  97.     end
  98.   end
  99. end
  100.