home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 5.7 / 2000-04_Disc_5.7.bin / pcgamer.exe / 0 / RCDATA / TLOGINDIALOG / TLOGINDIALOG.txt
Text File  |  2000-01-24  |  2KB  |  106 lines

  1. object LoginDialog: TLoginDialog
  2.   Left = 307
  3.   Top = 131
  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 Label3: TLabel
  43.       Left = 10
  44.       Top = 6
  45.       Width = 49
  46.       Height = 13
  47.       Caption = 'Database:'
  48.     end
  49.     object DatabaseName: TLabel
  50.       Left = 91
  51.       Top = 6
  52.       Width = 3
  53.       Height = 13
  54.     end
  55.     object Bevel: TBevel
  56.       Left = 1
  57.       Top = 24
  58.       Width = 254
  59.       Height = 9
  60.       Shape = bsTopLine
  61.     end
  62.     object Panel1: TPanel
  63.       Left = 2
  64.       Top = 31
  65.       Width = 253
  66.       Height = 65
  67.       Align = alBottom
  68.       BevelOuter = bvNone
  69.       TabOrder = 0
  70.       object Label1: TLabel
  71.         Left = 8
  72.         Top = 8
  73.         Width = 56
  74.         Height = 13
  75.         Caption = '&User Name:'
  76.         FocusControl = UserName
  77.       end
  78.       object Label2: TLabel
  79.         Left = 8
  80.         Top = 36
  81.         Width = 49
  82.         Height = 13
  83.         Caption = '&Password:'
  84.         FocusControl = Password
  85.       end
  86.       object UserName: TEdit
  87.         Left = 86
  88.         Top = 5
  89.         Width = 153
  90.         Height = 21
  91.         MaxLength = 31
  92.         TabOrder = 0
  93.       end
  94.       object Password: TEdit
  95.         Left = 86
  96.         Top = 33
  97.         Width = 153
  98.         Height = 21
  99.         MaxLength = 31
  100.         PasswordChar = '*'
  101.         TabOrder = 1
  102.       end
  103.     end
  104.   end
  105. end
  106.