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

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
@@ -3,7 +3,7 @@ unit uAPIDA;
interface
uses
Classes, SysUtils, System.JSON, IdHTTP, IdSSLOpenSSL, flog;
system.Classes, system.SysUtils, System.JSON, IdHTTP, IdSSLOpenSSL, flog;
type
TAPIClient = class(TObject)
+1 -1
View File
@@ -3,7 +3,7 @@ unit uChatAPI;
interface
uses
Classes, SysUtils, IdHTTP, System.JSON, IdSSLOpenSSL, IdGlobal;
system.Classes, system.SysUtils, IdHTTP, System.JSON, IdSSLOpenSSL, IdGlobal;
type
TMessage = procedure(s: string) of object;
+1 -1
View File
@@ -3,7 +3,7 @@ unit uCustomEmoties;
interface
uses
Classes, System.Generics.Collections, System.JSON, uRecords, IdHTTP, IdSSLOpenSSL,
System.Classes, System.Generics.Collections, System.JSON, uRecords, IdHTTP, IdSSLOpenSSL,
System.Net.HttpClient, System.SysUtils;
type
+1 -1
View File
@@ -3,7 +3,7 @@ unit uGigaChat;
interface
uses
uChatAPI, SysUtils, IdHTTP, System.JSON, IdSSLOpenSSL, IdGlobal, classes;
uChatAPI, system.SysUtils, IdHTTP, System.JSON, IdSSLOpenSSL, IdGlobal, system.classes;
type
TGigaChat = class(TChatAPI)
+1 -1
View File
@@ -4,7 +4,7 @@ interface
uses
System.SysUtils, System.Classes, System.JSON, System.Net.HttpClient,
System.Net.URLClient, System.NetConsts, StrUtils, System.Net.Mime,
System.Net.URLClient, System.NetConsts, system.StrUtils, System.Net.Mime,
System.NetEncoding, System.Threading;
type
+1 -1
View File
@@ -4,7 +4,7 @@ interface
uses
System.Classes, System.SysUtils, IdHTTP, IdSSLOpenSSL, System.JSON, FMX.Forms,
IdMultipartFormData, DateUtils, uDataBase, System.Generics.Collections,
IdMultipartFormData, System.DateUtils, uDataBase, System.Generics.Collections,
uRecords;
type
+1 -1
View File
@@ -4,7 +4,7 @@ interface
uses
System.SysUtils, System.JSON, System.Types, System.UITypes, System.Classes,
WinInet, ComObj, IdException,
Winapi.WinInet, System.Win.ComObj, IdException,
ipwcore, ipwtypes, ipwwsclient, ipwping, idhttp, IdSSLOpenSSL, uRecords,
fmx.Types, System.Net.HttpClient, System.Net.HttpClientComponent;
+1 -1
View File
@@ -4,7 +4,7 @@ interface
uses
System.SysUtils, System.Classes, IdContext, IdCustomHTTPServer, IdHTTPServer,
IdComponent, ShellAPI, System.Threading, Windows;
IdComponent, winapi.ShellAPI, System.Threading, winapi.Windows;
type
TmyEvent = procedure(txt: string) of object;
+1 -1
View File
@@ -3,7 +3,7 @@ unit uWSDA;
interface
uses
Classes, SysUtils, System.JSON, ipwwsclient, StrUtils, uAPIDA;
system.Classes, system.SysUtils, System.JSON, ipwwsclient, system.StrUtils, uAPIDA;
type
TOnDonateEvent = procedure(aNick, aMessage, aSum: string) of object;