frmlist.frm
来自「功能强大的 DBF 数据库操作 dll,可以让 VB 和 POWERBASIC 」· FRM 代码 · 共 25 行
FRM
25 行
VERSION 5.00
Begin VB.Form frmList
Caption = "Record List"
ClientHeight = 4524
ClientLeft = 48
ClientTop = 288
ClientWidth = 4884
LinkTopic = "Form1"
ScaleHeight = 4524
ScaleWidth = 4884
StartUpPosition = 2 'CenterScreen
Begin VB.ListBox lstRecords
Height = 4272
Left = 84
TabIndex = 0
Top = 120
Width = 4716
End
End
Attribute VB_Name = "frmList"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?