📄 communication_645.dpr
字号:
program Communication_645;
uses
Forms,
U_645_Command in 'U_645_Command.pas' {F_645},
U_data in 'U_data.pas' {DataM: TDataModule},
U_function in 'U_function.pas',
U_bcset in 'U_bcset.pas' {F_bcset},
U_year in 'U_year.pas' {F_year};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TF_645, F_645);
Application.CreateForm(TDataM, DataM);
Application.CreateForm(TF_bcset, F_bcset);
Application.CreateForm(TF_year, F_year);
Application.Run;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -