object Form7: TForm7 Left = 571 Height = 280 Top = 257 Width = 600 Caption = 'Step 6' ClientHeight = 280 ClientWidth = 600 Color = clBtnFace Font.CharSet = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Quality = fqDraft OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate LCLVersion = '1.3' object Label1: TLabel AnchorSideLeft.Control = Button1 AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = Button1 AnchorSideTop.Side = asrCenter Left = 358 Height = 16 Top = 195 Width = 21 BorderSpacing.Left = 3 Caption = '100' Font.CharSet = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Quality = fqDraft ParentColor = False ParentFont = False end object Label2: TLabel AnchorSideLeft.Control = Memo1 AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = Button3 AnchorSideTop.Side = asrCenter Left = 297 Height = 16 Top = 224 Width = 7 BorderSpacing.Left = 3 BorderSpacing.Top = 7 Caption = '3' Font.CharSet = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Quality = fqDraft ParentColor = False ParentFont = False Visible = False end object SpeedButton1: TSpeedButton AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = Owner AnchorSideBottom.Side = asrBottom Left = 575 Height = 17 Top = 263 Width = 25 Anchors = [akRight, akBottom] Caption = 'Skip' Flat = True Font.CharSet = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Quality = fqDraft OnClick = SpeedButton1Click ParentFont = False end object Memo1: TMemo AnchorSideBottom.Control = Button1 Left = 0 Height = 190 Top = 0 Width = 600 Align = alTop Anchors = [akTop, akLeft, akRight, akBottom] Color = clBtnFace Font.CharSet = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Quality = fqDraft Lines.Strings = ( '' ) ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end object Button2: TButton AnchorSideLeft.Control = Memo1 AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = Button3 AnchorSideTop.Side = asrBottom AnchorSideBottom.Control = Owner AnchorSideBottom.Side = asrBottom Left = 263 Height = 25 Top = 251 Width = 75 Anchors = [akLeft, akBottom] BorderSpacing.Bottom = 4 Caption = 'Next' Enabled = False OnClick = Button2Click TabOrder = 1 end object Button1: TButton AnchorSideLeft.Control = Memo1 AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = Memo1 AnchorSideTop.Side = asrBottom AnchorSideBottom.Control = Button3 Left = 246 Height = 26 Top = 190 Width = 109 Anchors = [akLeft, akBottom] AutoSize = True BorderSpacing.Bottom = 3 Caption = 'Change value' OnClick = Button1Click TabOrder = 2 end object Button3: TButton AnchorSideLeft.Control = Memo1 AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = Button1 AnchorSideTop.Side = asrBottom AnchorSideBottom.Control = Button2 Left = 242 Height = 26 Top = 219 Width = 117 Anchors = [akLeft, akBottom] AutoSize = True BorderSpacing.Bottom = 6 Caption = 'Change pointer' OnClick = Button3Click TabOrder = 3 end end