文件名称:新曦 我的资源 搜索软件 源程序(Borland Delphi 7)说明

源代码在线查看: client5.dpr

软件大小: 1796 K
上传用户: kelvinitc
关键词: Borland Delphi 资源 搜索
下载地址: 免注册下载 普通下载 VIP

相关代码

				program client5;
				
				uses
				  Forms,
				  Cli5 in 'Cli5.pas' {ClientForm};
				
				{$R *.RES}
				
				begin
				  Application.CreateForm(TClientForm, ClientForm);
				  Application.Run;
				end.
							

相关资源