#2
supermay2021-10-20 09:14
|
看到一个大虾做的项目,觉得不错,想学习,又不知是怎么做的,特别是txt里面的$Testname= 和$Command= 是怎么被button调用的, 还请各位指点指点,谢谢!
项目叙述如下:
form中有两个button ,一个caption为previous,另一个为next,label在form打开时为Testnam
Txt内容如下:
The next line is the path to the test results store. dont forget the trailing \ make sure this only
occurs once in this file
$path=c:\HF Results\
***********************************************************************************************
$testname=STD FID Output
These are the commands that are sent to MY
$command=~amode
$command=LOAD GTEST
$command=SF 15
//其中TXT里面$testname= 是记录的顺序编号,里面提到的MYTEST是个exe文件。
实现功能:
假如按下next按键,则Form中Testname显示为后一条的记录名称,同时会把$commmand=载入到 exe文件中执行,反之,则显示前一条的记录名称