East make Tray Icon in delphi

源代码在线查看: jvscreencaptureproj.dpr

软件大小: 27403 K
上传用户: yzhowl
关键词: delphi East make Tray
下载地址: 免注册下载 普通下载 VIP

相关代码

				program JvScreenCaptureProj;
				
				uses
				  Forms,
				  JvScreenCaptureMainFormU in 'JvScreenCaptureMainFormU.pas' {JvScreenCaptureMainForm};
				
				{$R *.RES}
				
				begin
				  Application.Initialize;
				  Application.CreateForm(TJvScreenCaptureMainForm, JvScreenCaptureMainForm);
				  Application.Run;
				end.
							

相关资源