object ACLLibraryTestForm: TACLLibraryTestForm Left = 275 Top = 128 Width = 539 Height = 211 Caption = 'ACLLibraryTestForm' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 30 Top = 35 Width = 22 Height = 13 Caption = 'Start' end object Label2: TLabel Left = 110 Top = 35 Width = 33 Height = 13 Caption = 'Length' end object Label3: TLabel Left = 30 Top = 85 Width = 46 Height = 13 Caption = 'Seperator' end object Label4: TLabel Left = 110 Top = 85 Width = 59 Height = 13 Caption = 'Starting from' end object Edit1: TEdit Left = 30 Top = 5 Width = 321 Height = 21 TabOrder = 0 Text = 'Edit1' end object Button1: TButton Left = 200 Top = 45 Width = 75 Height = 25 Caption = 'Delete' TabOrder = 1 OnClick = Button1Click end object StartDelEdit: TEdit Left = 30 Top = 50 Width = 71 Height = 21 TabOrder = 2 Text = '0' end object LengthDelEdit: TEdit Left = 110 Top = 50 Width = 71 Height = 21 TabOrder = 3 Text = '5' end object NextValEdit: TEdit Left = 295 Top = 100 Width = 121 Height = 21 TabOrder = 4 Text = 'NextValEdit' end object SepEdit: TEdit Left = 30 Top = 100 Width = 71 Height = 21 TabOrder = 5 Text = ';' end object StartExtractEdit: TEdit Left = 110 Top = 100 Width = 71 Height = 21 TabOrder = 6 Text = '0' end object Button2: TButton Left = 200 Top = 95 Width = 75 Height = 25 Caption = 'Extract' TabOrder = 7 OnClick = Button2Click end end