object AboutF: TAboutF Left = 366 Height = 348 Top = 267 Width = 453 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'О программе' ClientHeight = 348 ClientWidth = 453 OnCreate = FormCreate OnShow = FormShow Position = poScreenCenter LCLVersion = '1.2.4.0' object AppNameLab: TLabel AnchorSideLeft.Control = Owner AnchorSideTop.Control = Owner Left = 10 Height = 15 Top = 10 Width = 73 BorderSpacing.Left = 10 BorderSpacing.Top = 10 Caption = 'AppNameLab' ParentColor = False end object DescrLab: TLabel AnchorSideLeft.Control = AppNameLab AnchorSideTop.Control = AppNameLab AnchorSideTop.Side = asrBottom Left = 10 Height = 15 Top = 30 Width = 48 BorderSpacing.Top = 5 Caption = 'DescrLab' ParentColor = False end object VerCaptLab: TLabel AnchorSideLeft.Control = AppNameLab AnchorSideTop.Control = DescrLab AnchorSideTop.Side = asrBottom Left = 10 Height = 15 Top = 50 Width = 42 BorderSpacing.Top = 5 Caption = 'Версия:' ParentColor = False end object VerLab: TLabel AnchorSideLeft.Control = VerCaptLab AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = VerCaptLab Left = 55 Height = 15 Top = 50 Width = 36 BorderSpacing.Left = 3 Caption = 'VerLab' ParentColor = False end object CopyrightLab: TLabel AnchorSideLeft.Control = AppNameLab AnchorSideTop.Control = VerCaptLab AnchorSideTop.Side = asrBottom Left = 10 Height = 15 Top = 70 Width = 72 BorderSpacing.Top = 5 Caption = 'CopyrightLab' ParentColor = False end object CloseBut: TButton AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = Owner AnchorSideBottom.Side = asrBottom Left = 373 Height = 25 Top = 318 Width = 75 Anchors = [akRight, akBottom] BorderSpacing.Right = 5 BorderSpacing.Bottom = 5 Caption = 'Закрыть' OnClick = CloseButClick TabOrder = 0 end object UsedLibsMemo: TMemo AnchorSideLeft.Control = Owner AnchorSideTop.Control = CopyrightLab AnchorSideTop.Side = asrBottom AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = CloseBut Left = 4 Height = 225 Top = 89 Width = 445 Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Left = 4 BorderSpacing.Top = 4 BorderSpacing.Right = 4 BorderSpacing.Bottom = 4 Color = clBtnFace Lines.Strings = ( 'Программа разработана с помощью IDE Lazarus и компилятора ' 'FreePascal Compiler.' '' 'Спасибо за предоставленные скриншоты наковальни с процентами ' 'крафта ' 'игрокам:' 'Тошер' 'ЖанЛюк' 'БаЯнка (Марха)' 'Амбарак' 'КонструкторЛЕГО' 'Эхуль' ) ScrollBars = ssAutoVertical TabOrder = 1 end object LicenseBut: TButton AnchorSideTop.Control = CloseBut AnchorSideRight.Control = CloseBut Left = 131 Height = 25 Top = 318 Width = 238 Anchors = [akTop, akRight] BorderSpacing.Right = 4 Caption = 'Текст соглашения с пользователем' OnClick = LicenseButClick TabOrder = 2 end end