我们得到以下代码的“预期:语句结束错误”和VB重点开始VB.Form Form1
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
Icon = "Form1.frx":0000
LinkTopic = "Form1"
ScaleHeight = 3090
ScaleWidth = 4680
StartUpPosition = 3 'Windows Default
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
答案 0 :(得分:3)
该代码来自.frm文件,在IDE中无法编辑。
您无需输入此信息,当您添加编辑并从表单中删除控件和属性时,它会自动生成。
与VB.NET不同,您无法自行编辑VB6 IDE中的“设计人员”代码。