📄 frmunused.frm
字号:
VERSION 5.00
Begin VB.Form frmUnused
Caption = "Form1"
ClientHeight = 4365
ClientLeft = 60
ClientTop = 345
ClientWidth = 5265
LinkTopic = "Form1"
ScaleHeight = 4365
ScaleWidth = 5265
StartUpPosition = 3 '窗口缺省
Begin ParkingCharge.UserControl1 UserControl11
Height = 1335
Left = 120
TabIndex = 1
Top = 1080
Width = 3135
_ExtentX = 5530
_ExtentY = 2355
End
Begin VB.Label Label1
Caption = "本窗体未有实际作用,仅仅用来测试用户控件."
Height = 495
Left = 120
TabIndex = 0
Top = 240
Width = 4935
End
End
Attribute VB_Name = "frmUnused"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -