📄 move.dlg
字号:
/*
move
*! VERSION 1.0.1 26aug2003
*/
VERSION 8.0
INCLUDE _std_small
INCLUDE header
HELP hlp1, view("help move")
RESET res1
DIALOG main, label("move - Relocate variable") /*
*/ tabtitle("Main")
BEGIN
/*--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+*/
TEXT tx_vars _lft _top _iwd ., /*
*/label("Variable to move:")
VARNAME vn_vars @ _ss _vnwd ., /*
*/label("Variable to move")
TEXT tx_vars2 _lft _ls _iwd ., /*
*/label("Variable (position) to move to:")
VARNAME vn_vars2 @ _ss _vnwd ., /*
*/label("Variable (position) to move to")
END
PROGRAM command
BEGIN
put "move "
varlist main.vn_vars
varlist main.vn_vars2
END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -