object MaxErrorForm: TMaxErrorForm Left = 420 Top = 313 BorderStyle = bsDialog Caption = 'Set Maximum Error Count' ClientHeight = 112 ClientWidth = 215 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 27 Width = 74 Height = 13 Caption = '&Max SQL Errors' end object MaxErrors: TEdit Left = 104 Top = 24 Width = 41 Height = 21 TabOrder = 0 Text = '0' end object Button1: TButton Left = 16 Top = 72 Width = 75 Height = 25 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 120 Top = 72 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end object UpDown1: TUpDown Left = 145 Top = 24 Width = 12 Height = 21 Associate = MaxErrors Min = 0 Position = 0 TabOrder = 3 Wrap = False end end