frmshowdialog.frm
来自「很好! 很实用! 免费!」· FRM 代码 · 共 56 行
FRM
56 行
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form frmShowDialog
Caption = "Form1"
ClientHeight = 2685
ClientLeft = 2205
ClientTop = 2880
ClientWidth = 3555
LinkTopic = "Form1"
ScaleHeight = 2685
ScaleWidth = 3555
Begin MSComDlg.CommonDialog CommonDialog1
Left = 1200
Top = 600
_ExtentX = 847
_ExtentY = 847
_Version = 393216
End
Begin VB.Menu m_frmItemCommItem
Caption = "单品信息菜单"
Visible = 0 'False
Begin VB.Menu m_frmItemCommItem_Add
Caption = "新增"
End
Begin VB.Menu m_frmItemCommItem1
Caption = "-"
End
Begin VB.Menu m_frmItemCommItem_Edit
Caption = "修改"
End
Begin VB.Menu m_frmItemCommItem2
Caption = "-"
End
Begin VB.Menu m_frmItemCommItem_Delete
Caption = "删除"
End
Begin VB.Menu m_frmItemCommItem3
Caption = "-"
End
Begin VB.Menu m_frmItemCommItem_Property
Caption = "属性"
End
Begin VB.Menu m_frmItemCommItem4
Caption = "-"
End
Begin VB.Menu m_frmItemCommItem_Picture
Caption = "图片"
End
End
End
Attribute VB_Name = "frmShowDialog"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?