исправление имен модулей

This commit is contained in:
PC1\PTyTb
2025-09-11 08:37:27 +03:00
parent 1c35ea61f0
commit 951b4fa2eb
31 changed files with 41 additions and 38 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Graphics, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls,
FMX.Memo.Types, FMX.ListBox, FMX.ScrollBox, FMX.Memo, FMX.Edit,
FMX.Controls.Presentation, StrUtils;
FMX.Controls.Presentation, System.StrUtils;
type
TfrContruct = class(TFrame)