📄 renshi.~dpr
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -