?? frmprint.frm
字號:
VERSION 5.00
Begin VB.Form FrmPrint
Caption = "打印"
ClientHeight = 4050
ClientLeft = 60
ClientTop = 450
ClientWidth = 7095
LinkTopic = "Form1"
ScaleHeight = 4050
ScaleWidth = 7095
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
Height = 2415
Left = 0
TabIndex = 2
Top = 0
Width = 7095
Begin VB.Label Label2
Caption = "財務帳單統(tǒng)計"
BeginProperty Font
Name = "宋體"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 2280
TabIndex = 4
Top = 1200
Width = 2655
End
Begin VB.Label Label1
Caption = "賓館酒店管理系統(tǒng)"
BeginProperty Font
Name = "宋體"
Size = 26.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1680
TabIndex = 3
Top = 240
Width = 3735
End
End
Begin VB.CommandButton Command2
Caption = "餐飲報表打印"
BeginProperty Font
Name = "宋體"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1575
Left = 3600
TabIndex = 1
Top = 2520
Width = 3495
End
Begin VB.CommandButton Command1
Caption = "住房報表打印"
BeginProperty Font
Name = "宋體"
Size = 24
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1575
Left = 0
TabIndex = 0
Top = 2520
Width = 3495
End
End
Attribute VB_Name = "FrmPrint"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
DataReport1.Show 1
Unload Me
End Sub
Private Sub Command2_Click()
DataReport2.Show 1
Unload Me
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -