nMapMode->映射模式
The mapping mode to set for this view. Possible values include:Mapping Mode Logical Unit Positive y-axis Extends... 
MM_TEXT 1 pixel Downward 
MM_HIMETRIC 0.01 mm Upward 
MM_TWIPS 1/1440 in Upward 
MM_HIENGLISH 0.001 in Upward 
MM_LOMETRIC 0.1 mm Upward 
MM_LOENGLISH 0.01 in Upward 
All of these modes are defined by Windows. Two standard mapping modes, MM_ISOTROPIC and MM_ANISOTROPIC, are not used for CScrollView. The class library provides the SetScaleToFitSize member function for scaling the view to window size. Column three in the table above describes the coordinate orientation.sizeTotal->SCrollbar的显示范围,含不在视区显示的部分的大小The total size of the scroll view. The cx member contains the horizontal extent. The cy member contains the vertical extent. Sizes are in logical units. Both cx and cy must be greater than or equal to 0.sizePage->当点击scrollbar空白条时,视区移动得大小The horizontal and vertical amounts to scroll in each direction in response to a mouse click in a scroll-bar shaft. The cx member contains the horizontal amount. The cy member contains the vertical amount.sizeLine-〉点击SCrollbar的上下按钮时,视区移动的大小The horizontal and vertical amounts to scroll in each direction in response to a mouse click in a scroll arrow. The cx member contains the horizontal amount. The cy member contains the vertical amount.