主题:怎样修改日前控件的字体、颜色等属性
lideming
[专家分:10] 发布于 2008-06-22 07:02:00
我新添加了日前控件,不知道怎样修改其属性,如颜色、字体、边框等。请指教。
回复列表 (共1个回复)
沙发
homayzh [专家分:7040] 发布于 2008-06-22 09:16:00
第一,在你表单添加上的 日期控件 上右击 ,最下面一下,就有属性,
第二,
*-改变下面字体试试
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 &&是否显示年月
不是楼主是否满意!!
我来回复