📄 adoabout.frm
字号:
VERSION 5.00
Begin VB.Form FormAbout
Caption = "About ADO Introductory Sample"
ClientHeight = 1815
ClientLeft = 3510
ClientTop = 3255
ClientWidth = 4455
LinkTopic = "Form3"
LockControls = -1 'True
ScaleHeight = 1815
ScaleWidth = 4455
Begin VB.CommandButton cmdAbout
Caption = "OK"
Default = -1 'True
Height = 372
Left = 1440
TabIndex = 2
Top = 1080
Width = 1572
End
Begin VB.Label lblAboutVersion
Caption = "Version: 1.0a 9/28/98"
Height = 255
Left = 1080
TabIndex = 1
Top = 600
Width = 2415
End
Begin VB.Label lblAbout
Caption = "ADO Introductory Sample (SQLOLEDB)"
Height = 375
Left = 720
TabIndex = 0
Top = 240
Width = 3135
End
End
Attribute VB_Name = "FormAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdAbout_Click()
FormAbout.Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -