object ULIForm: TULIForm
  Left = 181
  Top = 129
  Width = 339
  Height = 349
  Caption = 'ULIForm'
  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 InstrumentTemplateLbl: TLabel
    Left = 16
    Top = 20
    Width = 60
    Height = 13
    Caption = ' Instrument Template'
    FocusControl = InstrumentTemplateEdit
  end
  object ColumnLbl: TLabel
    Left = 16
    Top = 42
    Width = 60
    Height = 13
    Caption = ' Column'
    FocusControl = ColumnEdit
  end
  object MobilePhaseLbl: TLabel
    Left = 16
    Top = 64
    Width = 60
    Height = 13
    Caption = ' Mobile Phase'
    FocusControl = MobilePhaseEdit
  end
  object FlowRateLbl: TLabel
    Left = 16
    Top = 86
    Width = 60
    Height = 13
    Caption = ' Flow Rate'
    FocusControl = FlowRateEdit
  end
  object FlowRateUnitLbl: TLabel
    Left = 16
    Top = 108
    Width = 60
    Height = 13
    Caption = ' Flow Rate Unit'
    FocusControl = FlowRateUnitEdit
  end
  object DetectionLbl: TLabel
    Left = 16
    Top = 130
    Width = 60
    Height = 13
    Caption = ' Detection'
    FocusControl = DetectionEdit
  end
  object TemperatureLbl: TLabel
    Left = 16
    Top = 152
    Width = 60
    Height = 13
    Caption = ' Temperature'
    FocusControl = TemperatureEdit
  end
  object TemperatureUnitLbl: TLabel
    Left = 16
    Top = 174
    Width = 60
    Height = 13
    Caption = ' Temperature Unit'
    FocusControl = TemperatureUnitEdit
  end
  object InstrumentFileNameLbl: TLabel
    Left = 16
    Top = 196
    Width = 60
    Height = 13
    Caption = ' Instrument File Name'
    FocusControl = InstrumentFileNameEdit
  end
  object ChannelNameLbl: TLabel
    Left = 16
    Top = 218
    Width = 60
    Height = 13
    Caption = ' Channel Name'
    FocusControl = ChannelNameEdit
  end
  object DurationLbl: TLabel
    Left = 16
    Top = 240
    Width = 60
    Height = 13
    Caption = ' Duration of Analysis [min]'
    FocusControl = DurationEdit
  end
  object SamplingIntervalLbl: TLabel
    Left = 16
    Top = 262
    Width = 60
    Height = 13
    Caption = ' Sampling interval [s]'
    FocusControl = SamplingIntervalEdit
  end
  object InstrumentTemplateEdit: TEdit
    Left = 140
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
    ReadOnly = True
  end
  object ColumnEdit: TEdit
    Left = 140
    Top = 38
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object MobilePhaseEdit: TEdit
    Left = 140
    Top = 60
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object FlowRateEdit: TEdit
    Left = 140
    Top = 82
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object FlowRateUnitEdit: TComboBox
    Left = 140
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 4
    Style = csDropDownList
  end
  object DetectionEdit: TEdit
    Left = 140
    Top = 126
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object TemperatureEdit: TEdit
    Left = 140
    Top = 148
    Width = 121
    Height = 21
    TabOrder = 6
  end
  object TemperatureUnitEdit: TComboBox
    Left = 140
    Top = 170
    Width = 121
    Height = 21
    TabOrder = 7
    Style = csDropDownList
  end
  object InstrumentFileNameEdit: TEdit
    Left = 140
    Top = 192
    Width = 121
    Height = 21
    TabOrder = 8
    ReadOnly = True
  end
  object ChannelNameEdit: TComboBox
    Left = 140
    Top = 214
    Width = 121
    Height = 21
    TabOrder = 9
    Style = csDropDownList
  end
  object DurationEdit: TEdit
    Left = 140
    Top = 236
    Width = 121
    Height = 21
    TabOrder = 10
  end
  object SamplingIntervalEdit: TEdit
    Left = 140
    Top = 258
    Width = 121
    Height = 21
    TabOrder = 11
  end
  object OKBtn: TButton
    Left = 28
    Top = 292
    Width = 75
    Height = 25
    Caption = '&OK'
    Default = True
    ModalResult = 1
    TabOrder = 12
  end
  object CancelBtn: TButton
    Left = 131
    Top = 292
    Width = 75
    Height = 25
    Caption = '&Cancel'
    ModalResult = 2
    TabOrder = 13
  end
  object ParamsBtn: TButton
    Left = 234
    Top = 292
    Width = 75
    Height = 25
    Caption = '&Parameters'
    OnClick = ParamsBtnClick
    TabOrder = 14
  end
  object ULIFormIni: TIniObject
    FormNameIsIniName = False
    Disabled = True
    Left = 304
    Top = 8
  end
end
