lbldoctor.dpr
来自「自动创建带密码的Access数据库及表,第三方控件主要有: ReportMach」· DPR 代码 · 共 23 行
DPR
23 行
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 + =
减小字号Ctrl + -
显示快捷键?