object ULBDForm: TULBDForm
  Left = 181
  Top = 129
  Width = 339
  Height = 217
  Caption = 'ULBDForm'
  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 X1Lbl: TLabel
    Left = 16
    Top = 20
    Width = 60
    Height = 13
    Caption = ' X1 [min]'
    FocusControl = X1Edit
  end
  object Y1Lbl: TLabel
    Left = 16
    Top = 42
    Width = 60
    Height = 13
    Caption = ' Y1'
    FocusControl = Y1Edit
  end
  object X2Lbl: TLabel
    Left = 16
    Top = 64
    Width = 60
    Height = 13
    Caption = ' X2 [min]'
    FocusControl = X2Edit
  end
  object Y2Lbl: TLabel
    Left = 16
    Top = 86
    Width = 60
    Height = 13
    Caption = ' Y2'
    FocusControl = Y2Edit
  end
  object XLbl: TLabel
    Left = 16
    Top = 108
    Width = 60
    Height = 13
    Caption = ' X [min]'
    FocusControl = XEdit
  end
  object YLbl: TLabel
    Left = 16
    Top = 130
    Width = 60
    Height = 13
    Caption = ' Y'
    FocusControl = YEdit
  end
  object X1Edit: TEdit
    Left = 140
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
    Enabled = False
  end
  object Y1Edit: TEdit
    Left = 140
    Top = 38
    Width = 121
    Height = 21
    TabOrder = 1
    Enabled = False
  end
  object X2Edit: TEdit
    Left = 140
    Top = 60
    Width = 121
    Height = 21
    TabOrder = 2
    Enabled = False
  end
  object Y2Edit: TEdit
    Left = 140
    Top = 82
    Width = 121
    Height = 21
    TabOrder = 3
    Enabled = False
  end
  object XEdit: TEdit
    Left = 140
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 4
    Enabled = False
  end
  object YEdit: TEdit
    Left = 140
    Top = 126
    Width = 121
    Height = 21
    TabOrder = 5
    Enabled = False
  end
  object OKBtn: TButton
    Left = 63
    Top = 160
    Width = 75
    Height = 25
    Caption = '&OK'
    Default = True
    ModalResult = 1
    TabOrder = 6
  end
  object CancelBtn: TButton
    Left = 201
    Top = 160
    Width = 75
    Height = 25
    Caption = '&Cancel'
    ModalResult = 2
    TabOrder = 7
  end
  object ULBDFormIni: TIniObject
    FormNameIsIniName = False
    Disabled = True
    Left = 304
    Top = 8
  end
end
