mdiform1.frm

来自「一个用VB的写的音像销售系统」· FRM 代码 · 共 22 行

FRM
22
字号
VERSION 5.00
Begin VB.MDIForm MDIForm1 
   BackColor       =   &H00C0C0FF&
   Caption         =   "查询与打印"
   ClientHeight    =   3090
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   4680
   Icon            =   "MDIForm1.frx":0000
   LinkTopic       =   "MDIForm1"
   StartUpPosition =   1  '所有者中心
End
Attribute VB_Name = "MDIForm1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub MDIForm_Load()
Me.Width = Formmain.Width
Me.Height = Formmain.Height
End Sub

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?