📄 报表.frm
字号:
VERSION 5.00
Object = "{29CDCD61-7007-11D2-A0FC-000021031D59}#2.0#0"; "LookView.ocx"
Begin VB.Form Form9
Caption = "报表"
ClientHeight = 7875
ClientLeft = 60
ClientTop = 345
ClientWidth = 11085
Icon = "报表.frx":0000
LinkTopic = "Form9"
ScaleHeight = 7875
ScaleWidth = 11085
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "汇总"
Height = 420
Index = 2
Left = 5040
TabIndex = 3
Top = 360
Width = 975
End
Begin VB.CommandButton Command1
Caption = "打印"
Height = 420
Index = 1
Left = 4080
TabIndex = 2
Top = 360
Width = 975
End
Begin VB.Frame Frame1
Caption = "Frame1"
Height = 735
Left = 240
TabIndex = 1
Top = 120
Width = 10335
Begin VB.CommandButton Command1
Caption = "预览"
Height = 420
Index = 0
Left = 2880
TabIndex = 4
Top = 240
Width = 975
End
End
Begin LookViewOCX.LookView LookView1
Height = 6855
Left = 120
TabIndex = 0
Top = 960
Width = 10695
_ExtentX = 18865
_ExtentY = 12091
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
AllowUpdate = 0 'False
End
End
Attribute VB_Name = "Form9"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click(Index As Integer)
'Set LookView1.DatabaseName = "gzgl.mdb"
Select Case UCase(Index)
Case 0
LookView1.PrintView
Case 1
LookView1.PrintPrint
Case 2
Form10.Show 1
End Select
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -