屏幕大小和分布设计:
用户区:
设置窗口大小后可通过下列语句获得:
CWnd:: GetClientRect_r()
(top=0,left=0,bottom=211,right=314)
软键区:
softkey.top=client.bottom-25
softkey.left=client.left
softkey.bottom=client.bottom
softkey.right=client.right
状态栏区:
status.top=client.top
status.left=client.right-40
status.bottom=softkey.top-1
status.right=client.right
软键布局:
软键页状态控制类型:CButton
软键页状态信息:
page.top=softkey.top
page.left=softkey.right-32
page.bottom=softkey.botton
page.right=softkey.right
软键(F1 至 F4)控制类型:CButton
软键(F1 至 F4)信息:
f[clm](column of softkey:clm(0 to 3))
width=(softkey.width-32)/4
f[clm].top=softkey.top
f[clm].left=softkey.left + width * clm
f[clm].bottom = softkey.bottom
f[clm].right=softkey.left + width * (clm + 1)
已投稿到: |
|
---|