program Project;
uses
forms,
UnitLogin in 'UnitLogin.pas' {Form1},
UnitMain in 'UnitMain.pas' {Form2},
UnitUserlist in 'UnitUserList.pas' {FrameUserList: TFrame},
UnitProdList in 'UnitProdList.pas' {FrameProdList: TFrame},
UnitSell in 'UnitSell.pas' {framesell: TFrame},
UnitReportProd in 'UnitReportProd.pas' {DbReportProd},
UnitDbBuckup in 'UnitDbBuckup.pas' {FrameDbBuckup: TFrame},
UnitReportSell in 'UnitReportSell.pas' {DbReportSell},
UnitSellhistory in 'UnitSellHistory.pas' {FrameSellHistory: TFrame},
UnitAbout in 'UnitAbout.pas' {FormAbout},
UnitHelp in 'UnitHelp.pas' {FormHelp};
{$R *.res}
begin
Application.Initialize;
Application.Title := '超市管理系统';
Application.CreateForm(TForm1, Form1);
Application.CreateForm(TDbReportSell, DbReportSell);
Application.CreateForm(TDbReportProd, DbReportProd);
Application.CreateForm(TForm2, Form2);
Application.CreateForm(TFormAbout, FormAbout);
Application.CreateForm(TFormHelp, FormHelp);
Application.Run;
end.
来源:搜素材网素材
搜素材网所有素材均为本站用户上传,仅供学习与参考,请勿用于商业用途,如有侵犯您的版权请联系客服服务QQ
本站提供各类html5响应式模板,前端js素材,网站模板,后台模板素材,程序源码素材。
由于技术有限本站不提供安装服务与bug修复,各类源码只提供分享服务,感谢您的理解。
如果对本站有任何意见请点击右侧侧边栏的反馈意见,我们会及时处理。