home *** CD-ROM | disk | FTP | other *** search
/ serv.yrg.kuzbass.net / serv.yrg.kuzbass.net.zip / serv.yrg.kuzbass.net / bde501.zip / _SETUP.1 / BDEADMIN.EXE / RCDATA / TLOGINDIALOG / TLOGINDIALOG.txt
Text File  |  1998-10-10  |  2KB  |  97 lines

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