📄 doctor.dpr
字号:
program doctor;
uses
Forms,
fmmainform in 'fmmainform.pas' {fMainform},
dataform in 'pub\dataform.pas' {fData: TDataModule},
baseform in 'pub\baseform.pas' {fbaseform},
loginform in 'pub\loginform.pas' {floginform},
baseformtype in 'pub\baseformtype.pas' {fbaseformtype},
baseformtree in 'pub\baseformtree.pas' {fbaseformtree},
Qxuser in 'bs\Qxuser.pas' {fqxuser},
Bs_area in 'bs\Bs_area.pas' {fbsarea},
Bs_unit in 'bs\Bs_unit.pas' {fBs_unit},
Bs_ftype in 'bs\Bs_ftype.pas' {fBs_ftype},
Bs_type in 'bs\Bs_type.pas' {fbs_type},
Bs_whs in 'bs\Bs_whs.pas' {fBs_whs},
Bs_utype in 'bs\Bs_utype.pas' {fbs_utype},
Bs_factory in 'bs\Bs_factory.pas' {fBs_factory},
pubdata in 'pub\pubdata.pas' {fpubdata: TDataModule},
Bs_physic in 'bs\Bs_physic.pas' {fBs_physic},
cg_master in 'bs\cg_master.pas' {fbscg_master},
cg_inwhs in 'bs\cg_inwhs.pas' {fcg_inwhs},
Global in 'pub\Global.pas',
cg_outwhs in 'bs\cg_outwhs.pas' {fcg_outwhs},
selectproin in 'bs\selectproin.pas' {fmselectproin},
selectproout1 in 'bs\selectproout1.pas' {fmselectproout},
selectproout in 'bs\selectproout.pas' {cg},
Cg_otherin in 'bs\Cg_otherin.pas' {fcg_otherin},
Cg_otherout in 'bs\Cg_otherout.pas' {fCg_otherout},
Cg_bs in 'bs\Cg_bs.pas' {fCg_bs},
Bs_machtype in 'bs\Bs_machtype.pas' {fBs_machtype},
Bs_machine in 'bs\Bs_machine.pas' {fBs_machine},
Xs_re in 'bs\Xs_re.pas' {fXs_re},
selectproduce in 'bs\selectproduce.pas' {fselectproduce},
xs_find in 'bs\xs_find.pas' {fxs_find},
Xs_charge in 'bs\Xs_charge.pas' {fXs_charge},
Xs_otc in 'bs\Xs_otc.pas' {fXs_otc},
otc_find in 'bs\otc_find.pas' {fotc_find},
otc_profind in 'bs\otc_profind.pas' {fotc_profind},
Hi_draw in 'bs\Hi_draw.pas' {fHi_draw},
draw_find in 'bs\draw_find.pas' {fdraw_find},
other_find1 in 'bs\other_find1.pas' {fother_find},
other_find2 in 'bs\other_find2.pas' {fother_find2},
bs_find2 in 'bs\bs_find2.pas' {fbs_find2},
cg_profind1 in 'bs\cg_profind1.pas' {fcg_profind1},
phy_find in 'bs\phy_find.pas' {fphy_find},
cg_profind2 in 'bs\cg_profind2.pas' {fcg_profind2},
cg_profind3 in 'bs\cg_profind3.pas' {fcg_profind3},
cg_profind4 in 'bs\cg_profind4.pas' {fcg_profind4},
cg_profind5 in 'bs\cg_profind5.pas' {fcg_profind5},
xs_selectbr in 'bs\xs_selectbr.pas' {fxs_selectbr},
KC_table in 'bs\KC_table.pas' {fKC_table},
kc_find in 'bs\kc_find.pas' {fkc_find},
changepassword in 'bs\changepassword.pas' {fchangepassword},
about in 'bs\about.pas' {fabout},
clear in 'bs\clear.pas' {fclear},
hint in 'bs\hint.pas' {fhint},
used in 'bs\used.pas' {fused},
bs_fy in 'bs\bs_fy.pas' {fbs_fy},
fy in 'bs\fy.pas' {ffy};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TfData, fData);
Application.CreateForm(Tfpubdata, fpubdata);
Application.CreateForm(TfMainform, fMainform);
Application.Run;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -