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

📄 lbldoctor.dpr

📁 自动创建带密码的Access数据库及表,第三方控件主要有: ReportMachine3.67 ,WinSkin4.22, DBGridEh等
💻 DPR
字号:
program LblDoctor;

uses
  Forms,
  UntMain in 'Main\UntMain.pas' {frmMain},
  LblDBA in 'LblDBA.pas',
  UntIniFile in 'Ini\UntIniFile.pas',
  UDM in 'DtMdl\UDM.pas' {frmDMLbl: TDataModule},
  UntLogin in 'Login\UntLogin.pas' {frmLogin},
  GlobalClass in 'Main\GlobalClass.pas',
  UntNewLabel in 'NewLabel\UntNewLabel.pas' {frmNewLabel},
  untOpenLbl in 'OpenLabel\untOpenLbl.pas' {frmOpenLabel},
  untSchHistory in 'SchHistory\untSchHistory.pas' {frmHistory};

{$R *.res}

begin
  Application.Initialize;
  Application.Title := '江西凯美标签打印程序';
  Application.CreateForm(TfrmMain, frmMain);
  Application.Run;
end.

⌨️ 快捷键说明

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