frmcustomerpurchasehistory.frm
来自「Inventory control system」· FRM 代码 · 共 45 行
FRM
45 行
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "Mscomctl.ocx"
Begin VB.Form frmCustomerPurchaseHistory
BorderStyle = 1 'Fixed Single
Caption = "Purchase History"
ClientHeight = 3915
ClientLeft = 2940
ClientTop = 4425
ClientWidth = 8745
Icon = "frmCustomerPurchaseHistory.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3915
ScaleWidth = 8745
Begin MSComctlLib.ListView lvList
Height = 2655
Left = 60
TabIndex = 0
Top = 60
Width = 8475
_ExtentX = 14949
_ExtentY = 4683
View = 3
LabelEdit = 1
LabelWrap = -1 'True
HideSelection = -1 'True
FullRowSelect = -1 'True
GridLines = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 0
End
End
Attribute VB_Name = "frmCustomerPurchaseHistory"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?