📄 form7.frm
字号:
VERSION 5.00
Begin VB.Form Form7
Caption = "Form7"
ClientHeight = 6285
ClientLeft = 60
ClientTop = 450
ClientWidth = 8580
LinkTopic = "Form7"
Picture = "Form7.frx":0000
ScaleHeight = 6285
ScaleWidth = 8580
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
BackColor = &H00C0C0FF&
Caption = "取消"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 5640
Style = 1 'Graphical
TabIndex = 1
Top = 4440
Width = 1455
End
Begin VB.CommandButton Command1
BackColor = &H00C0C0FF&
Caption = "确认"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 1440
Style = 1 'Graphical
TabIndex = 0
Top = 4440
Width = 1335
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "欢迎您再次进入!"
BeginProperty Font
Name = "宋体"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 3495
Left = 6000
TabIndex = 3
Top = 120
Width = 495
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "谢谢您的使用!"
BeginProperty Font
Name = "宋体"
Size = 26.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 840
TabIndex = 2
Top = 240
Width = 4455
End
End
Attribute VB_Name = "Form7"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
End
End Sub
Private Sub Command2_Click()
Form7.Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -