object ULEForm: TULEForm
  Left = 181
  Top = 129
  Width = 339
  Height = 327
  Caption = 'ULEForm'
  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 DefNameLbl: TLabel
    Left = 16
    Top = 20
    Width = 60
    Height = 13
    Caption = ' Def Name'
    FocusControl = DefNameEdit
  end
  object TextFileLbl: TLabel
    Left = 16
    Top = 42
    Width = 60
    Height = 13
    Caption = ' Text File'
    FocusControl = TextFileEdit
  end
  object XValueTypeLbl: TLabel
    Left = 16
    Top = 64
    Width = 60
    Height = 13
    Caption = ' XValue Type'
    FocusControl = XValueTypeEdit
  end
  object XIntervalLbl: TLabel
    Left = 16
    Top = 86
    Width = 60
    Height = 13
    Caption = ' XInterval'
    FocusControl = XIntervalEdit
  end
  object YValueTypeLbl: TLabel
    Left = 16
    Top = 108
    Width = 60
    Height = 13
    Caption = ' YValue Type'
    FocusControl = YValueTypeEdit
  end
  object XCoefLbl: TLabel
    Left = 16
    Top = 130
    Width = 60
    Height = 13
    Caption = ' XCoef'
    FocusControl = XCoefEdit
  end
  object YCoefLbl: TLabel
    Left = 16
    Top = 152
    Width = 60
    Height = 13
    Caption = ' YCoef'
    FocusControl = YCoefEdit
  end
  object HeadLenLbl: TLabel
    Left = 16
    Top = 174
    Width = 60
    Height = 13
    Caption = ' Head Len'
    FocusControl = HeadLenEdit
  end
  object ValueDelimiterLbl: TLabel
    Left = 16
    Top = 196
    Width = 60
    Height = 13
    Caption = ' Value Delimiter'
    FocusControl = ValueDelimiterEdit
  end
  object LineDelimiterLbl: TLabel
    Left = 16
    Top = 218
    Width = 60
    Height = 13
    Caption = ' Line Delimiter'
    FocusControl = LineDelimiterEdit
  end
  object ExtNameLbl: TLabel
    Left = 16
    Top = 240
    Width = 60
    Height = 13
    Caption = ' Ext Name'
    FocusControl = ExtNameEdit
  end
  object DefNameEdit: TEdit
    Left = 140
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object TextFileEdit: TCheckBox
    Left = 140
    Top = 38
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object XValueTypeEdit: TComboBox
    Left = 140
    Top = 60
    Width = 121
    Height = 21
    TabOrder = 2
    Style = csDropDownList
  end
  object XIntervalEdit: TEdit
    Left = 140
    Top = 82
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object YValueTypeEdit: TComboBox
    Left = 140
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 4
    Style = csDropDownList
  end
  object XCoefEdit: TEdit
    Left = 140
    Top = 126
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object YCoefEdit: TEdit
    Left = 140
    Top = 148
    Width = 121
    Height = 21
    TabOrder = 6
  end
  object HeadLenEdit: TEdit
    Left = 140
    Top = 170
    Width = 121
    Height = 21
    TabOrder = 7
  end
  object ValueDelimiterEdit: TEdit
    Left = 140
    Top = 192
    Width = 121
    Height = 21
    TabOrder = 8
  end
  object LineDelimiterEdit: TEdit
    Left = 140
    Top = 214
    Width = 121
    Height = 21
    TabOrder = 9
  end
  object ExtNameEdit: TEdit
    Left = 140
    Top = 236
    Width = 121
    Height = 21
    TabOrder = 10
  end
  object OKBtn: TButton
    Left = 63
    Top = 270
    Width = 75
    Height = 25
    Caption = '&OK'
    Default = True
    ModalResult = 1
    TabOrder = 11
  end
  object CancelBtn: TButton
    Left = 201
    Top = 270
    Width = 75
    Height = 25
    Caption = '&Cancel'
    ModalResult = 2
    TabOrder = 12
  end
  object ULEFormIni: TIniObject
    FormNameIsIniName = False
    Disabled = True
    Left = 304
    Top = 8
  end
end
