www.pudn.com > kelon.rar > mod05.bas


Attribute VB_Name = "mod05" 
Option Explicit 
 
Public Type Label_ 
    Cols As Long 
    Rows As Long 
    CurrCol As Long 
    colDist As Long '与前一列的距离, 两个 left的差值 
    RowWidth As Long 
    Left As Long 
    Top As Long 
    Width As Long 
    Height As Long 
End Type 
Public myLabel As Label_