Project1.dpr
上传用户:daoqigc
上传日期:2021-04-20
资源大小:2795k
文件大小:0k
- program Project1;
- uses
- Forms,
- Unit1 in 'Unit1.pas' {Form1},
- ChartItem in '....ChartItem.pas';
- {$R *.RES}
- begin
- Application.Initialize;
- Application.CreateForm(TForm1, Form1);
- Application.Run;
- end.