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