frmmsg.frm
来自「用于电子行业打印复杂报表格式和不干胶标签」· FRM 代码 · 共 49 行
FRM
49 行
VERSION 5.00
Begin VB.Form frmMsg
BorderStyle = 1 'Fixed Single
Caption = "提示窗"
ClientHeight = 1710
ClientLeft = 3705
ClientTop = 3225
ClientWidth = 3465
Icon = "frmMsg.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1710
ScaleWidth = 3465
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton OKButton
Caption = "确定"
Default = -1 'True
Height = 300
Left = 1125
TabIndex = 0
Top = 1230
Width = 1215
End
Begin VB.Label Lblmsg
ForeColor = &H00000000&
Height = 555
Left = 900
TabIndex = 1
Top = 330
Width = 2295
End
Begin VB.Image Image1
Height = 480
Left = 270
Picture = "frmMsg.frx":0442
Top = 330
Width = 480
End
End
Attribute VB_Name = "frmMsg"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub OKButton_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?