form3.frm
来自「我们是厦门理工学院的学生,因为我们急需贵网站的一分重要资料下载,希望能给予下载权」· FRM 代码 · 共 38 行
FRM
38 行
VERSION 5.00
Begin VB.Form Form3
BorderStyle = 3 'Fixed Dialog
Caption = "关于扫雷"
ClientHeight = 4215
ClientLeft = 45
ClientTop = 330
ClientWidth = 6210
Icon = "Form3.frx":0000
LinkTopic = "Form3"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
Picture = "Form3.frx":000C
ScaleHeight = 4215
ScaleWidth = 6210
ShowInTaskbar = 0 'False
Begin VB.CommandButton Command1
Caption = "确定"
Height = 315
Left = 4860
TabIndex = 0
Top = 3800
Width = 1185
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?