?? 統(tǒng)計結果.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 + -