如何在Memo,RichEdit中进行双行(上下)显示数据?请教各位!(100分)

  • 主题发起人 主题发起人 sunnysheng
  • 开始时间 开始时间
S

sunnysheng

Unregistered / Unconfirmed
GUEST, unregistred user!
我最近编了一个串口接收程序,需要在Memo或RichEdit中进行双行显示数据。举个例子:<br>1b 31 32 33 34 35 36 37 38 39 30 41 42 43 44 45 46 47 48 49<br>ESC 1 &nbsp;2 &nbsp;3 &nbsp;4 &nbsp;5 &nbsp;6 &nbsp;7 &nbsp;8 &nbsp;9 &nbsp;0 &nbsp;A &nbsp;B &nbsp;C &nbsp;D &nbsp;E &nbsp;F &nbsp;G &nbsp;H &nbsp;I<br>1b 31 32 33 34 35 36 37 38 39 30 41 42 43 44 45 46 47 48 49<br>ESC 1 &nbsp;2 &nbsp;3 &nbsp;4 &nbsp;5 &nbsp;6 &nbsp;7 &nbsp;8 &nbsp;9 &nbsp;0 &nbsp;A &nbsp;B &nbsp;C &nbsp;D &nbsp;E &nbsp;F &nbsp;G &nbsp;H &nbsp;I<br>1b 31 32 33 34 35 36 37 38 39 30 41 42 43 44 45 46 47 48 49<br>ESC 1 &nbsp;2 &nbsp;3 &nbsp;4 &nbsp;5 &nbsp;6 &nbsp;7 &nbsp;8 &nbsp;9 &nbsp;0 &nbsp;A &nbsp;B &nbsp;C &nbsp;D &nbsp;E &nbsp;F &nbsp;G &nbsp;H &nbsp;I<br>即上行是接收到的数据相应的十六进制码,下行是对应的ASCII字符,请问该如何实现。<br>固定显示行宽应该容易些,最好能实现跟据窗口大小自动换行。<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;高手们!!!小露一手吧!!!拜托了。急!。100分奉上。
 
用StringGrid类的控件放数据,比如VirtualStringListViewEx
 
&nbsp;简单例子 &nbsp;已经做好 &nbsp;请下栽<br><br>在 http://liumazi.efile.com.cn/ 的 Memo.rar &nbsp;只是简单的。。。 &nbsp;
 
后退
顶部