сохранение records почти доделал вкладку команды, осталось лишь групповые ответы добавить

This commit is contained in:
PC1\PTyTb
2025-08-07 18:14:03 +03:00
parent dacd2e6050
commit b62450b6ec
12 changed files with 1082 additions and 679 deletions
+8 -1
View File
@@ -5,11 +5,18 @@ interface
type
TRandomCounters = record
Name: string;
rndName: string;
Ot: Integer;
ToValue: Integer;
end;
type
TListCommands = record
R1: string;
R2: string;
end;
type
TConst = record
GeneralPath: string;