📄 统计结果.frm
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "msflxgrd.ocx"
Begin VB.Form form5
Caption = "Form2"
ClientHeight = 3555
ClientLeft = 60
ClientTop = 390
ClientWidth = 8880
LinkTopic = "Form2"
ScaleHeight = 3555
ScaleWidth = 8880
StartUpPosition = 3 '窗口缺省
Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1
Height = 1575
Left = 480
TabIndex = 0
Top = 240
Width = 6975
_ExtentX = 12303
_ExtentY = 2778
_Version = 393216
Cols = 5
End
End
Attribute VB_Name = "form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
MSFlexGrid1.Cols = 5
MSFlexGrid1.Row = 0
MSFlexGrid1.Col = 0
MSFlexGrid1.Text = "会员号"
MSFlexGrid1.ColWidth(0) = 1000
MSFlexGrid1.CellAlignment = flexAlignCenterCenter
MSFlexGrid1.Col = 1
MSFlexGrid1.Text = "姓名"
MSFlexGrid1.ColWidth(1) = 1600
MSFlexGrid1.CellAlignment = flexAlignCenterCenter
MSFlexGrid1.Col = 2
MSFlexGrid1.Text = "电话"
MSFlexGrid1.ColWidth(2) = 1000
MSFlexGrid1.CellAlignment = flexAlignCenterCenter
MSFlexGrid1.Col = 3
MSFlexGrid1.Text = "余额"
MSFlexGrid1.ColWidth(3) = 800
MSFlexGrid1.CellAlignment = flexAlignCaenterCenter
MSFlexGrid1.Col = 4
MSFlexGrid1.Text = "购书总额"
MSFlexGrid1.ColWidth(4) = 800
MSFlexGrid1.CellAlignment = flexAlignCenterCenter
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -