object ULURForm: TULURForm
  Left = 181
  Top = 129
  Width = 339
  Height = 173
  Caption = 'ULURForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object UserIDLbl: TLabel
    Left = 16
    Top = 20
    Width = 60
    Height = 13
    Caption = ' User ID'
    FocusControl = UserIDEdit
  end
  object UserNameLbl: TLabel
    Left = 16
    Top = 42
    Width = 60
    Height = 13
    Caption = ' User Name'
    FocusControl = UserNameEdit
  end
  object RealUserNameLbl: TLabel
    Left = 16
    Top = 64
    Width = 60
    Height = 13
    Caption = ' Real User Name'
    FocusControl = RealUserNameEdit
  end
  object PasswordLbl: TLabel
    Left = 16
    Top = 86
    Width = 60
    Height = 13
    Caption = ' Password'
    FocusControl = PasswordEdit
  end
  object UserIDEdit: TEdit
    Left = 140
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
    Enabled = False
  end
  object UserNameEdit: TEdit
    Left = 140
    Top = 38
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object RealUserNameEdit: TEdit
    Left = 140
    Top = 60
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object PasswordEdit: TEdit
    Left = 140
    Top = 82
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object OKBtn: TButton
    Left = 63
    Top = 116
    Width = 75
    Height = 25
    Caption = '&OK'
    Default = True
    ModalResult = 1
    TabOrder = 4
  end
  object CancelBtn: TButton
    Left = 201
    Top = 116
    Width = 75
    Height = 25
    Caption = '&Cancel'
    ModalResult = 2
    TabOrder = 5
  end
  object ULURFormIni: TIniObject
    FormNameIsIniName = False
    Disabled = True
    Left = 304
    Top = 8
  end
end
