
完全满足既零售,既代理销的所有手机店面
联系方式:
email:clzzvicp@163.com
qq:274190148
源码说明:
说明:regware4组件里面需要更改一个地方:
procedure TRegware4.CheckVariablesSet;
begin
if ValidateGUID(FProgGUID) = false then
//ShowMessage('Mr. Programmer forgot to set the ProgGUID property to a ' +
// 'valid GUID string! Tsk, Tsk...');
if (FSeed1 = 0) or (FSeed2 = 0) or (FSeed3 = 0) then
ShowMessage('Mr. Programmer... you did not set the Seed properties properly! Tsk, Tsk...');
end;
将 //ShowMessage('Mr. Programmer forgot to set the ProgGUID property to a ' +
// 'valid GUID string! Tsk, Tsk...');
这两句做为注释,因为是采用的动态生成的PROGGUID,所以在启动的时候,会检查,弹出错误码对话框;
用户名:管理员;pass:[admin]
收银员;pass:[user]