📄 qtgl.dpr
字号:
program qtgl;
uses
Forms,
log in 'LOG.PAS' {frm_log},
main in 'main.pas' {frm_main},
gs_wh in 'gs_wh.pas' {frm_gs_wh},
cl_dj in 'cl_dj.pas' {frm_cl_dj},
print in 'print.pas' {frm_print},
xg_dj in 'xg_dj.pas' {frm_xg_dj},
pj_add in 'pj_add.pas' {frm_pj_add},
pj_tk in 'pj_tk.pas' {frm_pj_tk},
gs_add in 'gs_add.pas' {frm_gs_add},
pg_print in 'pg_print.pas' {frm_pg_print},
qt_js in 'qt_js.pas' {frm_qt_js},
js_select in 'js_select.pas' {frm_js_select},
pj_wm in 'pj_wm.pas' {frm_pj_wm},
wm_select in 'wm_select.pas' {frm_wm_select},
wm_tk in 'wm_tk.pas' {frm_wm_tk},
others in 'others.pas' {frm_other},
q_wjs in 'q_wjs.pas' {frm_q_wjs},
q_js in 'q_js.pas' {frm_q_js},
update_pass in 'update_pass.pas' {frm_update_pass},
yj_select in 'yj_select.pas' {frm_yj_select},
q_other in 'q_other.pas' {frm_q_other},
q_ck in 'q_ck.pas' {frm_q_ck},
q_all in 'q_all.pas' {frm_q_all},
wm_sel in 'wm_sel.pas' {frm_wm_sel},
o_fy in 'o_fy.pas' {frm_o_fy},
zl_ll in 'zl_ll.pas' {frm_zy_ll},
qt_dsk in 'qt_dsk.pas' {frm_dsk},
q_dsk in 'q_dsk.pas' {frm_q_dsk},
about in 'about.pas' {frm_about},
other_add in 'other_add.pas' {frm_other_add},
sys_reg in 'sys_reg.pas' {frm_sys_reg},
zc in 'zc.pas' {frmzc},
Des in 'Des.pas';
{$R *.RES}
begin
Application.Initialize;
Application.Title := '信德汽配前台';
Application.CreateForm(Tfrm_log, frm_log);
Application.CreateForm(Tfrm_print, frm_print);
Application.Run;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -