This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| '************************************************************************* | |
| '**模 块 名:ModShellEx | |
| '**说 明:增强SHELL函数 | |
| '**创 建 人:马大哈 | |
| '**描 述:紫水晶工作室 http://www.m5home.com/ | |
| '**日 期:2007年4月24日 | |
| '**版 本:V1.0 | |
| '************************************************************************* | |
| Option Explicit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| VERSION 5.00 | |
| Begin VB.UserControl LabelVert | |
| Appearance = 0 'Flat | |
| BackColor = &H80000005& | |
| BackStyle = 0 'Transparent | |
| CanGetFocus = 0 'False | |
| ClientHeight = 3372 | |
| ClientLeft = 0 | |
| ClientTop = 0 | |
| ClientWidth = 4980 |