object ULPRForm: TULPRForm
  Left = 181
  Top = 129
  Width = 339
  Height = 327
  Caption = 'ULPRForm'
  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 PeakNameLbl: TLabel
    Left = 16
    Top = 20
    Width = 60
    Height = 13
    Caption = ' Name'
    FocusControl = PeakNameEdit
  end
  object GroupNameLbl: TLabel
    Left = 16
    Top = 42
    Width = 60
    Height = 13
    Caption = ' Group Name'
    FocusControl = GroupNameEdit
  end
  object WindowLbl: TLabel
    Left = 16
    Top = 64
    Width = 60
    Height = 13
    Caption = ' Window [min]'
    FocusControl = WindowEdit
  end
  object UsrPeakCoefLbl: TLabel
    Left = 16
    Top = 86
    Width = 60
    Height = 13
    Caption = ' Usr Peak Coef'
    FocusControl = UsrPeakCoefEdit
  end
  object XLbl: TLabel
    Left = 16
    Top = 108
    Width = 60
    Height = 13
    Caption = ' X [min]'
    FocusControl = XEdit
  end
  object WidthLbl: TLabel
    Left = 16
    Top = 130
    Width = 60
    Height = 13
    Caption = ' Width [min]'
    FocusControl = WidthEdit
  end
  object AreaSizeLbl: TLabel
    Left = 16
    Top = 152
    Width = 60
    Height = 13
    Caption = ' Area'
    FocusControl = AreaSizeEdit
  end
  object RatioLbl: TLabel
    Left = 16
    Top = 174
    Width = 60
    Height = 13
    Caption = ' Content [%]'
    FocusControl = RatioEdit
  end
  object AmountLbl: TLabel
    Left = 16
    Top = 196
    Width = 60
    Height = 13
    Caption = ' Amount'
    FocusControl = AmountEdit
  end
  object ResponseLbl: TLabel
    Left = 16
    Top = 218
    Width = 60
    Height = 13
    Caption = ' Response'
    FocusControl = ResponseEdit
  end
  object InternalStandardLbl: TLabel
    Left = 16
    Top = 240
    Width = 60
    Height = 13
    Caption = ' Internal Standard'
    FocusControl = InternalStandardEdit
  end
  object PeakNameEdit: TEdit
    Left = 140
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object GroupNameEdit: TEdit
    Left = 140
    Top = 38
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object WindowEdit: TEdit
    Left = 140
    Top = 60
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object UsrPeakCoefEdit: TEdit
    Left = 140
    Top = 82
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object XEdit: TEdit
    Left = 140
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 4
    Enabled = False
  end
  object WidthEdit: TEdit
    Left = 140
    Top = 126
    Width = 121
    Height = 21
    TabOrder = 5
    Enabled = False
  end
  object AreaSizeEdit: TEdit
    Left = 140
    Top = 148
    Width = 121
    Height = 21
    TabOrder = 6
    Enabled = False
  end
  object RatioEdit: TEdit
    Left = 140
    Top = 170
    Width = 121
    Height = 21
    TabOrder = 7
    Enabled = False
  end
  object AmountEdit: TEdit
    Left = 140
    Top = 192
    Width = 121
    Height = 21
    TabOrder = 8
  end
  object ResponseEdit: TEdit
    Left = 140
    Top = 214
    Width = 121
    Height = 21
    TabOrder = 9
  end
  object InternalStandardEdit: TCheckBox
    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 ULPRFormIni: TIniObject
    FormNameIsIniName = False
    Disabled = True
    Left = 304
    Top = 8
  end
end
