object ULTEForm: TULTEForm
  Left = 181
  Top = 129
  Width = 339
  Height = 217
  Caption = 'ULTEForm'
  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 PriorityLbl: TLabel
    Left = 16
    Top = 20
    Width = 60
    Height = 13
    Caption = ' Priority'
    FocusControl = PriorityEdit
  end
  object OriginNameLbl: TLabel
    Left = 16
    Top = 42
    Width = 60
    Height = 13
    Caption = ' Origin Name'
    FocusControl = OriginNameEdit
  end
  object TitleLbl: TLabel
    Left = 16
    Top = 64
    Width = 60
    Height = 13
    Caption = ' Title'
    FocusControl = TitleEdit
  end
  object DescLbl: TLabel
    Left = 16
    Top = 86
    Width = 60
    Height = 13
    Caption = ' Desc'
    FocusControl = DescEdit
  end
  object ExpectedToCompleteLbl: TLabel
    Left = 16
    Top = 108
    Width = 60
    Height = 13
    Caption = ' Expected To Complete'
    FocusControl = ExpectedToCompleteEdit
  end
  object CompletedLbl: TLabel
    Left = 16
    Top = 130
    Width = 60
    Height = 13
    Caption = ' Completed'
    FocusControl = CompletedEdit
  end
  object PriorityEdit: TEdit
    Left = 140
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
    Enabled = False
  end
  object OriginNameEdit: TEdit
    Left = 140
    Top = 38
    Width = 121
    Height = 21
    TabOrder = 1
    Enabled = False
  end
  object TitleEdit: TEdit
    Left = 140
    Top = 60
    Width = 121
    Height = 21
    TabOrder = 2
    Enabled = False
  end
  object DescEdit: TEdit
    Left = 140
    Top = 82
    Width = 121
    Height = 21
    TabOrder = 3
    Enabled = False
  end
  object ExpectedToCompleteEdit: TEdit
    Left = 140
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 4
    Enabled = False
  end
  object CompletedEdit: TEdit
    Left = 140
    Top = 126
    Width = 121
    Height = 21
    TabOrder = 5
    Enabled = False
  end
  object OKBtn: TButton
    Left = 63
    Top = 160
    Width = 75
    Height = 25
    Caption = '&OK'
    Default = True
    ModalResult = 1
    TabOrder = 6
  end
  object CancelBtn: TButton
    Left = 201
    Top = 160
    Width = 75
    Height = 25
    Caption = '&Cancel'
    ModalResult = 2
    TabOrder = 7
  end
  object ULTEFormIni: TIniObject
    FormNameIsIniName = False
    Disabled = True
    Left = 304
    Top = 8
  end
end
