home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / jbuilder / TRIAL / JBUILDER / JRUNTIME.Z / JSQLBLD.DLL / 0 / RCDATA / TDBPWFORM / TDBPWFORM.txt
Encoding:
Text File  |  1998-05-08  |  1.6 KB  |  89 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.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Default'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object panel: TPanel
  16.     Left = 5
  17.     Top = 3
  18.     Width = 256
  19.     Height = 110
  20.     BevelInner = bvRaised
  21.     BevelOuter = bvLowered
  22.     Caption = 'panel'
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 15
  26.       Top = 19
  27.       Width = 56
  28.       Height = 13
  29.       Caption = '&User Name:'
  30.       FocusControl = eUserName
  31.     end
  32.     object Label2: TLabel
  33.       Left = 15
  34.       Top = 47
  35.       Width = 63
  36.       Height = 13
  37.       Caption = '&Group Name:'
  38.       FocusControl = eGroupName
  39.     end
  40.     object Label3: TLabel
  41.       Left = 15
  42.       Top = 76
  43.       Width = 49
  44.       Height = 13
  45.       Caption = '&Password:'
  46.       FocusControl = ePassword
  47.     end
  48.     object eUserName: TEdit
  49.       Left = 92
  50.       Top = 14
  51.       Width = 149
  52.       Height = 21
  53.       TabOrder = 0
  54.     end
  55.     object eGroupName: TEdit
  56.       Left = 92
  57.       Top = 43
  58.       Width = 149
  59.       Height = 21
  60.       TabOrder = 1
  61.     end
  62.     object ePassword: TEdit
  63.       Left = 92
  64.       Top = 72
  65.       Width = 149
  66.       Height = 21
  67.       TabOrder = 2
  68.     end
  69.   end
  70.   object bOK: TButton
  71.     Left = 105
  72.     Top = 122
  73.     Width = 75
  74.     Height = 25
  75.     Caption = '&OK'
  76.     ModalResult = 1
  77.     TabOrder = 1
  78.   end
  79.   object bCancel: TButton
  80.     Left = 186
  81.     Top = 122
  82.     Width = 75
  83.     Height = 25
  84.     Caption = '&Cancel'
  85.     ModalResult = 2
  86.     TabOrder = 2
  87.   end
  88. end
  89.