【VB开源代码栏目提醒】:网学会员,鉴于大家对VB开源代码十分关注,论文会员在此为大家搜集整理了“13.2.3.frm”一文,供大家参考学习!
VERSION 5.00
Begin VB.Form Form3
Caption = "Form3"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form3"
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.FileListBox File1
Height = 2250
Left = 840
TabIndex = 0
Top = 360
Width = 2775
End
End
Attribute VB_Name = "Form3"
Attribute
VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
File1.FileName = "C:\Program Files\Microsoft Visual Studio\VB98\*.dll"
End Sub