📄 manpowerinfo.dpr
字号:
program manpowerinfo;
uses
Forms,
U_main in 'U_main.pas' {frm_main},
U_login in 'U_login.pas' {frm_Login},
U_xgmm in 'U_xgmm.pas' {frm_xgmm},
U_bmxx in 'U_bmxx.pas' {frm_bmxx},
U_data in 'U_data.pas' {Data1: TDataModule},
U_gzxx in 'U_gzxx.pas' {frm_gzxx},
U_zcxx in 'U_zcxx.pas' {frm_zcxx},
U_whcd in 'U_whcd.pas' {frm_whcd},
U_mzxx in 'U_mzxx.pas' {frm_mzxx},
U_xygdj in 'U_xygdj.pas' {frm_xygdj},
U_ygdd in 'U_ygdd.pas' {frm_ygdd},
U_tj in 'U_tj.pas' {frm_cxtj},
U_yglz in 'U_yglz.pas' {frm_yglz},
U_ygfz in 'U_ygfz.pas' {frm_ygfz},
U_kqlr in 'U_kqlr.pas' {frm_kqxx},
U_zzmm in 'U_zzmm.pas' {frm_zzmm},
U_sl in 'U_sl.pas' {frm_sl},
U_khgl in 'U_khgl.pas' {frm_khgl},
U_cxsz in 'U_cxsz.pas' {frm_cxsz},
U_ygxxll in 'U_ygxxll.pas' {frm_ygxill},
U_dwxx in 'U_dwxx.pas' {frm_dwxx},
U_htgl in 'U_htgl.pas' {frm_htgl},
U_gzda in 'U_gzda.pas' {frm_gzll},
U_flash in 'U_flash.pas' {frm_flash},
U_gzsz in 'U_gzsz.pas' {frm_gzsz},
U_gzb in 'U_gzb.pas' {frm_gzb},
U_czy in 'U_czy.pas' {frm_gly},
U_about in 'U_about.pas' {frm_about},
U_yp in 'U_yp.pas' {frm_yp},
U_ypll in 'U_ypll.pas' {frm_ypll},
U_zwxx in 'U_zwxx.pas' {frm_zwxx},
U_printgz in 'U_printgz.pas' {frm_printgz};
{$R *.res}
begin
Application.Initialize;
FRM_FLASH:=tfRM_FLASH.Create(NIL);
FRM_FLASH.Show;
FRM_FLASH.Update;
Application.Title := '人力资源管理系统';
Application.CreateForm(Tfrm_main, frm_main);
Application.CreateForm(TData1, Data1);
Application.CreateForm(Tfrm_printgz, frm_printgz);
FRM_FLASH.Free;
Application.Run;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -