回 帖 发 新 帖 刷新版面

主题:怎样修改日前控件的字体、颜色等属性

我新添加了日前控件,不知道怎样修改其属性,如颜色、字体、边框等。请指教。

回复列表 (共1个回复)

沙发

第一,在你表单添加上的 日期控件 上右击 ,最下面一下,就有属性,

第二,
*-改变下面字体试试
thisform.olecontrol1.dayFont 
thisform.olecontrol1.gridFont
thisform.olecontrol1.titleFont 
*-改变下面颜色试试
thisform.olecontrol1.backColor 
thisform.olecontrol1.dayFontColor 
thisform.olecontrol1.gridFontColor 
thisform.olecontrol1.gridLinesColor 
thisform.olecontrol1.titleFontColor 
thisform.olecontrol1.oBJECT.Value = DATE()
*-改变值试试
thisform.olecontrol1.showDateSelectors &&是否显示年月选择框
thisform.olecontrol1.showhorizontalGrid &&是否显示星期几
thisform.olecontrol1.showtitle &&
thisform.olecontrol1.showverticalGrid &&是否显示年月


不是楼主是否满意!!

我来回复

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