📄 帐本管理.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form 帐本管理
Caption = "Form3"
ClientHeight = 4080
ClientLeft = 60
ClientTop = 450
ClientWidth = 6270
LinkTopic = "Form3"
ScaleHeight = 4080
ScaleWidth = 6270
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
Height = 915
Left = 120
TabIndex = 1
Top = 3120
Width = 6135
Begin VB.CommandButton Command1
Caption = "增加"
Height = 315
Left = 5100
TabIndex = 2
Top = 360
Width = 915
End
End
Begin MSComctlLib.ListView ListView1
Height = 2955
Left = 120
TabIndex = 0
Top = 60
Width = 6135
_ExtentX = 10821
_ExtentY = 5212
LabelWrap = -1 'True
HideSelection = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 0
End
End
Attribute VB_Name = "帐本管理"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -