object ULVOForm: TULVOForm
  Left = 181
  Top = 129
  Width = 339
  Height = 239
  Caption = 'ULVOForm'
  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 ShowDataLbl: TLabel
    Left = 16
    Top = 20
    Width = 60
    Height = 13
    Caption = ' Show data'
    FocusControl = ShowDataEdit
  end
  object ShowPeaksLbl: TLabel
    Left = 16
    Top = 42
    Width = 60
    Height = 13
    Caption = ' Show peaks'
    FocusControl = ShowPeaksEdit
  end
  object ShowAxisLbl: TLabel
    Left = 16
    Top = 64
    Width = 60
    Height = 13
    Caption = ' Show axis'
    FocusControl = ShowAxisEdit
  end
  object ShowBaselineLbl: TLabel
    Left = 16
    Top = 86
    Width = 60
    Height = 13
    Caption = ' Show baseline'
    FocusControl = ShowBaselineEdit
  end
  object ShowHeaderLbl: TLabel
    Left = 16
    Top = 108
    Width = 60
    Height = 13
    Caption = ' Show header'
    FocusControl = ShowHeaderEdit
  end
  object ShowReportLbl: TLabel
    Left = 16
    Top = 130
    Width = 60
    Height = 13
    Caption = ' Show report'
    FocusControl = ShowReportEdit
  end
  object ShowXYLbl: TLabel
    Left = 16
    Top = 152
    Width = 60
    Height = 13
    Caption = ' Show mouse coordinates'
    FocusControl = ShowXYEdit
  end
  object ShowDataEdit: TCheckBox
    Left = 140
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object ShowPeaksEdit: TCheckBox
    Left = 140
    Top = 38
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object ShowAxisEdit: TCheckBox
    Left = 140
    Top = 60
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object ShowBaselineEdit: TCheckBox
    Left = 140
    Top = 82
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object ShowHeaderEdit: TCheckBox
    Left = 140
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object ShowReportEdit: TCheckBox
    Left = 140
    Top = 126
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object ShowXYEdit: TCheckBox
    Left = 140
    Top = 148
    Width = 121
    Height = 21
    TabOrder = 6
  end
  object OKBtn: TButton
    Left = 63
    Top = 182
    Width = 75
    Height = 25
    Caption = '&OK'
    Default = True
    ModalResult = 1
    TabOrder = 7
  end
  object CancelBtn: TButton
    Left = 201
    Top = 182
    Width = 75
    Height = 25
    Caption = '&Cancel'
    ModalResult = 2
    TabOrder = 8
  end
  object ULVOFormIni: TIniObject
    FormNameIsIniName = False
    Disabled = True
    Left = 304
    Top = 8
  end
end
