object ULMForm: TULMForm
  Left = 181
  Top = 129
  Width = 339
  Height = 393
  Caption = 'ULMForm'
  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 MethodTemplateLbl: TLabel
    Left = 16
    Top = 20
    Width = 60
    Height = 13
    Caption = ' Method template'
    FocusControl = MethodTemplateEdit
  end
  object CalibrationFileNameLbl: TLabel
    Left = 16
    Top = 42
    Width = 60
    Height = 13
    Caption = ' Calibration file'
    FocusControl = CalibrationFileNameEdit
  end
  object MethodFileNameLbl: TLabel
    Left = 16
    Top = 64
    Width = 60
    Height = 13
    Caption = ' Method File Name'
    FocusControl = MethodFileNameEdit
  end
  object DilutionLbl: TLabel
    Left = 16
    Top = 86
    Width = 60
    Height = 13
    Caption = ' Dilution'
    FocusControl = DilutionEdit
  end
  object BaseMinIntervalLbl: TLabel
    Left = 16
    Top = 108
    Width = 60
    Height = 13
    Caption = ' Base.min.interval [min]'
    FocusControl = BaseMinIntervalEdit
  end
  object BaseMaxDiffLbl: TLabel
    Left = 16
    Top = 130
    Width = 60
    Height = 13
    Caption = ' Base Max Diff'
    FocusControl = BaseMaxDiffEdit
  end
  object MinPeakHeightLbl: TLabel
    Left = 16
    Top = 152
    Width = 60
    Height = 13
    Caption = ' Min. peak height'
    FocusControl = MinPeakHeightEdit
  end
  object MinPeakWidthLbl: TLabel
    Left = 16
    Top = 174
    Width = 60
    Height = 13
    Caption = ' Min. peak width [min]'
    FocusControl = MinPeakWidthEdit
  end
  object UseNegativePeaksLbl: TLabel
    Left = 16
    Top = 196
    Width = 60
    Height = 13
    Caption = ' Use Negative Peaks'
    FocusControl = UseNegativePeaksEdit
  end
  object CalcAmountsLbl: TLabel
    Left = 16
    Top = 218
    Width = 60
    Height = 13
    Caption = ' Calc Amounts'
    FocusControl = CalcAmountsEdit
  end
  object UseCalibrationFileLbl: TLabel
    Left = 16
    Top = 240
    Width = 60
    Height = 13
    Caption = ' Use Calibration File'
    FocusControl = UseCalibrationFileEdit
  end
  object UseInternalStandardLbl: TLabel
    Left = 16
    Top = 262
    Width = 60
    Height = 13
    Caption = ' Use Internal Standard'
    FocusControl = UseInternalStandardEdit
  end
  object FactorLbl: TLabel
    Left = 16
    Top = 284
    Width = 60
    Height = 13
    Caption = ' Factor'
    FocusControl = FactorEdit
  end
  object CalibrationFileAgeLbl: TLabel
    Left = 16
    Top = 306
    Width = 60
    Height = 13
    Caption = ' Calibration File Age'
    FocusControl = CalibrationFileAgeEdit
  end
  object MethodTemplateEdit: TEdit
    Left = 140
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
    ReadOnly = True
  end
  object CalibrationFileNameEdit: TEdit
    Left = 140
    Top = 38
    Width = 121
    Height = 21
    TabOrder = 1
    ReadOnly = True
  end
  object MethodFileNameEdit: TEdit
    Left = 140
    Top = 60
    Width = 121
    Height = 21
    TabOrder = 2
    ReadOnly = True
  end
  object DilutionEdit: TEdit
    Left = 140
    Top = 82
    Width = 121
    Height = 21
    TabOrder = 3
    Enabled = False
  end
  object BaseMinIntervalEdit: TEdit
    Left = 140
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object BaseMaxDiffEdit: TEdit
    Left = 140
    Top = 126
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object MinPeakHeightEdit: TEdit
    Left = 140
    Top = 148
    Width = 121
    Height = 21
    TabOrder = 6
  end
  object MinPeakWidthEdit: TEdit
    Left = 140
    Top = 170
    Width = 121
    Height = 21
    TabOrder = 7
  end
  object UseNegativePeaksEdit: TCheckBox
    Left = 140
    Top = 192
    Width = 121
    Height = 21
    TabOrder = 8
  end
  object CalcAmountsEdit: TCheckBox
    Left = 140
    Top = 214
    Width = 121
    Height = 21
    TabOrder = 9
  end
  object UseCalibrationFileEdit: TCheckBox
    Left = 140
    Top = 236
    Width = 121
    Height = 21
    TabOrder = 10
  end
  object UseInternalStandardEdit: TCheckBox
    Left = 140
    Top = 258
    Width = 121
    Height = 21
    TabOrder = 11
  end
  object FactorEdit: TEdit
    Left = 140
    Top = 280
    Width = 121
    Height = 21
    TabOrder = 12
  end
  object CalibrationFileAgeEdit: TEdit
    Left = 140
    Top = 302
    Width = 121
    Height = 21
    TabOrder = 13
    Enabled = False
  end
  object OKBtn: TButton
    Left = 28
    Top = 336
    Width = 75
    Height = 25
    Caption = '&OK'
    Default = True
    ModalResult = 1
    TabOrder = 14
  end
  object CancelBtn: TButton
    Left = 131
    Top = 336
    Width = 75
    Height = 25
    Caption = '&Cancel'
    ModalResult = 2
    TabOrder = 15
  end
  object ParamsBtn: TButton
    Left = 234
    Top = 336
    Width = 75
    Height = 25
    Caption = '&Parameters'
    OnClick = ParamsBtnClick
    TabOrder = 16
  end
  object ULMFormIni: TIniObject
    FormNameIsIniName = False
    Disabled = True
    Left = 304
    Top = 8
  end
end
