摘要: if ((ssCtrl in Shift) AND (Key = ord('V'))) then begin i_xm.Clear; str:=Trim(clipboard.AsText); i_xm.Text:=UTF8Decode(str); end; 阅读全文
posted @ 2015-12-09 09:46 步三少 阅读(459) 评论(0) 推荐(0) 编辑