mdiform1.frm
来自「遗传算法,毕业设计.让我们一起共同学习探讨吧!」· FRM 代码 · 共 42 行
FRM
42 行
VERSION 5.00
Begin VB.MDIForm MDIForm1
BackColor = &H8000000C&
Caption = "MDIForm1"
ClientHeight = 4650
ClientLeft = 165
ClientTop = 855
ClientWidth = 8235
LinkTopic = "MDIForm1"
StartUpPosition = 3 '窗口缺省
Begin VB.PictureBox Picture1
Align = 1 'Align Top
Height = 1695
Left = 0
Picture = "MDIForm1.frx":0000
ScaleHeight = 1635
ScaleWidth = 8175
TabIndex = 0
Top = 0
Width = 8235
End
Begin VB.Menu mnuSave
Caption = "munsave1"
End
End
Attribute VB_Name = "MDIForm1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub MDIForm_Unload(Cancel As Integer)
If debugme = True Then MsgBox "unload event"
If debugme = True Then MsgBox MDIForm1.ActiveForm Is Nothing
Unload Form1
Unload Me
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?