【VB开源代码栏目提醒】:网学会员在VB开源代码频道为大家收集整理了10.2.2.frm提供大家参考,希望对大家有所帮助!
VERSION 5.00
Begin VB.Form Form2
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 165
ClientTop = 735
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.Menu menu1
Caption = "菜单"
Begin VB.Menu menu_21
Caption = "二层子菜单"
End
Begin VB.Menu men_23
Caption = "-"
End
Begin VB.Menu menu_22
Caption = "二层子菜单"
Begin
VB.Menu menu_31
Caption = "三层子菜单"
End
Begin VB.Menu menu_32
Caption = "三层子菜单"
End
End
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False