object ULDRForm: TULDRForm
  Left = 181
  Top = 129
  Width = 339
  Height = 261
  Caption = 'ULDRForm'
  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 AddrStrLbl: TLabel
    Left = 16
    Top = 20
    Width = 60
    Height = 13
    Caption = ' Addr Str'
    FocusControl = AddrStrEdit
  end
  object IDNameLbl: TLabel
    Left = 16
    Top = 42
    Width = 60
    Height = 13
    Caption = ' IDName'
    FocusControl = IDNameEdit
  end
  object DeviceNameLbl: TLabel
    Left = 16
    Top = 64
    Width = 60
    Height = 13
    Caption = ' Device Name'
    FocusControl = DeviceNameEdit
  end
  object DeviceModeLbl: TLabel
    Left = 16
    Top = 86
    Width = 60
    Height = 13
    Caption = ' Device Mode'
    FocusControl = DeviceModeEdit
  end
  object DeviceTypeLbl: TLabel
    Left = 16
    Top = 108
    Width = 60
    Height = 13
    Caption = ' Device Type'
    FocusControl = DeviceTypeEdit
  end
  object IDDescLbl: TLabel
    Left = 16
    Top = 130
    Width = 60
    Height = 13
    Caption = ' IDDesc'
    FocusControl = IDDescEdit
  end
  object ExtDevDrvNameLbl: TLabel
    Left = 16
    Top = 152
    Width = 60
    Height = 13
    Caption = ' Ext Dev Drv Name'
    FocusControl = ExtDevDrvNameEdit
  end
  object DevicePortNameLbl: TLabel
    Left = 16
    Top = 174
    Width = 60
    Height = 13
    Caption = ' Device Port Name'
    FocusControl = DevicePortNameEdit
  end
  object AddrStrEdit: TEdit
    Left = 140
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
    Enabled = False
  end
  object IDNameEdit: TEdit
    Left = 140
    Top = 38
    Width = 121
    Height = 21
    TabOrder = 1
    Enabled = False
  end
  object DeviceNameEdit: TEdit
    Left = 140
    Top = 60
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object DeviceModeEdit: TComboBox
    Left = 140
    Top = 82
    Width = 121
    Height = 21
    TabOrder = 3
    Style = csDropDownList
  end
  object DeviceTypeEdit: TComboBox
    Left = 140
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 4
    Style = csDropDownList
  end
  object IDDescEdit: TEdit
    Left = 140
    Top = 126
    Width = 121
    Height = 21
    TabOrder = 5
    Enabled = False
  end
  object ExtDevDrvNameEdit: TEdit
    Left = 140
    Top = 148
    Width = 121
    Height = 21
    TabOrder = 6
  end
  object DevicePortNameEdit: TEdit
    Left = 140
    Top = 170
    Width = 121
    Height = 21
    TabOrder = 7
  end
  object OKBtn: TButton
    Left = 28
    Top = 204
    Width = 75
    Height = 25
    Caption = '&OK'
    Default = True
    ModalResult = 1
    TabOrder = 8
  end
  object CancelBtn: TButton
    Left = 131
    Top = 204
    Width = 75
    Height = 25
    Caption = '&Cancel'
    ModalResult = 2
    TabOrder = 9
  end
  object ParamsBtn: TButton
    Left = 234
    Top = 204
    Width = 75
    Height = 25
    Caption = '&Parameters'
    OnClick = ParamsBtnClick
    TabOrder = 10
  end
  object ULDRFormIni: TIniObject
    FormNameIsIniName = False
    Disabled = True
    Left = 304
    Top = 8
  end
end
