home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Bin / sqlb.dll / 0 / RCDATA / TDBPWFORM / TDBPWFORM.txt
Text File  |  1999-08-11  |  2KB  |  85 lines

  1. object dbpwForm: TdbpwForm
  2.   Left = 370
  3.   Top = 295
  4.   BorderStyle = bsDialog
  5.   Caption = 'Enter dBASE Password'
  6.   ClientHeight = 151
  7.   ClientWidth = 267
  8.   ParentFont = True
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object panel: TPanel
  12.     Left = 5
  13.     Top = 3
  14.     Width = 256
  15.     Height = 110
  16.     BevelInner = bvRaised
  17.     BevelOuter = bvLowered
  18.     Caption = 'panel'
  19.     TabOrder = 0
  20.     object Label1: TLabel
  21.       Left = 15
  22.       Top = 19
  23.       Width = 56
  24.       Height = 13
  25.       Caption = '&User Name:'
  26.       FocusControl = eUserName
  27.     end
  28.     object Label2: TLabel
  29.       Left = 15
  30.       Top = 47
  31.       Width = 63
  32.       Height = 13
  33.       Caption = '&Group Name:'
  34.       FocusControl = eGroupName
  35.     end
  36.     object Label3: TLabel
  37.       Left = 15
  38.       Top = 76
  39.       Width = 49
  40.       Height = 13
  41.       Caption = '&Password:'
  42.       FocusControl = ePassword
  43.     end
  44.     object eUserName: TEdit
  45.       Left = 92
  46.       Top = 14
  47.       Width = 149
  48.       Height = 21
  49.       TabOrder = 0
  50.     end
  51.     object eGroupName: TEdit
  52.       Left = 92
  53.       Top = 43
  54.       Width = 149
  55.       Height = 21
  56.       TabOrder = 1
  57.     end
  58.     object ePassword: TEdit
  59.       Left = 92
  60.       Top = 72
  61.       Width = 149
  62.       Height = 21
  63.       TabOrder = 2
  64.     end
  65.   end
  66.   object bOK: TButton
  67.     Left = 105
  68.     Top = 122
  69.     Width = 75
  70.     Height = 25
  71.     Caption = '&OK'
  72.     ModalResult = 1
  73.     TabOrder = 1
  74.   end
  75.   object bCancel: TButton
  76.     Left = 186
  77.     Top = 122
  78.     Width = 75
  79.     Height = 25
  80.     Caption = '&Cancel'
  81.     ModalResult = 2
  82.     TabOrder = 2
  83.   end
  84. end
  85.