📄 newproject.dpr
字号:
program NewProject;
uses
Forms,
ParamListIntfBody in 'ParamListIntfBody.pas',
DoorForbidIntfBody in 'DoorForbidIntfBody.pas',
DoorForbidImplBody in 'DoorForbidImplBody.pas',
CommuFunc in '..\WG_DllSource\CommuFunc.pas',
DFTypeImplBody in 'DFTypeImplBody.pas',
DFOutParaImplBody in 'DFOutParaImplBody.pas',
WGDoorForbid in 'WGDoorForbid.pas',
MessageUnit in '..\..\MainFram\MessageUnit.pas',
DoorForbidDecript in 'DoorForbidDecript.pas',
EDC_Dlls in 'EDC_Dlls.pas',
DFTestFm in 'DFTestFm.pas' {Form1},
EDC_Convert in 'EDC_Convert.pas',
DFSockCtlClient in 'DFSockCtlClient.pas',
DFSockCtlServer in 'DFSockCtlServer.pas',
SockCtlIntfBody in 'SockCtlIntfBody.pas',
Att_Dll in '..\..\Component\Att_Dll.pas',
conSockCtlClient in 'conSockCtlClient.pas',
conSockCtlServer in 'conSockCtlServer.pas',
CommunalUnit in '..\..\MAINFRAM\CommunalUnit.pas',
BaseRightForm in '..\..\MAINFRAM\BaseRightForm.pas' {RightForm},
BaseForm in '..\..\MAINFRAM\BaseForm.pas' {fmBaseEditor},
KQRightAdp in '..\..\MAINFRAM\KQRightAdp.pas',
RightAdapt in '..\..\MAINFRAM\RightAdapt.pas',
DmMain in '..\..\MAINFRAM\DmMain.pas' {DM_Main: TDataModule},
DepartmentList in '..\..\MAINFRAM\DepartmentList.pas' {frDepartList: TFrame},
ConvertObj in '..\..\MAINFRAM\ConvertObj.pas',
DBLogin in '..\..\DBCONNECT\DBLogin.pas' {F_Loginform};
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -