frmerrormsg.frm
来自「电梯检测系统是对电梯性能进行检测的系统。是一个用来学习的程序。」· FRM 代码 · 共 72 行
FRM
72 行
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form FrmErrorMsg
Caption = "Testing Error "
ClientHeight = 3030
ClientLeft = 60
ClientTop = 345
ClientWidth = 5190
ControlBox = 0 'False
LinkTopic = "Form1"
LockControls = -1 'True
ScaleHeight = 151.5
ScaleMode = 2 'Point
ScaleWidth = 259.5
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin RichTextLib.RichTextBox ReusultText
Height = 2295
Left = 120
TabIndex = 1
Top = 120
Width = 4935
_ExtentX = 8705
_ExtentY = 4048
_Version = 393217
ReadOnly = -1 'True
TextRTF = $"FrmErrorMsg.frx":0000
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Arial"
Size = 15.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin VB.CommandButton Command1
Caption = "OK(&O)"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1800
TabIndex = 0
Top = 2520
Width = 1215
End
End
Attribute VB_Name = "FrmErrorMsg"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload FrmWireTest
Unload Me
End Sub
Private Sub RichTextBox1_Change()
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?