📄 aboutform.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 1 'Fixed Single
Caption = "About"
ClientHeight = 1320
ClientLeft = 5760
ClientTop = 5160
ClientWidth = 4590
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1320
ScaleWidth = 4590
StartUpPosition = 1 'CenterOwner
Begin VB.CommandButton OKButton
Caption = "&OK"
Height = 375
Left = 1868
TabIndex = 2
Top = 840
Width = 855
End
Begin VB.Label Label2
Alignment = 2 'Center
Caption = "Copyright (c) 2000 Advantech Co., Ltd."
Height = 255
Left = 428
TabIndex = 1
Top = 480
Width = 3735
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "Digital Input with Interrupt Event Demo Version 1.0"
Height = 255
Left = 248
TabIndex = 0
Top = 120
Width = 4095
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub OKButton_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -