📄 printday.frm
字号:
VERSION 5.00
Begin VB.Form PrintDay
'Download by:http://www.codefans.net
BorderStyle = 1 'Fixed Single
Caption = "日报表"
ClientHeight = 6945
ClientLeft = 45
ClientTop = 435
ClientWidth = 9720
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 6945
ScaleWidth = 9720
StartUpPosition = 2 '屏幕中心
Begin VB.OLE OLE1
Enabled = 0 'False
Height = 6615
Left = 120
TabIndex = 0
Top = 120
Width = 9495
End
End
Attribute VB_Name = "PrintDay"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Form_Load()
OLE1.Visible = True
OLE1.CreateLink App.Path & "\tablefile\" & DayRec.DTPicker1.Value & DayRec.mTableName & ".xls"
End Sub
Private Sub form_unload(cancel As Integer)
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -