📄 frmrep1.frm
字号:
VERSION 5.00
Begin VB.Form frmRepSumCost
Caption = "Form1"
ClientHeight = 3570
ClientLeft = 60
ClientTop = 345
ClientWidth = 5145
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 3570
ScaleWidth = 5145
Begin VB.CommandButton Command2
Caption = "Exit"
Height = 375
Left = 3600
TabIndex = 4
Top = 2400
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "Preview"
Height = 375
Left = 600
TabIndex = 3
Top = 2400
Width = 1095
End
Begin VB.Frame Frame1
Height = 1095
Left = 840
TabIndex = 1
Top = 960
Width = 3735
Begin VB.Label Label1
Caption = "Transportation Cost Summary Report!"
Height = 375
Left = 120
TabIndex = 2
Top = 360
Width = 3255
End
End
Begin VB.CommandButton cmdprint
Caption = "Print"
Height = 375
Left = 2040
TabIndex = 0
Top = 2400
Width = 1095
End
End
Attribute VB_Name = "frmRepSumCost"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdprint_Click()
'Dim sdate As Long
'sdate = Mid(Now, 1, 4) & Mid(Now, 6, 2) & Mid(Now, 9, 2)
'DataEnv.CmdReplenishOrder_Grouping "By Entity", 1, 99999, 1, 99999, 1, 20021230
'RepReplenOrder.Show
'RepCost.PrintReport False, rptRangeAllPages
'DataEnv.CmdCost 20001, 20001, 0, 99999999
RepSumCost.PrintReport False, rptRangeAllPages
End Sub
Private Sub Command1_Click()
RepSumCost.Show
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -