初
初学者1122
Unregistered / Unconfirmed
GUEST, unregistred user!
if Trim(Edit1.Text)='' then Exit;
if (Key=118) or (Key=116) then
MainForm.HIHI:=MainForm.HIHI+Key
else
MainForm.HIHI:=0;
if (Key=116) and (MainForm.HIHI=234) then
begin
StrPCopy(SoundFile,SNDPATH+'boing.wav');
if NowPlaySound then PlaySound(SoundFile,0,SND_ASYNC);
LeftRight:=1;
timestring:='0824';
MainForm.HIHI:=0;
WriteInDbf;
Edit1.Text:='';
end
是什么意思???? 谢谢!!!
if (Key=118) or (Key=116) then
MainForm.HIHI:=MainForm.HIHI+Key
else
MainForm.HIHI:=0;
if (Key=116) and (MainForm.HIHI=234) then
begin
StrPCopy(SoundFile,SNDPATH+'boing.wav');
if NowPlaySound then PlaySound(SoundFile,0,SND_ASYNC);
LeftRight:=1;
timestring:='0824';
MainForm.HIHI:=0;
WriteInDbf;
Edit1.Text:='';
end
是什么意思???? 谢谢!!!