📄 frmresult.frm
字号:
VERSION 4.00
Begin VB.Form frmResult
BorderStyle = 1 'Fixed Single
Caption = "Result"
ClientHeight = 2055
ClientLeft = 405
ClientTop = 855
ClientWidth = 6435
Height = 2460
Left = 345
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2055
ScaleWidth = 6435
Top = 510
Width = 6555
Begin VB.Frame Frame4
Caption = "Result"
Height = 1455
Left = 240
TabIndex = 0
Top = 120
Width = 5895
Begin VB.TextBox txtResult
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Courier New"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1095
Left = 120
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 1
Top = 240
Width = 5655
End
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "Result is displayed MSB to LSB, left to right, top to bottom."
Height = 255
Left = 240
TabIndex = 2
Top = 1680
Width = 5895
End
End
Attribute VB_Name = "frmResult"
Attribute VB_Creatable = False
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Unload(Cancel As Integer)
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -