?? 顯示書庫.frm
字號(hào):
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "msflxgrd.ocx"
Begin VB.Form form7
Caption = "Form1"
ClientHeight = 7890
ClientLeft = 60
ClientTop = 390
ClientWidth = 12285
LinkTopic = "Form1"
ScaleHeight = 7890
ScaleWidth = 12285
StartUpPosition = 3 '窗口缺省
Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1
Height = 3855
Left = 480
TabIndex = 0
Top = 120
Width = 10815
_ExtentX = 19076
_ExtentY = 6800
_Version = 393216
Cols = 8
End
End
Attribute VB_Name = "form7"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
MSFlexGrid1.Cols = 7
MSFlexGrid1.Row = 0
MSFlexGrid1.Col = 0
MSFlexGrid1.Text = "書號(hào)"
MSFlexGrid1.ColWidth(0) = 800
MSFlexGrid1.CellAlignment = flexAlignCenterCenter
MSFlexGrid1.Col = 1
MSFlexGrid1.Text = "書名"
MSFlexGrid1.ColWidth(1) = 1600
MSFlexGrid1.CellAlignment = flexAlignCenterCenter
MSFlexGrid1.Col = 2
MSFlexGrid1.Text = "作者"
MSFlexGrid1.ColWidth(2) = 800
MSFlexGrid1.CellAlignment = flexAlignCenterCenter
MSFlexGrid1.Col = 3
MSFlexGrid1.Text = "定價(jià)"
MSFlexGrid1.ColWidth(3) = 1000
MSFlexGrid1.CellAlignment = flexAlignCaenterCenter
MSFlexGrid1.Col = 4
MSFlexGrid1.Text = "出版社編號(hào)"
MSFlexGrid1.ColWidth(4) = 1600
MSFlexGrid1.CellAlignment = flexAlignCenterCenter
MSFlexGrid1.Col = 5
MSFlexGrid1.Text = "數(shù)量"
MSFlexGrid1.ColWidth(5) = 400
MSFlexGrid1.CellAlignment = flexAlignCenterCenter
MSFlexGrid1.Col = 6
MSFlexGrid1.Text = "類別"
MSFlexGrid1.ColWidth(6) = 1000
MSFlexGrid1.CellAlignment = flexAlignCenterCenter
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -