主题:在应用程序中菜单里的保存,复制,粘贴代码怎么写
豚海gg
[专家分:0] 发布于 2010-12-28 23:11:00
在应用程序中菜单里的保存,复制,粘贴代码怎么写
回复列表 (共1个回复)
沙发
fyyylyl [专家分:8550] 发布于 2010-12-29 17:04:00
DEFINE POPUP popRight SHORTCUT RELATIVE FROM MROW(),MCOL()
DEFINE BAR _med_undo OF popRight PROMPT "撤消(\ <U) "
DEFINE BAR 2 OF popRight PROMPT "\- "
DEFINE BAR _med_cut OF popRight PROMPT "剪切(\ <T) "
DEFINE BAR _med_copy OF popRight PROMPT "复制(\ <C) "
DEFINE BAR _med_paste OF popRight PROMPT "粘贴(\ <P) "
DEFINE BAR _med_clear OF popRight PROMPT "删除(\ <D) "
DEFINE BAR 7 OF popRight PROMPT "\- "
DEFINE BAR _med_slcta OF popRight PROMPT "全选(\ <S) "
ACTIVATE POPUP popRight
我来回复