form1.frm
来自「Rs232串口通信专题范例,Vusual Basic,Mscomm,PCOMMP」· FRM 代码 · 共 84 行
FRM
84 行
VERSION 5.00
Begin VB.Form Form1
Caption = "CRC-16的运算"
ClientHeight = 3240
ClientLeft = 60
ClientTop = 345
ClientWidth = 6945
LinkTopic = "Form1"
ScaleHeight = 3240
ScaleWidth = 6945
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "璸衡"
BeginProperty Font
Name = "Arial Unicode MS"
Size = 14.25
Charset = 136
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1050
Left = 3465
Picture = "Form1.frx":0000
Style = 1 'Graphical
TabIndex = 5
Top = 1665
Width = 2220
End
Begin VB.TextBox Text3
BeginProperty Font
Name = "Times New Roman"
Size = 14.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 510
Left = 3510
TabIndex = 2
Text = "????"
Top = 630
Width = 1995
End
Begin VB.TextBox Text2
BeginProperty Font
Name = "Times New Roman"
Size = 14.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 510
Left = 540
TabIndex = 1
Text = "11021"
Top = 1980
Width = 1995
End
Begin VB.TextBox Text1
BeginProperty Font
Name = "Times New Roman"
Size = 14.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 510
Left = 540
TabIndex = 0
Text = "D5"
Top = 630
Width = 1995
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "CRC
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?