📄 frmreportview.frm
字号:
VERSION 5.00
Begin VB.Form frmReportView
Caption = "报表查看"
ClientHeight = 6195
ClientLeft = 60
ClientTop = 345
ClientWidth = 9240
Icon = "frmReportView.frx":0000
LinkTopic = "Form1"
ScaleHeight = 6195
ScaleWidth = 9240
StartUpPosition = 2 '屏幕中心
Begin VB.TextBox txtRepContent
ForeColor = &H00FF0000&
Height = 6135
Left = 120
Locked = -1 'True
MultiLine = -1 'True
ScrollBars = 3 'Both
TabIndex = 0
Top = 120
Width = 9015
End
End
Attribute VB_Name = "frmReportView"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Resize()
txtRepContent.Left = 0
txtRepContent.Top = 0
txtRepContent.Width = Me.ScaleWidth
txtRepContent.Height = Me.ScaleHeight
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -