renshi.~dpr
来自「人事管理系统的源代码」· ~DPR 代码 · 共 29 行
~DPR
29 行
program RenShi;
uses
Forms,
Main in 'Main.pas' {main_form},
Denglu in 'Denglu.pas' {denglu_form},
tjgly in 'tjgly.pas' {tjgly_form},
Login in 'Login.pas' {start_form},
Check_Password in 'Check_Password.pas' {check_password_form},
Zgxi_In in 'Zgxi_In.pas' {Zgxxlr_Form},
Zl_Del in 'Zl_Del.pas' {Zl_Del_Form},
Zl_Update in 'Zl_Update.pas' {Zl_Update_Form},
Szsds in 'Szsds.pas' {Tax_Form},
Gzxxsd in 'Gzxxsd.pas' {Gzxxsd_Form},
Dygzxxb in 'Dygzxxb.pas' {Dygzxxb_Form},
Cx_RenShi in 'Cx_RenShi.pas' {CX_Renshi_Form},
Cx_Dy_Gz in 'Cx_Dy_Gz.pas' {CX_DYGZ_Form},
Gx_LSJL in 'Gx_LSJL.pas' {Gx_LSJL_Form},
help in 'help.pas' {Help_Form};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(Tmain_form, main_form);
Application.CreateForm(THelp_Form, Help_Form);
Application.Run;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?