?? frmmsg.frm
字號:
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -