Delphi7如何实现让Tedit显示文字垂直居中(上下居中)
摘要:
通过下面的组件,可以在输入文字的时候自动垂直居中 直接把下面代码保存到Unit1.pas即可 1 unit Unit1; 2 3 interface 4 5 uses 6 Windows, Messages, SysUtils, Variants, Classes, Graphics, Contro 阅读全文
posted @ 2017-07-26 18:32 天军 阅读(2673) 评论(0) 推荐(0) 编辑