opendlg.frm
来自「大量优秀的vb编程」· FRM 代码 · 共 29 行
FRM
29 行
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form frmOpenDlg
Caption = "Open File"
ClientHeight = 2532
ClientLeft = 1080
ClientTop = 1488
ClientWidth = 2868
LinkMode = 1 'Source
LinkTopic = "Form1"
ScaleHeight = 2532
ScaleWidth = 2868
Begin MSComDlg.CommonDialog dlgOpenFile
Left = 1680
Top = 1200
_ExtentX = 847
_ExtentY = 847
_Version = 393216
FilterIndex = 570
FontSize = 8.49728e-19
End
End
Attribute VB_Name = "frmOpenDlg"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?