object FormAdjustRange: TFormAdjustRange Left = 361 Top = 124 HelpContext = 25062 BorderStyle = bsSingle Caption = 'Adjust Range For Array' ClientHeight = 146 ClientWidth = 265 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 32 Top = 48 Width = 54 Height = 13 Alignment = taRightJustify Caption = 'Start Index:' end object Label2: TLabel Left = 52 Top = 72 Width = 31 Height = 13 Alignment = taRightJustify Caption = 'Count:' end object FullName: TLabel Left = 16 Top = 8 Width = 241 Height = 13 AutoSize = False end object LabelActualCount: TLabel Left = 192 Top = 72 Width = 3 Height = 13 end object LabelActualStart: TLabel Left = 192 Top = 48 Width = 3 Height = 13 end object UpDown1: TUpDown Left = 169 Top = 48 Width = 12 Height = 21 Associate = Edit1 Min = 0 Max = 1000 Position = 0 TabOrder = 1 Wrap = False end object UpDown2: TUpDown Left = 169 Top = 72 Width = 12 Height = 21 Associate = Edit2 Min = 1 Max = 1000 Position = 1 TabOrder = 3 Wrap = False end object Edit1: TEdit Left = 96 Top = 48 Width = 73 Height = 21 TabOrder = 0 Text = '0' OnChange = Edit1Change end object Edit2: TEdit Left = 96 Top = 72 Width = 73 Height = 21 TabOrder = 2 Text = '1' OnChange = Edit2Change end object ButtonOK: TButton Left = 12 Top = 112 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 OnClick = ButtonOKClick end object ButtonCancel: TButton Left = 93 Top = 112 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object ButtonHelp: TButton Left = 176 Top = 112 Width = 75 Height = 25 Caption = '&Help' TabOrder = 6 OnClick = ButtonHelpClick end end