object ULVLForm: TULVLForm
  Left = 181
  Top = 129
  Width = 339
  Height = 195
  Caption = 'ULVLForm'
  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 FixedViewLbl: TLabel
    Left = 16
    Top = 20
    Width = 60
    Height = 13
    Caption = ' Use fixed view'
    FocusControl = FixedViewEdit
  end
  object MinXLbl: TLabel
    Left = 16
    Top = 42
    Width = 60
    Height = 13
    Caption = ' X1 (min)'
    FocusControl = MinXEdit
  end
  object MinYLbl: TLabel
    Left = 16
    Top = 64
    Width = 60
    Height = 13
    Caption = ' Y1 (AU)'
    FocusControl = MinYEdit
  end
  object MaxXLbl: TLabel
    Left = 16
    Top = 86
    Width = 60
    Height = 13
    Caption = ' X2 (min)'
    FocusControl = MaxXEdit
  end
  object MaxYLbl: TLabel
    Left = 16
    Top = 108
    Width = 60
    Height = 13
    Caption = ' Y2 (AU)'
    FocusControl = MaxYEdit
  end
  object FixedViewEdit: TCheckBox
    Left = 140
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object MinXEdit: TEdit
    Left = 140
    Top = 38
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object MinYEdit: TEdit
    Left = 140
    Top = 60
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object MaxXEdit: TEdit
    Left = 140
    Top = 82
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object MaxYEdit: TEdit
    Left = 140
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object OKBtn: TButton
    Left = 63
    Top = 138
    Width = 75
    Height = 25
    Caption = '&OK'
    Default = True
    ModalResult = 1
    TabOrder = 5
  end
  object CancelBtn: TButton
    Left = 201
    Top = 138
    Width = 75
    Height = 25
    Caption = '&Cancel'
    ModalResult = 2
    TabOrder = 6
  end
  object ULVLFormIni: TIniObject
    FormNameIsIniName = False
    Disabled = True
    Left = 304
    Top = 8
  end
end
