frmvaluetip.frm
来自「非常漂亮的VB控件」· FRM 代码 · 共 34 行
FRM
34 行
VERSION 5.00
Begin VB.Form frmValueTip
BackColor = &H80000018&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 300
ClientLeft = 0
ClientTop = 0
ClientWidth = 1050
LinkTopic = "Form1"
ScaleHeight = 20
ScaleMode = 3 'Pixel
ScaleWidth = 70
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin VB.Label lblTip
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "lblTip"
ForeColor = &H80000008&
Height = 180
Left = 0
TabIndex = 0
Top = 0
Width = 420
End
End
Attribute VB_Name = "frmValueTip"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?