发布网友 发布时间:2024-10-04 18:05
共1个回答
热心网友 时间:2024-10-04 18:10
2. form init事件
thisform.text1.value=0
public nadd,ntime
nadd=0
ntime=0
3.command1 (累加) click事件
nadd=nadd+thisform.text1.value
ntime=ntime+1
thisform.label1.caption="累加额:"+alltrim(str(nadd))
thisform.label2.caption="第"+alltrim(ntime))+"次累加"
4. form dbclick事件双机事件
thisform.release
热心网友 时间:2024-10-04 18:11
2. form init事件
thisform.text1.value=0
public nadd,ntime
nadd=0
ntime=0
3.command1 (累加) click事件
nadd=nadd+thisform.text1.value
ntime=ntime+1
thisform.label1.caption="累加额:"+alltrim(str(nadd))
thisform.label2.caption="第"+alltrim(ntime))+"次累加"
4. form dbclick事件双机事件
thisform.release