aboutform.frm
来自「16 relay output channels and 16 isolated」· FRM 代码 · 共 47 行
FRM
47 行
VERSION 5.00
Begin VB.Form frmAbout
Caption = "About"
ClientHeight = 1320
ClientLeft = 5775
ClientTop = 5175
ClientWidth = 4590
LinkTopic = "Form1"
ScaleHeight = 1320
ScaleWidth = 4590
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
Private Sub OKButton_Click()
Me.Hide
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?