⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 template.dpr

📁 企业ERP管理系统
💻 DPR
字号:
program Template;

uses
  Forms,
  WSBrowse in 'WSBrowse.pas' {WSBrowseForm},
  WSBrSales in 'WSBrSales.pas',
  WSConsts in 'WSConsts.pas',
  WSCstFrm in 'WSCstFrm.pas' {WSCustomForm},
  WSCustomRpt in 'WSCustomRpt.pas',
  WSDM in 'WSDM.pas' {WSDataModule: TDataModule},
  WSEdit in 'WSEdit.pas' {WSEditForm},
  WSEdSales in 'WSEdSales.pas',
  WSStandardBrowse in 'WSStandardBrowse.pas',
  WSStandardEdit in 'WSStandardEdit.pas' {WSStandardEditForm},
  WSUtils in 'WSUtils.pas',
  WSVoucherBrowse in 'WSVoucherBrowse.pas' {WSVoucherBrowseForm},
  WSVoucherEdit in 'WSVoucherEdit.pas',
  WSVoucherRpt in 'WSVoucherRpt.pas',
  CommonDM in 'CommonDM.pas' {CommonData: TDataModule};

{$R *.res}

begin
  Application.Initialize;
  Application.CreateForm(TWSDataModule, WSDataModule);
  Application.CreateForm(TCommonData, CommonData);
  Application.Run;
end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -