📄 hkglxt.dpr
字号:
program hkglxt;
uses
Forms,
hkgl in 'hkgl.pas' {Form1},
unit2 in 'img\unit2.pas' {Form2},
Unit1 in 'Unit1.pas' {DM: TDataModule},
Unit3 in 'Unit3.pas',
Unit4 in 'Unit4.pas' {fmyhgl},
Unit5 in 'Unit5.pas' {Fmqx},
Unitjwh in 'Unitjwh.pas' {Formjwh},
Unitxqsz in 'Unitxqsz.pas' {Formxqsz},
Unitlcsz in 'Unitlcsz.pas' {Formlcsz},
Unitczgl in 'Unitczgl.pas' {Formczgl},
Unitfjxx in 'Unitfjxx.pas' {Formfjxx},
Unitzhxx in 'Unitzhxx.pas' {Formzhxx},
Unitlxfs in 'Unitlxfs.pas' {Formlxfs},
Unittpld in 'Unittpld.pas' {Formtpld},
Unitczgl1 in 'Unitczgl1.pas' {Formczgl2},
Unit6 in 'Unit6.pas' {Form6},
Unit7 in 'Unit7.pas' {Form7},
Unit8 in 'Unit8.pas' {Form8},
Unithkxx in 'Unithkxx.pas' {Formhkxxt},
Unit9 in 'Unit9.pas' {Form9};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm2, Form2);
Application.CreateForm(TDM, DM);
Application.CreateForm(TForm1, Form1);
Application.CreateForm(Tfmyhgl, fmyhgl);
Application.CreateForm(TFmqx, Fmqx);
Application.CreateForm(TFormjwh, Formjwh);
Application.CreateForm(TFormxqsz, Formxqsz);
Application.CreateForm(TFormlcsz, Formlcsz);
Application.CreateForm(TFormczgl, Formczgl);
Application.CreateForm(TFormfjxx, Formfjxx);
Application.CreateForm(TFormzhxx, Formzhxx);
Application.CreateForm(TFormlxfs, Formlxfs);
Application.CreateForm(TFormtpld, Formtpld);
Application.CreateForm(TFormczgl2, Formczgl2);
Application.CreateForm(TForm6, Form6);
Application.CreateForm(TForm7, Form7);
Application.CreateForm(TForm8, Form8);
Application.CreateForm(TFormhkxxt, Formhkxxt);
Application.CreateForm(TForm9, Form9);
Application.Run;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -