object ULDPForm: TULDPForm
  Left = 181
  Top = 129
  Width = 339
  Height = 261
  Caption = 'ULDPForm'
  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 PropIDStrLbl: TLabel
    Left = 16
    Top = 20
    Width = 60
    Height = 13
    Caption = ' Prop IDStr'
    FocusControl = PropIDStrEdit
  end
  object PropDescLbl: TLabel
    Left = 16
    Top = 42
    Width = 60
    Height = 13
    Caption = ' Prop Desc'
    FocusControl = PropDescEdit
  end
  object TypeDescLbl: TLabel
    Left = 16
    Top = 64
    Width = 60
    Height = 13
    Caption = ' Type Desc'
    FocusControl = TypeDescEdit
  end
  object TypeIDLbl: TLabel
    Left = 16
    Top = 86
    Width = 60
    Height = 13
    Caption = ' Type ID'
    FocusControl = TypeIDEdit
  end
  object PropFlagsLbl: TLabel
    Left = 16
    Top = 108
    Width = 60
    Height = 13
    Caption = ' Prop Flags'
    FocusControl = PropFlagsEdit
  end
  object ValueInPCLbl: TLabel
    Left = 16
    Top = 130
    Width = 60
    Height = 13
    Caption = ' Value In PC'
    FocusControl = ValueInPCEdit
  end
  object ValueInDeviceLbl: TLabel
    Left = 16
    Top = 152
    Width = 60
    Height = 13
    Caption = ' Value In Device'
    FocusControl = ValueInDeviceEdit
  end
  object UpdateIntervalLbl: TLabel
    Left = 16
    Top = 174
    Width = 60
    Height = 13
    Caption = ' Update Interval'
    FocusControl = UpdateIntervalEdit
  end
  object PropIDStrEdit: TEdit
    Left = 140
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
    Enabled = False
  end
  object PropDescEdit: TEdit
    Left = 140
    Top = 38
    Width = 121
    Height = 21
    TabOrder = 1
    Enabled = False
  end
  object TypeDescEdit: TEdit
    Left = 140
    Top = 60
    Width = 121
    Height = 21
    TabOrder = 2
    Enabled = False
  end
  object TypeIDEdit: TComboBox
    Left = 140
    Top = 82
    Width = 121
    Height = 21
    TabOrder = 3
    Style = csDropDownList
    Enabled = False
  end
  object PropFlagsEdit: TEdit
    Left = 140
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 4
    Enabled = False
  end
  object ValueInPCEdit: TEdit
    Left = 140
    Top = 126
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object ValueInDeviceEdit: TEdit
    Left = 140
    Top = 148
    Width = 121
    Height = 21
    TabOrder = 6
    Enabled = False
  end
  object UpdateIntervalEdit: TEdit
    Left = 140
    Top = 170
    Width = 121
    Height = 21
    TabOrder = 7
  end
  object OKBtn: TButton
    Left = 63
    Top = 204
    Width = 75
    Height = 25
    Caption = '&OK'
    Default = True
    ModalResult = 1
    TabOrder = 8
  end
  object CancelBtn: TButton
    Left = 201
    Top = 204
    Width = 75
    Height = 25
    Caption = '&Cancel'
    ModalResult = 2
    TabOrder = 9
  end
  object ULDPFormIni: TIniObject
    FormNameIsIniName = False
    Disabled = True
    Left = 304
    Top = 8
  end
end
