有关多媒体的各个细节

源代码在线查看: text.dpr

软件大小: 2503 K
上传用户: bonylee_java
关键词: 多媒体
下载地址: 免注册下载 普通下载 VIP

相关代码

				program Text;
				
				uses
				  Forms,
				  textmain in 'textmain.pas' {Form1};
				
				{$R *.RES}
				
				begin
				  Application.Initialize;
				  Application.CreateForm(TForm1, Form1);
				  Application.Run;
				end.
							

相关资源