回 帖 发 新 帖 刷新版面

主题:在应用程序中菜单里的保存,复制,粘贴代码怎么写

在应用程序中菜单里的保存,复制,粘贴代码怎么写

回复列表 (共1个回复)

沙发

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

我来回复

您尚未登录,请登录后再回复。点此登录或注册