vfp中如何用时钟控件实现标签的移动?
1个回答
展开全部
在时钟控件的timer事件中输入以下代码
**向左走
thisform.label1.left=thisform.label1.left-10
if thisform.label1.left+thisform.label1.width<0
thisform.label1.left=thisform.width
endif
**向右走
thisform.label2.left=thisform.label2.left+10
if thisform.label2.left>thisform.width
thisform.label2.left=-thisform.label2.width
endif
**向上走
thisform.label3.top=thisform.label3.top-10
if thisform.label3.top+thisform.label3.height<0
thisform.label3.top=thisform.height
endif
**向下走
thisform.label4.top=thisform.label4.top+10
if thisform.label4.top>thisform.height
thisform.label4.top=thisform.label4.height
endif
**向左走
thisform.label1.left=thisform.label1.left-10
if thisform.label1.left+thisform.label1.width<0
thisform.label1.left=thisform.width
endif
**向右走
thisform.label2.left=thisform.label2.left+10
if thisform.label2.left>thisform.width
thisform.label2.left=-thisform.label2.width
endif
**向上走
thisform.label3.top=thisform.label3.top-10
if thisform.label3.top+thisform.label3.height<0
thisform.label3.top=thisform.height
endif
**向下走
thisform.label4.top=thisform.label4.top+10
if thisform.label4.top>thisform.height
thisform.label4.top=thisform.label4.height
endif
TableDI
2024-07-18 广告
2024-07-18 广告
在上海悉息信息科技有限公司,我们深知Excel在数据处理中的重要作用。在Excel中引用不同工作表(sheet)的数据是常见的操作,这有助于整合和分析跨多个工作表的信息。通过在工作表名称前加上感叹号“!”,您可以轻松地引用其他工作表中的数据...
点击进入详情页
本回答由TableDI提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询