📄 form15.frm
字号:
VERSION 5.00
Begin VB.Form Form15
BackColor = &H00FFFFFF&
Caption = "提示信息"
ClientHeight = 3810
ClientLeft = 60
ClientTop = 345
ClientWidth = 7005
LinkTopic = "Form15"
ScaleHeight = 3810
ScaleWidth = 7005
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command3
Caption = "返回校核界面"
Height = 495
Left = 2880
TabIndex = 2
Top = 3240
Width = 1095
End
Begin VB.CommandButton Command2
Caption = "退出"
Height = 495
Left = 4800
TabIndex = 1
Top = 3240
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "我知道了"
Height = 495
Left = 960
TabIndex = 0
Top = 3240
Width = 1095
End
Begin VB.Line Line1
X1 = 0
X2 = 6960
Y1 = 3000
Y2 = 3000
End
Begin VB.Label Label1
BackColor = &H00FFFFFF&
Caption = $"Form15.frx":0000
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 2655
Left = 120
TabIndex = 3
Top = 120
Width = 6735
End
End
Attribute VB_Name = "Form15"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Me.Hide
Form13.Show
End Sub
Private Sub Command2_Click()
Me.Hide
Form1.Show
End Sub
Private Sub Command3_Click()
Me.Hide
Form9.Show
End Sub
Private Sub Form_Load()
'Text4.Enabled = False
Form1.Hide
Form9.Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -