📄 frminspect.frm
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form frmInspect
BorderStyle = 1 'Fixed Single
Caption = "frmInspect"
ClientHeight = 3360
ClientLeft = 45
ClientTop = 330
ClientWidth = 4680
Icon = "frmInspect.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3360
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin MSComDlg.CommonDialog CommonDialog1
Left = 360
Top = 3000
_ExtentX = 847
_ExtentY = 847
_Version = 393216
End
Begin VB.CommandButton CmdReturn
Caption = "返回"
Height = 375
Left = 3870
TabIndex = 2
Top = 2955
Width = 780
End
Begin VB.CommandButton CmdOpen
Caption = "打开"
Height = 375
Left = 2685
TabIndex = 1
Top = 2955
Width = 780
End
Begin RichTextLib.RichTextBox rtbOpen
Height = 2475
Left = 0
TabIndex = 0
Top = 435
Width = 4680
_ExtentX = 8255
_ExtentY = 4366
_Version = 393217
BackColor = 16777215
ReadOnly = -1 'True
ScrollBars = 3
TextRTF = $"frmInspect.frx":030A
End
Begin VB.Label Label1
Caption = "察看日志文件"
Height = 300
Left = 120
TabIndex = 3
Top = 120
Width = 1695
End
End
Attribute VB_Name = "frmInspect"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub CmdOpen_Click()
On Error Resume Next
Me.CommonDialog1.ShowOpen
Me.rtbOpen.LoadFile Me.CommonDialog1.FileName
End Sub
Private Sub CmdReturn_Click()
Unload Me
frmServer.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -