form2.frm
来自「酒店管理系统 主要是实现了酒店的客房管理」· FRM 代码 · 共 28 行
FRM
28 行
VERSION 5.00
Begin VB.Form Form2
ClientHeight = 5670
ClientLeft = 60
ClientTop = 60
ClientWidth = 8235
ControlBox = 0 'False
LinkTopic = "Form2"
MDIChild = -1 'True
Picture = "Form2.frx":0000
ScaleHeight = 5670
ScaleWidth = 8235
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Resize()
Form2.Left = Form1.Width
Form2.Top = Form1.ScaleTop
Form2.Width = MDIForm1.ScaleWidth - Form1.Width
Form2.Height = MDIForm1.ScaleHeight
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?