frmbackground.frm
来自「便利店管理系统 VB+ACCESS 附上数据库和源码」· FRM 代码 · 共 29 行
FRM
29 行
VERSION 5.00
Begin VB.Form frmBackGround
BackColor = &H00FFFFFF&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 5970
ClientLeft = 0
ClientTop = 0
ClientWidth = 13470
LinkTopic = "Form1"
LockControls = -1 'True
MDIChild = -1 'True
Moveable = 0 'False
Picture = "frmBackGround.frx":0000
ScaleHeight = 5970
ScaleWidth = 13470
ShowInTaskbar = 0 'False
End
Attribute VB_Name = "frmBackGround"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Activate()
Me.ZOrder 1 '将背景窗口体定位在最后
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?