设置InputBox等提示框的字体以及样式

InputBox等窗体的字体大小设置方法 

 Graphics.DefFontData.Height:=48; 
 Graphics.DefFontData.Style:=[fsBold,fsItalic, fsUnderline]; 
 inputbox('aa','aa','dd'); 
 Graphics.DefFontData.Height:=0; 
 Graphics.DefFontData.Style:=[];

 

http://www.cnblogs.com/azhqiang/p/3848283.html

posted @ 2017-07-10 21:05  findumars  Views(1505)  Comments(0Edit  收藏  举报