A
plate
#id
#fancy
A B
plate apple
#id A
#fancy pickle
.classname
.small
A.className
orange.small
#id.className
#big.wide
A,B
both
plate,bento
*
all
A *
plate *
AB
紧跟在盘子后的苹果
plate apple
A~B
跟在盘子后面所有的泡菜
plate~b…
在VC生成的单文档应用程序中,主框架类和视类均具有PreCreateWindow函数;
从名字可知,可在此函数中添加一些代码,来控制窗口显示后的效果;
并且它有注释说明,
Modify the Window class or styles here by…