📄 logisticsclient.dpr
字号:
program LogisticsClient;
uses
Forms,
ClientDM_Unit in 'ClientDM_Unit.pas' {DM: TDataModule},
UserSetup_Unit in 'UserSetup_Unit.pas' {frmUserSetup},
About_Unit in 'About_Unit.pas' {frmAbout},
UserLogin_Unit in 'UserLogin_Unit.pas' {frmUserLogin},
UserPwdSetup_Unit in 'UserPwdSetup_Unit.pas' {frmUserPwdSetup},
ReconcileAction_Unit in 'ReconcileAction_Unit.pas' {ReconcileErrorForm},
TypeBase_Unit in 'TypeBase_Unit.pas' {frmBaseType},
FeeType_Unit in 'FeeType_Unit.pas' {frmFeeType},
AreaType_Unit in 'AreaType_Unit.pas' {frmAreaType},
CallingType_Unit in 'CallingType_Unit.pas' {frmCallingType},
InsuranceType_Unit in 'InsuranceType_Unit.pas' {frmInsuranceType},
PersonnelType_Unit in 'PersonnelType_Unit.pas' {frmPersonnelType},
PaymentType_Unit in 'PaymentType_Unit.pas' {frmPaymentType},
PersonInfo_Unit in 'PersonInfo_Unit.pas' {frmPersonInfo},
DateChoice_Unit in 'DateChoice_Unit.pas' {frmDateChoice},
Customers_Unit in 'Customers_Unit.pas' {frmCustomers},
CarType_Unit in 'CarType_Unit.pas' {frmCarType},
CarInfo_Unit in 'CarInfo_Unit.pas' {frmCarInfo},
CompanyInfo_Unit in 'CompanyInfo_Unit.pas' {frmCompanyInfo},
TrafficBookIn_Unit in 'TrafficBookIn_Unit.pas' {frmTrafficBookIn},
FeeManage_Unit in 'FeeManage_Unit.pas' {frmFeeManage},
ClientMain_Unit in 'ClientMain_Unit.pas' {frmClientMain};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TfrmClientMain, frmClientMain);
Application.CreateForm(TDM, DM);
Application.Run;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -