软件大小: | 11078 K | ||
上传用户: | haowfei | ||
关键词: | development envionment driver jvcl | ||
下载地址: | 免注册下载 普通下载 |
相关代码 |
|
program JvAppStoreDemoSelList; uses Forms, JvAppStorageSelListMainFrmU in 'JvAppStorageSelListMainFrmU.pas' {JvAppStorageSelListMainFrm}; {$R *.res} begin Application.Initialize; Application.CreateForm(TJvAppStorageSelListMainFrm, JvAppStorageSelListMainFrm); Application.Run; end.