object ULBForm: TULBForm
  Left = 181
  Top = 129
  Width = 339
  Height = 129
  Caption = 'ULBForm'
  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 BaseLineNameLbl: TLabel
    Left = 16
    Top = 20
    Width = 60
    Height = 13
    Caption = ' Base Line Name'
    FocusControl = BaseLineNameEdit
  end
  object BaseLineFileNameLbl: TLabel
    Left = 16
    Top = 42
    Width = 60
    Height = 13
    Caption = ' Base Line File Name'
    FocusControl = BaseLineFileNameEdit
  end
  object BaseLineNameEdit: TEdit
    Left = 140
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object BaseLineFileNameEdit: TEdit
    Left = 140
    Top = 38
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object OKBtn: TButton
    Left = 28
    Top = 72
    Width = 75
    Height = 25
    Caption = '&OK'
    Default = True
    ModalResult = 1
    TabOrder = 2
  end
  object CancelBtn: TButton
    Left = 131
    Top = 72
    Width = 75
    Height = 25
    Caption = '&Cancel'
    ModalResult = 2
    TabOrder = 3
  end
  object ParamsBtn: TButton
    Left = 234
    Top = 72
    Width = 75
    Height = 25
    Caption = '&Parameters'
    OnClick = ParamsBtnClick
    TabOrder = 4
  end
  object ULBFormIni: TIniObject
    FormNameIsIniName = False
    Disabled = True
    Left = 304
    Top = 8
  end
end
